Skip to content
  • Jesse Vincent's avatar
    ==== Patch <Platano> level 1 · 292893bb
    Jesse Vincent authored
    Source: 5dbbeda1-96ee-0310-ab23-efcf45cb33fb:/rt/branches/PLATANO-EXPERIMENTAL-CSS:17302
    Target: e417ac7c-1bcc-0310-8ffa-8f5827389a85:/rt/branches/PLATANO-EXPERIMENTAL-CSS:2736
            (svn://svn.bestpractical.com/rt)
    Log:
     r15592@gugod:  gugod | 2005-03-31 18:20:07 +0800
     make local branch again
     r15850@gugod:  gugod | 2005-04-02 15:26:27 +0800
    indentation of some mess body :/
    Tweak on the div.title and div.mainbody
     r15851@gugod:  gugod | 2005-04-02 16:10:59 +0800
     Make platano "HOME" screen has the same layout as 3.4R
     r15856@gugod:  gugod | 2005-04-02 17:39:59 +0800
     remove <font> tag
     r15857@gugod:  gugod | 2005-04-02 17:40:48 +0800
     TitleBox now use <div> instead of <table>
     r15858@gugod:  gugod | 2005-04-02 18:28:09 +0800
    wrap a div#all right inside <body> to avoid margin problem on IE
    use div.right-column and div.left-column to split columns.
     r16237@gugod:  gugod | 2005-04-08 12:27:57 +0800
     setup login form semantic
     r16238@gugod:  gugod | 2005-04-08 12:39:25 +0800
     So, semantics.
     r16239@gugod:  gugod | 2005-04-08 12:41:51 +0800
     tweak css to match semantic of "HOME" page
     r16240@gugod:  gugod | 2005-04-08 12:45:55 +0800
     put ossf new style into css linkn
     r16298@gugod:  gugod | 2005-04-10 09:37:10 +0800
     Move TitleBox to Widgets/
     r16299@gugod:  gugod | 2005-04-10 09:53:44 +0800
     /Elements/TitleBox -> /Widgets/TitleBox
     r16300@gugod:  gugod | 2005-04-10 09:55:50 +0800
     /Elements/TitleBox -> /Widgets/TitleBox
     r16431@gugod:  gugod | 2005-04-11 01:11:44 +0800
     use component calls with content, instead of TitleBoxStart + TitleBoxEnd
     r16432@gugod:  gugod | 2005-04-11 01:14:33 +0800
     Use component calls with content instead of TitleBoxStart + TitleBoxEnd
     r16438@gugod:  gugod | 2005-04-11 08:36:11 +0800
     deprecate TitleBoxStart + TitleBoxEnd
     r16439@gugod:  gugod | 2005-04-11 09:36:13 +0800
     Use component call with contents to "TitleBox" instead of TitleBoxStart + TitleBoxEnd
     r16662@gugod:  gugod | 2005-04-13 22:16:49 +0800
    fix syntax error
     r16680@gugod:  gugod | 2005-04-15 13:40:19 +0800
     fix syntax error
     r16824@gugod:  gugod | 2005-04-17 14:00:10 +0800
     make it more xhtml-ish
     r16825@gugod:  gugod | 2005-04-17 14:01:55 +0800
     use lowercase tag name
     r16826@gugod:  gugod | 2005-04-17 14:11:32 +0800
     more xhtml-ish thing
     r16827@gugod:  gugod | 2005-04-17 14:54:09 +0800
     lowercase A tags
     r16828@gugod:  gugod | 2005-04-17 14:55:21 +0800
     lowercase tag
     r16829@gugod:  gugod | 2005-04-17 14:55:37 +0800
     lowercase tag
     r16830@gugod:  gugod | 2005-04-17 14:56:07 +0800
     indentation and SimpleSearchForm css
     r16831@gugod:  gugod | 2005-04-17 14:58:33 +0800
     lowercase A tag
     r16832@gugod:  gugod | 2005-04-17 15:09:04 +0800
     Massive Change
     
     lowercase all html tags with this script:
     
     #!/usr/bin/perl -i.bak -p
     s{(</\w+>)}{lc($1)}eg;
     s{(<\w+[\s>])}{lc($1)}eg;
     
     
     r17292@gugod:  gugod | 2005-04-24 18:30:56 +0800
    lowercase the attribute names
    double-quote attribute values
     r17293@gugod:  gugod | 2005-04-24 18:32:08 +0800
    lowercase attribute name
    double-quote attribute value
     r17294@gugod:  gugod | 2005-04-24 18:33:12 +0800
    lowercase attribute name
    double-quote attribute value
     r17295@gugod:  gugod | 2005-04-24 18:34:06 +0800
     <b> -> <strong>
     r17296@gugod:  gugod | 2005-04-24 18:39:07 +0800
     remove <font>
     r17297@gugod:  gugod | 2005-04-24 18:39:46 +0800
     This should be more proper
     r17298@gugod:  gugod | 2005-04-24 18:44:06 +0800
    <b> -> <strong>
    <font> -> <span>
     r17299@gugod:  gugod | 2005-04-24 18:45:58 +0800
    <br> -> <br/>
    <i> -> <em>
     r17300@gugod:  gugod | 2005-04-24 18:48:28 +0800
    more xhtml tidy
     r17301@gugod:  gugod | 2005-04-24 18:52:32 +0800
    more xhtml tidy
     r17302@gugod:  gugod | 2005-04-24 18:55:06 +0800
     xhtml tidy
    
    git-svn-id: svn+ssh://svn.bestpractical.com/svn/bps-public/rt/branches/PLATANO-EXPERIMENTAL-CSS@2804 e417ac7c-1bcc-0310-8ffa-8f5827389a85
    292893bb