Commit Graph

703 Commits

Author SHA1 Message Date
Damian Mooyman b4050a7392 Remove obsolete branch-alias 2016-11-17 10:17:56 +13:00
Damian Mooyman 033a7bb96f Merge pull request #414 from dhensby/pulls/casting-fix
FIX Excerpt should be casted as HTMLText
2016-09-08 22:45:10 +12:00
Daniel Hensby ffab2df9d2
FIX Excerpt should be casted as HTMLText 2016-09-08 11:00:15 +01:00
Loz Calver 0f77789eb5 Merge pull request #412 from dhensby/pulls/cast-date
FIX Cast Date method on BlogPost
2016-08-30 09:07:28 +01:00
Daniel Hensby 91abe1f9f8
FIX Cast Date method on BlogPost 2016-08-27 22:50:45 +01:00
Damian Mooyman 7f7459f769 Update translations 2016-08-17 11:08:00 +12:00
Daniel Hensby 9f09218da2 Merge pull request #411 from lekoala/patch-1
remove i18n formatting in links
2016-07-15 14:16:56 +01:00
Thomas Portelange 2dd5fd8596 remove i18n formatting in links
the getArchiveMonth and getArchiveYear only accepts number in Blog.php. Removing i18n formatting restore the functionnality.
2016-07-15 14:31:11 +02:00
Damian Mooyman 9e117b64ea Merge pull request #406 from TheBnl/entry-meta-multiple-authors-localisation
Localisation for multiple authors
2016-07-05 18:43:25 +12:00
Damian Mooyman 226d8282fd Merge pull request #401 from micmania1/fix-close-p-tags
FIX closing p tag
2016-06-30 10:16:28 +12:00
Damian Mooyman fc6c86fd35 Merge pull request #400 from micmania1/tidy-readme
Tidied the badges on reademe
2016-06-29 17:52:30 +12:00
Damian Mooyman a21b50333d Merge pull request #402 from micmania1/fix-376-url
FIX #376 allow multibyte chars in url segment
2016-06-29 17:51:22 +12:00
Michael Strong 35c5357cc6 Merge pull request #407 from ksdhans/patch-2
Add RSS feeds for categories and tags
2016-06-17 13:13:34 +12:00
ksdhans 29ffaa8295 Minor layout tweak
Correcting indentation of isRSS().
2016-06-15 19:33:29 +12:00
ksdhans ca7f09d0e0 Removed category()/tag() documentation changes
Adding "string" to the possible return types of category()/tag() didn't stop the scrutinizer from raising two new issues, so I've reverted that change. In future tags/categories may be split into separate controllers (it's cleaner that way), so these "issues" may serve as a reminder.

NOTE: This means that the documented return type for rss() is also wrong
2016-06-14 18:20:03 +12:00
ksdhans d42b3ca57c Fixed RSS feed link for category/tag feeds
- The RSS feed link was always the blog's root URL, even for category/tag feeds. FIXED
- Changed the return type documented for category() and tag() to include string for the case where an RSS feed is returned (addresses the "Scrutinizer" issues)
2016-06-14 18:08:31 +12:00
ksdhans 95e14e5496 Performed suggested changes
- Removed hardcoded URL segment (was test code that I forgot to remove)
- Changed if($rss to if(is_string($rss)
- Moved bracket after isRSS() to next line
- Made rssFeed() protected as it's an internal function and shouldn't be part of the public API
2016-06-14 17:38:43 +12:00
ksdhans 073fca5f0d Add RSS feeds for categories and tags
This patch adds RSS feeds for tags and categories. The RSS feeds are at the following URLs:
- */category/<category-name>/rss
- */tag/<tag-name>/rss
2016-06-13 23:20:07 +12:00
Bram de Leeuw 1231d0ca92 added localisation for multiple authors in the entry meta 2016-06-10 13:04:15 +02:00
Daniel Hensby 09bdf60aa4 Merge pull request #403 from micmania1/fix-blog-rss-date
FIX #394 add getDate to proxy publish date in rss template
2016-06-06 12:44:28 +01:00
micmania1 299944fd1f FIX #394 add getDate to proxy publish date in rss template 2016-05-31 14:26:29 +12:00
micmania1 e4c3b879e8 FIX #376 allow multibyte chars in url segment 2016-05-31 14:00:54 +12:00
micmania1 198d3550fc FIX closing p tag 2016-05-31 11:37:26 +12:00
micmania1 f6fef9e77e Tidied the badges on reademe 2016-05-30 17:35:13 +12:00
Loz Calver c1ae82b74b Merge pull request #399 from silverstripe/micmania1-readme-patch-1
DOCS updated installation instructions
2016-05-24 09:09:59 +01:00
Michael Strong 1876ff86d8 DOCS updated installation instructions
Fixes #398
2016-05-24 13:43:04 +12:00
Daniel Hensby dec393d720 Merge pull request #397 from silverstripe/add-helpful-robot-badge
Added Helpful Robot badge
2016-05-21 07:58:44 +01:00
Christopher Pitt 49c3bc6c03 Added Helpful Robot badge 2016-05-21 16:56:53 +12:00
Daniel Hensby a587dcd612 Merge pull request #395 from tractorcow/pulls/fix-widget-tests
BUG Tests don't work in non-root base url.
2016-05-20 20:52:43 +01:00
Damian Mooyman 565502fdf7 Update translations. 2016-05-20 15:23:41 +12:00
Damian Mooyman 451467823d BUG Tests don't work in non-root base url. 2016-05-20 13:18:59 +12:00
Damian Mooyman b5e1d191ce Update changelog for 2.4.2 2016-05-18 17:01:49 +12:00
Damian Mooyman 648aad1e92 Update translations 2016-05-18 16:58:43 +12:00
Damian Mooyman 2b699fd290 Update changelog for 2.4.1 2016-05-18 15:42:33 +12:00
Daniel Hensby cba4bd8b59 Merge pull request #388 from IOTI/patch-1
Added missing title attribute
2016-03-21 00:19:12 +00:00
Ryan McLaren bb1484b45e Added missing title attribute
post-image href was missing title="" attribute
2016-03-20 20:32:03 -03:00
Damian Mooyman 7a59c13b3f Merge pull request #385 from sekjal/Issue384
ENHANCEMENT Format dates in Blog Posts gridfield based on user preferences
2016-03-07 15:33:12 +13:00
Ian Walls 86f5295175 Format dates in Blog Posts gridfield based on user preferences
Instead of always formatting to DD/MM/YYYY as Nice() does, format
the date based on user settings, using FormatFromSettings().

Fixes silverstripe/silverstripe-blog#384
2016-03-04 14:31:22 -05:00
Daniel Hensby 84efcf126b Merge pull request #381 from gordonbanderson/377-no-tags-break
FIX: Ensure tag cloud widget does not break when there are zero tags
2016-02-24 18:09:54 +00:00
Gordon Anderson 515928b8e2 FIX: Ensure tag cloud widget does not break when there are zero tags 2016-02-24 22:01:24 +07:00
Damian Mooyman 96d8adebab Merge pull request #370 from micmania1/210-fix-message-overflow
FIX Success/error message overflow in cms
2016-02-10 10:51:36 +13:00
micmania1 95a76e11de FIX Success/error message overflow in cms 2016-02-09 04:37:14 +00:00
Damian Mooyman e7ef92c4e5 Merge pull request #372 from micmania1/271-prevent-duplicate-tags-categories
FIX Prevent duplicate tags and categories.
2016-02-09 14:56:36 +13:00
Damian Mooyman 067f415f33 Merge pull request #373 from micmania1/296-prevent-future-post-public
FIX Prevent showing future blog posts before their publish date
2016-02-09 14:38:36 +13:00
Damian Mooyman 17429c043f Merge pull request #371 from micmania1/266-fix-cms-hijacking-keypress
FIX Prevent the CMS Hijacking the return keypress in gridfieldaddbydb…
2016-02-09 14:31:50 +13:00
micmania1 8135f67b71 FIX Prevent duplicate tags and categories. 2016-02-05 23:21:13 +00:00
micmania1 f32adf1dd3 FIX Prevent showing future blog posts before their publish date 2016-02-05 22:37:01 +00:00
micmania1 2c0e1a73ed FIX Prevent the CMS Hijacking the return keypress in gridfieldaddbydbfield 2016-02-05 21:48:31 +00:00
Loz Calver 79bc18aacc Merge pull request #369 from micmania1/288-fix-mininnerwidth
FIX minInnerWidth should begin with upper-case M
2016-02-05 09:06:08 +00:00
micmania1 2b2e13f7df FIX minInnerWidth should begin with upper-case M 2016-02-04 22:06:01 +00:00