Changeset 649

Show
Ignore:
Timestamp:
2007-06-21 18:36:36 (2 years ago)
Author:
gaspard
Message:

[fix] silly bug with r_calendar altering @params

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/db/init/base/skins/default/default.css

    r648 r649  
    150150#project_icon img { } 
    151151#context { } 
    152 .title h1 { margin-bottom:0.3em; } 
    153 .title .subtitle { font-size:0.8em; } 
    154 .title { margin-bottom: 2em; padding-bottom:0.5em; } 
     152#title h1 { margin-bottom:0.3em; } 
     153#title .subtitle { font-size:0.8em; } 
     154#title { margin-bottom: 2em; padding-bottom:0.5em; } 
    155155#related { border-left:1px solid grey; font-size:0.9em; } 
    156156#related .group { font-size:1em; font-weight:normal;} 
  • trunk/lib/parser/lib/rules/zena.rb

    r648 r649  
    960960      from   = 'project' 
    961961      date   = 'main_date' 
    962       opts   = @params 
     962      opts   = @params.dup 
    963963      opts[:find]   = (@params[:find  ] || 'news'   ).to_sym 
    964964      opts[:size]   = (@params[:size  ] || 'tiny'    ).to_sym 
  • trunk/lib/parser/test/parser_test.rb

    r648 r649  
    5656  testfile :zafu, :zafu_asset, :zafu_insight, :zazen 
    5757  def test_single 
    58     do_test('zafu', 'include_include') 
     58    do_test('zafu', 'simple_tag') 
    5959  end 
    6060   
  • trunk/lib/parser/test/zafu.yml

    r648 r649  
    229229  res: "[test][hello/]this is not a comment [hello/]  [/test]" 
    230230 
     231simple_tag: 
     232  src: "<div class='clear'></div>" 
     233  res: "<div class='clear'></div>" 
     234 
    231235do_simple: 
    232236  src: "<r:test do='hello'/>"