Robbie Averill
|
233a5e6397
|
FIX Blog profile summary field is always inserted before the profile image field
|
2018-12-07 09:59:16 +13:00 |
|
Shaun Cockerill
|
c0895803db
|
FIX: Update Blog archive date formats for SS4
|
2018-11-26 10:03:29 +08:00 |
|
Robbie Averill
|
fb1b6929a9
|
FIX Blog profile summary field is always inserted before the profile image field
|
2018-09-05 14:56:05 +02:00 |
|
Loz Calver
|
c3ac001a0a
|
FIX: Unable to remove 'Post Options' tab
|
2018-07-09 10:58:10 +01:00 |
|
Robbie Averill
|
14eab5dc5a
|
Merge branch '3.1' into 3.2
|
2018-06-11 12:02:23 +12:00 |
|
Robbie Averill
|
dc26478e94
|
FIX Use correct API for determining if record is modified on draft stage
|
2018-04-20 17:05:29 +12: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 |
|
Dylan Wagstaff
|
2d62251858
|
Merge pull request #524 from creative-commoners/pulls/3.2/tweaks
Minor tweaks, syntax, namespace imports, docblocks, test improvements
|
2018-04-09 12:06:34 +12:00 |
|
Robbie Averill
|
86c0f56620
|
Use ::class for class_exists checks on Widget, fix setUp/tearDown method visibility
|
2018-04-06 10:22:58 +12: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 |
|
Robbie Averill
|
fffd2cece3
|
FIX Remove "Add new blog post" button from Blog Posts GridField in a members profile
|
2018-03-22 17:17:03 +13:00 |
|
Robbie Averill
|
29154eae4c
|
FIX Correctly import namespaces in BlogPostNotifications class
|
2018-03-20 16:54:55 +13: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 |
|
Robbie Averill
|
5c1cedeb98
|
Merge branch '2'
|
2018-02-20 11:05:54 +13:00 |
|
Raissa North
|
8dfb4426a4
|
Remove unneeded requirement
|
2018-01-29 16:17:41 +13:00 |
|
Raissa North
|
1feaa52ed7
|
ENHANCEMENT Update hard reference to png file
|
2018-01-29 16:16:45 +13: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
|
12c4b717ed
|
API Remove default values from GridField class constructors
|
2018-01-29 15:59:46 +13:00 |
|
Raissa North
|
b4d7530082
|
API Rename GridFieldConfig so it has no underscore in the class name
|
2018-01-29 15:57:17 +13:00 |
|
Raissa North
|
bf13d522a3
|
FIX Update Requirements references to new build paths
|
2018-01-29 11:50:39 +13:00 |
|
Raissa North
|
c122f17d91
|
FIX Use clock icon for scheduled posts
|
2018-01-25 08:46:05 +13:00 |
|
Raissa North
|
f38630c894
|
FIX Auto publish a Member's profile image when saving
|
2018-01-24 16:54:56 +13:00 |
|
Raissa North
|
b37ad24930
|
FIX Replace jQuery UI icons with admin font icons
|
2018-01-24 16:28:12 +13:00 |
|
Daniel Hensby
|
51edd8d620
|
Reorganise imports and class detection for WidgetControllers
|
2018-01-10 09:08:40 +00:00 |
|
Jason Korth
|
64437b974d
|
fixed namespacing for widgets
fixes #495
|
2018-01-04 14:07:28 -06:00 |
|
Jason Irish
|
db071b2692
|
bugfix - set $table_name for widgets
SilverStripe 4.0.1 throws warnings when the widget module is installed.
|
2017-12-14 22:24:20 -06: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 |
|
zanderwar
|
54aeb23356
|
Fixed return tags and values
|
2017-11-01 22:00:33 +13:00 |
|
Franco Springveldt
|
993846b98c
|
FIX merge conflicts
|
2017-09-28 16:53:32 +13:00 |
|
Robbie Averill
|
427abee8b0
|
FIX Datetime format for MySQL and Postgres, add widgets to Travis builds
|
2017-09-27 13:25:03 +13:00 |
|
Florian Thoma
|
dae2ba0e5f
|
add meta links for previous and next pages in pagination
|
2017-09-27 13:14:27 +13:00 |
|
Robbie Averill
|
6525f1c109
|
FIX Update BlogArchiveWidget and tests for SS4
|
2017-09-27 11:49:57 +13:00 |
|
Robbie Averill
|
75f5042d60
|
Merge branch '2'
|
2017-09-27 11:48:41 +13:00 |
|
Franco Springveldt
|
010d751337
|
FIX Blog user settings help links displayed incorrectly
|
2017-09-22 12:20:41 +12:00 |
|
Daniel Hensby
|
b83e0e8117
|
Merge pull request #472 from creative-commoners/pulls/2/updating-translations
FIX updated translations to use namespaces
|
2017-09-18 10:44:45 +01:00 |
|
Franco Springveldt
|
dc0e56b49a
|
FIX further translations fixed in templates
|
2017-09-18 15:59:58 +12:00 |
|
Robbie Averill
|
db18b5d31f
|
FIX Update BlogFunctionalTest for SS4
|
2017-09-18 15:56:31 +12: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
|
87e5cfcad7
|
FIX refactored deprecated DB::getConn()
|
2017-09-14 11:37:51 +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 |
|
Daniel Hensby
|
b444db1af8
|
Merge branch '2'
|
2017-07-20 10:33:52 +01:00 |
|
Andrew Aitken-Fincham
|
409b4190a3
|
give BlogPost ownership of FeaturedImage
|
2017-07-20 10:03:53 +01:00 |
|
Robbie Averill
|
563e33c772
|
Add phpcs ruleset and fix violations
|
2017-07-20 10:05:29 +12:00 |
|
Daniel Hensby
|
84ac94f818
|
Merge branch '2'
|
2017-07-05 14:49:34 +01:00 |
|
Andrew Foster
|
d1eb591ea5
|
setShowCalendar is no longer a method
|
2017-04-18 17:02:27 +10:00 |
|
Andrew Foster
|
3b45728ff3
|
Fix reference to re-namespaced Versioned
|
2017-04-18 17:02:04 +10:00 |
|
Andrew Aitken-Fincham
|
1779fe1f39
|
Update UploadField to one that exists
|
2017-04-02 13:16:56 +01:00 |
|
Daniel Hensby
|
b73b20731d
|
Merge pull request #430 from andrewandante/FIX/i18n-nesting-errors
Update i18n nesting for ss4
|
2017-02-21 14:57:47 +00:00 |
|
Andrew Aitken-Fincham
|
246e51fada
|
Update i18n nesting for ss4
|
2017-02-20 10:08:47 +00:00 |
|
Andrew Aitken-Fincham
|
141db8d472
|
showcalendar config method change
|
2017-02-17 11:22:39 +00:00 |
|
Robbie Averill
|
7362be4015
|
FIX Use short class name for translation key, not fully qualified name
|
2017-01-27 11:47:53 +13: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
|
ea121e40da
|
FIX Missed GridField import in BlogFilterGridField
|
2017-01-24 14:11:22 +13:00 |
|
Robbie Averill
|
3da05818af
|
Move BlogFilter_GridField to its own class
|
2017-01-24 13:45:07 +13:00 |
|
Robbie Averill
|
bb08242edb
|
FIX Move upgrade mapping to root folder. Fixes blog classes not being resolved by upgrader.
|
2017-01-19 17:09:17 +13:00 |
|
Robbie Averill
|
5eb9ec879d
|
API Update Widget implementations in blog
|
2017-01-18 17:12:06 +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
|
5f07a3cc23
|
PSR-2 compat: Change Blog*_Controller to Blog*Controller
|
2017-01-12 10:56:08 +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
|
c927d7e29f
|
FIX Duplicated state in gridfield
|
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
|
71890778db
|
Move controllers to same namespace as their model
|
2017-01-12 10:20:44 +13:00 |
|
Robbie Averill
|
58e5ebb652
|
Fix controller names, removed Listbox methods, namespacing bugs, template locations
|
2017-01-12 10:20:43 +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 |
|