Skip to content

Releases: silverstripe/silverstripe-blog

2.4.6

28 Sep 20:40
Compare
Choose a tag to compare
  • Update translations (Franco Springveldt) - a212db3
  • FIX added date formatting (Franco Springveldt) - 236bf6d
  • FIX If BlogPost has date field, return it in getDate (Daniel Hensby) - 3a18b9f
  • Remove HHVM from test builds (Daniel Hensby) - 34b6191
  • FIX Dont generate urlsegments if we dont need to (Daniel Hensby) - c29438f
  • FIX mysql >= 5.7 sql_mode=only_full_group_by error (Franco Springveldt) - 0d6b44a
  • Remove hhvm from Travis build matrix (Robbie Averill) - e5415b1
  • added BlogMemberExtension definitions to lang subfolder (Rastislav Brandobur) - abe6015
  • Add PHP7 + SS3.6 build to Travis configuration (Robbie Averill) - 16d684d
  • Prevent user_error when querying object from Solr (Alexandre Saelens) - bd23bb2
  • Adding .codecov.yml file (Daniel Hensby) - 0132a02
  • FIX Add translation to some areas of BlogMemberExtension that were missing them (Rastislav Brandobur) - 2cd7db9

3.0.0-alpha1

19 Jul 14:35
84ac94f
Compare
Choose a tag to compare
3.0.0-alpha1 Pre-release
Pre-release
  • total refactor of blog.yml for tests, use classes properly (Andrew Aitken-Fincham) - ffc12f5
  • FEATURE config to disable sending spam notifications (Cam Findlay) - d5340a8
  • Remove hhvm from Travis build matrix (Robbie Averill) - e5415b1
  • added BlogMemberExtension definitions to lang subfolder (Rastislav Brandobur) - abe6015
  • Add PHP7 + SS3.6 build to Travis configuration (Robbie Averill) - 16d684d
  • Prevent user_error when querying object from Solr (Alexandre Saelens) - bd23bb2
  • Updated license year (3Dgoo) - 277aa2d
  • Adding .codecov.yml file (Daniel Hensby) - 0132a02
  • MINOR: Add test to for blog tag urlsegment generation (Sam Minnee) - f5c2537
  • FIX: Speed up tests by simplifying fixture (Sam Minnee) - 50d9281
  • FIX: updated test suite to cover supported versions (Sam Minnee) - ff66ad7
  • setShowCalendar is no longer a method (Andrew Foster) - d1eb591
  • Fix reference to re-namespaced Versioned (Andrew Foster) - 3b45728
  • FIX Add translation to some areas of BlogMemberExtension that were missing them (Rastislav Brandobur) - 2cd7db9
  • Update UploadField to one that exists (Andrew Aitken-Fincham) - 1779fe1
  • BlogMigrationTask missing title and description (Christopher Darling) - fef1462
  • Update i18n nesting for ss4 (Andrew Aitken-Fincham) - 246e51f
  • showcalendar config method change (Andrew Aitken-Fincham) - 141db8d
  • FIX Use short class name for translation key, not fully qualified name (Robbie Averill) - 7362be4
  • TEST Move coverage build to the start of the matrix, and only post coverage on success (Robbie Averill) - 8fa9207
  • TEST Move coverage run to PHP 7.1 (for speed). Remove ocular in favour of codecov. Add default phpunit.xml with coverage whitelist. (Robbie Averill) - 2bb61dc
  • FIX Update class imports, fix broken test, add missing multibyte logic back, fix condition for generating URLSegment (also missing) (Robbie Averill) - c004bad
  • FIX Missed GridField import in BlogFilterGridField (Robbie Averill) - ea121e4
  • Move BlogFilter_GridField to its own class (Robbie Averill) - 3da0581
  • FIX Move upgrade mapping to root folder. Fixes blog classes not being resolved by upgrader. (Robbie Averill) - bb08242
  • API Update Widget implementations in blog (Robbie Averill) - 5eb9ec8
  • Implement Blog namespaces (Robbie Averill) - 98645af
  • Add sidebar back as a separate tab. Fix tag and category routes (Robbie Averill) - 077929f
  • FIX Validation of existing tags, duplicated GridField add button, formatting in categorisation, bootstrapify buttons (Robbie Averill) - c1cb857
  • PSR-2 compat: Change Blog*_Controller to Blog*Controller (Robbie Averill) - 5f07a3c
  • Update Travis and Scrutinizer configuration, add note to readme (Robbie Averill) - e263ba3
  • TEMPORARY Disable the sidebar. @todo Fix it and put it back. (Robbie Averill) - 98410c7
  • Move admin sidebar template to correct location (Robbie Averill) - df75c6c
  • FIX Base pase constant BLOGGER_DIR (Robbie Averill) - 4e7e1b7
  • FIX Duplicated state in gridfield (Robbie Averill) - c927d7e
  • Remove old PHP $this casting (Robbie Averill) - cc17e81
  • Remove file that popped up during rebasing (Robbie Averill) - de1b947
  • FIX Path to author profile when blog is the homepage (Robbie Averill) - 83db670
  • Update deprecated image manipulation calls (Robbie Averill) - f376b1c
  • Move controllers to same namespace as their model (Robbie Averill) - 7189077
  • Move blog layouts to namespaced folder location (Robbie Averill) - f35c604
  • Add legacy class map for migrating ClassName in SiteTree (Robbie Averill) - 413e94e
  • Fix controller names, removed Listbox methods, namespacing bugs, template locations (Robbie Averill) - 58e5ebb
  • Fix some incorrect table/model namespace issues (Robbie Averill) - 72a9f04
  • Move "code" to PSR-4 friendly "src" folders. Add namespacing. (Robbie Averill) - 13a5bad
  • Add composer alias for 3.x and update requirements for SS4 (Robbie Averill) - 4313643
  • FIX right sidebar was being forced to float left (micmania1) - 37e5d10
  • Removed compass in favour of gulp (micmania1) - 1e602a0
  • NEW Moved URLSegmentExtension, BlogTag and BlogCateogry shared functionality into a trait (micmania1) - f5974d8
  • Upgraded to work with silverstripe 4.x (micmania1) - 2ae1457
  • Updating master alias (Daniel Hensby) - b967860
  • Updating composer alias (Daniel Hensby) - 3e298b7

