Robbie Averill
c2f58507a0
FIX Ensure that draft blog posts are always viewable to users with view draft permission
2017-11-03 14:00:14 +13:00
Daniel Hensby
3a18b9f69b
FIX If BlogPost has date field, return it in getDate
2017-07-26 15:22:36 +01:00
Daniel Hensby
ffab2df9d2
FIX Excerpt should be casted as HTMLText
2016-09-08 11:00:15 +01:00
Daniel Hensby
91abe1f9f8
FIX Cast Date method on BlogPost
2016-08-27 22:50:45 +01:00
micmania1
299944fd1f
FIX #394 add getDate to proxy publish date in rss template
2016-05-31 14:26:29 +12:00
micmania1
f32adf1dd3
FIX Prevent showing future blog posts before their publish date
2016-02-05 22:37:01 +00:00
Gordon Anderson
cb45815fbd
FIX: Tests now pass in Postgres on 3.1 and 3.2
...
Problems resolved:
1) Case sensitivy of check on Code field of Group
2) MySQL and Postgres have different date functions
3) When BlogID is empty, explicitly set it to 0. If not then all tests break under Postgres
2016-01-22 22:48:02 +07:00
Loz Calver
34fcafa24a
Change image field label back to “Featured Image” ( closes #344 )
2015-12-04 10:35:47 +00:00
Damian Mooyman
5282ad84f9
BUG Fix regression in #312 in PHP 5.3
2015-11-23 15:45:22 +13:00
helpfulrobot
f82825d9a6
Converted to PSR-2
2015-11-21 19:17:29 +13:00
Damian Mooyman
3d6de78df5
Merge pull request #306 from DrMartinGonzo/patch-1
...
i18n wrong label in BlogPost.php
2015-11-20 12:51:00 +13:00
Christopher Pitt
6d059806ea
Added featured posts to CMS
2015-11-13 15:06:29 +13:00
Damian Mooyman
e04be4cde4
BUG Fix crash if parent page isn't Blog type
2015-11-05 11:31:55 +13:00
Cam Findlay
d6c2593d61
ENHANCEMENT filtering for large user base sites.
2015-11-04 12:44:15 +13:00
DrMartinGonzo
a5d242006f
i18n wrong label in BlogPost.php
...
Wrong Description label for additional credits description, uses PublishDate_Description.
2015-10-26 15:43:21 +01:00
JorisDebonnet
f311305efb
Default PublishDate to NULL for drafts and sort them at the top
2015-10-23 00:40:25 +02:00
Damian Mooyman
b9155bae79
BUG Fix canview for non-admins
2015-07-09 15:15:39 +12:00
Damian Mooyman
0941b4ed96
BUG Fix BlogPost crashing when created under a non-blog parent
2015-06-04 13:47:06 +12:00
Damian Mooyman
6345f9b6f7
Fix string member IDs breaking permission checking
2015-06-04 11:50:25 +12:00
Christopher Pitt
e4c873f08b
Stabilized TagField API
2015-05-22 15:24:40 +12:00
Christopher Pitt
f6b6f2e27a
Improved member blog posts grid
2015-05-18 13:15:42 +12:00
Damian Mooyman
17832fd942
Merge pull request #228 from assertchris/reorder-fields
...
Reordered fields
2015-05-14 12:27:36 +12:00
David Craig
b7b0c99c21
Fix excerpt parsing
2015-05-14 12:11:09 +12:00
Christopher Pitt
b62370cddd
Reordered fields
2015-05-14 11:55:01 +12:00
Christopher Pitt
1648defec9
Clean up
2015-05-14 11:23:58 +12:00
Christopher Pitt
787c02a19d
Clean up
2015-05-11 10:11:21 +12:00
Damian Mooyman
8edc079e92
API Improve sizing of blog sidebar
2015-04-23 14:30:58 +12:00
Damian Mooyman
d4c80750ad
Add class to summary holder
2015-04-21 13:21:22 +12:00
Damian Mooyman
e024fcb97a
BUG Fix php 5.3 compatibility
2015-04-14 15:16:07 +12:00
Christopher Pitt
61f996461c
Merge pull request #185 from tractorcow/pulls/2.0/summary-size
...
Adjust size of custom summary and remove extra title
2015-04-14 14:27:59 +12:00
Damian Mooyman
467a50175e
Adjust size of custom summary and remove extra title
...
Depends on https://github.com/silverstripe/silverstripe-framework/pull/4072
2015-04-14 14:22:52 +12:00
Christopher Pitt
3e29c378ed
Added tag field
2015-04-14 14:12:59 +12:00
Damian Mooyman
6283122c9c
API Enable custom summaries for blogposts
2015-04-13 17:13:53 +12:00
Damian Mooyman
0dd2d2504b
API Add role-helpers for templates
2015-04-09 16:13:05 +12:00
David Craig
99b03b555c
Make BlogPost::isAuthor public
2015-04-02 14:50:46 +13:00
Christopher Pitt
342d2a3d2a
Better credits description in admin
2015-04-02 12:52:44 +13:00
Christopher Pitt
4ee278abb3
Fixed credits
2015-04-01 15:06:54 +13:00
Damian Mooyman
dc5a941409
BUG Fix incorrect $this reference within closure
2015-03-16 12:26:04 +13:00
Damian Mooyman
eabf8cf87e
API New permissions for writers, editors, and contributors
...
API Enable authors to be specified and displayed on post info
BUG Fix blogfilter bug
Update documentation
2015-03-13 14:16:18 +13:00
Damian Mooyman
846eb9c270
Break out templates and expand
2015-03-05 13:05:03 +13:00
micmania1
431cd38065
FIX should be
2015-02-03 05:43:13 +00:00
micmania1
9b2dcc295f
Added more styling to blog post admin
2015-02-02 10:32:40 +00:00
micmania1
f6c35d67e6
Created initial concept for blog UI rework
2015-02-01 09:24:37 +00:00
vagrant
4166d025e4
NEW Decouple gridfield stuff into lumberjack module
2015-01-29 10:49:48 +00:00