public_html/admin/topic.php
Sat, 03 Oct 2009 20:40:08 +0200 Display the number of stories in the current topic in the Topic Editor (feature request #0000806)
Mon, 24 Aug 2009 09:42:00 -0400 Added meta description and meta keywords to topics.
Sun, 19 Apr 2009 16:57:27 +0200 Experimental feature: Optionally compress output before sending it to the browser (disabled by default)
Sat, 28 Feb 2009 22:43:04 +0100 More cases where we should be using DB_delete
Sun, 22 Feb 2009 18:50:02 +0100 Ensure consistent template variable names for the Permission Editor
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
Sun, 07 Dec 2008 17:04:33 +0100 Fixed updating feeds when a topic is deleted
Sun, 07 Dec 2008 17:01:00 +0100 Fixed updating feeds after changing topic permissions (bug #0000779)
Sun, 07 Dec 2008 17:04:33 +0100 Fixed updating feeds when a topic is deleted
Sun, 07 Dec 2008 17:01:00 +0100 Fixed updating feeds after changing topic permissions (bug #0000779)
Sun, 23 Nov 2008 18:24:58 +0100 Fixed inconsistencies and various small mistakes when displaying "Access denied" messages on the admin pages
Sat, 15 Nov 2008 23:08:35 +0100 Set JPEG quality for image upload
Sat, 04 Oct 2008 17:28:09 +0200 Introduced COM_showMessageText (for feature request #0000676) and COM_showMessageFromParameter (for bug #0000618)
Sun, 18 May 2008 16:58:51 +0000 More CSRF protection
Sat, 17 May 2008 20:07:40 +0000 Quickfix: When fields are missing for a topic, don't go back to the topic editor as that would only throw a confusing "access denied" error when the topic hasn't been saved yet.
Sun, 13 Apr 2008 16:19:09 +0000 Fixes for E_ALL
Sat, 16 Feb 2008 12:03:16 +0000 Removed "changed by dengen" comments. These changes actually fix a missing </tr> tag. Thanks!
Sun, 25 Nov 2007 06:59:56 +0000 XHTML optional updates
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
Sat, 28 Apr 2007 19:41:29 +0000 Fixed some "undefined index" warnings
Sat, 13 Jan 2007 11:11:02 +0000 border is set in CSS
Sun, 08 Oct 2006 16:10:20 +0000 Update existing stories when making a topic the archive topic (or reverting archive status)
Tue, 03 Oct 2006 15:09:02 +0000 When deleting a topic, also delete all Trackbacks attached to stories in that topic and update the Older Stories block and the feeds
Sun, 17 Sep 2006 15:58:11 +0000 Fix for the underline in the Admin topic view with certain browsers
Thu, 03 Aug 2006 14:39:13 +0000 Moved the code to create a dropdown of all groups to SEC_getGroupDropdown to avoid code duplication
Sat, 08 Jul 2006 19:58:43 +0000 Use page titles where appropriate
Sun, 25 Jun 2006 11:42:04 +0000 Use the $LANG_ADMIN text strings for the editor buttons
Mon, 05 Jun 2006 09:53:31 +0000 Provide consistently named {author} and {owner} variables (where appropriate) that contain either the username or user's full name, depending on the $_CONF['show_fullname'] setting
Thu, 13 Apr 2006 11:14:02 +0000 Show the owner's full name when $_CONF['show_fullname'] is enabled
Sun, 02 Apr 2006 09:23:37 +0000 Fixed delete option
Thu, 09 Mar 2006 09:38:40 +0000 Introduced {delete_option_no_confirmation} for those who'd rather live dangerously ;-)
Wed, 08 Mar 2006 16:28:56 +0000 Added a JavaScript delete confirmation
Tue, 07 Mar 2006 12:37:40 +0000 Why was the default path for topic icons /images/icons instead of /images/topics?
Sun, 26 Feb 2006 18:12:18 +0000 Fixed at least some of these "access denied" messages.
Sat, 28 Jan 2006 10:26:44 +0000 Fixed SQL error on MySQL 5 when creating a new topic (bug #517)
Wed, 28 Dec 2005 10:11:54 +0000 Xmas Patch Collection (see docs/history for details)
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
Sat, 19 Nov 2005 11:06:04 +0000 Fixed a warning and handling of the archive topic
Sat, 12 Nov 2005 21:03:47 +0000 For consitency, use "Create New" text instead of "New Topic" here as well
Sat, 12 Nov 2005 10:28:46 +0000 Update feeds and Older Stories block when updating a topic
Sat, 05 Nov 2005 14:02:11 +0000 Set a few more page titles
Sun, 18 Sep 2005 12:09:46 +0000 Introduced config.php options to set the default permissions for new objects (feature request #90)
Sun, 12 Jun 2005 08:59:42 +0000 Added option to upload topic icons, provided by Alford Deeley (machinari)
Thu, 16 Dec 2004 19:47:35 +0000 Forgot to include lib-story.php
Fri, 10 Dec 2004 09:32:09 +0000 Delete comments and story images when deleting stories from a deleted topic (bug #339)
Wed, 29 Sep 2004 17:43:43 +0000 When setting the default group and the user is not a member of one of the standard Admin groups, find a matching group and use that one instead.
Wed, 29 Sep 2004 13:15:27 +0000 Before setting the default group, make sure the user is actually a member of that group (e.g. user has 'story.edit' permissions but is not a member of the 'Story Admin' group).
Tue, 28 Sep 2004 08:28:51 +0000 Fixed bug #190: Properly pick up number of stories per page from the topic settings; allow user to set stories/page to 0 to get the default number; fixed hard-coded default value in admin template.
Sat, 25 Sep 2004 18:38:17 +0000 Use new function COM_sanitizeID() to filter out unwanted characters from editable IDs.
Sun, 01 Aug 2004 21:37:51 +0000 Package of changes to support the Story Archive Feature.
Tue, 13 Jul 2004 20:48:22 +0000 Don't delete topic blocks when deleting a topic (bug #247). Instead, assign them to 'all topics' and disable them. Same thing for feeds.
Sun, 08 Feb 2004 19:00:49 +0000 Changed all url fields in the database to hold up to 255 characters per URL.
Sat, 07 Feb 2004 13:02:07 +0000 Introduced {max_url_length} template variable.
Mon, 19 Jan 2004 20:09:02 +0000 Implemented additional checks before deleting an object.
Sun, 18 Jan 2004 19:58:01 +0000 Implemented additional checks before deleting an object.
Sun, 18 Jan 2004 14:41:22 +0000 Implemented additional checks before deleting an object.
Tue, 13 Jan 2004 19:15:52 +0000 Make sure we're actually logging any unauthorized attempts to access the admin pages (and to access.log, not error.log).
Thu, 01 Jan 2004 21:55:20 +0000 Fixed bug where creating a topic id (tid) with quotes would generate a SQL error. Not in the insert but in later retrievals where the tid is used.
Sat, 28 Jun 2003 11:29:03 +0000 Removed unused (and undefined) {lang_lockmsg} variable.