Steve Boyd
8f3778f77f
ENH PHP 8.1 compatibility
2022-04-27 09:31:14 +12:00
Jellygnite
b55c7aa80d
ENH Add config to control if a default author is added to posts on creation
2022-03-03 18:12:36 +10:00
Dylan Wagstaff
4be03364de
Merge pull request #643 from creative-commoners/pulls/3.6/explain-defaults
...
DOC Add explanation for default values
2021-05-02 20:54:18 +12:00
armsofnoodle
d6d57d8689
Add doc blocks for featured image and summary
2021-04-09 15:38:15 +12:00
Steve Boyd
65f4c22e84
DOC Add explanation for default values
2021-04-07 12:14:02 +12:00
Tim Burt
dd18648ed1
Make featured images directory configurable
2019-08-15 09:44:14 +12:00
Nic Horstmeier
679e690ca5
UX expand custom summary if field has value
...
resolves #566
2019-05-16 23:27:14 -05:00
Stevie Mayhew
8ae3614335
Add index to PublishDate - also see #559
2019-04-15 15:24:59 +12:00
Sacha Judd
765b315fe7
NEW Add font-icon for site tree blog holder and posts
2019-04-15 15:24:45 +12:00
Robbie Averill
dd8e401dbf
NEW Add tests for blog archive links and tidy up code re-use a little
2019-04-15 15:24:31 +12:00
Robbie Averill
d1ea6bb839
FIX Categories and tags now respect multibyte url configuration
...
Previously multibyte URLs would always work, regardless of URLSegmentFilter::$default_allow_multibyte.
This change means that they will only work when the setting is enabled.
2019-02-07 12:05:32 +03:00
Loz Calver
c3ac001a0a
FIX: Unable to remove 'Post Options' tab
2018-07-09 10:58:10 +01:00
Robbie Averill
c83232bd6e
Merge branch '3.1'
2018-04-10 15:53:48 +12:00
Joris Debonnet
06bcd961ce
Bring back BlogPost URLSegment to Main tab
2018-04-10 02:04:44 +02:00
Robbie Averill
7c4574ba78
Switch argument order in FieldList::insertAfter calls
2018-04-06 10:21:43 +12:00
Robbie Averill
c123951768
Add missing class imports from docblocks and fix incorrect docblocks
2018-04-06 10:21:26 +12:00
Martin Portevin
b483446a45
Fix bad date formatting
...
`m` returns minute in hour as seen here : http://userguide.icu-project.org/formatparse/datetime
2018-03-20 01:54:08 +01:00
zanderwar
3f24858b73
ENHANCEMENT added MinutesToRead()
2018-03-14 18:01:09 +10:00
marcio.barrientos
519fe25da1
Make Categorization and PostOptions localizable
...
Allow to make localizable Blog Categorization tab and BlogPost Options tab
2018-02-20 11:38:30 +00:00
Raissa North
e437e7ac42
Optimise imports
2018-01-29 16:13:19 +13:00
Raissa North
f2ef7a945e
FIX Fix line length
2018-01-29 16:10:45 +13:00
Raissa North
bf13d522a3
FIX Update Requirements references to new build paths
2018-01-29 11:50:39 +13:00
Daniel Hensby
1d6cf1dec6
Merge pull request #486 from zanderwar/pulls/3.0/optional-profiles
...
Allow a user to disable all profiles
2017-11-06 15:56:55 +00:00
Robbie Averill
271fbfeae7
Merge branch '2'
2017-11-03 15:39:57 +13:00
zanderwar
3d8f0941ed
Added config option check for disable_profiles and removed linking if it is disabled
2017-11-03 08:32:03 +13:00
Robbie Averill
7f63681d33
Merge branch '2'
2017-09-14 17:11:45 +12:00
Franco Springveldt
2417863ff8
FIX refactored classes to use Injectable::create()
2017-09-14 11:49:27 +12:00
Franco Springveldt
7823b40b57
FIX replaced magic config() calls to use the config::get()
2017-09-14 11:36:33 +12:00
Franco Springveldt
e70e051380
FIX updated traditional array syntax
2017-09-14 10:59:01 +12:00
Franco Springveldt
d9d5c01be3
FIX refactored to remove code from _config.php
2017-09-14 10:44:21 +12:00
Franco Springveldt
e6cf037369
FIX namespaced _t() calls
2017-09-14 10:27:40 +12:00
Franco Springveldt
7c8866d280
FIX removed @package and @subpackage references
2017-09-14 10:01:45 +12:00
Franco Springveldt
aec1d542b1
FIX updated depreated Member::currentUser() references
2017-09-14 09:53:29 +12:00
Andrew Aitken-Fincham
409b4190a3
give BlogPost ownership of FeaturedImage
2017-07-20 10:03:53 +01:00
Andrew Foster
d1eb591ea5
setShowCalendar is no longer a method
2017-04-18 17:02:27 +10:00
Andrew Aitken-Fincham
1779fe1f39
Update UploadField to one that exists
2017-04-02 13:16:56 +01:00
Andrew Aitken-Fincham
141db8d472
showcalendar config method change
2017-02-17 11:22:39 +00:00
Robbie Averill
c004bad7b8
FIX Update class imports, fix broken test, add missing multibyte logic back, fix condition for generating URLSegment (also missing)
2017-01-26 21:41:28 +13:00
Robbie Averill
077929f8bf
Add sidebar back as a separate tab. Fix tag and category routes
2017-01-13 15:55:48 +13:00
Robbie Averill
c1cb8576b3
FIX Validation of existing tags, duplicated GridField add button, formatting in categorisation, bootstrapify buttons
2017-01-13 15:33:53 +13:00
Robbie Averill
98410c7eae
TEMPORARY Disable the sidebar. @todo Fix it and put it back.
2017-01-12 10:20:44 +13:00
Robbie Averill
cc17e81952
Remove old PHP $this casting
2017-01-12 10:20:44 +13:00
Robbie Averill
83db670e14
FIX Path to author profile when blog is the homepage
2017-01-12 10:20:44 +13:00
Robbie Averill
f376b1c2f1
Update deprecated image manipulation calls
2017-01-12 10:20:44 +13:00
Robbie Averill
72a9f041c2
Fix some incorrect table/model namespace issues
2017-01-12 10:20:43 +13:00
Robbie Averill
13a5badff5
Move "code" to PSR-4 friendly "src" folders. Add namespacing.
2017-01-12 10:20:42 +13:00