Commit Graph

26 Commits

Author SHA1 Message Date
Damian Mooyman d788f6a979 BUG Fixed parsing of spaces and other whitespace in tag clouds. Fixes #59
BUG Fixed incorrect encoding of SelectedAuthor and SelectedTag; Now correctly cast for templates using the `cast` config, not within filtering.
BUG Fixed TagCloudWidget.popularities config from being incorrectly accessed as a static property
BUG Fixed TagCloudWidget::getCMSFields triggering extend('updateCMSFields') twice
BUG Fixed TagCloudWidget::getTagsCollection discarding tag label capitalisation
BUG Fixed TagCloudWidget::getTagsCollection not correctly respecting minimum tag counts (as well as maximum tag counts) when determining the popularity CSS class to assign.
Test cases for TagCloudWidget
API BlogEntry::TagNames now safely extracts tags from a blog entry as an associative 'lowercase' => 'Entered Tag' format
PHPDoc fixes
Removed trailing '?>' tags from PHP files
2014-02-28 17:07:56 +13:00
Ingo Schommer d351d33621 API Remove Trackback support
It was disabled since migrating the module to SS3,
and the whole concept has become less relevant since spammers discovered trackbacks
(ref http://en.wikipedia.org/wiki/Trackback#Spam).

Since we don't have the resources to make a spam-proof trackback system,
its prudent to remove it instead.
2013-04-11 01:21:04 +02:00
Sam Minnee ff439a5ac0 Small fix to test 2013-02-01 17:47:53 +13:00
carlos barberis 5a21b4eeb9 MINOR: resolve conflicts after merging 2012-05-21 15:58:40 +12:00
carlos barberis 36c31be314 MINOR: update Requirements in README 2012-05-21 14:58:26 +12:00
Sean Harvey 90a0e80667 Revert "BUGFIX Initial fixes to support at least building the blog module on SS3"
This reverts commit 8b58156211.
2012-04-14 11:08:18 +12:00
Sean Harvey 8b58156211 BUGFIX Initial fixes to support at least building the blog module on SS3 2012-04-12 13:53:32 +12:00
Carlos Barberis d7bb8a6d74 BUGFIX: Fixed front end post entry form validation and its test 2010-08-03 00:44:30 +00:00
Saophalkun Ponlu 834b6d8f91 ENHANCEMENT: Allow notifying multiple trackback urls per blog entry
APICHANGE: TrackBackDecorator::trackbackNotify() allow one parameter
APICHANGE: remove TrackBackDecorator::ShouldTrackbackNotify()
2010-06-23 05:50:02 +00:00
Saophalkun Ponlu 68df540615 FEATURE: Add send trackback notification 2010-06-22 01:13:10 +00:00
Saophalkun Ponlu dc879cb49f MINOR: add unit test for receiving trackback 2010-06-20 00:56:08 +00:00
Saophalkun Ponlu 8b4b0f9ac6 ENHANCEMENT: create a template function, BlogEntry::Content(), for consistency of template writing and enable using text summary functionalities in template 2010-06-17 23:19:56 +00:00
Saophalkun Ponlu d9d12dd621 ENHANCEMENT: display only members of Administrators and Blog Management groups in the blog holder's blog owners dropdown field
FEATURE: allow blog owner customisation
2010-05-24 04:22:56 +00:00
Sam Minnee 8585403409 MINOR Fixed BlogHolderFunctionalTest links 2010-04-28 11:40:25 +00:00
Ingo Schommer 4c91dff9b2 MINOR Fixed BlogHolderFunctionalTest to work with nested urls 2010-04-28 11:17:22 +00:00
Geoff Munn 7ca1e34476 BUGFIX: columns quoted properly 2010-03-31 23:14:52 +00:00
Tom Rix c31bb7e6b6 MINOR improve test coverage 2010-03-19 00:15:41 +00:00
Andrew O'Neil b2802248d5 BUGFIX: Remove test that is no longer needed 2010-01-13 01:05:34 +00:00
Ingo Schommer b4b1c5ff26 MINOR More robust login mocking in BlogHolderFunctionalTest 2009-09-10 07:04:40 +00:00
Tom Rix 7fe8c11f99 2009-08-03 04:18:35 +00:00
Saophalkun Ponlu 67d8a8b423 Added unit test for BlogHolder_Controller's custom checkAccessAction function 2009-07-22 03:16:06 +00:00
Ingo Schommer 098ae9b32c MINOR Fixed spelling in BlogHolderFunctionalTest 2009-07-08 00:33:31 +00:00
Ingo Schommer 814b76ede9 MINOR Using $this->objFromFixture() instead of referring to deprecated $this->fixture 2009-07-08 00:28:29 +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
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
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