| Sat, 17 Oct 2009 13:11:32 +0200 |
Fixed a long-standing quirk of the submission handling where the "Submissions" entry in the Admins Block wasn't updated after accepting / rejecting a submission
|
file | diff | annotate |
| Mon, 14 Sep 2009 16:10:32 +0200 |
Removed the CSRF token from all links to edit a comment. We only need it in the actual comment editor and it caused problems on the moderation page
|
file | diff | annotate |
| Sat, 30 May 2009 15:18:51 +0200 |
The list of Comment Submissions now tries to provide a link to a comment's parent object (article, poll, ...). If not available, it displays an excerpt from the comment
|
file | diff | annotate |
| Sun, 19 Apr 2009 16:57:27 +0200 |
Experimental feature: Optionally compress output before sending it to the browser (disabled by default)
|
file | diff | annotate |
| Sat, 18 Apr 2009 19:46:23 +0200 |
Moved documentation to docs/english so that it can be translated (feature request #0000770)
|
file | diff | annotate |
| Fri, 10 Apr 2009 21:04:16 +0200 |
Add number of comments waiting in the moderation queue to the Submissions count; hide comment moderation list when disabled
|
file | diff | annotate |
| Fri, 10 Apr 2009 17:04:09 +0200 |
Missing bits and pieces for the comment changes
|
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 |
| Sat, 28 Mar 2009 14:15:00 +0100 |
Documentation updates
|
file | diff | annotate |
| Sat, 07 Mar 2009 17:41:43 +0100 |
Fixed errors reported by phpDocumentor
|
file | diff | annotate |
| Sat, 28 Feb 2009 09:39:18 +0100 |
DB_Query -> DB_query, for consistency
|
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 |
| Sat, 04 Oct 2008 17:28:09 +0200 |
Introduced COM_showMessageText (for feature request #0000676) and COM_showMessageFromParameter (for bug #0000618)
|
file | diff | annotate |
| Thu, 04 Sep 2008 19:03:30 +0000 |
Bug 726, approve draft from moderation queue fails due to CSRF hardening.
|
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 18:46:22 +0000 |
Fixed user submission queue (reported by greenteagod)
|
file | diff | annotate |
| Fri, 23 May 2008 21:07:14 +0000 |
Fixed display of plugin messages when "after save" was set to Home or Admin Home
|
file | diff | annotate |
| Sun, 04 May 2008 07:32:53 +0000 |
Templating bug (0000617 / jmucchiello)
|
file | diff | annotate |
| Sat, 03 May 2008 15:09:13 +0000 |
Static pages, moderation, configration - Security hardenning.
|
file | diff | annotate |
| Sat, 19 Apr 2008 12:13:18 +0000 |
Fixes for E_ALL
|
file | diff | annotate |
| Wed, 20 Feb 2008 20:07:59 +0000 |
Ensure every template class has site_url, site_admin_url, layout_url and xhtml variables set. My eyes, they bleed...
|
file | diff | annotate |
| Sun, 17 Feb 2008 10:29:36 +0000 |
Quick'n'dirty workaround: Limit submission queue listings to 50 entries at a time to prevent timeouts (in case of submission queues full of spam). For a proper solution, we would need to use ADMIN_list instead of ADMIN_simpleList.
|
file | diff | annotate |
| Sat, 16 Feb 2008 16:57:51 +0000 |
When the link to the version check is hidden from the Admin's Block, also hide it from the Admin Home (aka Command and Control)
|
file | diff | annotate |
| Sun, 25 Nov 2007 15:09:09 +0000 |
Patch by Joe Mucchiello for places in the code where the template library was used incorrectly
|
file | diff | annotate |
| Sun, 25 Nov 2007 06:59:56 +0000 |
XHTML optional updates
|
file | diff | annotate |
| Mon, 29 Oct 2007 14:10:51 +0000 |
fixing moderation lists
|
file | diff | annotate |
| Wed, 10 Oct 2007 02:46:55 +0000 |
todo note
|
file | diff | annotate |
| Tue, 09 Oct 2007 10:24:17 +0000 |
moving code to COM_showMessage and text to language file
|
file | diff | annotate |
| Tue, 09 Oct 2007 10:16:06 +0000 |
replacing image html with COM_createImage
|
file | diff | annotate |
| Wed, 29 Aug 2007 06:55:40 +0000 |
de-cluttering the admin lists by outsourcing the top menu into a separate function. It has nothing to do with the list itself as such and can be used in other places now also to preserve formatting and move further HTML into a single template
|
file | diff | annotate |
| Wed, 29 Aug 2007 02:11:35 +0000 |
Added config class and admin UI. Also added modified install script for
|
file | diff | annotate |
| Thu, 08 Mar 2007 14:00:52 +0000 |
fixing HTML
|
file | diff | annotate |
| Fri, 23 Feb 2007 01:25:11 +0000 |
fixing moderation forms around admin lists
|
file | diff | annotate |
| Thu, 08 Feb 2007 04:14:59 +0000 |
using COM_createLink() in moderation.php
|
file | diff | annotate |
| Sat, 03 Feb 2007 20:55:02 +0000 |
Fixed SQL error when using the bulk delete option for the user submission queue (bug #656; ported over from the trunk)
|
file | diff | annotate |
| Sat, 03 Feb 2007 20:36:53 +0000 |
Corrected a big in moderation.php - SQL error generated when the bulk-delete of new user submissions was used.
|
file | diff | annotate |
| Sat, 13 Jan 2007 11:11:02 +0000 |
border is set in CSS
|
file | diff | annotate |
| Thu, 11 Jan 2007 20:40:41 +0000 |
Story re-write + microsummaries.
|
file | diff | annotate |
| Sat, 09 Dec 2006 17:41:56 +0000 |
Sort admin entries case-insensitive because someonw *cough* wrote a plugin that uses a name in all lowercase characters ...
|
file | diff | annotate |
| Thu, 02 Nov 2006 03:23:30 +0000 |
fixing bug #609, allowing forms in tables for ADMIN_list() also
|
file | diff | annotate |
| Tue, 03 Oct 2006 10:42:56 +0000 |
Fixed appove/delete draft stories
|
file | diff | annotate |
| Sun, 01 Oct 2006 18:54:44 +0000 |
Fixed warnings
|
file | diff | annotate |
| Sun, 17 Sep 2006 11:42:37 +0000 |
Fixed extra whitespace (empty icon row) under the Command & Control icons
|
file | diff | annotate |
| Tue, 12 Sep 2006 08:31:44 +0000 |
removing table around command & Control
|
file | diff | annotate |
| Sun, 10 Sep 2006 17:38:48 +0000 |
Security test script
|
file | diff | annotate |
| Sun, 20 Aug 2006 04:09:49 +0000 |
Added checkall and un-checkall feature to the moderation page. Modified the function ADMIN_simpleList() to support adding the checkbox per row and the header icon for the checkall/un-checkall icon.
|
file | diff | annotate |
| Sun, 16 Jul 2006 17:43:55 +0000 |
Hide "DB Backups" admin option when not using MySQL
|
file | diff | annotate |
| Sat, 08 Jul 2006 17:03:08 +0000 |
Introduced config options to set the default for the story's draft flag and frontpage option (feature request #163)
|
file | diff | annotate |
| Wed, 28 Jun 2006 13:22:24 +0000 |
Yes, it's a hack but I'd like to have the topic _name_ displayed in the submission queues instead of the topic id.
|
file | diff | annotate |
| Sun, 14 May 2006 20:25:43 +0000 |
Security: Possible XSS vectors and SQL insertion vectors closed.
|
file | diff | annotate |
| Sun, 14 May 2006 13:57:05 +0000 |
Removed event handling (now part of the calendar plugin); fixed permission check for syndication; some source code cosmetics
|
file | diff | annotate |
| Mon, 03 Apr 2006 11:40:51 +0000 |
List "draft" stories when the current user has story.edit permissions (and $_CONF['listdraftstories'] = 1, of course)
|
file | diff | annotate |
| Fri, 06 Jan 2006 11:03:48 +0000 |
It was not possible to approve/delete users in the user submission queue due to a missing hidden "count" field
|
file | diff | annotate |
| Wed, 28 Dec 2005 10:11:54 +0000 |
Xmas Patch Collection (see docs/history for details)
|
file | diff | annotate |
| Thu, 22 Dec 2005 14:39:47 +0000 |
moving the call to lib-admin.php into the functions where it is needed so it wont be loaded all the time for normal users
|
file | diff | annotate |
| Tue, 13 Dec 2005 19:22:11 +0000 |
Removed commented out code for clarity.
|
file | diff | annotate |
| Sun, 11 Dec 2005 18:44:45 +0000 |
Re-introduced the "count" parameter so that it's again possible to moderate items further down a submission queue.
|
file | diff | annotate |
| Fri, 02 Dec 2005 11:21:45 +0000 |
Missing quotes around the story id when approving a submitted story
|
file | diff | annotate |
| Sun, 27 Nov 2005 10:21:31 +0000 |
The "Mail Users" icon was missing from Command and Control
|
file | diff | annotate |
| Sun, 27 Nov 2005 09:47:05 +0000 |
Show the Trackback icon only when at least one of the Trackback, Pingback, or Ping features is enabled
|
file | diff | annotate |