ChangeSet ID: 15935
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/02/06 11:49:48
Modified files:
. : appview.php
admin : deleteAny.php
include : application.php category.php
Added files:
include : vendor.php version.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
- add version and vendor classes
- much improved application class (same model as the other new classes I made)
- modified category class
- modified some files to use the new classes and methods
- deletes linked elements on cascade
Patch: http://cvs.winehq.org/patch.py?id=15935
Old revision New revision Changes Path
1.51 1.52 +70 -84 appdb/appview.php
1.7 1.8 +8 -4 appdb/admin/deleteAny.php
1.9 1.10 +243 -69 appdb/include/application.php
1.9 1.10 +22 -15 appdb/include/category.php
Added 1.1 +0 -0 appdb/include/vendor.php
Added 1.1 +0 -0 appdb/include/version.php
ChangeSet ID: 15934
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/02/06 11:47:10
Modified files:
include : screenshot.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
Minor improvements to the screenshot class
Patch: http://cvs.winehq.org/patch.py?id=15934
Old revision New revision Changes Path
1.10 1.11 +8 -5 appdb/include/screenshot.php
ChangeSet ID: 15933
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/02/05 15:49:39
Modified files:
include : screenshot.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
- the user was told his screenshot was accepted when it was rejected altough the message title was correct
- the name of original submitter was not quoted in the mail after a screenshot has been unqueued because of a wrong table field selection
Patch: http://cvs.winehq.org/patch.py?id=15933
Old revision New revision Changes Path
1.9 1.10 +9 -9 appdb/include/screenshot.php
ChangeSet ID: 15932
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/02/05 11:09:06
Modified files:
admin : editAppVersion.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
Add a space between by and <name> in by<name> when sending emails
Patch: http://cvs.winehq.org/patch.py?id=15932
Old revision New revision Changes Path
1.22 1.23 +1 -1 appdb/admin/editAppVersion.php
ChangeSet ID: 15931
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/02/05 11:08:10
Modified files:
. : appview.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
remove <br> in front of notes, now that we use html as it cause extraneous new line
Patch: http://cvs.winehq.org/patch.py?id=15931
Old revision New revision Changes Path
1.50 1.51 +1 -1 appdb/appview.php
ChangeSet ID: 15929
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/02/03 21:32:52
Modified files:
. : appview.php
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
Fix the button "log in to become a super maintainer" which was not in a
form element
Patch: http://cvs.winehq.org/patch.py?id=15929
Old revision New revision Changes Path
1.49 1.50 +1 -1 appdb/appview.php