ChangeSet ID: 16058
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/02/10 19:36:24
Modified files:
include : application.php version.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
Fix mail were sent without the name of application or version when a new application or version was added
Patch: http://cvs.winehq.org/patch.py?id=16058
Old revision New revision Changes Path
1.14 1.15 +1 -1 appdb/include/application.php
1.7 1.8 +1 -1 appdb/include/version.php
ChangeSet ID: 16057
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/02/10 19:35:39
Modified files:
. : appview.php index.php maintainersubmit.php
help : maintainer_guidelines.help voting.help
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
- tooltip appear when mouse-overing "be an app (super) maintainer" button
- links from the index page to help on voting and maintainers
- removed two remaining mentions of the old rating system
Patch: http://cvs.winehq.org/patch.py?id=16057
Old revision New revision Changes Path
1.57 1.58 +5 -5 appdb/appview.php
1.26 1.27 +6 -16 appdb/index.php
1.17 1.18 +6 -14 appdb/maintainersubmit.php
1.1 1.2 +4 -0 appdb/help/maintainer_guidelines.help
1.3 1.4 +3 -4 appdb/help/voting.help
ChangeSet ID: 16055
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/02/10 19:33:25
Added files:
include : url.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
- new Url class
- improved performances (much less duplicated mysql queries)
- less code and better error handling
Patch: http://cvs.winehq.org/patch.py?id=16055
Old revision New revision Changes Path
Added 1.1 +0 -0 appdb/include/url.php