| Sat, 17 Oct 2009 13:51:45 +0200 |
Add a robots "noindex" meta tag to the submission form (like we already do for the comment submission form)
|
file | diff | annotate |
| Wed, 29 Jul 2009 10:58:19 +0200 |
E_ALL fixes
|
file | diff | annotate |
| Mon, 27 Jul 2009 21:39:26 +0200 |
Bah, wrong function name: COM_outputMessageAndAbort -> COM_displayMessageAndAbort
|
file | diff | annotate |
| Sat, 09 May 2009 17:48:14 +0200 |
Ensure PLG_templateSetVars (and therefore CUSTOM_templateSetVars) is called properly when the "Skip Preview" option is disabled (bug #0000880)
|
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 |
| Sun, 14 Dec 2008 21:36:53 +0100 |
Reverted changes that shouldn't be in this branch
|
file | diff | annotate |
| Sun, 16 Nov 2008 17:39:54 +0100 |
Display a message when no topics exist and don't let the user enter the story editors (bug #0000738)
|
file | diff | annotate |
| Mon, 07 Jul 2008 18:24:00 +0000 |
Cosmetics
|
file | diff | annotate |
| Mon, 24 Mar 2008 18:36:52 +0000 |
Cosmetics
|
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 |
| Sat, 29 Dec 2007 15:47:42 +0000 |
Check for $_POST['mode'] being set before using it
|
file | diff | annotate |
| Sun, 25 Nov 2007 06:59:56 +0000 |
XHTML optional updates
|
file | diff | annotate |
| Sat, 22 Sep 2007 18:41:17 +0000 |
Hide "Create Account" link in the story submission form when new account registration has been disabled (ported over from the trunk)
|
file | diff | annotate |
| Sat, 22 Sep 2007 18:37:46 +0000 |
Hide "create account" link when new user registration has been disabled
|
file | diff | annotate |
| Sat, 03 Mar 2007 19:09:31 +0000 |
Make a graceful exit from manipulated story submissions (Geeklog properly caught the manipulation but threw an annoying error afterwards)
|
file | diff | annotate |
| Fri, 02 Mar 2007 07:39:47 +0000 |
Fixed _getSid() to the correct getSid()
|
file | diff | annotate |
| Thu, 08 Feb 2007 03:55:29 +0000 |
using COM_createLink() in submit.php
|
file | diff | annotate |
| Sun, 14 Jan 2007 13:13:57 +0000 |
PHP4 issue fixed?
|
file | diff | annotate |
| Thu, 11 Jan 2007 20:40:41 +0000 |
Story re-write + microsummaries.
|
file | diff | annotate |
| Sat, 09 Dec 2006 21:46:27 +0000 |
Part 3 of Mark's CAPTCHA patches: Story submission
|
file | diff | annotate |
| Mon, 04 Dec 2006 12:49:54 +0000 |
There's no need for search engines to index the registration form and such. Added rel="nofollow" to the links.
|
file | diff | annotate |
| Mon, 10 Jul 2006 03:34:59 +0000 |
If advanced editor enabled - only show the FCKeditor if post mode is HTML
|
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 |
| Fri, 09 Jun 2006 20:38:45 +0000 |
Handle \ in submissions and comments.
|
file | diff | annotate |
| 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
|
file | diff | annotate |
| Sun, 28 May 2006 07:56:36 +0000 |
Filter topic id (fix ported over from the trunk)
|
file | diff | annotate |
| Sun, 28 May 2006 07:56:11 +0000 |
Filter topic id (fix ported over from the trunk)
|
file | diff | annotate |
| Thu, 25 May 2006 13:44:35 +0000 |
Moved text to the $MESSAGE array so that we can display it in a nice and friendly message box.
|
file | diff | annotate |
| Thu, 25 May 2006 08:09:18 +0000 |
Cosmetics - make it clearer what we're actually testing for
|
file | diff | annotate |
| Mon, 22 May 2006 03:34:05 +0000 |
fixing function vars
|
file | diff | annotate |
| Mon, 22 May 2006 03:09:21 +0000 |
moving new language text into a new variable instead of using a free one.
|
file | diff | annotate |
| Sat, 20 May 2006 18:04:15 +0000 |
Typo (missing '$')
|
file | diff | annotate |
| Fri, 19 May 2006 07:49:29 +0000 |
cosmetics
|
file | diff | annotate |
| Fri, 19 May 2006 07:41:49 +0000 |
fixing links to submit event
|
file | diff | annotate |
| Fri, 19 May 2006 06:26:04 +0000 |
language fixes
|
file | diff | annotate |
| Mon, 15 May 2006 06:18:06 +0000 |
MBYTE_substr
|
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 17:58:52 +0000 |
move event to plugin
|
file | diff | annotate |
| Sat, 13 May 2006 11:18:54 +0000 |
Security: Unclean use of $_REQUEST elements.
|
file | diff | annotate |
| Wed, 08 Mar 2006 20:39:16 +0000 |
Fixed handling of HTML entities (bug #99)
|
file | diff | annotate |
| Sat, 07 Jan 2006 20:05:10 +0000 |
The submit story form was not selecting the advanced Editor if user was not logged in or did not have Story Editor permissions.
|
file | diff | annotate |
| Wed, 28 Dec 2005 10:11:54 +0000 |
Xmas Patch Collection (see docs/history for details)
|
file | diff | annotate |
| Sun, 11 Dec 2005 11:30:26 +0000 |
fixed invalid language file usage
|
file | diff | annotate |
| Mon, 14 Nov 2005 08:53:45 +0000 |
Fixed warnings
|
file | diff | annotate |
| Sun, 13 Nov 2005 18:40:30 +0000 |
Avoid the page title reading "Submit a Story" for plugin submissions (e.g. Links)
|
file | diff | annotate |
| Tue, 08 Nov 2005 08:37:56 +0000 |
Introduced $_CONF['show_topic_icon'] (default setting for the story option).
|
file | diff | annotate |
| Mon, 31 Oct 2005 19:04:46 +0000 |
Trackbacks can now be enabled / disabled per story
|
file | diff | annotate |
| Mon, 03 Oct 2005 11:45:33 +0000 |
Fixed missing site header when trying to submit an incomplete event (bug #409). Also fixed it so that it properly redirects to the event submission form (instead of the story submission form) then (ported over from the trunk)
|
file | diff | annotate |
| Mon, 26 Sep 2005 08:49:46 +0000 |
Copied improved spam protection over from the trunk
|
file | diff | annotate |
| Fri, 23 Sep 2005 16:35:51 +0000 |
Update speed limit for spam posts and send the spammer a 403 response code
|
file | diff | annotate |
| Fri, 23 Sep 2005 15:12:33 +0000 |
Added Spam-X plugin 1.0.2 to the 1.3.11 branch
|
file | diff | annotate |
| Fri, 09 Sep 2005 13:20:58 +0000 |
Fixed missing site header when trying to submit an incomplete event (bug #409). Also fixed it so that it properly redirects to the event submission form (instead of the story submission form) then.
|
file | diff | annotate |
| Mon, 29 Aug 2005 03:48:51 +0000 |
Added support for FCKEditor - Advanced Editor
|
file | diff | annotate |
| Tue, 31 May 2005 07:47:33 +0000 |
fixed messages for plugin submission
|
file | diff | annotate |
| Sun, 22 May 2005 18:23:17 +0000 |
The first steps towards moving the links section into a separate plugin, provided by Trinity Bays.
|
file | diff | annotate |
| Sun, 06 Feb 2005 10:57:48 +0000 |
Hide 'edit' option for articles in preview (bug #347)
|
file | diff | annotate |
| Sat, 22 Jan 2005 18:14:41 +0000 |
Added spam checks for the story, event, and link submissions.
|
file | diff | annotate |
| Sun, 19 Dec 2004 10:08:57 +0000 |
$_POST is a superglobal and doesn't have to be listed in a global declaration.
|
file | diff | annotate |
| Tue, 14 Dec 2004 22:33:45 +0000 |
More parameter filtering and checks for proper access
|
file | diff | annotate |
| Tue, 14 Dec 2004 22:33:22 +0000 |
More parameter filtering and checks for proper access
|
file | diff | annotate |