bb17b8ee89
Hopefully increased performance of counting stories and comments in Root.mrtg_action()
2008-10-05 11:33:51 +00:00
759b4e6e2e
Use requests/error per unit instead of totals in Root.mrtg_action()
2008-10-05 10:49:49 +00:00
fcebd371a6
Removed calls for formatNumber() in Root.mrtg_action() because we need unformatted values
2008-10-05 10:47:18 +00:00
d78f046208
Added Root.mrtg_action() for plugging Antville into the Multi Router Traffic Grapher ( http://oss.oetiker.ch/mrtg )
2008-10-05 10:44:27 +00:00
928390f5c2
Removed the "Number of" in "Number of queued xyz"
2008-10-04 15:29:01 +00:00
4074fd0d05
Officially enabled access to Site.search_action() for everyone
2008-10-02 18:34:38 +00:00
ab6ea55d4a
For safety reasons disabled calls applying modification of skins et al.
2008-10-02 18:18:59 +00:00
11685b4818
* Removed translations of most special characters in HopObject.getFromPath() except for ampersand which still is an issue due to Helma bug #625 (reopened)
...
* Unified HopObject.created_macro() and HopObject.modified_macro()
2008-10-02 18:11:14 +00:00
260f6966af
Added display of search box if query is unddefined or no results are found
2008-09-29 10:18:00 +00:00
cc97fa863c
Fixed bug in global poll_macro() preventing comments to be added to stories with embedded polls
2008-09-22 10:41:13 +00:00
13c78b8cd9
* Replaced <% api.url %> macro with <% api.href %>
...
* Added some space after first text section in ugly HTML 3.2 manner
2008-09-21 18:39:33 +00:00
d7d716fa95
* Updated text of $Admin#welcome skin (sites cannot be made the front page so easily, anymore)
...
* Added setup routine to Root.main_action() which is executed when there is an unconfigured root site or no privileged user (admin)
* Modified $Image#edit skin: check for Image.fileName property insteaed of "created" when deciding whether to show the name and dimension input fields
* Added missing res.data.title to $Members#register skin
* Removed app.log() calls when catching login or registration exceptions
* Added empty User.onLogout() method to get rid of some "errors" in the log file
* Removed obsolete code
2008-09-21 17:44:18 +00:00
35be86763d
Fixed link URLs in Site.monthlist_macro() method (slash was missing between "archive" and year)
2008-09-14 19:08:32 +00:00
e5efdb017a
Added Root.nonames_action() for fixing files and images with no name (ie. empty string or the like)
2008-09-13 21:20:49 +00:00
bc4e901415
Added patch for fixing corrupted history macro as well as macro handlers in skins shared between Story and Comment prototype
2008-09-13 17:20:35 +00:00
9f98a10e64
Rearranged order in filter of images collection for consistency with stories collection
2008-09-13 17:13:37 +00:00
40b860da45
* Added global status() method for conveniently setting and getting app.data.status
...
* Extracted stringf() method from execute() replacing $foo variables in a string (additionally, a callback method can be set as optional argument which will be executed for each substitution)
* Added Root.galleries_action() for fixing the image tags that got lost in the last big update
2008-09-13 12:01:31 +00:00
b2ce07cad2
Fixed issue #22 : "Image upload is broken in Safari".
2008-08-05 13:35:12 +00:00
b666f3861a
Fixed two tiny bugs concerning Story.commentMode
2008-08-04 09:11:23 +00:00
c94de58429
Fixed display of creation date by checking for <% story.creator %> instead of <% story.created %>
2008-07-22 18:40:56 +00:00
81311f0074
* Fixed Site.history_macro() method to check whether the "show" parameter refers to the collection limit or the collection itself
...
* Replaced "createtime" property with "created" in Story.createtime_macro() method
2008-07-22 18:24:09 +00:00
59c8556288
* Fixed formatDate() method to use per-site date format patterns
...
* Fixed Story.skin to display creation date only if available
2008-07-22 18:21:30 +00:00
9923ee3e3d
Fixed typo in log message
2008-06-29 12:57:59 +00:00
5d52c9ff61
Replaced cancel button with link
2008-06-29 12:54:35 +00:00
7ffb5977e2
Fixed pager URLs for Files.all_action() method
2008-06-29 12:53:15 +00:00
e60b658c82
Fixed tiny bug in Site.processHref() method: getProperty() is a global method, not one of Application.
2008-06-29 12:51:29 +00:00
24729da01a
Retrieve sites from Root's default collection in Site.getByName() method
2008-06-18 20:19:52 +00:00
ecc50db366
Also log referrers of requests to archive and tags
2008-06-17 11:13:21 +00:00
7e4a668489
Also add story referrers to site log
2008-06-17 10:31:32 +00:00
5326b1871a
Fixed redirect URLs
2008-06-15 20:33:41 +00:00
4eb1223e3f
Removed res.debug() calls
2008-06-15 20:30:52 +00:00
b4c6ad38f8
Fixed and cleaned up admin section
2008-06-15 20:28:25 +00:00
1003577884
Cleaned up app.properties
2008-06-15 19:12:06 +00:00
6168f14b74
Added work-arounds for "story" handlers in comment skins to gain future compatibility with Helma versions having the "get-handler-from-path resolver" disabled
2008-06-15 18:18:41 +00:00
3d8ad6984c
* Renamed app.data.log to app.data.entries
...
* Renamed Root.commitLog() method to Root.commitEntries()
2008-06-15 17:42:49 +00:00
94a6a87c84
* Renamed app.data.referrers to app.data.log
...
* Renamed Root.commitReferrers() method to Root.commitLog()
2008-06-15 17:22:44 +00:00
699c730ba6
Fixed error message in Api.main_action_xmlrpc() method
2008-06-12 20:01:58 +00:00
ebd52373da
* Moved code from Api.dispatch() method to Api.main_action_xmlrpc()
...
* Renamed Api.movableType namespace back to Api.mt because that's the name after all
* Removed obsolete Api.dispatch() method
2008-06-12 19:50:02 +00:00
757b13b53e
Replaced individual API endpoints with the actual single one
2008-06-12 19:24:02 +00:00
7b36852d88
Fixing Helma bug #628 fails because it also chomps the XML-RPC method any potential work-around is impossible without
2008-06-12 19:19:59 +00:00
113596fa71
Trying to find a work-around for Helma bug #628
2008-06-12 19:07:29 +00:00
8e8667e5f4
Added Api.main_action_xmlrpc() method which could replace the three other XML-RPC methods
2008-06-12 16:47:37 +00:00
9011841b88
Tiny case change ("Link")
2008-06-12 15:54:32 +00:00
5d0205b4fa
Re-enabled Story.backlinks_macro() method for site owners
2008-06-12 15:46:36 +00:00
deadad31c0
Added Sql.toString() method
2008-06-12 15:41:15 +00:00
065828abf5
Fixed implemenation of backup/restore feature for stories and comments
2008-06-12 15:33:11 +00:00
f00e94e3f8
* Renamed Story.backlinks_macro() method to Story.referrers_macro()
...
* Replaced "story" handlers in a few Story skins with "this" as otherwise comments won't be correctly rendered in history or RSS output (which I think is due to the recent changes in Helma related to fixing bug #617 )
2008-06-12 14:57:39 +00:00
4c4e26e5e8
* Renamed Site.queueCallback() method to Site.callback()
...
* Added output of queued requests and referrers to Root.health_action()
* Fixed POST arguments in Root.invokeCallbacks() method
2008-06-12 14:41:30 +00:00
653624ae65
Limited width of default callback's code with hackish style attribute
2008-06-12 14:18:26 +00:00
c2797f7e5a
Renamed Api.skin to $Api.skin (protected from customization)
2008-06-12 14:15:20 +00:00