Changeset 124 for trunk/docs


Ignore:
Timestamp:
May 24, 2006 5:35:19 AM (18 years ago)
Author:
scdev
Message:

Q - Improved hashing algorithms in Auth_SQL, added more sc- css selectors, misc bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/revision_history.txt

    r42 r124  
    1 --------------------------------------------------------------------------------
     1---------------------------------------------------------------------
     2Strangecode codebase 2.1
     3---------------------------------------------------------------------
     4
     5css/utilities.inc.php and css/codebase.inc.php now have sc- prepended to all selectors. This regex will convert an existing site to the new sc- format:
     6s/class="([\w-]+ )*(tiny|small|medium|large|full|twolines|short|tall|fullscreen|nowrap|clearboth|center|right|padright|padleft|padleft|help|monospaced|pkg)( [\w-]+)*"/class="$1sc-$2$3"/gi
     7
     8
     9
     10---------------------------------------------------------------------
    211Strangecode codebase 2.0
    3 --------------------------------------------------------------------------------
     12---------------------------------------------------------------------
    413
    514Codebase self contained. runs without reference to external files or info.
     
    6978
    7079
    71 --------------------------------------------------------------------------------
     80---------------------------------------------------------------------
    7281Strangecode codebase 1.0.0 release
    73 --------------------------------------------------------------------------------
     82---------------------------------------------------------------------
    7483
    7584This is the primary stable release used before we started using Subversion. It was maintained erratically by one erratic person. No revision info documented, sorry.
Note: See TracChangeset for help on using the changeset viewer.