Commit Graph

443 Commits

Author SHA1 Message Date
Daniel Hensby ad0252e57d
Merge branch '0.6' into 1.0 2018-02-20 13:45:44 +00:00
Daniel Hensby 7e7ad4686d
Merge branch '0.5' into 0.6 2018-02-20 13:39:30 +00:00
Daniel Hensby 9cc5f59378
Get travis working 2018-02-20 13:38:31 +00:00
Daniel Hensby bdea98a875
Merge branch '0.6' into 1.0 2018-02-20 13:31:31 +00:00
Daniel Hensby e2cf6421c6
Merge branch '0.5' into 0.6 2018-02-20 13:24:43 +00:00
Daniel Hensby ded09bda7d
Merge branch '0.4' into 0.5 2018-02-20 13:20:46 +00:00
Daniel Hensby dfaa974697
Merge branch '0.3' into 0.4 2018-02-20 13:17:23 +00:00
Daniel Hensby 5e05ac92e5
Merge branch '0.2' into 0.3 2018-02-20 13:11:09 +00:00
Ingo Schommer 2057585359 Removed master build from travis "matrix"
See last commit
2016-03-04 13:54:42 +13:00
Ingo Schommer 99a289d302 Removed master build form 1.0 branch (not supported) 2016-03-04 11:21:42 +13:00
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 2791eddbca Merge pull request #112 from tractorcow/pulls/0.5-fix-freshness
BUG Fixes LandingPageFreshness parsing issue. fixes #13
2014-11-03 14:11:18 +13: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
Damian Mooyman ad060cabf4 BUG Fixes LandingPageFreshness parsing issue. fixes #13 2014-02-21 16:52:13 +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