Commit graph

4003 commits

Author SHA1 Message Date
da47d03b24 Reverted last changes in Sql.SEARCH statement back to using “like” insted of regular expressions 2010-02-06 17:20:52 +00:00
e0d45711b6 * Rewrote Sql.SEARCH statement to search for regular expression pattern in text and title field of stories and comments
* Modified Site.search_action() to filter comments of closed stories and increased result limit to 50

Fixes issue 38
2010-02-06 17:03:30 +00:00
896f5daf28 * 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
* Replaced custom SQL query in Comment.remove() with code using new Membership.comments collection
 * Removed obsolete Sql.COMMENTS statement
 * Added getConfirmText() method to Comment, File, Image, Layout, Membership, Poll, Skin and Story prototypes – which is used in HopObject.delete_action() for more convenient feedback about what is going to be deleted (fixes issue 37 for now)
 * Fully enabled translation in global breadcrumb_macro()
 * Removed obsolete Layout.getTitle() method
 * Disabled translation in HopObject.toString() methods
 * Fixed and added some i18n messages to ease translation
2010-02-06 15:13:39 +00:00
f05fc1ce4f Moved left margin of .label class to the right 2010-02-06 12:28:40 +00:00
3cf2f5803f Modified a message in Site#page skin for easier translation and updated all message files accordingly 2010-02-05 18:24:24 +00:00
61698313da Re-arranged order of code blocks for consistency 2010-02-05 10:06:07 +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
f290b04122 Reverted changes made in r3975 and instead added User.email_macro() with check for privileges 2010-02-05 10:01:38 +00:00
b86e0e8a23 Added work-around for displaying e-mail addresses in Admin skins due to the User.email_macro() being disabled by default. Fixes issue 78. 2010-02-04 08:45:35 +00:00
03038334f2 Set Root.created to current date when installation is activated 2010-02-03 09:52:59 +00:00
c20dde46cf 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
3d3bfe7ee0 Lowercase column names in SqlData prototype to prevent errors with case-sensitive H2/PostgreSql databases 2010-01-20 15:22:25 +00:00
b2be44fabf * 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
* Added default setting for root.replyTo when first setup is encountered in Root.main_action()
 * Renamed user table to account in User.properties (“user” is a reserved keyword in PostgreSql)
2010-01-20 14:28:17 +00:00
b20a414727 Had to move the Sql constants to Sql.js due to Sql being undefined in Global (files are compiled in alphabetical order!) 2010-01-19 22:06:40 +00:00
33ef009f20 * Moved all direct SQL statements as constants into Sql object
* Removed redundant call for HopObject.log() in Admin.update() method
2010-01-19 22:01:39 +00:00
ca7c580360 * Added call for Layout.reset() in Root.main_action() when called for the first time
* Ultimately removed static root layout directory from versioning
2010-01-16 21:46:22 +00:00
8940facd31 Added Site.getQuota() method for convenience 2010-01-16 11:56:08 +00:00
0795498b92 * Added quota argument to Site.getDiskSpace() method; if given, the difference between it and the used disk space will be returned
* Reverted last commit and added check whether site is trusted to Site.diskspace_macro()
2010-01-16 11:23:18 +00:00
b9c03e4f2c Ignore disk quota of trusted sites when trying to create files or images 2010-01-16 11:09:27 +00:00
2a7462a2eb * Tested and fixed Admin.purgeSites() method
* Fixed global nightly() scheduler method to run only once even if the main scheduler is running many times per minute
 * Fixed call for jala.i18n.setLocaleGetter() method in Global to prevent nasty exceptions in scheduler methods (ie. where res.handlers.site is not set)
 * Fixed bug in Root.getCreationPermission() method
 * Updated i18n template, catalog and message files
 * Minor change in $Site#create skin
