antville/code
Tobi Schäfer 7f55e15bf0 * Added default sorting for Admin.users collection
* Applied new order of sort options to Admin.filterUsers() method
2010-04-02 16:11:28 +00:00
..
Admin * Added default sorting for Admin.users collection 2010-04-02 16:11:28 +00:00
Api * Edited and rephrased some messages (still needs a lot of work) 2010-01-10 16:33:46 +00:00
Archive * Rewrote direct Database access in Archive.stories_macro(), Archive.getSize(), Archive.getFilter(), Members.search() and Root.mrtg_action() methods using the Sql prototype and trying to make the statements work in all MySql, PostgreSql and H2 databases 2010-01-20 14:28:17 +00:00
Choice * Replaced custom code in Poll.remove() and Choice.remove() with call for HopObject.remove() 2010-01-10 16:29:37 +00:00
Comment Show the hide/show link in replies, too 2010-04-02 14:21:31 +00:00
File * Added Membership.comments collection to fix a bug causing display of the number of comments of a user throughout the whole installation instead of those of the member of the site only 2010-02-06 15:13:39 +00:00
Files * Added quota argument to Site.getDiskSpace() method; if given, the difference between it and the used disk space will be returned 2010-01-16 11:23:18 +00:00
Global Replaced ugly scripted filtering of Stories.comments collection with equivalent filter definition in Stories.properties 2010-04-02 13:54:29 +00:00
HopObject * Added Site.comments collection and use it in $Admin#editSite skin. Fixes issue 89. 2010-04-02 12:45:27 +00:00
Image Update Image.contentLength if the original image was resized. Fixes issue 93. 2010-04-01 20:10:14 +00:00
Images Do not rely on Images._parent for the site as it also could be a layout (fixes issue 79) 2010-02-01 14:13:40 +00:00
Layout * Added Membership.comments collection to fix a bug causing display of the number of comments of a user throughout the whole installation instead of those of the member of the site only 2010-02-06 15:13:39 +00:00
LogEntry * Edited and rephrased some messages (still needs a lot of work) 2010-01-10 16:33:46 +00:00
Members * Rewrote direct Database access in Archive.stories_macro(), Archive.getSize(), Archive.getFilter(), Members.search() and Root.mrtg_action() methods using the Sql prototype and trying to make the statements work in all MySql, PostgreSql and H2 databases 2010-01-20 14:28:17 +00:00
Membership Renamed macro name from creator to user in Membership.getMacroHandler() 2010-02-15 21:19:02 +00:00
Metadata * Added basic doctags to the code 2009-11-02 16:16:41 +00:00
Poll * Added Membership.comments collection to fix a bug causing display of the number of comments of a user throughout the whole installation instead of those of the member of the site only 2010-02-06 15:13:39 +00:00
Polls * Refactored code and skins in respect for comprehensive i18n 2010-01-10 14:40:36 +00:00
Root Corrected errors from last commit 2010-03-18 23:32:23 +00:00
Site * Added Site.comments collection and use it in $Admin#editSite skin. Fixes issue 89. 2010-04-02 12:45:27 +00:00
Skin Slightly changed wording 2010-04-02 02:01:13 +00:00
Skins * Granted permission to display Skin.main_action() 2010-02-06 22:34:06 +00:00
Stories Replaced ugly scripted filtering of Stories.comments collection with equivalent filter definition in Stories.properties 2010-04-02 13:54:29 +00:00
Story * Added checks for invalid characters in Skins.create_action() and User.register() methods 2010-02-06 21:38:49 +00:00
Tag * Added checks for invalid characters in Skins.create_action() and User.register() methods 2010-02-06 21:38:49 +00:00
TagHub * Added Membership.comments collection to fix a bug causing display of the number of comments of a user throughout the whole installation instead of those of the member of the site only 2010-02-06 15:13:39 +00:00
Tags * Modified some res.data.title and res.messages assignments 2009-12-13 22:29:21 +00:00
User * Validate e-mail address when registering a new user account. Fixes issue 87. 2010-04-02 13:13:59 +00:00
Vote * Added basic doctags to the code 2009-11-02 16:16:41 +00:00
app.properties Added example settings for tweaking performance 2010-02-08 15:46:41 +00:00
db.properties Enabled Unicode/UTF-8 when connecting to MySQL 2010-02-07 13:02:27 +00:00