| Sat, 17 Oct 2009 13:01:42 +0200 |
Missing global declaration
|
file | diff | annotate |
| Sun, 11 Oct 2009 11:00:55 +0200 |
Added new option $_CONF['article_comment_close_enabled'] to enable/disable automatically closing stories for comments after a certain amount of days (bug #0000959). Changed handling of comment_expire field in gl_stories such that 0 means the story is always open for comments.
|
file | diff | annotate |
| Sat, 10 Oct 2009 16:40:52 +0200 |
Source code and SQL cosmetics only
|
file | diff | annotate |
| Sat, 26 Sep 2009 11:07:25 -0400 |
One featured story per topic is now allowed, with only one being able to be displayed as featured on the frontpage.
|
file | diff | annotate |
| Sat, 01 Aug 2009 13:21:33 +0200 |
Missing global $_TABLES (reported by Jokke_K)
|
file | diff | annotate |
| Tue, 04 Aug 2009 09:23:31 -0400 |
Added meta description and meta keywords to stories, staticpages and polls.
|
file | diff | annotate |
| Sat, 01 Aug 2009 13:21:33 +0200 |
Missing global $_TABLES (reported by Jokke_K)
|
file | diff | annotate |
| Wed, 29 Jul 2009 20:36:02 +0200 |
Initialize comment expiry time to avoid an SQL error when story submission queue is disabled (reported by Dieter Thomas)
|
file | diff | annotate |
| Wed, 29 Jul 2009 11:51:34 +0200 |
Initialize comment expiry time to avoid an SQL error when story submission queue is disabled (reported by Dieter Thomas)
|
file | diff | annotate |
| Wed, 29 Jul 2009 11:13:39 +0200 |
Clean up $_USER['uid'] handling
|
file | diff | annotate |
| Wed, 29 Jul 2009 10:58:19 +0200 |
E_ALL fixes
|
file | diff | annotate |
| Sat, 18 Apr 2009 22:10:44 +0200 |
Fixed wrong use of COM_allowedHTML and COM_checkHTML in plugins (bug #0000785)
|
file | diff | annotate |
| Sun, 12 Apr 2009 15:21:52 +0200 |
Use a more efficient implementation of Story::hasContent (bug #0000858, patch provided by Maciej Cupial)
|
file | diff | annotate |
| Fri, 10 Apr 2009 11:53:06 +0200 |
Merged changes from Jared's 2008 GSoC project - all credits to Jared Wenerd and Michael Jervis
|
file | diff | annotate |
| Sun, 15 Mar 2009 21:54:28 +0100 |
phpDocumentor messes up obfuscated email addresses in angle brackets, so use a different style
|
file | diff | annotate |
| Sat, 07 Mar 2009 18:45:38 +0100 |
More attempts to produce usable phpDocumentor output
|
file | diff | annotate |
| Sat, 07 Mar 2009 17:22:44 +0100 |
Fixed @license tags to point to GPLv2
|
file | diff | annotate |
| Sun, 01 Mar 2009 10:19:16 +0100 |
{contributedby_user} and {contributedby_fullname} weren't set in the story templates (bug #0000821)
|
file | diff | annotate |
| Sat, 21 Feb 2009 16:46:34 +0100 |
Raised minimum required PHP version to PHP 4.3.0
|
file | diff | annotate |
| Sat, 24 Jan 2009 21:10:21 +0100 |
Simplified PLG_itemSaved and added an optional $old_id parameter; call PLG_itemSaved whenever a story is saved; drop in_transit column from the stories table
|
file | diff | annotate |
| Mon, 19 Jan 2009 20:33:48 -0500 |
Update FCKeditor to ver 2.6.4
|
file | diff | annotate |
| Sat, 10 Jan 2009 19:10:20 +0100 |
Fixed story preview losing the story when the sid already existed (bug #0000789). Reason: Duplicate values for different errors - re-numbered STORY_xxx errors.
|
file | diff | annotate |
| Fri, 03 Oct 2008 20:26:20 +0200 |
Implemented new function COM_renderWikiText to convert wiki-formatted text to (X)HTML (feature request #0000643)
|
file | diff | annotate |
| Sat, 27 Sep 2008 08:24:00 +0100 |
Fixing issue with Windows/php4 and expiry dates.
|
file | diff | annotate |
| Sat, 16 Aug 2008 18:07:09 +0000 |
Check that an unscaled image exists before adding a link to it
|
file | diff | annotate |
| Thu, 14 Aug 2008 16:52:02 +0000 |
Eliminated use of REPLACE INTO, introduced DB_checkTableExists.
|
file | diff | annotate |
| Tue, 12 Aug 2008 19:23:57 +0000 |
Added displayElements('unixdate')
|
file | diff | annotate |
| Sun, 27 Jul 2008 18:10:10 +0000 |
E_ALL fixes
|
file | diff | annotate |
| Sun, 20 Jul 2008 10:32:57 +0000 |
Ported story submission / permission fixes over from the Trunk
|
file | diff | annotate |
| Sat, 12 Jul 2008 12:51:18 +0000 |
Fixed SQL error(s) for story submissions by users with story.submit but no further Story Admin permissions (reported by Orion)
|
file | diff | annotate |
| Fri, 04 Jul 2008 18:26:25 +0000 |
PHP 5.0 compatibility for story submissions (I think):
|
file | diff | annotate |
| Thu, 03 Jul 2008 19:44:31 +0000 |
Bug 678 - Draft and future publish dates not respected. Plus, no submission queue caused crash bug when users submitted stories.
|
file | diff | annotate |
| Sun, 22 Jun 2008 20:23:07 +0000 |
'bodytext' may not be set, e.g. when FCKeditor is activated
|
file | diff | annotate |
| Fri, 20 Jun 2008 19:10:38 +0000 |
Started a "bugfixes only" branch for a possible 1.5.0-1 release and ported the first fixes over from the trunk.
|
file | diff | annotate |
| Thu, 19 Jun 2008 20:25:48 +0000 |
Approving a story submission by saving it from the Admin's story editor left a duplicate in the submission queue, unless you changed the story ID at the same time
|
file | diff | annotate |
| Sat, 24 May 2008 19:46:13 +0000 |
Let the DB server do the conversion of a story's date and time to ensure compatibility with the "timezone hack" (bug #0000639)
|
file | diff | annotate |
| Sat, 03 May 2008 19:04:08 +0000 |
Fixes to introduced case flattening issue when fixing multi-[code]/[raw] block handling.
|
file | diff | annotate |
| Thu, 01 May 2008 19:43:42 +0000 |
Story security.
|
file | diff | annotate |
| Sat, 12 Apr 2008 19:28:41 +0000 |
Fixed handling of expire time when editing a story submission
|
file | diff | annotate |
| Wed, 20 Feb 2008 17:47:25 +0000 |
Final fixes for HTML story processing.
|
file | diff | annotate |
| Tue, 19 Feb 2008 17:47:30 +0000 |
Correctly handle escaping in HTML postmode of non-[raw] and non-[code] blocks.
|
file | diff | annotate |
| Mon, 18 Feb 2008 19:42:13 +0000 |
Support for [raw][/raw] in HTML stories for painless HTML managing.
|
file | diff | annotate |
| Thu, 03 Jan 2008 18:55:45 +0000 |
Use of wrong variable results in denial of edit permissions - unless you're a member of the Root group ...
|
file | diff | annotate |
| Sat, 22 Dec 2007 14:38:30 +0000 |
Fixed regression: {contributedby_photo} didn't work any more. Also made it available as {author_photo} now, for consistency with the comment templates.
|
file | diff | annotate |
| Sun, 25 Nov 2007 06:59:56 +0000 |
XHTML optional updates
|
file | diff | annotate |
| Sun, 30 Sep 2007 16:45:44 +0000 |
Removed include for lib-security.php (shouldn't be necessary here)
|
file | diff | annotate |
| Sun, 30 Sep 2007 15:59:41 +0000 |
Handle app:draft <-> draft_flag translation in lib-webservices; minor hack to handle checkbox-values when using the webservices API
|
file | diff | annotate |
| Sun, 30 Sep 2007 13:32:09 +0000 |
Merged the internal '_draft' and '_draft_flag' variables into one (hopefully without breaking too much ...)
|
file | diff | annotate |
| Sat, 22 Sep 2007 13:10:21 +0000 |
Fixed indentation and name of $_CONF['draft_flag']
|
file | diff | annotate |
| Sun, 19 Aug 2007 16:28:02 +0000 |
Integrated Ramnath's changes to make stories available through the webservice API
|
file | diff | annotate |
| Thu, 09 Aug 2007 07:58:21 +0000 |
float images left and right instead of align="left" so they can be specifically aditionally formatted with CSS and a layout switch can change the floating
|
file | diff | annotate |
| Mon, 30 Apr 2007 19:20:41 +0000 |
Merge all changes...
|
file | diff | annotate |
| Mon, 30 Apr 2007 18:09:56 +0000 |
Fixed save story SQL generation from array of fields.
|
file | diff | annotate |
| Sun, 29 Apr 2007 14:10:07 +0000 |
Story Topic Icon text fixes. Plus undefined variables.
|
file | diff | annotate |
| Tue, 20 Mar 2007 19:59:38 +0000 |
Oops. Now when you save a story with no images, don't throw away the story text...
|
file | diff | annotate |
| Sat, 17 Mar 2007 09:20:47 +0000 |
Story Re-Write Image handling fixes.
|
file | diff | annotate |
| Mon, 12 Feb 2007 19:12:15 +0000 |
Replaced calls to PLG_templateSetVars and removed spurious preview on start of new article.
|
file | diff | annotate |
| Mon, 12 Feb 2007 06:26:25 +0000 |
image link replacement with COM_createLink
|
file | diff | annotate |
| Sun, 04 Feb 2007 10:07:04 +0000 |
Bug #655 - Permissions don't save in stories.
|
file | diff | annotate |
| Wed, 17 Jan 2007 09:22:59 +0000 |
Wikitext editmode
|
file | diff | annotate |