Commit graph

63 commits

Author SHA1 Message Date
5504a7b7c3 Moved call for HopObject.onCodeUpate() from compatibility layer to onStart() method 2010-04-26 11:27:11 +00:00
da9feebfff * 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.
* Adapted Admin.link_macro() according to recent changes in HopObject.link_macro()
 * Slightly modified HopObject.link_macro() in the compat layer to work with changes in Admin.link_macro()
 * Updated and rebuilt i18n and message files
2010-04-26 11:12:47 +00:00
c87f038fc6 * Removed unnecessary gettext() calls from compatibility layer
* Removed obsolete sys_* methods from the compatibilty layer’s Root prototype
2010-04-26 00:13:25 +00:00
1b8bf37675 * Added Layout.getTitle() method to compatibility layer always returning “Layout” to prevent display of remaining title properties in older databases
* Slightly increased sizes of some input elements for convenience
 * Added SQL patch updating constraints of the membership role column (MySQL)
 * Removed obsolete title and description properties from Layout
 * Minor layout enhancements and wording edits
2010-04-25 20:11:16 +00:00
12309653a5 * Decentralized markgettext() calls by moving them from i18n.js to the places where the messages actually are defined
* Added markgettext_macro()
 * Readjusted Admin.dropdown_macro() and the global defineConstants() methods to work with the modified markgettext() calls
 * Updated Members.properties and added SQL patch for lowercasing all membership status due to the modified margettext() calls
 * Added Membership.role_macro() as convenience method
 * Removed syntactic sugar from HopObject.link_macro() and moved it to the compatibility layer to prevent current layouts from breaking
 * Removed obsolete permission for non-existing Image.replace_action()
2010-04-25 17:31:44 +00:00
a93e9b9898 * Added disabling of User.salt_macro()
* Moved disabling of User.password_macro() to compatibility layer
2010-02-05 10:04:36 +00:00
32c52791fe * Refactored code and skins in respect for comprehensive i18n
* Refactored and unified remove() methods and calls for greater flexibility as well as reliability
 * Added option to remove all comments by a user to Comment.remove() method and $Comment#delete skin
 * Added global #listItemFlag skin as well as listItemFlag_macro() for rendering vertically written text of items in a list view (e.g. closed)
 * Fixed bug in gettext_macro() and ngettext_macro() causing incorrect whitespace
 * Refactored timezone and locale handling
 * Modified automatic translation of untitled links in HopObject.link_macro()
 * Added honeypot to login and registration forms
 * Fixed client-side JavaScript to be evaluated when login or registration form is submitted, not only when the submit button is clicked
 * Removed redundant filter expression from DB mapping of Membership.images collection
 * Added Membership.content collection
 * Changed terminology from open to running polls, thus renaming Polls.open_action() method and Polls.open collection
 * Moved a lot of CSS used in root or administration sections from Site#stylesheet to $Root#stylesheet skin
 * Added Root.updateDomains() method (most likely already obsolete)
 * Removed Root.processHref() method (only necessary for very advanced setup) and obsolete comments
 * Fixed Root.xgettext() method to correctly read UTF-8 encoded data
 * Fixed Site.deleted_macro() to return the date object for late formatting
 * Refactored Site.processHref() for more convenient custom domain name mapping
 * Renamed Skins.advanced_action() method to Skins.all_action()
 * Removed redundant filter from Stories.comments collection
 * Removed unnecessary filter from Story.comments collection
2010-01-10 14:40:36 +00:00
1c0f6c40f9 Moved Site.spamfilter_macro back into code 2010-01-10 14:02:00 +00:00
b75fc70bf1 Fixed bug preventing output of global image macro containing the linkto paramater 2009-12-14 14:36:15 +00:00
7b6bb7aee3 Delete param.to property before returning arguments in aspects method of HopObject.link_macro() 2009-11-09 10:32:28 +00:00
1924e04bed * Added user interface for layout conversion
* Finalized layout converter to convert from ZIP archive to ZIP archive
 * Moved Layout.convert_action() into extra file
2009-11-03 18:10:33 +00:00
523dc6a9b1 Moved Root/Site.skin from compat to code to re-establish accustomed behaviour of root site 2009-11-01 13:19:33 +00:00
26f33a0220 * Shortened directory names
* Renamed misc directory to extra
 * Moved WEB-INF and updater directories into extra
2009-10-31 13:57:51 +00:00