2.4.5

15 Aug 16:29
Compare
Choose a tag to compare
  • Update translations (Damian Mooyman) - 7583e0b
  • Remove obsolete branch-alias (Damian Mooyman) - b4050a7

2.4.4 - Casting fixes

08 Sep 11:06
Compare
Choose a tag to compare
  • FIX Excerpt should be casted as HTMLText (Daniel Hensby) - ffab2df
  • FIX Cast Date method on BlogPost (Daniel Hensby) - 91abe1f

2.4.3

17 Aug 05:23
Compare
Choose a tag to compare
  • FIX #394 add getDate to proxy publish date in rss template (micmania1) - 299944f
  • FIX #376 allow multibyte chars in url segment (micmania1) - e4c3b87
  • FIX closing p tag (micmania1) - 198d355
  • BUG Tests don't work in non-root base url. (Damian Mooyman) - 4514678

2.4.2

18 May 05:02
Compare
Choose a tag to compare
  • Update translations

2.4.1

18 May 03:43
Compare
Choose a tag to compare
  • Added missing title attribute
  • Format dates in Blog Posts gridfield based on user preferences
  • FIX Ensure tag cloud widget does not break when there are zero tags
  • FIX Success/error message overflow in cms
  • FIX Prevent duplicate tags and categories
  • FIX Prevent showing future blog posts before their publish date
  • FIX Prevent the CMS Hijacking the return keypress in gridfieldaddbydbfield
  • FIX minInnerWidth should begin with upper-case M

2.4.0

03 Feb 22:46
Compare
Choose a tag to compare
  • Add BlogTagsCloudWidget
  • Added code coverage and extra badges on the home page
  • Changed blog page icon
  • Change image field label back to “Featured Image”
  • Rework documentation to have clear user guide and dev docs.
  • Fix blog date filtering for additional database server types
  • Tests now pass in Postgres on 3.1 and 3.2
  • improved pagination for blog posts

2.3.0

23 Nov 03:08
Compare
Choose a tag to compare
  • Allow injection on date
  • Added standard code of conduct
  • Converted to PSR-2
  • Update translations
  • BUG Fix regression in #312 in PHP 5.3

2.2.0: Merge pull request #337 from scott1702/master

20 Nov 00:22
Compare
Choose a tag to compare