2010-01-16 10:57:01 +00:00
44b409bec8 Updated i18n template, catalog and message files 2010-01-16 00:00:45 +00:00
ad147d2205 Improved some i18n messages 2010-01-15 23:38:19 +00:00
40e6243343 * Renamed $Global#disclaimer skin to $Global#mailFooter
* Added some linebreaks between message text and footer in global sendMail() method
2010-01-15 22:59:29 +00:00
80831e6ad7 Modified Site.diskspace_macro() to either output free or used disk space and always show it in $Site#edit skin 2010-01-15 22:18:03 +00:00
5523ab28d2 * Refactored Admin prototype by reducing interface, eliminating lenghty help texts and leaving out meaningless features
* Moved SITENOTIFICATIONPERIOD constant, health property as well as getFormOptions(), commitEntries(), commitRequests(), purgeReferrers(), invokeCallbacks(), updateHealth(), exportImport(), updateDomains(), queue() and dequeue() methods from Root to Admin prototype
 * Renamed Admin.purgeDatabase() method to Admin.purgeSites() and added code for automatic blocking/deletion of restricted/abandoned sites
 * Renamed Root.getScopes() method to Admin.getNotificationScopes()
 * Renamed User.getScopes() method to Admin.getCreationScopes()
 * Added Admin.getPhaseOutModes() method
 * Removed obsolete code
 * Fixed and renamed Admin.privateSites to Admin.restrictedSites collection
 * Finally added simple and reasonable quota implementation
 * Fixed gettext_macro() and ngettext_macro() with check for necessary arguments
 * Removed sender argument from global sendMail() method – instead, the root.replyTo property is used
 * Fixed some i18n messages
 * Moved code setting res.handlers.layout before permission check in HopObject.onRequest() to prevent broken layout in error screen
 * Completely rewrote HopObject.notify() method (hopefully fixing issue 49)
 * Check free disk space before invoking create_action() of Files and Images prototypes
 * Modified output of Membership.toString() method
 * Fixed some linebreaks in Membership.skin
 * Added option to set session.data.error for additonal information in $Root#error skin
 * Slightly modified output of $Root#health skin
 * Replaced Root.phaseOutInactiveSites and Root.phaseOutPrivateSites with Root.phaseOutMode
 * Removed qualifyingDate property from Root
 * Renamed Root.qualifyingPeriod property to Root.probationPeriod
 * Removed autoCleanupEnabled and autoCleanupStartTime properties from Root
 * Added replyTo property to Root
 * Rewrote Root.getCreationPermission() method
 * Added #notify_blocking and #notify_deletion skins to $Site.skin
 * Replaced Site.notifiedOfBlocking and Site.notifiedOfDeletion properties with Site.notified
 * Added Site.diskspace_macro() returning the free disk space in MB
 * Fixed bug in Site.main_action() causing erroneous display of deletion warning
2010-01-15 21:32:11 +00:00
cb5ba5f78c * Added the username as well as the number of comments to be deleted to the confirmation dialogue when deleting a comment
* Fixed typo in Site#navigation skin of Root
2010-01-11 08:29:12 +00:00
5161d33029 Fixed typo in class name of $Admin#LogEntry skin 2010-01-10 17:09:42 +00:00
fc050e4a90 Removed obsolete translation 2010-01-10 16:53:43 +00:00
00aaa952a4 Restructured app.properties file 2010-01-10 16:34:20 +00:00
841d17c05e * Edited and rephrased some messages (still needs a lot of work)
* Added gettext calls and macros where missing
 * Removed obsolete LogEntry.remove() method
2010-01-10 16:33:46 +00:00
c4fcb7ec80 * Replaced custom code in Poll.remove() and Choice.remove() with call for HopObject.remove()
* Extended HopObject.remove() to automatically remove nodes with their prototype’s remove() method if no options are given
2010-01-10 16:29:37 +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
c495dca93c * Added logger for writing to helma’s SQL log
* Renamed SqlData.update() method to SqlData.next()
2010-01-09 14:30:50 +00:00
3ab88172c7 * Added small feauture to erase all contributions of a member when its membership is removed from a site
* Added kind of callback skin to HopObject#delete skin to include prototype-specific options in confirmation dialog
 * Added content collection to Membership.properties
 * Added check for req.postParams.mode in Membership.remove() – if it is set to "exhaustive" all contributions of the member to the site are going to be erased
