plugins/staticpages/services.inc.php
Sat, 03 Oct 2009 21:15:34 +0200 Made the meta tag handling somewhat more consistent
Tue, 04 Aug 2009 09:23:31 -0400 Added meta description and meta keywords to stories, staticpages and polls.
Sun, 21 Jun 2009 09:34:35 +0200 Another attempt to fix a compatibility issue with PHP 4 (parse error when saving a static page). Thanks to Ben for testing.
Sat, 06 Jun 2009 14:43:42 +0200 Update static pages comments when changing a page's ID so the comments don't become orphaned (part of bug #0000901)
Sat, 06 Jun 2009 14:20:47 +0200 When deleting a static page, also delete its comments (part of bug #0000901)
Mon, 11 May 2009 12:16:47 +0200 Fixed handling of "entire page" centerblocks in a multi-language environment
Sat, 18 Apr 2009 22:10:44 +0200 Fixed wrong use of COM_allowedHTML and COM_checkHTML in plugins (bug #0000785)
Sat, 28 Mar 2009 17:00:42 +0100 Fixed phpDocumentor warnings
Sun, 15 Mar 2009 20:06:29 +0100 phpDocumentor tags for the Static Pages plugin
Sat, 21 Feb 2009 11:55:21 +0100 Removed $_CONF['pagetitle'] hack
Sat, 31 Jan 2009 22:17:59 +0100 Fixed parse error when saving a static page (reported by greenteagod)
Sat, 31 Jan 2009 22:15:27 +0100 Fixed parse error when saving a static page (reported by greenteagod)
Sun, 25 Jan 2009 10:29:26 +0100 Implemented PLG_itemSaved and PLG_itemDeleted for the Static Pages plugin
Sun, 14 Dec 2008 21:36:53 +0100 Reverted changes that shouldn't be in this branch
Tue, 09 Dec 2008 11:51:29 +0100 Merging changes
Mon, 08 Dec 2008 12:10:49 +0100 The owner of a static page changed to the user who last edited it (bug #0000777)
Mon, 08 Dec 2008 11:28:39 +0100 Fixed call to WS_makeId when sp_id was longer than STATICPAGE_MAX_ID_LENGTH
Mon, 08 Dec 2008 12:04:27 +0100 Forgot to check in the actual fix for bug #0000777 (see changeset 6491)
Sat, 08 Nov 2008 15:21:22 +0100 Fixed call to WS_makeId when sp_id was longer than STATICPAGE_MAX_ID_LENGTH
Fri, 03 Oct 2008 17:20:23 +0200 Display "successfully saved" in the static pages plugin (bug #0000644)
Mon, 28 Jul 2008 19:35:46 +0000 Use <atom:published>. Thanks to Daniel Jalkut for the reminder ...
Sat, 28 Jun 2008 21:20:34 +0000 More E_ALL fixes
Sat, 28 Jun 2008 18:44:09 +0000 E_ALL fixes
Sat, 15 Mar 2008 20:37:34 +0000 Some more fixes for E_ALL
Fri, 04 Jan 2008 18:36:31 +0000 If we have to create a new ID, try using the 'Slug:' header
Thu, 03 Jan 2008 20:01:18 +0000 We need to know the max. length of sp_id so that we can handle overly long IDs ...
Thu, 03 Jan 2008 16:23:01 +0000 COM_sanitizeID happened too late
Sat, 29 Dec 2007 15:05:50 +0000 Make sure $svc_msg['gl_feed'] is set
Mon, 17 Sep 2007 18:12:28 +0000 Check for 'staticpages.edit' permissions much earlier (helps with appfs which tries to post the static page without logging in first ...)
Sat, 08 Sep 2007 21:19:43 +0000 story -> staticpage (in error message)
Sat, 18 Aug 2007 20:19:41 +0000 Require staticpages.delete rights to actually delete a static page
Sat, 11 Aug 2007 17:28:11 +0000 Commented out undefined function COM_topicArray
Thu, 09 Aug 2007 19:32:20 +0000 Static pages plugin rewritten to use the internal API (and, later, the webservices API), on behalf of Ramnath R Iyer