Commit Graph

26 Commits

Author SHA1 Message Date
Daniel Hensby
ded09bda7d
Merge branch '0.4' into 0.5 2018-02-20 13:20:46 +00: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
Normann Lou
0b8e5d46fc BUGFIX: the unit test for BlogHolderFunctionalTest fail when a customized project has its own themes and the BlogHolder template has no blog entry form or the page has no PageComments section. So it needs to set the unit test session not use themes. 2010-09-06 06:24:05 +00:00
Normann Lou
3b5fe68774 MINOR: roll-back r110449 (disable one of test cases in BlogHolderFunctionalTest temporarily since it doesn't work and we didn't change anything about it in our customized branch) 2010-09-06 04:22:50 +00:00
Normann Lou
a809722ddd MINOR: disable one of test cases in BlogHolderFunctionalTest temporarily since it doesn't work and we didn't change anything about it in our customized branch 2010-09-05 23:35:54 +00:00
Ingo Schommer
475a190112 BUGFIX: Fixed front end post entry form validation and its test (merged from r108801) 2010-09-01 20:52:19 +00: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