2010-01-07 16:19:51 +00:00
139f8eaea4 Fixed closing tag for <a name> element 2009-12-28 15:07:41 +00:00
93e94ac65c Fixed closing tag for <a name> element 2009-12-28 15:07:14 +00:00
6eaed52783 Excluded sites scheduled for deletion from Root.sites and Root.updates collections 2009-12-27 19:05:08 +00:00
f8974735e3 Revamped the backup/restore feature for the story editor 2009-12-27 17:51:19 +00:00
dfe2e54fa1 * Improved eTag creation in main_js_action(), user_js_action() and main_css_action() methods of Site
* Removed obsolete modSorua.skin (we will do shared authentication right one day)
2009-12-27 15:35:50 +00:00
d0720d7c53 Fixed quotes to work with gettext 2009-12-27 14:31:28 +00:00
cca6673e8d Slightly rearranged macros in $listItem skin 2009-12-18 21:28:23 +00:00
077e72eb31 Small modifications to make the API work with TextMate’s Blogging bundle 2009-12-18 21:27:31 +00:00
8ea21a1038 Moved .nowrap CSS class from Site#stylesheet to $Root#stylsheet skin 2009-12-14 14:41:23 +00:00
2048cf28df * Added Admin.deletedSites collection
* Added first draft of asynchronous site deletion using persisting, file-based job queue
 * Moved programmatically created nightly cronjob to from global onStart() method to app.properties file
 * Added helma.File.copyDirectory() method
 * Revamping global breadcrumbs_macro() – WORK IN PROGRESS!
 * Minor changes in global link_filter() and poll_macro() methods
 * Added Root.SITEREMOVALGRACEPERIOD defining the grace period between request and actual time of site deletion
 * Added Root.queue() and Root.dequeue() methods for handling job queue
 * Slightly modified notfound_action() and error_action() of Root
2009-12-13 22:40:16 +00:00
cca8f2c03a * Modified some res.data.title and res.messages assignments
* Added second argument to HopObject.remove() method; if set to true, any object will be removed without any checks for permissions or the like
 * Enhanced notfound and error screens
 * Removed obsolete Image.site property
 * Added missing LogEntry.remove() method
 * Added Site.deleted property
 * Fixed missing calls for remove() methods of some collections in Site.remove()
 * Added Root#stylesheet skin for future CSS classes necessary for GUI elements
 * Added missing Site.entries collection
 * Removed troublesome if condition in Skin.remove()
 * Generally deny access to Skin.main_action
 * Added missing Skin.getFormValue() method
 * Added check in Skin.update() if the Site#page skin contains the <% response.body %> macro 
 * Added Skins.onRequest() method checking if we are in-between two Skins objects
2009-12-13 22:29:21 +00:00
306771f49a 2009-12-13 21:56:50 +00:00
5ec14e5c06 Skin spring cleaning: unified and restructured skin parts and removed obsolete markup 2009-12-13 21:54:58 +00:00
b032ec04f3 Check URL for "main" or "." and replace it with the empty string to avoid NON_INITIAL_DOT_SEGMENT in PATH errors by validator.w3.org 2009-11-11 13:00:02 +00:00
a3d4015b04 Added call for java.net.IDN.toASCII() to ensure that (yet) exotic site names can be used, too 2009-11-05 20:31:23 +00:00
1a317c1677 * Added Layout.reset() method to reliably copy the desired skins into a site’s layout directory
* Moved the private copy() method in Root.create_action() to helma.File.copyDirectory() in Global.js (will be committed later)
 * Replaced the copy routine with call for Layout.reset()
2009-11-04 14:12:01 +00:00