Commit Graph

  • 9ae5f64629 Created 0.2.2-rc1 release 0.2.2-rc1 Carlos Barberis 2010-03-18 04:04:11 +0000
  • 5d2019f246 BUG FIX: table and column names quoted properly Geoff Munn 2010-03-11 20:47:59 +0000
  • c1f20717d1 BUGFIX: returns null when there's no blog IDs Saophalkun Ponlu 2010-03-11 01:28:37 +0000
  • c23b49323f BUG FIX: month calculation system fixed to be database-agnostic Geoff Munn 2010-03-08 22:08:21 +0000
  • 3198619d0b ENHANCEMENT Blog widgets now respect updateCMSFields - related to r99929 Sean Harvey 2010-02-25 04:24:22 +0000
  • e45daff36e ENHANCEMENT Adjusted BlogEntry to new DatetimeField API replacing PopupDateTimeField Ingo Schommer 2010-02-17 05:04:17 +0000
  • 0bf95f21c3 BUGFIX: Sometimes link doesnt work correctly Andrew O'Neil 2010-02-12 23:47:43 +0000
  • 54b1c07049 MINOR: added datetime helper function Andreas Piening 2010-02-02 04:27:06 +0000
  • 2a9ea56c39 MINOR: revert r97442 Saophalkun Ponlu 2010-02-02 00:26:17 +0000
  • aa32a6a55d MINOR: substituted proprietary SQL datetime operation Andreas Piening 2010-02-01 05:27:18 +0000
  • 05bc46acac MINOR: renames BlogHolder.ss to BlogTree.ss so that blog tree will have a template while the template still applies to blog holder Saophalkun Ponlu 2010-01-22 02:02:35 +0000
  • b2802248d5 BUGFIX: Remove test that is no longer needed Andrew O'Neil 2010-01-13 01:05:34 +0000
  • 0c4b66ed98 MINOR: Blocking unnecessary revisions Ingo Schommer 2009-12-22 21:08:08 +0000
  • bcaea3eafb BUGFIX Limiting BlogHolder->LandingPageFreshness to requests without a controller action only. Controller actions are not regarded as the "landing page", as they cause other views like 'tags' or 'rss', which shouldn't be filtered (from r96200) Ingo Schommer 2009-12-22 21:07:44 +0000
  • 1d2c96b6de BUGFIX Limiting BlogHolder->LandingPageFreshness to requests without a controller action only. Controller actions are not regarded as the "landing page", as they cause other views like 'tags' or 'rss', which shouldn't be filtered Ingo Schommer 2009-12-22 20:55:23 +0000
  • eb1dc8019e MINOR: correct the path to SimplePie include Saophalkun Ponlu 2009-12-22 02:58:33 +0000
  • a7f024bc45 Use "date" for archives, using numbers directly causes too many problems Andrew O'Neil 2009-12-20 00:31:24 +0000
  • e52171bf75 Allow extending of blog holder fields Andrew O'Neil 2009-12-17 08:00:34 +0000
  • ccfb175b3b MINOR Renamed 2.3_compat branch to 0.3 release Ingo Schommer 2009-12-14 20:20:19 +0000
  • 5dbbcaeaf1 BUGFIX: Extend URL length from 50 to 2048 chars Luke Hudson 2009-12-08 22:58:18 +0000
  • 5220e06737 FEATURE: Preliminary MetaWeblog support Andrew O'Neil 2009-11-30 11:04:26 +0000
  • 67b159eab8 APICHANGE: WYSIWYG editing by default Andrew O'Neil 2009-11-30 08:20:46 +0000
  • 10d15e1ddd APICHANGE: Drop 2.3 support - 0.3 will be 2.4 only Andrew O'Neil 2009-11-30 08:18:56 +0000
  • a2b9e2f00c BUGFIX: using Controller::curr instead Director::get_current_page to work with 2.3 and 2.4 Carlos Barberis 2009-11-18 03:00:40 +0000
  • dd632af9fa Updated language packs to fixed versions Luke Hudson 2009-11-12 02:48:47 +0000
  • c14ff3851b Updates to blog to work with Sapphire 2.4 Luke Hudson 2009-11-11 23:11:32 +0000
  • c7f4b42313 Branched off trunk Luke Hudson 2009-11-11 23:09:19 +0000
  • 42beb23f42 BUGFIX: fix archive links Andrew O'Neil 2009-10-29 03:15:01 +0000
  • 1af9fafdd7 BUGFIX: Fix tag links when blog is on home pages Andrew O'Neil 2009-10-27 03:13:33 +0000
  • 9545d4f87c BUGFIX: Updated blog module to support 2.4 API changes Sam Minnee 2009-10-26 22:03:52 +0000
  • fea6a12472 MINOR: moved rss feed link to its own function to allow extensions to override James Kirkus-Lamont 2009-10-20 23:17:35 +0000
  • e688e0687e BUGFIX: Fix updateCMSFields() being called twice on BlogEntries Andrew O'Neil 2009-10-06 03:13:00 +0000
  • c920045933 ENHANCEMENT Allow BlogEntry::getCMSFields() fields to be manipulated on decorators Sean Harvey 2009-09-24 23:10:54 +0000
  • 549603e459 MINOR: wrap current page number in SPAN tag for easy staling Saophalkun Ponlu 2009-09-23 08:28:46 +0000
  • b4b1c5ff26 MINOR More robust login mocking in BlogHolderFunctionalTest Ingo Schommer 2009-09-10 07:04:40 +0000
  • 26622686cc MINOR Added 'index' to $allowed_actions on BlogHolder, BlogTree, BlogEntry to comply to new RequestHandler API Ingo Schommer 2009-09-10 06:08:22 +0000
  • 9462d240b5 MINOR Updated master language tables Ingo Schommer 2009-09-10 04:04:34 +0000
  • 53bd0feb59 Added true in array_slice to fix problem displaying tags Carlos Barberis 2009-08-27 01:23:17 +0000
  • c37785c07b BUGFIX Fixed "tag" action not allowed on BlogHolder_Controller Sean Harvey 2009-08-06 21:59:43 +0000
  • 1a56611417 MINOR FIX: query changed to remove duplicate results Geoff Munn 2009-08-05 03:38:23 +0000
  • acbce1d507 MINOR FIX: instances where no SideBarID exists are now avoided Geoff Munn 2009-08-05 02:38:32 +0000
  • 56be6ad6fa MINOR Fixed undefined Month in ArchiveWidget Sean Harvey 2009-08-04 02:18:38 +0000
  • 1a2e2a1d98 BUGFIX: prevet calling loadDescendantBlogHolderIDListInto() on BlogPage and its subclass Saophalkun Ponlu 2009-08-03 23:37:03 +0000
  • 7fe8c11f99 Tom Rix 2009-08-03 04:18:35 +0000
  • a41cf18c23 BUGFIX: trackbackping generated an exception. getExtensionInstance returns an instance with NULL owner so TrackBackDecorator->owner->ID was always unavailable Saophalkun Ponlu 2009-07-28 05:33:22 +0000
  • af3b912749 COMMENT: in some cases, this might not be correctly triggered Geoff Munn 2009-07-28 04:17:38 +0000
  • c438757b28 BUGFIX Fixed checking for correct day, month and year values before setting the Date value in ArchiveWidget Sean Harvey 2009-07-27 02:52:42 +0000
  • 67d8a8b423 Added unit test for BlogHolder_Controller's custom checkAccessAction function Saophalkun Ponlu 2009-07-22 03:16:06 +0000
  • 6eebbb217c ENHANCEMENT: Allow configuration of the default number of entries to show on lists Hamish Friedlander 2009-07-20 06:40:44 +0000
  • 6d0f161cf4 MINOR: Added sorting argument to callback function Saophalkun Ponlu 2009-07-20 04:02:12 +0000
  • a91d0eeb68 Applied an urgent hack to work new blog archive link (e.g 2009/05) Saophalkun Ponlu 2009-07-20 02:29:10 +0000
  • 8589682b7e BUGFIX: BlogTree always got LandingPageFreshness value from its parent Saophalkun Ponlu 2009-07-19 21:24:45 +0000
  • 2e58553940 BUGFIX Ensure that a BlogHolder record doesn't exist properly by checking if the record has an ID Sean Harvey 2009-07-16 03:18:55 +0000
  • d71ae9232e Created 0.2.1 release 0.2.1 Sam Minnee 2009-07-08 07:17:06 +0000
  • 26ad18d385 MINOR Merged from trunk 0.2 Ingo Schommer 2009-07-08 01:25:13 +0000
  • 098ae9b32c MINOR Fixed spelling in BlogHolderFunctionalTest Ingo Schommer 2009-07-08 00:33:31 +0000
  • 814b76ede9 MINOR Using $this->objFromFixture() instead of referring to deprecated $this->fixture Ingo Schommer 2009-07-08 00:28:29 +0000
  • b7293651ed Created 0.2.1-rc1 release 0.2.1-rc1 Sam Minnee 2009-07-07 23:54:41 +0000
  • ff9c6ec057 BUGFIX: Improvement permission checking of postblog and BlogEntryForm Sam Minnee 2009-07-07 23:49:43 +0000
  • 8bae964a23 Retrospectively creating branches/0.2 from the same point in trunk as tags/0.2.0-rc1, so that we can release 0.2.1 Sam Minnee 2009-07-07 23:44:17 +0000
  • 076eeaa2a8 BUGFIX: Updated rss allowed_action to not use 'true' as a value because this has a bug in 2.3.2 Sam Minnee 2009-07-07 23:15:12 +0000
  • d0ee014aa5 BUGFIX: Improve r81254 to fix blog/rss and subclasses of BlogHolder_Controller Sam Minnee 2009-07-07 23:04:02 +0000
  • 1e809afc65 BUGFIX Using $allowed_actions in BlogHolder, permission checks on BlogHoder_Controller->postblog() Ingo Schommer 2009-07-07 22:11:11 +0000
  • f41973b838 BUGFIX If IsOwner method doesn't exist on parent object in BlogEntry::IsOwner(), don't attempt to call it Sean Harvey 2009-07-01 04:24:42 +0000
  • 0122ac9e37 MINOR: Fixed newlines and set svn:eol-style to native Sam Minnee 2009-06-17 23:13:03 +0000
  • 517df83ae2 BUGFIX: Prevent infinite loops in RSSWidget. ENHANCEMENT: Improve the word of the RSSWidget text. Sam Minnee 2009-06-09 00:46:38 +0000
  • d55d5e21c2 ENHANCEMENT Added language files Ingo Schommer 2009-05-28 04:38:57 +0000
  • 038cad9b63 BUGFIX: fixed permissions to allow non-admin user to post and manage blog entries Julian Seidenberg 2009-05-27 01:26:34 +0000
  • 5755d3e679 BUGFIX: check if the parent of the blog holder has a method called 'SideBar' before calling it James Kirkus-Lamont 2009-05-25 22:30:10 +0000
  • b088e1ff8c MINOR Removed unused getBlogHolder() method from BlogManagementWidget.php Sean Harvey 2009-05-21 04:16:18 +0000
  • 1b7de7e092 ENHANCEMENT: allow administators to make it possible for non-admin users to view blog management widget Julian Seidenberg 2009-05-21 04:07:53 +0000
  • 43118ecb03 MINOR Renamed deprecated extraDBFields() function on TrackBackDecorator to extraStatics() Sean Harvey 2009-05-20 05:37:30 +0000
  • dfb9e17c2c BUGFIX Fixed call to deprecated function Form::loadNonBlankDataFrom() on BlogHolder, replacing it with Form::loadDataFrom() Sean Harvey 2009-05-20 05:00:32 +0000
  • 488319ceb5 MINOR: change blog alternative name to use global project_name variable Saophalkun Ponlu 2009-05-20 02:34:57 +0000
  • 61a2cc2332 MINOR: move Name field from BlogHolder to BlogTree Saophalkun Ponlu 2009-05-20 02:18:48 +0000
  • 05cf841808 BUGFIX: Segfault on BlogTree#Sidebar calling getComponent. Fix by directly getting sidebar for now. Hamish Friedlander 2009-05-15 03:46:49 +0000
  • 23591eec35 BUGFIX Fixed BlogTree, ArchiveWidget SQL queries to work with ANSI and non-ANSI compatible queries Sean Harvey 2009-05-11 02:48:24 +0000
  • 58775ea256 ENHANCEMENT: Allow specifying the class buckets to assign tags into based on popularity Hamish Friedlander 2009-05-06 05:02:01 +0000
  • 2d1eb07478 BUGFIX: Use parent->canAddChildren, not parent->canEdit to determine if this user can add children to parent blog holder Hamish Friedlander 2009-05-06 05:01:28 +0000
  • 37a6070714 BUGFIX: Check owner with less complex logic Hamish Friedlander 2009-05-06 05:00:54 +0000
  • 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. Hamish Friedlander 2009-04-30 22:05:54 +0000
  • 05b0992f7e MINOR: Show BlogManagementWidget if the user has permissions to post Andrew O'Neil 2009-04-26 23:52:14 +0000
  • baa470dd10 Added css class to blog post titles Saophalkun Ponlu 2009-04-21 23:06:12 +0000
  • 0adb9da466 ENHANCEMENT Added 'rss' suffix to BlogHolder->rss() to point back to the feed properly (was causing feed validation errors) Ingo Schommer 2009-02-25 06:55:58 +0000
  • 9d8fd02ce1 Tagged 0.2.0 0.2.0 Andrew O'Neil 2009-02-24 05:57:44 +0000
  • 94601547af FEATURE: added userblog support. Thanks simon_w - #3463 Will Rossiter 2009-02-07 02:19:27 +0000
  • 058a3c393c BUGFIX: added missing semi colon Will Rossiter 2009-01-20 04:37:44 +0000
  • 32f4579718 MINOR: added empty statics to blog Will Rossiter 2009-01-20 04:01:45 +0000
  • c18af6c473 MINOR Updated translations Ingo Schommer 2009-01-13 22:03:27 +0000
  • 94391c22d7 BUGFIX Allow SearchForm URL action for default SS search on BlogEntry Sean Harvey 2009-01-12 22:27:05 +0000
  • 4340fb91db MINOR Updated language master tables Ingo Schommer 2009-01-12 04:58:29 +0000
  • ff4a95ec26 MINOR Updated translations Ingo Schommer 2009-01-12 04:35:57 +0000
  • 3c8df2e623 MINOR: added seperate URLTag element so you can use the tag segment for something else Will Rossiter 2008-12-18 05:26:43 +0000
  • fc60f702de Tagged 0.2.0-rc1 Andrew O'Neil 2008-12-17 04:11:38 +0000
  • e71295c746 Tagged 0.2.0-rc1 0.2.0-rc1 Andrew O'Neil 2008-12-17 04:11:38 +0000
  • 4e2cf1b14c Make rc tag folder Andrew O'Neil 2008-12-17 04:10:52 +0000
  • 8abe20a92d Prepare for 0.2-rc1 Andrew O'Neil 2008-12-17 04:04:42 +0000
  • f636f90fae BUGFIX: Fix rss feed Andrew O'Neil 2008-12-17 03:59:02 +0000
  • 4c5f0e1075 FEATURE: Allow use of tiny mce on front end Andrew O'Neil 2008-12-16 22:44:55 +0000
  • 8e708d98a7 FEATURE: Enable disabling of TrackBacks Andrew O'Neil 2008-12-16 22:35:32 +0000