| Sat, 07 Nov 2009 11:35:44 +0100 |
When a plugin returns 0 items for the Admins Block, don't display that as 'N/A' (bug #0001025)
|
file | diff | annotate |
| Sun, 01 Nov 2009 09:43:28 +0100 |
Merged with "timezone" feature branch
|
file | diff | annotate |
| Sun, 20 Sep 2009 19:11:47 +0200 |
The user's time zone selection (from My Account) is actually used now
|
file | diff | annotate |
| Sun, 20 Sep 2009 11:00:03 +0200 |
Modernized the "timezone hack", made the config option a dropdown, and moved all timezone-related code into a new TimeZoneConfig class
|
file | diff | annotate |
| Fri, 30 Oct 2009 21:13:23 +0100 |
Make the topic's meta description available in the Topics Block
|
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 |
| Sun, 20 Sep 2009 09:46:54 +0200 |
Suppress possible warnings about the timezone setting before we had a chance to set it
|
file | diff | annotate |
| Sat, 19 Sep 2009 13:03:44 +0200 |
trim() name and email address in COM_formatEmailAddress
|
file | diff | annotate |
| Sat, 19 Sep 2009 11:50:37 +0200 |
Changed the former $cc parameter for COM_mail into an optional array of additional email headers
|
file | diff | annotate |
| Sun, 06 Sep 2009 15:46:20 +0200 |
Let's use count() instead of sizeof() everywhere from now on
|
file | diff | annotate |
| Sun, 06 Sep 2009 15:37:18 +0200 |
Added support for a CUSTOM_renderMenu function when rendering the top menu (feature request #0000845)
|
file | diff | annotate |
| Sat, 05 Sep 2009 23:40:24 +0200 |
Stop phpDocumentor from (wrongly) complaining about redefining XHTML constant
|
file | diff | annotate |
| Sat, 08 Aug 2009 21:57:44 +0200 |
Source code cosmetics + document that [code] and [raw] may sometimes be listed even though they won't work (e.g. in comments on stories)
|
file | diff | annotate |
| Sat, 08 Aug 2009 21:42:16 +0200 |
Include [code], [raw] only when story.* permissions are requested and available
|
file | diff | annotate |
| Sat, 08 Aug 2009 21:26:43 +0200 |
Include [page_break] tag in list when all HTML is allowed for Root users (and the tag is enabled)
|
file | diff | annotate |
| Sat, 08 Aug 2009 13:39:01 +0200 |
E_ALL fix
|
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 |
| Thu, 30 Jul 2009 15:17:04 -0400 |
Updated lib-common to work with test suite (require order altered) and COM_debug fixed
|
file | diff | annotate |
| Sat, 25 Jul 2009 22:55:01 +0200 |
Missing semicolon after  
|
file | diff | annotate |
| Sat, 25 Jul 2009 19:38:57 +0200 |
New function COM_getTextContent turns HTML into continuous text, e.g. for word counts and text excerpts
|
file | diff | annotate |
| Sun, 05 Jul 2009 13:07:53 +0200 |
Replaced hard-coded 'N/A' with $LANG_ADMIN['na']
|
file | diff | annotate |
| Sun, 05 Jul 2009 11:08:29 +0200 |
Use COM_numberFormat to format the number of registered and anonymous users displayed in the Who's Online block
|
file | diff | annotate |
| Sun, 05 Jul 2009 11:17:48 +0200 |
Fixed formatting (no code changes)
|
file | diff | annotate |
| Sat, 20 Jun 2009 16:06:51 +0200 |
Backing out Blaine's BCC changes (for later)
|
file | diff | annotate |
| Sat, 20 Jun 2009 16:06:40 +0200 |
Backing out Blaine's BCC changes (for later)
|
file | diff | annotate |
| Sat, 20 Jun 2009 16:04:18 +0200 |
Backed out changeset 2c5f2140eb1e (BCC, part 2)
|
file | diff | annotate |
| Sat, 20 Jun 2009 16:03:38 +0200 |
Backed out changeset 3b8700815448 (BCC, part 1)
|
file | diff | annotate |
| Mon, 15 Jun 2009 15:51:47 -0400 |
Forgot to also add $bcc to the CUSTOM_mail function call
|
file | diff | annotate |
| Mon, 15 Jun 2009 10:07:53 -0400 |
Added support for Bcc - Blind copy.
|
file | diff | annotate |
| Thu, 11 Jun 2009 10:35:38 +0200 |
Added a config option to send an X-FRAME-OPTIONS HTTP header to prevent "clickjacking"
|
file | diff | annotate |
| Sat, 30 May 2009 14:10:33 +0200 |
Missing addslashes
|
file | diff | annotate |
| Sat, 30 May 2009 14:06:01 +0200 |
Fixed message for error.log
|
file | diff | annotate |
| Mon, 25 May 2009 18:23:19 +0100 |
Highlighting of whole words, provided by lwc (part of bug #0000874)
|
file | diff | annotate |
| Sun, 10 May 2009 11:23:06 +0200 |
Made COM_createImage recognize https:// URLs
|
file | diff | annotate |
| Mon, 20 Apr 2009 11:23:37 +0200 |
Only count the number of enabled plugins in the admin block
|
file | diff | annotate |
| Sun, 19 Apr 2009 21:45:18 +0200 |
Added a config option to enable/disable clickable links
|
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 23:37:42 +0200 |
Bad design decision: COM_checkList would use the table name in the HTML. Added a new parameter for the name to use instead.
|
file | diff | annotate |
| Sat, 18 Apr 2009 21:10:04 +0200 |
More missing finish() calls (cf. bug #0000855)
|
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 |
| Sat, 11 Apr 2009 15:48:10 +0200 |
Call finish() on the header template so that undefined variables are removed (as done in the footer)
|
file | diff | annotate |
| Fri, 10 Apr 2009 23:33:02 +0200 |
Replace Wiki-style formatting in the Daily Digest and when emailing a story to a friend (bug #0000837, patch provided by Pawel Szczur)
|
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 |
| Mon, 30 Mar 2009 13:14:42 +0200 |
Some minor corrections in the source code comments
|
file | diff | annotate |
| Sun, 29 Mar 2009 21:43:32 +0200 |
Various corrections and fixes for unexpected phpDocumentor behaviour
|
file | diff | annotate |
| Sat, 28 Mar 2009 17:00:42 +0100 |
Fixed phpDocumentor warnings
|
file | diff | annotate |
| Sat, 28 Mar 2009 16:02:55 +0100 |
@param bool -> @param boolean, since "boolean" is used more often in the existing code
|
file | diff | annotate |
| Sat, 28 Mar 2009 15:55:37 +0100 |
@param integer -> @param int, since "int" is used more often in the existing code
|
file | diff | annotate |
| Sat, 28 Mar 2009 10:22:08 +0100 |
Set character set when rendering Wiki text (cf. bug #0000823)
|
file | diff | annotate |
| Sun, 22 Mar 2009 21:56:55 +0100 |
The Wiki-style format broke national special characters, e.g. Japanese and German umlauts (bug #0000823)
|
file | diff | annotate |
| Sat, 21 Mar 2009 23:32:53 +0100 |
Allow switching the DOCTYPE from the Configuration. Requires a theme that uses {doctype} instead of a hard-coded DOCTYPE declaration (feature request #0000745)
|
file | diff | annotate |
| Sat, 21 Mar 2009 15:01:34 +0100 |
Define {xmlns} when using XHTML for XHTML compliance
|
file | diff | annotate |
| Sat, 07 Mar 2009 22:12:04 +0100 |
phpDocumentor doesn't support @note
|
file | diff | annotate |
| Sat, 07 Mar 2009 15:33:28 +0100 |
Removed incomplete PDF generator (never enabled in any shipped version)
|
file | diff | annotate |
| Sun, 01 Mar 2009 16:44:29 +0100 |
Only open theme directory when needed
|
file | diff | annotate |
| Sun, 01 Mar 2009 16:33:31 +0100 |
More cases where we should be using DB_delete
|
file | diff | annotate |
| Sun, 01 Mar 2009 16:22:02 +0100 |
Removed outdated comment
|
file | diff | annotate |
| Sat, 28 Feb 2009 22:58:46 +0100 |
Prefer SQL keywords in uppercase
|
file | diff | annotate |
| Sat, 28 Feb 2009 18:39:17 +0100 |
Removed comment
|
file | diff | annotate |
| Sat, 21 Feb 2009 16:46:34 +0100 |
Raised minimum required PHP version to PHP 4.3.0
|
file | diff | annotate |