Commit Graph

406 Commits

Author SHA1 Message Date
Damian Mooyman 6668d26a46 Update translations (1.0) 2015-05-15 09:28:41 +12:00
Damian Mooyman 303f3c478d Update translation master 2015-05-15 09:21:35 +12:00
Damian Mooyman bffce65543 Merge pull request #153 from dhensby/pulls/126
Add extension hooks to blog entry form
2015-03-06 11:27:11 +13:00
Morven Lewis-Everley 3b9c623ca8 Add extension hooks to blog entry form (so we can customise management form) 2015-03-05 21:50:10 +00:00
Damian Mooyman 09a297da3b Merge pull request #121 from MichaelCSLWeb/master
Update ArchiveWidget.php
2015-03-06 09:20:51 +13:00
Daniel Hensby 0e267dbd58 Merge pull request #140 from tractorcow/pulls/fix-ready
BUG Fix issue with populateDefault breaking during dev/build
2015-01-27 12:07:27 +00:00
Damian Mooyman f97119941e BUG Fix issue with populateDefault breaking during dev/build 2014-12-08 18:43:50 +13:00
Will Rossiter 9a56f5aabf Merge pull request #138 from dhensby/master
Adding .editorconfig
2014-12-05 15:18:04 +13:00
Daniel Hensby 5d4c7847ee Adding .editorconfig 2014-12-04 16:10:40 +00:00
Sam Minnée 1bd26052c9 Merge pull request #136 from phillprice/BlogHolderPatch
Update BlogEntry.php
2014-11-03 14:09:18 +13:00
Phill Price 9ceb4ca05d Used 3x way to find if object exists. Split BlogHolder and BlogEntry record generation. 2014-10-24 14:08:02 +01:00
Morven Lewis-Everley 638b309b69 Add test to check that populate defaults works as expected 2014-10-08 08:59:23 +13:00
JorisDebonnet fcdf9d325a Set default author
The default author did not work, at least on my installation. I believe this is a better solution (although of course you can argue whether it should be getName() or FirstName).
2014-10-08 08:58:48 +13:00
Sean Harvey 8b28a1d047 Merge pull request #129 from tractorcow/pulls/fix-master2
BUG Fix publishing of blog posts
2014-08-25 11:20:55 +12:00
Damian Mooyman d64b418ff1 BUG Fix publishing of blog posts 2014-08-25 11:06:01 +12:00
Will Rossiter 095a97018e Merge pull request #119 from RuthAdele/patch-1
Comments module changed id name
2014-07-07 20:11:18 +12:00
Michael 04d2150dc8 Update ArchiveWidget.php 2014-05-12 09:19:55 +01:00
Michael 01de0a76d6 Update ArchiveWidget.php 2014-05-08 10:54:32 +01:00
RuthAdele e09210bc78 Comments module changed id name 2014-04-08 15:08:05 +09:30
Damian Mooyman 067003a6c3 Merge pull request #111 from logicbrush/tagcloudfix
Uncaught Exception: Object->__call(): the method 'data' does not exist on 'Security'
2014-03-22 23:49:11 +13:00
John Learn 8073827328 fix error when tagcloud appears on login page. 2014-03-21 07:20:01 -04:00
Ingo Schommer 1230276f6f Added min stability for composer
Required for scrutinizer runs
2014-03-13 10:23:24 +13:00
Damian Mooyman d2ab260ecb Merge pull request #115 from IOTI/patch-1
Update TagCloudWidget.php
2014-03-05 09:11:03 +13:00
Ryan McLaren ef4d84290d Update TagCloudWidget.php
BUG: Fixes [Notice] Undefined variable: popularity.
2014-03-04 14:49:40 -04:00
Will Rossiter 80a6f7d44f Merge pull request #114 from tractorcow/pulls/tags-revamp
BUG Rewrite of Blog Tag calculation and handling
2014-03-04 18:39:39 +13:00
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
Will Rossiter 9a6152b8e4 Merge pull request #113 from tractorcow/pulls/fix-default-creation
BUG Fix BlogHolder::requireDefaultRecords not respecting SiteTree.create_default_pages config
2014-02-27 19:28:07 +13:00
Damian Mooyman 5589def46d BUG Fix BlogHolder::requireDefaultRecords not respecting SiteTree.create_default_pages config 2014-02-27 15:52:27 +13:00
Will Rossiter 2a25b9459c FIX: resolve virtual page use with widgets.
When using a VirtualPage mapping to a BlogTree, widgets will bypass the instanceof BlogTree check and instead fail to find the current page.
2014-01-28 12:24:31 +13:00
Will Rossiter 6653cc2546 Merge pull request #98 from tractorcow/3.0-simplepie-encoding-fix
BUG Fixed incorrect html encoding of SimplePie rss titles
2014-01-10 15:28:32 -08:00
Ingo Schommer c63b337e54 Merge pull request #109 from anselmdk/danish-translations
Danish translations updated from Transifex
2013-11-03 12:53:00 -08:00
Anselm Christophersen 02c4302cd0 Danish translations updated from Transifex 2013-11-01 08:06:46 +01:00
Will Rossiter 91705ccc7d Merge pull request #108 from heffaklump90/master
removed ref to InheritSideBar
2013-10-24 17:44:48 -07:00
Björn Radon adbefd648e removed ref to InheritSideBar 2013-10-24 21:21:30 +02:00
Ingo Schommer 576e462823 PHP <5.3.4 compat (is_a() usage)
Our build infrastructure still runs an ancient 5.3.3,
and given this is the only blocker for it, worth
complicating the code a bit to retain this compatibility.
2013-10-21 10:19:41 +02:00
Simon Welsh 4f3c258bf4 Create LICENSE 2013-09-02 21:22:03 +12:00
TeamCity 0599efa46b Updated master strings 2013-08-23 03:04:29 +12:00
Will Rossiter ba89364eb8 Merge pull request #97 from tractorcow/blog-archive-housekeeping
BUG / Housekeeping of Widget code
2013-08-14 23:33:19 -07:00
Damian Mooyman f4b51f0a0e BUG / Housekeeping of Widget code:
- TagCloudWidget not wrapped with if(class_exists('Widget')) check for dependency module
- Default titles for RSS Widget and TagCloudWidget not being translated.
- Fixed poor indentation, and excessive line length (scrutinizer errors)
- Removal of several blank 'private static $relation = array()' that added no value
- Missing PHPDoc for widget classes
- Fixed missing EOL and removed closing ?> from php files for consistency
2013-08-15 09:24:10 +12:00
Mateusz Uzdowski a07694a2b7 Change dependency versions to work for 3.1.0-rc1. 2013-08-13 13:47:17 +12:00
Damian Mooyman 9555373c21 BUG Fixed incorrect html encoding of SimplePie rss titles 2013-07-29 15:16:38 +12:00
Sean Harvey 573ad1bda8 Merge pull request #96 from halkyon/fixing_template_errors
BUG Fixing template errors (brackets not closed) introduced in fe5a978
2013-07-11 23:04:22 -07:00
Sean Harvey c553a536ba BUG Fixing template errors (brackets not closed) introduced in fe5a978 2013-07-12 18:02:02 +12:00
Ingo Schommer fe5a978f3a Finnish translation, and a few more localized strings
Thanks to @mediaclinic, see https://github.com/silverstripe/silverstripe-blog/pull/95
2013-07-08 12:58:45 +02:00
Ingo Schommer c044f8c7e9 Transifex translation support
Renamed auto-template entities from ".ss" to "_ss" to avoid clashes with YAML namespaces
2013-07-08 11:58:21 +02:00
Ingo Schommer 294074ba04 Suggest install of simplepie lib (been removed from SS core master) 2013-07-01 10:02:39 +02:00
Will Rossiter f7c33e440d Merge pull request #91 from yellowmamba/master
showdropdown has been removed.
2013-06-06 05:08:18 -07:00
Michael Wu fecfa23326 Bug fix - change timefield format 2013-06-06 21:57:01 +10:00
Sean Harvey 9ed2b3b930 Removing widgets from being required, add as suggestion instead 2013-05-13 22:48:55 +12:00
Ingo Schommer 404addd484 Fixed composer constraints 2013-05-07 15:18:14 +03:00