antville/code
2010-03-19 03:16:08 +00:00
..
Admin Sysadmin user administration: increase the number of links to the users latest stories/ comments/ images/ files 2010-03-19 03:16:08 +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 Disabled comment delete options for the comment author 2010-02-15 21:17:23 +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 Removed String.EMAILPATTERN and String.URLPATTERN as they are included in the helma.String module now: https://dev.helma.org/trac/helma/changeset/10003/apps/modules/trunk/core/String.js 2010-02-08 09:17:53 +00:00
HopObject * 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
Image Removed obsolete comment 2010-02-07 14:21:25 +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 Fixed Site.processHref() method to work for sites w/o explicit domain setting 2010-02-15 21:20:02 +00:00
Skin Enabled translation for two messages in $Skin#compare 2010-02-07 13:05:40 +00:00
Skins * Granted permission to display Skin.main_action() 2010-02-06 22:34:06 +00:00
Stories * Refactored code and skins in respect for comprehensive i18n 2010-01-10 14:40:36 +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 Enable translation of site status although it is not perfect (case) 2010-02-07 13:44:30 +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