Commit Graph

  • d556d052c0 MINOR Removed useless $db array in SubscribeRSSWidget since it's not being used Sean Harvey 2008-12-10 07:13:59 +0000
  • 475b41bbda ENHANCEMENT Use of themedCSS() in BlogEntry instead of relative paths to css files MINOR Code cleanup on BlogEntry class Sean Harvey 2008-12-10 07:05:18 +0000
  • bf70b7e7bc MINOR phpDoc for BlogEntry BUGFIX Unncessary use of Convert::raw2sql() in BlogEntry_Controller->unpublishPost() for making an integer SQL safe, just use (int) instead to cast it Sean Harvey 2008-12-10 07:01:06 +0000
  • 3e8754e50d MINOR Tidy up of ArchiveWidget ENHANCEMENT Use of instanceof instead of is_a() so BlogHolder and BlogEntry subclasses still work properly Sean Harvey 2008-12-10 06:58:28 +0000
  • 4b6a22f6a3 ENHANCEMENT Added SubscribeRSSWidget for linking directly to blog RSS from the BlogHolder Sean Harvey 2008-12-10 06:49:06 +0000
  • 684287e11d MINOR Added RSS feed icon 28x28 for general purpose Sean Harvey 2008-12-10 06:48:34 +0000
  • dcb23d6cc3 ENHANCEMENT Addition of Date, so date can be used in the RSS feed ENHANCEMENT Allow casting of Date and Title so can be modified in template Sean Harvey 2008-12-10 00:58:17 +0000
  • 01b48e74b7 BUGFIX Fix RSS feeds in RSSWidget not working. Since SimplePie has manifest_excluse, we need to include the SimplePie.php file manually in order to use the SimplePie class for RSSWidget->FeedItems() Sean Harvey 2008-12-09 23:15:11 +0000
  • 733cce2290 BUGFIX Adjusted blog pagination to new PaginationSummary syntax (see r67984) Ingo Schommer 2008-12-09 21:48:37 +0000
  • 11243352ee Changed ... to html entiries … PaginationSummary return all pages by default Saophalkun Ponlu 2008-12-09 00:36:21 +0000
  • 72b1473afa Use pagination summary function Saophalkun Ponlu 2008-12-08 09:26:40 +0000
  • 3f50a8e36c MINOR: comment improvements and fixes Will Rossiter 2008-12-04 21:34:49 +0000
  • cb0ca458e3 MINOR: tidied up blog pagination template Will Rossiter 2008-12-04 03:13:32 +0000
  • bda7fd1cd7 Reverted changes that shouldnt be in core Andrew O'Neil 2008-12-02 02:58:14 +0000
  • 0ba0c52553 Moved LegacyIDs from BlogEntry and File to Decorators Saophalkun Ponlu 2008-12-02 02:46:42 +0000
  • efbe5242ce Added LegacyID. Used for blog migration Saophalkun Ponlu 2008-12-02 01:53:52 +0000
  • 8e74406b43 ENHANCEMENT Added IsWYSIWYGEnabled() to check if it's enabled or not, used for templates to determine whether to return parsed content or just standard HTML Sean Harvey 2008-11-27 01:43:55 +0000
  • d2969a7fa4 BUGFIX If WYSIWYG editing enabled, don't attempt to parse the content, just return the HTML instead MINOR HTML code formatting in BlogEntry.ss Sean Harvey 2008-11-27 01:43:22 +0000
  • bccb236a40 ENHANCEMENT Added empty statics to BlogHolder to allow for decoration of BlogHolder Sean Harvey 2008-11-25 05:01:20 +0000
  • cbf39d1ec8 ENHANCEMENT Added empty relationship statics so BlogEntry can be decorated by a DataObjectDecorator Sean Harvey 2008-11-25 04:24:51 +0000
  • 4501f30ed9 Removed no longer necessary LeftAndMain::require_javascript() call. Sam Minnee 2008-11-20 23:59:03 +0000
  • 224fe02c3b BUGFIX Fixed some potential security issues in BlogHolder page type Sean Harvey 2008-11-06 00:36:58 +0000
  • c3c97201d4 BUGFIX Fixed possible Member::currentUser() problem with inconsistent function names Sean Harvey 2008-11-06 00:35:10 +0000
  • 095d410af4 MINOR Updated master language tables Ingo Schommer 2008-11-02 20:09:19 +0000
  • d8cb2aee29 MINOR Collecting entities for language master table with new i18nTextCollector functionality. The table is now sorted alphabetically by namespace and entity. Entities now include more translatable statics from DataObject subclasses like $db, $has_one etc. Ingo Schommer 2008-11-01 15:25:39 +0000
  • 8f037c4628 BUGFIX: default child needs to be a string rather then an array Will Rossiter 2008-10-27 07:06:39 +0000
  • c3331581ee MINOR whitespace change Sean Harvey 2008-10-24 00:05:01 +0000
  • 16736e25a4 BUGFIX Check if SimplePie exists before attempting to create a new instance of it, since it's a 3rd party class Sean Harvey 2008-10-23 23:07:19 +0000
  • d3c7ad41fd BUGFIX Fixing usage of deprecated APIs Ingo Schommer 2008-10-16 13:46:59 +0000
  • 4f7c9b34d2 MINOR Misc deprecation fixes Ingo Schommer 2008-10-16 08:45:38 +0000
  • 7798cd0afb MINOR Updated entities from translate.silverstripe.com Ingo Schommer 2008-10-08 15:15:23 +0000
  • c17a1ffb28 MINOR Updated language master table Ingo Schommer 2008-10-08 14:03:01 +0000
  • 7143e2753d MINOR Added or updated README information (mostly with maintainer contact) Ingo Schommer 2008-09-16 22:59:59 +0000
  • e6c0d70d99 BUGFIX Missing Hierarchy and Versioned extensions because of overloaded $extensions variable Sean Harvey 2008-09-15 03:59:39 +0000
  • 0e38bbc1cd Show TrackBack ping URL Andrew O'Neil 2008-09-12 02:13:49 +0000
  • b05a3a2cc6 FEATURE: Added receiving of TrackPack pings Andrew O'Neil 2008-09-12 02:09:13 +0000
  • f9aa8d9ab2 Use MONTH() and YEAR() SQL functions to check date on entries. Refactored BlogEntries() to be more testable. Added tests for Entries(). Andrew O'Neil 2008-09-11 23:36:15 +0000
  • 25735591bd ENHANCEMENT Added default english text for POSTEDBY language entity Sean Harvey 2008-09-04 00:02:09 +0000
  • 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 Sean Harvey 2008-09-03 23:57:40 +0000
  • 203acb4ab7 BUGFIX BlogEntry ParsedContent had doubled up paragraph tags Sean Harvey 2008-08-29 04:32:36 +0000
  • c4e0905ab4 Sean Harvey 2008-08-21 21:59:54 +0000
  • 5fe008c899 MINOR more and more whitespace cleanup Sean Harvey 2008-08-21 01:39:51 +0000
  • c8448e7081 MINOR fixed template messup in BlogHolder_post.ss Sean Harvey 2008-08-21 01:39:04 +0000
  • 9d959c64c0 MINOR More whitespace cleanup Sean Harvey 2008-08-21 01:38:04 +0000
  • a154851075 MINOR whitespace cleanup Sean Harvey 2008-08-21 01:37:50 +0000
  • 237dd4564f MINOR invalid use of single quotes as HTML MINOR whitespace in PHP cleanup Sean Harvey 2008-08-21 01:37:37 +0000
  • 54f0af86ba MINOR whitespace Sean Harvey 2008-08-21 01:30:04 +0000
  • ccd3bc1a49 BUGFIX Renamed Tags in TagCloudWidget->Tags() to TagsCollection() which is less confusing and now renders the tags correctly Sean Harvey 2008-07-29 04:17:34 +0000
  • 2b64a33fda Sean Harvey 2008-07-29 04:03:57 +0000
  • 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 Sean Harvey 2008-07-28 04:12:16 +0000
  • 9c004b468c Only call LeftAndMain::require_javascript() if that method exists - allows blog module compatibility with 2.2.2 Sam Minnee 2008-07-24 05:04:46 +0000
  • d66b6e3dc0 Sam Minnee 2008-07-23 04:38:38 +0000
  • 359446212a API CHANGE Changed BlogEntry->Tags() to TagsCollection() to avoid confusion with the property "Tags" which is of DBField type "Text" (not DataObjectSet) - necessary to adjust to changed DataObject-write() behaviour of using DBField instances to write the value (rather than directly editing the SQL manipulation). See r52927 for details. Ingo Schommer 2008-07-20 07:45:55 +0000
  • 0f0e473c7f FEATURE (by simon_w) Add LeftAndMain::require_css()/require_javascript/require_themed_css() for easier customization in CMS (patch from #2636) ENHANCEMENT Applied LeftAndMain::require_javascript() to blog bbcodehelp.js Ingo Schommer 2008-07-17 21:08:35 +0000
  • b02d83c7be MINOR Updated language master table Ingo Schommer 2008-06-18 21:51:21 +0000
  • f668f5b95f Blocked revisions 56311 via svnmerge Ingo Schommer 2008-06-16 07:47:59 +0000
  • 6e052e08e0 Initialized merge tracking via "svnmerge" with revisions "1-56177" from svn://svn.silverstripe.com/silverstripe/modules/blog/branches/trunk-caron Ingo Schommer 2008-06-16 07:47:34 +0000
  • 4df0def63b Merged revisions 56170 via svnmerge from svn://svn.silverstripe.com/silverstripe/modules/blog/branches/trunk-dnc Ingo Schommer 2008-06-12 23:39:47 +0000
  • b039275eae Initialized merge tracking via "svnmerge" with revisions "1-48513" from svn://svn.silverstripe.com/silverstripe/modules/blog/branches/trunk-dnc Ingo Schommer 2008-06-12 23:29:58 +0000
  • 55e1174884 fixed the show by tag Will Rossiter 2008-04-22 01:20:59 +0000
  • b1e4d27b42 browse by tag was not working. Will Rossiter 2008-04-22 00:30:40 +0000
  • 80974881a1 Added LandingPageFreshness variable to blog holder, which lets authors choose which entries to show on the landing page Sam Minnee 2008-04-08 23:34:28 +0000
  • 9289d6ed04 Added editable Title field to TagCloudWidget Sam Minnee 2008-04-08 23:22:08 +0000
  • e3eeffafc9 Reverted previous change Sam Minnee 2008-04-08 23:21:13 +0000
  • 6a3225df22 Added editable Title field to TagCloudWidget Sam Minnee 2008-04-08 23:09:11 +0000
  • 60e4f4c3b2 updated en_US master entities Ingo Schommer 2008-03-11 00:42:51 +0000
  • 9da8415588 now I see why you need that title function. So added it back Will Rossiter 2008-02-25 08:48:33 +0000
  • 293dd54f64 Removed custom title and method in favour of using defaults Will Rossiter 2008-02-24 08:23:04 +0000
  • 99b3127e70 Will Rossiter 2008-02-24 08:19:24 +0000
  • 33471e3926 Changed Tag Cloud site name to Tag Cloud. Matt Peel 2008-01-23 22:56:22 +0000
  • 4423407f48 Matt Peel 2008-01-22 03:44:44 +0000
  • 5d10b7589c Fixed date ranges for archive blogs Jeremy Shipman 2008-01-14 03:34:47 +0000
  • 3505c315c5 fixed pagination bug Jeremy Shipman 2008-01-14 02:41:27 +0000
  • 36a6d0342b Date format bug #1941 Jeremy Shipman 2008-01-14 02:19:53 +0000
  • b819135fe5 simon_w: #2123 - Blog RSS sorted by date Andrew O'Neil 2008-01-13 20:16:27 +0000
  • 43fd90621e Fix RSS feed when using WYSIWYG editing Andrew O'Neil 2008-01-07 19:40:36 +0000
  • 9590b3558f Remove debug message Andrew O'Neil 2008-01-07 01:49:29 +0000
  • 1dca7415c5 Fix typo Andrew O'Neil 2008-01-06 22:48:49 +0000
  • fe23b0cef9 Abstracted fields onto BlogRole from subscribe form, added some documentation about what it does Sean Harvey 2007-12-20 04:32:01 +0000
  • d971db30d0 Added ConfirmNewsletterSignup_member.ss as an example how to customise, added themedCSS requirements to controller Sean Harvey 2007-12-20 03:39:03 +0000
  • d1c6825941 Don't show the NewsletterSignupForm unless there is a newsletter related to a BlogHolder that exists Sean Harvey 2007-12-20 03:31:38 +0000
  • 10f5213192 Instead of directly checking ClassName, check if an instance instead Sean Harvey 2007-12-20 03:26:20 +0000
  • 57bde0bfc3 Added RSS feed icon to blog module Sean Harvey 2007-12-20 02:49:50 +0000
  • 3117340cc5 Moved NewsletterSignupForm to the object, made a link to this from the blogentry page Sean Harvey 2007-12-20 02:23:20 +0000
  • 5668169744 We don't need to escape the summary before parsing bbcode, as the parser does that for us Andrew O'Neil 2007-12-18 03:21:47 +0000
  • 1058c98081 Added return false otherwise it won't redirect Sean Harvey 2007-12-18 02:42:52 +0000
  • fbe5559008 fix incorrect usage of _t Andrew O'Neil 2007-12-18 02:38:07 +0000
  • abcb951837 use microformat style tags in tagcloud Andrew O'Neil 2007-12-18 02:10:44 +0000
  • 6229b8960d v.golev: #1982 - Blog module i18n patch Andrew O'Neil 2007-12-18 01:41:51 +0000
  • 2c6edcf0df Newsletter changes for blogholders Sean Harvey 2007-12-15 22:47:20 +0000
  • acb5d1abae Added newsletter sign up and confirm functionality (as required) and templates Sean Harvey 2007-12-14 00:54:53 +0000
  • d10e859d1b Will Rossiter 2007-12-13 22:40:31 +0000
  • 104301e42d Added BlogEntry::allow_wysiwyg_editing() for people who don't want to use BBCode Sam Minnee 2007-12-11 22:13:19 +0000
  • 641d35c942 ambiguous SQL fix Jeremy Shipman 2007-12-02 22:32:28 +0000
  • 85ded9d76b Support for rel-tag microformat Andrew O'Neil 2007-11-23 08:38:14 +0000
  • 9daebb0fb0 support for rel-tag microformat Andrew O'Neil 2007-11-23 08:35:49 +0000
  • 4adb7674b9 Don't set the url segment, as it capitalises Andrew O'Neil 2007-11-23 07:50:27 +0000
  • 5786b6d6a0 Commenting blog Jeremy Shipman 2007-11-14 01:16:13 +0000
  • 408cf5c8bb Commenting blog Jeremy Shipman 2007-11-14 01:15:40 +0000
  • acd6e1a6c5 #1500 - Infinite loop in Blog's RSS widget Andrew O'Neil 2007-11-01 21:56:44 +0000