ChangeSet ID: 14784
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2004/12/10 21:51:39
Modified files:
. : apidb.css
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
- copy/pasted winehq styles to have layout consistency between winehq and appdb
- removed unused styles
- clearly commented/separated the two parts of stylesheet for easy maintenance
Patch: http://cvs.winehq.org/patch.py?id=14784
Old revision New revision Changes Path
1.2 1.3 +137 -85 appdb/apidb.css
ChangeSet ID: 14780
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2004/12/10 21:25:13
Modified files:
. : appview.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
- Main App has a random screenshot from it's versions.
- Versions have a random screenshot from their screenshots
- code cleanup (better indentation + comments + replaced globally some registered vars)
Patch: http://cvs.winehq.org/patch.py?id=14780
Old revision New revision Changes Path
1.12 1.13 +186 -167 appdb/appview.php
ChangeSet ID: 14776
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2004/12/09 19:11:40
Modified files:
admin : editAppFamily.php editAppNote.php
editAppVersion.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
- access most globals by their $_XYZ['varname'] name
- fix some code errors and typos (missing $ in front of variable names and so on)
- fixed a lot of warnings that would have been thrown when error_reporting
is set to show notices (if(isset($variable))) instead of if($variable) for
example)
Patch: http://cvs.winehq.org/patch.py?id=14776
Old revision New revision Changes Path
1.4 1.5 +1 -1 appdb/admin/editAppFamily.php
1.2 1.3 +2 -2 appdb/admin/editAppNote.php
1.3 1.4 +1 -1 appdb/admin/editAppVersion.php