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
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
b0b126a992
* Replaced all occurrences of "webHook" with "callback"
...
* Dropped obsolete Site.webHookCalled property
* Renamed Site.hitchWebHook() method to Site.queueCallback()
* Renamed default callback method Root.default_hook_action() to Api.callback_action()
* Implemented callback queue in favor of immediate invocation
* Added basic documentation about callbacks
2008-06-12 14:02:42 +00:00
9731dd4399
Granted permission to view API page for anyone
2008-06-12 09:40:39 +00:00
207f3407f6
Added basic information about supported APIs
2008-06-12 09:31:14 +00:00
d0b76c130a
Wrapped result of Story.getTitle() method in String() call to prevent "Unsupported Java type: class org.mozilla.javascript.NativeString" XML-RPC exceptions; furthermore return "..." ellipsis instead of "this".
2008-06-12 09:19:54 +00:00
dcb7ae8c52
Finalized APIs by refactoring MetaWeblog API and replacing redundant code with helper methods
2008-06-05 14:47:21 +00:00
65cc0fb773
* Re-enabled Movable Type's API
...
* Slightly edited wording of error messages
* Removed some lines of obsolete code
2008-06-05 12:09:17 +00:00
841b76e882
Refactored Movable Type's XML-RPC API
2008-06-05 12:08:00 +00:00
b16150561e
Removed obsolete site.email property
2008-06-05 09:13:51 +00:00
1b79b262b9
Removed restriction for unprivileged users to execute Site.referrers_macro() method
2008-06-04 12:15:40 +00:00
c0d9c5cee1
Fixed output of macro code for global skins
2008-06-04 10:19:17 +00:00
c460a87eab
Allow everyone to see poll results
2008-06-04 09:55:35 +00:00
743cce4c43
Fixed permisssions for regular users voting in a poll
2008-06-04 09:52:53 +00:00
1e54c789f0
Fixed bug causing "undefined" to disappear next to a image rendered by a <% story.content as="image" %> macro
2008-05-16 10:12:31 +00:00
c63789a82a
* Added label for includeSpam input element in $Site#referrers skin
...
* Enabled Site.search_action() for GET requests
2008-05-15 16:56:19 +00:00
59e8c53efe
Enabled search for content managers, referrers for site owners
2008-05-15 16:19:50 +00:00
4539635476
Fixed bug in Sql.js causing exception when there's now result set at all
2008-05-15 16:01:08 +00:00
58a2608e90
Enabled search again for privileged users for now
2008-05-15 16:00:14 +00:00
6be2921814
Removed call for logRequest() from Story.comment_action()
2008-05-15 15:27:29 +00:00