bb28dba8fb
Fixed bug causing exceptions in scheduler() due to undefined req.servletRequest
2010-04-24 13:58:40 +00:00
2ff807e868
Fixed bug preventing story referrers from being logged; might be caused by recent changes in Helma...
2010-04-24 13:54:33 +00:00
50f43270f1
Updated and rebuilt i18n an message files
2010-04-24 12:33:58 +00:00
01b15b36f0
* Added stop button to export/import features, cancelling a previously started job
...
* Added some messages to the export/import features
* Added routine to remove the corresponding file after successful import
2010-04-24 12:28:29 +00:00
081d601cea
Only set site.export_id if export is successful
2010-04-23 23:07:50 +00:00
33aaf24cfe
Initial commit
2010-04-23 22:55:33 +00:00
3dc7533d62
Closing the XML output file is necessary before adding it to the site, otherwise we get truncated XML data!
2010-04-23 22:52:09 +00:00
d581ceac3a
Updated and rebuilt all i18n and message files
2010-04-23 20:36:51 +00:00
d6ca04c34f
Replaced common date format string with equivalent constant
2010-04-23 19:52:34 +00:00
65c139bc6e
* Rewrote global Importer() and Site.import_action() for compatibility with Blogger.com export format using Rome parser
...
* Simplified Site.export_action()
* Wrapped run() method of Importer and Exporter in try/catch clause
2010-04-23 19:51:40 +00:00
b2d3d67886
Remove previously exported data from the files collection if available
2010-04-20 16:44:36 +00:00
4c79205e63
Rewrote Exporter for writing XML data compatible to blogger.com’s syndication format; see http://code.google.com/apis/blogger/docs/2.0/reference.html#Elements for details
2010-04-20 16:29:10 +00:00
Christoph Leutner
8389100be3
Removed obsolete lines
2010-04-20 01:20:05 +00:00
5d710ed6d7
* Added Admin.Job prototype representing objects suitable for persistent asynchronous tasks
...
* Refactored Admin.queue(), Admin.dequeue() and Admin.purgeSites() methods to use new Admin.Job prototype
* Refactored Exporter and Importer objects to use new Admin.Job prototype (the way sites are im/exported still needs to be rewritten)
* Refactored resetting and importing a layout to always backup the current layout in a temporary ZIP file
* Moved import_action() method along with corresponding skins from Root to Site
* Moved #create skin from $Root to $Site
* Added the root site itself to the Root.sites collection
* Permitted deletion of the root site by adding appropriate checks and treatment in Site.remove()
* Moved call for Admin.dequeue() from scheduler() to nightly() method
* Removed obsolete Admin.importExport() method
* Removed obsolete app.data.exports and app.data.imports properties
2010-04-10 21:53:53 +00:00
Christoph Leutner
cb9cbad111
Removed site status explanation from the user interface cf revision 4059
2010-04-08 12:40:29 +00:00
Christoph Leutner
053b8d2ef5
Add an explanation what the site status options mean.
2010-04-07 03:57:59 +00:00
Christoph Leutner
a5f3dbc510
Capitalize URL in message.
2010-04-07 00:03:54 +00:00
Christoph Leutner
184ba9a19d
Changed wording of image upload error message and corrected two typos.
2010-04-06 20:11:34 +00:00
35d4df1340
Enabled comments of a new site by default. Fixes issue 100.
2010-04-06 14:28:22 +00:00
Christoph Leutner
ddd4ddc01c
Changed wording for error message when a file cannot be uploaded as an image; hope that fixes issue 57.
2010-04-06 12:18:51 +00:00
9e2ead5772
Patch for updating the contentLength property of all images to fix wrong values caused by issue 93.
2010-04-05 14:45:52 +00:00
eab69cd022
Fixed bug causing duplicate display of replies. (No clue how this slipped in.)
2010-04-05 14:14:57 +00:00
4ecc50937f
Exclude non-members from batch deletion. Fixes issue 88.
2010-04-05 12:41:38 +00:00
Christoph Leutner
16f1001a8e
Site preferences page: comment out the useless (and therefore ugly) dropdown menu in the 'paging' dialogue
2010-04-04 02:08:10 +00:00
Christoph Leutner
b7ad105819
Added information to the tags input forms (because 'separated by commas' is usually translated as 'durch Komma getrennt', I chose that over the plural (Kommata)); fixed typos
2010-04-03 22:16:39 +00:00
Christoph Leutner
a9f2f68684
Slightly changed wording of password reset
2010-04-03 11:31:42 +00:00
Christoph Leutner
314a99e2eb
Changed wording of notification that JavaScript is necessary to see the referrers and backlinks - the old 'To prevent spam abuse...' led to the misconception that backlink spamming should be in fact prevented.
2010-04-03 00:56:02 +00:00
df87eec8ea
* Slightly modified Root.mrtg_action()
...
* Only allow privileged users to import sites
2010-04-02 16:54:24 +00:00
7f55e15bf0
* Added default sorting for Admin.users collection
...
* Applied new order of sort options to Admin.filterUsers() method
2010-04-02 16:11:28 +00:00
Christoph Leutner
3b5215f401
Adapted language files to e-mail validation
2010-04-02 14:49:38 +00:00
0a0e3f4169
Show the hide/show link in replies, too
2010-04-02 14:21:31 +00:00
df4d7a5cac
Added missing Comment.text_macro() method with check if the comment is deleted (or rather: hidden)
2010-04-02 14:13:04 +00:00
e5582d8004
Replaced ugly scripted filtering of Stories.comments collection with equivalent filter definition in Stories.properties
2010-04-02 13:54:29 +00:00
2835f03425
Added soft comment deletion. Updates issue 43.
2010-04-02 13:50:15 +00:00
64f2966b56
* Validate e-mail address when registering a new user account. Fixes issue 87.
...
* Simplified code in User.update() method
2010-04-02 13:13:59 +00:00
356364bda3
* Added Site.comments collection and use it in $Admin#editSite skin. Fixes issue 89.
...
* Modified default sorting of user list in $Admin#users skin. Fixes issue 70.
* Added property argument to HopObject.self_macro() to allow access to subnodes of the HopObject
* Replace macros directly accessing HopObject subnodes with <% this.self property %> ones
* Reverted changes made in r4026
2010-04-02 12:45:27 +00:00
f62b326748
Updated Helma JARs for AntClick to current version. Fixes issue 94.
2010-04-02 11:12:50 +00:00
Christoph Leutner
474e3abfac
Slightly changed wording
2010-04-02 02:01:13 +00:00
Christoph Leutner
e0bf0c0a9a
Edited german translation
2010-04-02 01:06:53 +00:00
03bbcf322c
Update Image.contentLength if the original image was resized. Fixes issue 93.
2010-04-01 20:10:14 +00:00
ecc0d07525
Updated and generated i18n files
2010-04-01 08:15:32 +00:00
Christoph Leutner
7573ea7482
Some small changes in readme.txt
2010-03-22 01:14:03 +00:00
Christoph Leutner
5f84ea098d
Added image file size to image properties (however, the value displayed for resized images is wrong - Issue 93)
2010-03-19 04:32:48 +00:00
Christoph Leutner
e8914d7837
Sysadmin user administration: increase the number of links to the users latest stories/ comments/ images/ files
2010-03-19 03:16:08 +00:00
Christoph Leutner
fdbe96a315
Improve sysadmin user administration: the number of stories and links plus the links to the 5 last stories and comments are displayed for all listed usernames so we don't have to click 'edit' to see if the user is active. (Issue 70 2.)
2010-03-19 01:40:08 +00:00
Christoph Leutner
b0e7ba168d
Corrected errors from last commit
2010-03-18 23:32:23 +00:00
Christoph Leutner
fbb447bd81
Edited de.po extensively
2010-03-18 20:57:25 +00:00
ed60a2ea35
Fixed Site.processHref() method to work for sites w/o explicit domain setting
2010-02-15 21:20:02 +00:00
df312aa6fc
Renamed macro name from creator to user in Membership.getMacroHandler()
2010-02-15 21:19:02 +00:00
158623b089
Disabled comment delete options for the comment author
2010-02-15 21:17:23 +00:00