ChangeSet ID: 14792
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2004/12/11 13:40:01
Modified files:
. : CODING_STANDARD TODO
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
Remove TODO items that have been completed. Add php tag details to
CODING_STANDARD.
Patch: http://cvs.winehq.org/patch.py?id=14792
Old revision New revision Changes Path
1.1 1.2 +7 -0 appdb/CODING_STANDARD
1.3 1.4 +1 -9 appdb/TODO
ChangeSet ID: 14791
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2004/12/11 13:37:21
Modified files:
include : session.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
Removed unneeded session_register("current") line as we now use superglobals
and that php does the registering itself
Patch: http://cvs.winehq.org/patch.py?id=14791
Old revision New revision Changes Path
1.2 1.3 +1 -3 appdb/include/session.php
ChangeSet ID: 14785
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2004/12/10 21:52:57
Modified files:
. : index.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
- uses <h1> <h2> and <h3> correctly (removed <big><b></b></big> kind of things)
- made a table with the silver list so that it looks like the gold list (but in silver color)
- added a link to Sidenet's page (see WWN 250 and 251)
- added a bullet point to let user that they can enroll to be app maintainer
Patch: http://cvs.winehq.org/patch.py?id=14785
Old revision New revision Changes Path
1.6 1.7 +96 -98 appdb/index.php