ChangeSet ID: 14840
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2004/12/13 22:30:41
Modified files:
. : TODO addcomment.php appview.php
deletecomment.php
include : comments.php
tables : prefs_list.sql
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
- when a comment is deleted, one can state the reason why he did this.
- the user that made the comment get's an e-mail
Patch: http://cvs.winehq.org/patch.py?id=14840
Old revision New revision Changes Path
1.5 1.6 +5 -2 appdb/TODO
1.7 1.8 +30 -30 appdb/addcomment.php
1.15 1.16 +1 -1 appdb/appview.php
1.6 1.7 +63 -22 appdb/deletecomment.php
1.9 1.10 +6 -8 appdb/include/comments.php
1.3 1.4 +1 -1 appdb/tables/prefs_list.sql
ChangeSet ID: 14835
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2004/12/13 20:30:06
Modified files:
. : .htaccess
Log message:
Jonathan Ernst <Jonathan(a)ernstfamily.ch>
- php_value register_globals 0 (was already here thanks to Jeremy Newman's patch)
- php_value short_open_tag 0 (disable shorttags so that we can use <?xml in the future)
- php_value session.bug_compat_42 0 (session works well without the workaround so let's disable it)
- php_value register_long_arrays 0 (we are not using the old long arrays ($HTTP_SESSION_VARS and so on)
Patch: http://cvs.winehq.org/patch.py?id=14835
Old revision New revision Changes Path
1.1 1.2 +4 -1 appdb/.htaccess