ChangeSet ID: 16031
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/02/09 17:59:09
Modified files:
help : appdb_faq.help generic.help
maintainer_ratings.help privacy.help
include : sidebar.php
Added files:
help : maintainer_guidelines.help
Removed files:
. : support.php
help : ratings.help
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
- improve the sidebar links to the help system (only one link instead of two)
- remove the help about user rating as it doesn't exist anymore
- improve exisiting help documentation and FAQs (remove out of date
informations, dead link, etc.)
- add new help page for maintainers with details on how to maintain an application
Patch: http://cvs.winehq.org/patch.py?id=16031
Old revision New revision Changes Path
1.6 1.7 +17 -15 appdb/help/appdb_faq.help
1.8 1.9 +1 -1 appdb/help/generic.help
1.2 1.3 +3 -6 appdb/help/maintainer_ratings.help
1.5 1.6 +2 -8 appdb/help/privacy.help
1.9 1.10 +4 -5 appdb/include/sidebar.php
Added 1.1 +0 -0 appdb/help/maintainer_guidelines.help
1.8 Removed +0 -0 appdb/support.php
1.2 Removed +0 -0 appdb/help/ratings.help
ChangeSet ID: 16030
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/02/09 17:57:44
Modified files:
include : version.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
The maintainer rating and tested version were not appearing anymore
Patch: http://cvs.winehq.org/patch.py?id=16030
Old revision New revision Changes Path
1.5 1.6 +2 -0 appdb/include/version.php
ChangeSet ID: 16029
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/02/09 17:53:25
Modified files:
include : application.php version.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
- initialize arrays to avoid error messages when arrays are empty
- use correct $this->array and not $array in application class
Patch: http://cvs.winehq.org/patch.py?id=16029
Old revision New revision Changes Path
1.12 1.13 +2 -1 appdb/include/application.php
1.4 1.5 +4 -1 appdb/include/version.php