Commit graph

6 commits

Author SHA1 Message Date
a6e618d721 * Added permission for Members.sendpwd_action just to inform about the impossibility to send passwords any longer
* Removed trailing semicolons after closing curly brackets for good (hopefully :)
2008-04-21 13:52:13 +00:00
815170c2cb * Added further compatibility fixes for story editor
* Updated compatible content_macro and getRenderedContentPart methods of Story
 * Improved compatibility fixes for deprecated macros
2008-03-17 19:46:06 +00:00
65ed5b5a70 * Fixed aspect method setTopics() to map topics to tags in Image and Story prototypes
* Removed obsolete aspect methods for Stories and ImageMgr prototypes
 * Restored Metadata.createInputParam() and Metadata.createCheckBoxParam() methods (removed too quickly)
 * Fixed further compatibility methods in Root and Site prototypes
2008-01-09 22:53:51 +00:00
65359c0482 * Improved HopObject.link_filter() method to fallback to main action by default - unlike HopObject.link_macro()
* Added missing cases for Tags and Root prototypes in Images.getPermission() and Images.main_action()
 * Extended Story.url_filter() to display files as link followed by the host in brackets
 * Renamed type.properties to ImageMgr.properties in compatibility layer
 * Fixed most compatibility methods of File, HopObject, Image, Members, Membership, Metadata prototypes
 * Fixed a few compatibility methods in Root, Site and Story prototypes
 * Fixed creation of Image.thumbnailName in updater
 * Added setting of Image.contentType in updater
 * Fixed creation of thumbnail information in SQL for image conversion
 * Added target to create log table in case ACCESS_LOG is too big to be dumped from original database
2008-01-05 17:57:39 +00:00
a55937fcaf * Added SVN headers wherever missing
* Fixed compatible rendering of search box
 * Marked calls for navigation_macro() with FIXME
 * Renamed Site's type.properties to Site.properties
2008-01-04 17:34:04 +00:00
3cccb901f2 * Extensively tested and aligned new permission framework for the first time
* Changed order of filters in collection handlers (member items go first, all items last)
 * Fixed global file_macro and image_macro methods
 * Reactivated Images.Default
 * Added Layout.value_macro to allow per request definitions of variables for the CSS stylesheet (still experimental)
 * Finally removed PropertyMgr (replaced by Metadata)
 * Renamed a bunch of collections, mountpoints and variables
 * Reduced commentsMode options to "enabled" and "disabled" in Site prototype
 * Renamed "shared" mode to "restricted" in Site prototype
 * Moved a lot of stuff into the compatibility module
2007-10-08 23:55:29 +00:00