Commit Graph

53 Commits

Author SHA1 Message Date
Daniel Hensby 5e05ac92e5
Merge branch '0.2' into 0.3 2018-02-20 13:11:09 +00:00
Sam Minnee 9545d4f87c BUGFIX: Updated blog module to support 2.4 API changes 2009-10-26 22:03:52 +00:00
Ingo Schommer 26622686cc MINOR Added 'index' to $allowed_actions on BlogHolder, BlogTree, BlogEntry to comply to new RequestHandler API 2009-09-10 06:08:22 +00:00
Sean Harvey c37785c07b BUGFIX Fixed "tag" action not allowed on BlogHolder_Controller 2009-08-06 21:59:43 +00:00
Geoff Munn af3b912749 COMMENT: in some cases, this might not be correctly triggered 2009-07-28 04:17:38 +00:00
Saophalkun Ponlu 67d8a8b423 Added unit test for BlogHolder_Controller's custom checkAccessAction function 2009-07-22 03:16:06 +00:00
Saophalkun Ponlu a91d0eeb68 Applied an urgent hack to work new blog archive link (e.g 2009/05) 2009-07-20 02:29:10 +00:00
Sean Harvey 2e58553940 BUGFIX Ensure that a BlogHolder record doesn't exist properly by checking if the record has an ID 2009-07-16 03:18:55 +00:00
Sam Minnee ff9c6ec057 BUGFIX: Improvement permission checking of postblog and BlogEntryForm 2009-07-07 23:49:43 +00:00
Sam Minnee d0ee014aa5 BUGFIX: Improve r81254 to fix blog/rss and subclasses of BlogHolder_Controller 2009-07-07 23:04:02 +00:00
Ingo Schommer 1e809afc65 BUGFIX Using $allowed_actions in BlogHolder, permission checks on BlogHoder_Controller->postblog() 2009-07-07 22:11:11 +00:00
Julian Seidenberg 038cad9b63 BUGFIX: fixed permissions to allow non-admin user to post and manage blog entries 2009-05-27 01:26:34 +00:00
Sean Harvey dfb9e17c2c BUGFIX Fixed call to deprecated function Form::loadNonBlankDataFrom() on BlogHolder, replacing it with Form::loadDataFrom() 2009-05-20 05:00:32 +00:00
Saophalkun Ponlu 61a2cc2332 MINOR: move Name field from BlogHolder to BlogTree 2009-05-20 02:18:48 +00:00
Hamish Friedlander 37a6070714 BUGFIX: Check owner with less complex logic 2009-05-06 05:00:54 +00:00
Hamish Friedlander 16c7b2d431 FEATURE: Add an additional level of blog container, called the tree. You can now use blogs in the previous manner (holder has many entries) or as a deep tree of many holders. Viewing a level up the tree will show all blog entries within that tree.
@todo:
More Tests
Better documentation
2009-04-30 22:05:54 +00:00
Ingo Schommer 0adb9da466 ENHANCEMENT Added 'rss' suffix to BlogHolder->rss() to point back to the feed properly (was causing feed validation errors) 2009-02-25 06:55:58 +00:00
Will Rossiter 94601547af FEATURE: added userblog support. Thanks simon_w - #3463 2009-02-07 02:19:27 +00:00
Will Rossiter 32f4579718 MINOR: added empty statics to blog 2009-01-20 04:01:45 +00:00
Andrew O'Neil f636f90fae BUGFIX: Fix rss feed 2008-12-17 03:59:02 +00:00
Andrew O'Neil 4c5f0e1075 FEATURE: Allow use of tiny mce on front end 2008-12-16 22:44:55 +00:00
Andrew O'Neil 8e708d98a7 FEATURE: Enable disabling of TrackBacks 2008-12-16 22:35:32 +00:00
Andrew O'Neil 3443ff9f60 BUGFIX: SetDate doesn't need to be called, as the date is automatically set the the current time 2008-12-16 21:27:05 +00:00
Andrew O'Neil e3a21012fb BUGFIX: Fix not being able to post from frontend, change posting code to be more SilverStripey 2008-12-16 04:25:35 +00:00
Andrew O'Neil bda7fd1cd7 Reverted changes that shouldnt be in core 2008-12-02 02:58:14 +00:00
Saophalkun Ponlu 0ba0c52553 Moved LegacyIDs from BlogEntry and File to Decorators 2008-12-02 02:46:42 +00:00
Sean Harvey bccb236a40 ENHANCEMENT Added empty statics to BlogHolder to allow for decoration of BlogHolder 2008-11-25 05:01:20 +00:00
Sean Harvey 224fe02c3b BUGFIX Fixed some potential security issues in BlogHolder page type 2008-11-06 00:36:58 +00:00
Ingo Schommer 4f7c9b34d2 MINOR Misc deprecation fixes 2008-10-16 08:45:38 +00:00
Andrew O'Neil b05a3a2cc6 FEATURE: Added receiving of TrackPack pings 2008-09-12 02:09:13 +00:00
Andrew O'Neil f9aa8d9ab2 Use MONTH() and YEAR() SQL functions to check date on entries.
Refactored BlogEntries() to be more testable.
Added tests for Entries().
2008-09-11 23:36:15 +00:00
Sean Harvey fffc4d6b77 ENHANCEMENT Allow Blog RSS feed to be named by CMS field on BlogHolder. If it's not set, then fall back to using "mysite blog" or whatever the global $project variable is set to 2008-09-03 23:57:40 +00:00
Sean Harvey 237dd4564f MINOR invalid use of single quotes as HTML
MINOR whitespace in PHP cleanup
2008-08-21 01:37:37 +00:00
Sean Harvey 6256c6d871 API CHANGE Removed Newsletter references in blog module. This shouldn't be in here because it's easy enough to create one on a per-project basis 2008-07-28 04:12:16 +00:00
Will Rossiter 55e1174884 fixed the show by tag 2008-04-22 01:20:59 +00:00
Sam Minnee 80974881a1 Added LandingPageFreshness variable to blog holder, which lets authors choose which entries to show on the landing page 2008-04-08 23:34:28 +00:00
Jeremy Shipman 5d10b7589c Fixed date ranges for archive blogs 2008-01-14 03:34:47 +00:00
Andrew O'Neil b819135fe5 simon_w: #2123 - Blog RSS sorted by date 2008-01-13 20:16:27 +00:00
Andrew O'Neil 9590b3558f Remove debug message 2008-01-07 01:49:29 +00:00
Sean Harvey d1c6825941 Don't show the NewsletterSignupForm unless there is a newsletter related to a BlogHolder that exists 2007-12-20 03:31:38 +00:00
Sean Harvey 3117340cc5 Moved NewsletterSignupForm to the object, made a link to this from the blogentry page 2007-12-20 02:23:20 +00:00
Andrew O'Neil 6229b8960d v.golev: #1982 - Blog module i18n patch 2007-12-18 01:41:51 +00:00
Sean Harvey 2c6edcf0df Newsletter changes for blogholders 2007-12-15 22:47:20 +00:00
Sean Harvey acb5d1abae Added newsletter sign up and confirm functionality (as required) and templates 2007-12-14 00:54:53 +00:00
Will Rossiter d10e859d1b 2007-12-13 22:40:31 +00:00
Jeremy Shipman 641d35c942 ambiguous SQL fix 2007-12-02 22:32:28 +00:00
Andrew O'Neil 9daebb0fb0 support for rel-tag microformat 2007-11-23 08:35:49 +00:00
Andrew O'Neil 4adb7674b9 Don't set the url segment, as it capitalises 2007-11-23 07:50:27 +00:00
Jeremy Shipman 5786b6d6a0 Commenting blog 2007-11-14 01:16:13 +00:00
Jeremy Shipman 408cf5c8bb Commenting blog 2007-11-14 01:15:40 +00:00