antville/code
Tobi Schäfer c3d0344288 * Added patch build target to build.xml
* Added Root.patch() method to updater repository
 * Transformed SQL scripts into JavaScript code usable with patch build target
 * Added empty global onStop() method to get rid of annoying log message
 * Renamed Root.xgettext() method to Root.extractMessages and moved code from Root.js to Global/i18n.js
 * Renamed Root.main_action() to Root.updater_action() in updater repository
 * Removed function wrapper from patch-*.js files to make them work with patch build target
2010-05-10 21:29:40 +00:00
..
Admin * Concatenated some messages which were too nested for reasonable translation – however, with the disadvantage of having HTML markup included now. Fixes issue 105. Fixes issue 106. 2010-04-26 11:12:47 +00:00
Api Capitalize URL in message. 2010-04-07 00:03:54 +00:00
Archive Switched to PostgreSQL as database of choice and added compatibility files to db/my.compat 2010-04-24 14:27:31 +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 * Decentralized markgettext() calls by moving them from i18n.js to the places where the messages actually are defined 2010-04-25 17:31:44 +00:00
File * Modified order of actions in item list views 2010-04-26 00:22:20 +00:00
Files Slightly modified order of collection filters to start with the link to the list of the member’s items 2010-04-25 18:43:12 +00:00
Global * Added patch build target to build.xml 2010-05-10 21:29:40 +00:00
HopObject * Modified order of actions in item list views 2010-04-26 00:22:20 +00:00
Image * Modified order of actions in item list views 2010-04-26 00:22:20 +00:00
Images Slightly modified order of collection filters to start with the link to the list of the member’s items 2010-04-25 18:43:12 +00:00
Layout * Modified order of actions in item list views 2010-04-26 00:22:20 +00:00
LogEntry * Edited and rephrased some messages (still needs a lot of work) 2010-01-10 16:33:46 +00:00
Members Slightly adjusted the sizes of some input elements 2010-04-25 22:48:33 +00:00
Membership * Modified order of actions in item list views 2010-04-26 00:22:20 +00:00
Metadata * Added basic doctags to the code 2009-11-02 16:16:41 +00:00
Poll * Decentralized markgettext() calls by moving them from i18n.js to the places where the messages actually are defined 2010-04-25 17:31:44 +00:00
Polls Slightly modified order of collection filters to start with the link to the list of the member’s items 2010-04-25 18:43:12 +00:00
Root * Added patch build target to build.xml 2010-05-10 21:29:40 +00:00
Site Changed site exporting dialogue - issue 104 comments 6, 7. 2010-05-06 21:48:51 +00:00
Skin Added missing title parameter in remaining link macros. Fixes issue 110. 2010-05-07 15:48:21 +00:00
Skins * Added Layout.getTitle() method to compatibility layer always returning “Layout” to prevent display of remaining title properties in older databases 2010-04-25 20:11:16 +00:00
Stories Slightly modified order of collection filters to start with the link to the list of the member’s items 2010-04-25 18:43:12 +00:00
Story Removed story title from gettext() call in Story.edit_action() 2010-04-26 11:42: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 * Concatenated some messages which were too nested for reasonable translation – however, with the disadvantage of having HTML markup included now. Fixes issue 105. Fixes issue 106. 2010-04-26 11:12:47 +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 Switched to PostgreSQL as database of choice and added compatibility files to db/my.compat 2010-04-24 14:27:31 +00:00