dd3fbb9a0a
Fixed HTML for validation with validator.w3.org
2015-02-22 14:36:00 +01:00
119aadacd5
Updated gettext messages and i18n files
2015-01-31 22:11:30 +01:00
3ac361835c
Removed <code> elements
2015-01-11 22:31:13 +01:00
b5a7cdbcb7
Refactored remaining prototypes for UIKit support as well as unified and smoothed already refactored ones
2014-12-21 17:22:01 +01:00
46a2e5552a
Refactored health and API pages for UIKit support
2014-12-15 20:46:38 +01:00
ab8560b057
Updated license header and unified comments
2014-07-04 17:16:51 +02:00
a70d7e9029
Replaced most double ticks with single ones
2014-07-04 15:44:41 +02:00
c7d78eba65
Reduced line indent from 3 to 2 spaces
2014-07-04 15:32:18 +02:00
3e769d3d6e
Cleaned up whitespace with Sublime Text 2
2014-07-04 15:30:46 +02:00
Philipp Naderer
c7803133b3
Added addition parameters to API methods to upload images.
2011-06-27 13:52:02 +00:00
b897dd7b16
Replaced rotten links with equivalent web.archive.org URLs
2011-06-16 09:16:00 +00:00
2d0d0d2696
Fixed tiny bug when creating a file with the Api.metaWeblog.newMediaObject() method
2011-03-15 22:50:49 +00:00
f2631f8760
* Added Image.add() and File.add() methods similar to Story.add(), extending internal API
...
* Refactored Images.create_action(), File.create_action() and Api.metaWeblog.newMediaObject() methods using the new methods
2011-03-15 22:34:38 +00:00
08bcfdcb33
* Refactored Story.add() method to take the data struct as first and required argument, then optionally site and user
...
* Rewrote Importer reducing redundant code by using new Story.add() method
2011-03-15 22:07:24 +00:00
2ca26e4f28
* Added Story.add() method as counterpart to Story.remove() and to establish kind of internal API
...
* Rewrote external API (Api prototype) reducing redundant code by calling Story.add() method
2011-03-15 20:22:08 +00:00
5888797569
Added URL keyword to svn:keywords property
2011-02-23 16:24:32 +00:00
7d6ea9e0d5
Fixed description in @fileoverview doc tag
2011-01-21 20:43:08 +00:00
3b7d2e577b
Start session by logging in user account if available in Api.getUser()
2010-12-21 14:11:15 +00:00
Christoph Leutner
a5f3dbc510
Capitalize URL in message.
2010-04-07 00:03:54 +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
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
077e72eb31
Small modifications to make the API work with TextMate’s Blogging bundle
2009-12-18 21:27:31 +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
dcc9cbcfc8
* Added basic doctags to the code
...
* Removed obsolete code
2009-11-02 16:16:41 +00:00
ba0b2881b0
Minor changes in display of code block
2009-10-28 15:07:10 +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
b666f3861a
Fixed two tiny bugs concerning Story.commentMode
2008-08-04 09:11:23 +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
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
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
9889e87954
* Fixed potential bug caused by null or undefined values when calling String.md5() method with user salt and password
...
* Fixed name of notification-on-addition skin in Membership
2008-05-05 10:20:59 +00:00
c1ed44d7c1
Fixed some minor bugs in Blogger API
2008-05-05 10:07:22 +00:00
8d97041dae
Switched to lowercase "blogger" namespace
2008-05-05 00:35:28 +00:00
4a8b6ccb4f
Re-implemented Blogger API according to new application logic and using new-style Helma XML-RPC scheme
2008-05-05 00:30:17 +00:00