Commit Graph

  • 4eac4f4739 Merge 1596b17c32 into 90a0e80667 GitHub Merge Button 2012-04-13 16:08:36 -0700
  • 90a0e80667 Revert "BUGFIX Initial fixes to support at least building the blog module on SS3" Sean Harvey 2012-04-14 11:08:18 +1200
  • 8b58156211 BUGFIX Initial fixes to support at least building the blog module on SS3 Sean Harvey 2012-04-12 13:53:32 +1200
  • d7179c021b Merge 87427bfdf1 into b91fdd0443 GitHub Merge Button 2012-03-24 13:23:33 -0700
  • 87427bfdf1 Replaced DataObjectDecorator with DataExtension Ed 2012-03-24 17:23:10 -0300
  • a9c0b3dd76 Fixed compatibility issues for SilverStripe 3.0 Ed 2012-03-24 16:33:36 -0300
  • c574d12226 BUGFIX: Removed use of subtabs, to be compatible with SS3. Sam Minnee 2012-03-24 16:31:00 +1300
  • 3f3a84df8e BUGFIX: Refactored bbcodehelp.js to use entwine. Sam Minnee 2012-03-24 16:28:13 +1300
  • 5d1ac0961e BUGFIX: Removed use of deprecated toDropdownMap(). Sam Minnee 2012-03-24 16:27:49 +1300
  • 4beea9e8c0 BUGFIX: Don't rely on existence of SiteTree::PageComments. Sam Minnee 2012-03-24 16:27:03 +1300
  • b91fdd0443 Merge pull request #9 from mattgunn/patch-1 Will Rossiter 2012-03-23 17:38:12 -0700
  • adfb03df8d Merge 836f745ef3 into 2caf6fb824 GitHub Merge Button 2012-03-23 17:37:13 -0700
  • 836f745ef3 fixing for ss3 (parentid) Matt Gunn 2012-03-24 13:36:45 +1300
  • 2caf6fb824 Merge pull request #8 from fabeat/master Will Rossiter 2012-01-08 12:47:05 -0800
  • 940a0d0c0a Merge 9796265e7c into b395e6f12f GitHub Merge Button 2012-01-08 06:13:26 -0800
  • 9796265e7c Use SS_Datetime instead of Datetime. Allows the usage of Object::useCustomClass('SS_Datetime', 'LocalDatetime'); Fabian Graßl 2012-01-08 15:03:00 +0100
  • c558d25713 Internationalized the SubscribeRSSWidget Johannes Weberhofer 2011-11-23 17:09:20 +0100
  • 33810c33ca Improved internationalization Johannes Weberhofer 2011-06-22 15:46:33 +0200
  • b395e6f12f Merge pull request #1 from oddnoc/master Will Rossiter 2011-06-13 00:22:20 -0700
  • 6d0cbff217 Merge 2cd7216f2a into 1ed87c004e GitHub Merge Button 2011-06-13 00:20:47 -0700
  • 6190f66802 * Internationalized all messages * added german translations * to make dates internationalized, too, the setlocale(LC_TIME, Translatable::get_current_locale() . ".UTF8"); should be set in the mysite/code/Page.php ContentController's init function Johannes Weberhofer 2011-05-17 14:51:42 +0200
  • 1ed87c004e BUGFIX: support for legacy installations for the date based blog entry listing using slashes rather than dashes. PATCH via jcinteractive. (#5) John Clarke 2011-05-05 10:59:10 +0200
  • 46cf404b98 Merge 4522830ef8 into eef7d57b80 GitHub Merge Button 2011-05-05 02:28:09 -0700
  • 4522830ef8 Support for legacy installations for the date based blog entry listing John Clarke 2011-05-05 10:59:10 +0200
  • 61462bf6f3 Merged 5ffe826d76 into eef7d57b80 GitHub Merge Button 2011-04-25 22:38:09 -0700
  • 5ffe826d76 BUGFIX reduced the hungriness to process a simple date difference, avoided an API CHANGE (fixes 6247#comment:2) mattclegg 2011-04-01 00:22:42 +0100
  • 1218713332 BUGFIX reduced the hungriness to process a simple date difference avoided an API CHANGE (fixes 6247#comment:2) mattclegg 2011-04-01 00:14:24 +0100
  • 86c3e987f7 BUGFIX : Invalid landing page freshness date calculation Uses Zend to convert date based on Months. Fixes #6247 mattclegg 2011-03-31 14:31:33 +0100
  • 9f6e4885e4 BUGFIX Debug code in production blog module (fixes #6118) mattclegg 2011-03-31 13:52:20 +0100
  • 43e64abecc Minor: added a reminder on Readme.md about naming the directory containing the module glenn-bautista 2011-03-03 14:53:23 +1300
  • 8f4e32b3b1 MINOR: updated Readme.md Glenn Bautista 2011-03-03 13:25:38 +1300
  • efdcd76e43 ENHANCEMENT: Extendeded MetaWeblog API support to include the ability of third party blogging services to post blog entries Glenn Bautista 2011-03-03 13:14:36 +1300
  • 1596b17c32 added sanity check for pagecomment table Bjoern Radon 2011-02-12 23:04:57 +0100
  • eef7d57b80 MINOR Migrated content from doc.ss.org Ingo Schommer 2011-02-12 12:54:06 +1300
  • 8ccd23db5a MINOR: Fix RSS validator warning. Thanks to tim. phalkunz 2011-01-21 15:49:36 +1300
  • db45cb9b49 MINOR: Make use of Link()'s parameter phalkunz 2011-01-21 15:48:47 +1300
  • fb16abc1c6 5759: BlogTree::current() returning null when blogTree exists modified: code/BlogTree.php Matt Clegg 2011-01-20 09:08:10 +0000
  • e2f088e1e8 MINOR: Blog tag now supports multibyte chars in the front-end. Thanks to hex0id. phalkunz 2011-01-20 13:38:28 +1300
  • 2cd7216f2a BUGFIX: #6118 Remove Debug::log call. Fred Condo 2011-01-17 13:02:45 +0100
  • c3415b6697 MINOR: Move documentation from http://doc.silverstripe.org MINOR: Update README to Markdown format phalkun 2011-01-14 14:07:54 +1300
  • 938828cc3d MINOR: reverted show in menus true by default Carlos Barberis 2011-01-11 22:19:33 +0000
  • 40a52b8cfd MINOR: reverted show in menus true by default Carlos Barberis 2011-01-11 22:18:26 +0000
  • c4dde4bccd MINOR: Show in menus is true now by default Carlos Barberis 2011-01-11 22:15:52 +0000
  • 658ca91eeb MINOR: show in menus is true by default Carlos Barberis 2011-01-11 22:12:18 +0000
  • 66f7263f8a MINOR Added BlogEntry_Controller->PageComments() as a temporary workaround to avoid deprecation warnings from new 'comments' module Ingo Schommer 2010-12-16 01:36:08 +0000
  • eb52713954 MINOR: Allow decorating db and cms fields of widgets in one decorator. Thanks to smurkas Saophalkun Ponlu 2010-12-10 03:20:26 +0000
  • 438feba01e BUGFIX: TagCloudWidget sorts by frecuency even with limit equal 0, see ticket 6060 Carlos Barberis 2010-10-08 03:28:11 +0000
  • 1a6bb1482c BUGFIX: TagCloudWidget uses themedCSS instead css (ticket 6059, thanks artyom) Carlos Barberis 2010-10-07 22:31:04 +0000
  • 7aa7790a77 Created 0.4.1 release 0.4.1 Saophalkun Ponlu 2010-10-03 21:54:55 +0000
  • 1bc2f25734 Created 0.3.1 release 0.3.1 Saophalkun Ponlu 2010-10-03 21:53:49 +0000
  • 4971fb4730 BUGFIX Fixed XSS vulnerability in BlogTree? when filtering by tags Saophalkun Ponlu 2010-10-03 21:44:57 +0000
  • a6734d3609 BUGFIX Fixed XSS vulnerability in BlogTree? when filtering by tags Saophalkun Ponlu 2010-10-03 21:40:01 +0000
  • 3593f03f7e BUGFIX Fixed XSS vulnerability in BlogTree when filtering by tags Ingo Schommer 2010-10-03 20:02:43 +0000
  • 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. Normann Lou 2010-09-06 06:24:05 +0000
  • 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) Normann Lou 2010-09-06 04:22:50 +0000
  • 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 Normann Lou 2010-09-05 23:35:54 +0000
  • 475a190112 BUGFIX: Fixed front end post entry form validation and its test (merged from r108801) Ingo Schommer 2010-09-01 20:52:19 +0000
  • 92c09ee62f Blog styling Paul Clarke 2010-08-22 23:26:49 +0000
  • 965b81c0a3 FEATURE: allow disabling of the built in RSS link generated to allow feedburner links etc to be used otherwise. MINOR: removed commented out code Will Rossiter 2010-08-20 02:37:35 +0000
  • d7bb8a6d74 BUGFIX: Fixed front end post entry form validation and its test Carlos Barberis 2010-08-03 00:44:30 +0000
  • d491c442dc ENHANCEMENT: Added option to view archives just by year (ticket #5667) ENHANCEMENT: added action on BlogTree Carlos Barberis 2010-07-01 23:30:13 +0000
  • 9cfd303ecf BUGFIX: Got rid of link to post new entry in the front end on a BlogTree (method does not exist on BlogTree). Thanks smurkas (#4692) Carlos Barberis 2010-07-01 21:49:58 +0000
  • d75c402999 MINOR Fixed TrackbackURL->isDuplicate() with ANSI compliant SQL (see r106984 and r107129) Ingo Schommer 2010-06-28 01:10:17 +0000
  • 3bf8ebc49c MINOR: fixed malformed sql query Andreas Piening 2010-06-28 00:30:10 +0000
  • 20ad8dfbbc BUGFIX: getParent() may return null. Prevent calling function on null (esp when running tests) Will Rossiter 2010-06-26 04:47:15 +0000
  • 834b6d8f91 ENHANCEMENT: Allow notifying multiple trackback urls per blog entry APICHANGE: TrackBackDecorator::trackbackNotify() allow one parameter APICHANGE: remove TrackBackDecorator::ShouldTrackbackNotify() Saophalkun Ponlu 2010-06-23 05:50:02 +0000
  • 68df540615 FEATURE: Add send trackback notification Saophalkun Ponlu 2010-06-22 01:13:10 +0000
  • dc879cb49f MINOR: add unit test for receiving trackback Saophalkun Ponlu 2010-06-20 00:56:08 +0000
  • 8b4b0f9ac6 ENHANCEMENT: create a template function, BlogEntry::Content(), for consistency of template writing and enable using text summary functionalities in template Saophalkun Ponlu 2010-06-17 23:19:56 +0000
  • 1f706f6e73 BUGFIX: resolve wrong character parsing when posting blog entry from the front-end Saophalkun Ponlu 2010-06-17 06:05:37 +0000
  • 755787de5d MINOR: subsequent fix to commit r106598 Saophalkun Ponlu 2010-06-17 01:46:17 +0000
  • fe2e699730 MINOR: merge r106597 from branch 0.4 Saophalkun Ponlu 2010-06-16 22:52:06 +0000
  • c925304eca BUGFIX: resolve locale issue when posting blog entry from the front-end Saophalkun Ponlu 2010-06-16 22:40:02 +0000
  • f228079be6 Created 0.4.0 release 0.4.0 Saophalkun Ponlu 2010-05-28 04:15:33 +0000
  • ff82305495 MINOR: Create braches 0.4 for ss 2.4 Saophalkun Ponlu 2010-05-28 03:56:03 +0000
  • a71f4e6908 MINOR: update README Saophalkun Ponlu 2010-05-28 03:52:45 +0000
  • 8de8414c86 BUGFIX: postgres and sql server compatibility Saophalkun Ponlu 2010-05-28 03:46:17 +0000
  • 1e96d253b4 Reverted form to post entry to BlogHolder ENHANCEMENT: added post as an allowed method on BlogTree Carlos Barberis 2010-05-28 02:33:58 +0000
  • b389d86f00 ENHANCEMENT: Moved postblog (post in the front end) to BlogTree, so it works in BlogTree Carlos Barberis 2010-05-28 01:38:19 +0000
  • b48504f795 ENHANMENT: continue replacing deprecated Director::urlParams() Carlos Barberis 2010-05-27 23:47:13 +0000
  • 1d4d7c88a8 ENHANCEMENT: created BlogTree default template Carlos Barberis 2010-05-27 23:38:36 +0000
  • 5a5cdf1aaf ENHANCEMENT: replaced deprecated Director::urlParams() BUGFIX: tag working with nested urls Carlos Barberis 2010-05-27 23:30:14 +0000
  • 606d526627 BUGFIX: Deleted old js from BlogHolder ENHANCEMENT: do not show blog management widget when not logged in (ticket #5561 thanks ericdrex) Carlos Barberis 2010-05-27 21:38:24 +0000
  • c681ba3762 BUGFIX: fixed link rewriting on summary page Will Rossiter 2010-05-25 22:10:46 +0000
  • cd1e29c760 MINOR: add breadcrumbs Inlcude to blog template Saophalkun Ponlu 2010-05-24 05:49:34 +0000
  • 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 Saophalkun Ponlu 2010-05-24 04:22:56 +0000
  • 3e952feefc BUGFIX: restored filtering by Author to the entries function Will Rossiter 2010-05-18 03:21:08 +0000
  • b066dce821 APICHANGE: removed BlogTree_URL class and its little static children. Changed to SelectedTag and SelectedDate to allow to be called in the template. SelectedDate now also returns a Date object rather than a string. BUGFIX: fixed missing Viewing posts by date text and added a viewing by post date text. Will Rossiter 2010-05-16 02:38:19 +0000
  • 3864a78ab5 FEATURE: added NextBlogEntry() and PreviousBlogEntry() functions to allow getting the next / previous posts by date in the template using $NextBlogEntry and $PreviousBlogEntry respectively Will Rossiter 2010-05-16 01:10:24 +0000
  • aebe342ddd Reverted previous commit by fskroski Will Rossiter 2010-05-13 03:33:03 +0000
  • d38dc82be5 blog theme Felipe Skroski 2010-05-12 23:08:05 +0000
  • 23e817fe6b BUG FIX: date checks now database agnostic Geoff Munn 2010-04-29 22:39:40 +0000
  • 8585403409 MINOR Fixed BlogHolderFunctionalTest links Sam Minnee 2010-04-28 11:40:25 +0000
  • 4c91dff9b2 MINOR Fixed BlogHolderFunctionalTest to work with nested urls Ingo Schommer 2010-04-28 11:17:22 +0000
  • 7ca1e34476 BUGFIX: columns quoted properly Geoff Munn 2010-03-31 23:14:52 +0000
  • f86181aee4 Created 0.3.0 release (added to ssorg) 0.3.0 Carlos Barberis 2010-03-19 00:45:08 +0000
  • 91bc0bc772 Changed module maintainer contact details Carlos Barberis 2010-03-19 00:40:23 +0000
  • c31bb7e6b6 MINOR improve test coverage Tom Rix 2010-03-19 00:15:41 +0000
  • 84af09c231 Created 0.4.0-rc1 release 0.4.0-rc1 Carlos Barberis 2010-03-18 04:54:21 +0000
  • af61e6ba00 This tag is not necessary Carlos Barberis 2010-03-18 04:46:42 +0000