Andrew Aitken-Fincham
|
3274f29c00
|
sanitise more docblocks
|
2017-11-14 10:02:24 +00:00 |
|
Andrew Aitken-Fincham
|
25d8795c70
|
sanitise FormField docblock
|
2017-11-14 09:52:06 +00:00 |
|
Andrew Aitken-Fincham
|
6cfb0a3d86
|
sanitise ListboxField docblock
|
2017-11-14 09:47:39 +00:00 |
|
Andrew Aitken-Fincham
|
e5b3f82f8c
|
sanitise select tag in DropdownField Docblock
|
2017-11-14 08:17:39 +00:00 |
|
Damian Mooyman
|
1284ee86d8
|
Merge remote-tracking branch 'origin/4.0' into 4
|
2017-11-08 15:29:26 +13:00 |
|
Damian Mooyman
|
6d8df46b8a
|
Added 4.0.0 changelog
|
2017-11-08 15:14:54 +13:00 |
|
Chris Joe
|
39fae32ab1
|
Merge pull request #7567 from open-sausages/pulls/4.0/fix-directoryindex
BUG Disable directory index with missing slash
|
2017-11-08 13:35:41 +13:00 |
|
Damian Mooyman
|
8497b9e1e6
|
BUG Disable directory index with missing slash
|
2017-11-08 12:12:10 +13:00 |
|
Reece Alexander
|
642cbdafc8
|
API Allow an array as a param to makeFieldReadOnly()
|
2017-11-07 15:51:13 +13:00 |
|
Damian Mooyman
|
420041f2b6
|
Merge remote-tracking branch 'origin/4.0' into 4
|
2017-11-03 17:04:44 +13:00 |
|
Damian Mooyman
|
c942ca5be6
|
Added 4.0.0-rc3 changelog
|
2017-11-03 16:57:41 +13:00 |
|
Chris Joe
|
39eba56821
|
Merge pull request #7556 from open-sausages/pulls/4.0/fix-functionaltest-bootstrap
BUG Prevent logOut() from clearing site stage during bootstrapping du…
|
2017-11-03 16:53:38 +13:00 |
|
Damian Mooyman
|
1929ec46bb
|
BUG Prevent logOut() from clearing site stage during bootstrapping due to flushed session
|
2017-11-03 16:22:11 +13:00 |
|
Chris Joe
|
38f7f87661
|
Merge pull request #7552 from dhensby/pulls/4.0/session-destroy-on-logout
FIX Sessions must be destroyed on logout
|
2017-11-03 14:50:48 +13:00 |
|
Damian Mooyman
|
cf381ddf51
|
Merge pull request #7550 from zanderwar/patch-3
Added missing @deprecated tags
|
2017-11-03 12:13:33 +13:00 |
|
Damian Mooyman
|
5f8613631f
|
Merge pull request #7553 from dhensby/pulls/4.0/upload-be-gone
DOCS Add required import for docs example
|
2017-11-03 12:12:58 +13:00 |
|
Damian Mooyman
|
6a73466b41
|
BUG Fix basicauth
|
2017-11-03 12:08:38 +13:00 |
|
Damian Mooyman
|
ad36b8f6a9
|
Use restart instead of destroy
|
2017-11-03 12:08:38 +13:00 |
|
Daniel Hensby
|
a61ce077c6
|
FIX Sessions must be destroyed on logout
|
2017-11-03 12:08:38 +13:00 |
|
Damian Mooyman
|
3298cf061b
|
Merge pull request #7543 from zanderwar/patch-1
Allow chain-ability on adding and removing fields
|
2017-11-03 11:15:51 +13:00 |
|
Damian Mooyman
|
fc2a20d6e8
|
Merge pull request #7551 from JayDevlin/4.0-install-theme-writeable
BUG Installer - Warn if theme.yml isn't writeable
|
2017-11-03 11:14:05 +13:00 |
|
Daniel Hensby
|
102de3d34c
|
DOCS Add required import for docs example
|
2017-11-02 11:50:47 +00:00 |
|
Jay Devlin
|
af9caa4e51
|
Warn if theme.yml isn't writeable
|
2017-11-02 11:34:36 +01:00 |
|
Reece Alexander
|
9c836c0d3d
|
Added missing @deprecated tags
This PR just adds a couple of @deprecated tags where they were missing, where IDE's like PHPStorm immediately alert the user that it's deprecated.
|
2017-11-02 20:28:01 +13:00 |
|
Damian Mooyman
|
0b3ed7ff15
|
Merge 4.0 -> 4
|
2017-11-02 16:52:05 +13:00 |
|
Damian Mooyman
|
f2c938a023
|
Added 4.0.0-rc2 changelog
|
2017-11-02 16:41:52 +13:00 |
|
Damian Mooyman
|
f8bde9de32
|
Update translations
|
2017-11-02 16:30:42 +13:00 |
|
Chris Joe
|
49ca45f6d9
|
Merge pull request #7548 from open-sausages/pulls/4.0/guzzle-dep
BUG Use parse_str in place of guzzle library
|
2017-11-02 14:37:02 +13:00 |
|
Chris Joe
|
44847d8118
|
Merge pull request #7547 from creative-commoners/pulls/4.0/member-logout-extensibility
FIX Move Member log out extension points to non-deprecated methods
|
2017-11-02 13:18:32 +13:00 |
|
Damian Mooyman
|
df50c8da03
|
BUG Use parse_str in place of guzzle library
Fixes #7540
|
2017-11-02 11:52:39 +13:00 |
|
Robbie Averill
|
897cba55cb
|
FIX Move Member log out extension points to non-deprecated methods
|
2017-11-02 11:39:02 +13:00 |
|
Ingo Schommer
|
84b4ac0941
|
Merge pull request #7542 from christopherdarling/patch-9
DOCS ReactJS, Redux and GraphQL link broken
|
2017-11-02 11:21:16 +13:00 |
|
Chris Joe
|
cd55a039e7
|
Merge pull request #7520 from open-sausages/pulls/4.0/config-redirect-works
API / BUG - Introduce new request resolver middleware and fix broken forceWWW / forceSSL
|
2017-11-02 10:01:58 +13:00 |
|
zanderwar
|
91f1a58018
|
ENHANCEMENT: Allow chain-ability on adding and removing fields
|
2017-11-01 14:24:21 +13:00 |
|
Christopher Darling
|
fe3b0887be
|
DOCS ReactJS, Redux and GraphQL link broken
|
2017-10-31 21:18:40 +00:00 |
|
Chris Joe
|
326f74ebe6
|
Merge pull request #7535 from open-sausages/pulls/4.0/fix-object-replace-link
DOCS Fix broken docs hashlink
|
2017-10-31 23:34:08 +13:00 |
|
Chris Joe
|
31ac379f07
|
Merge pull request #7532 from open-sausages/pulls/4.0/docs-template-inheritance
Update template inheritance docs
|
2017-10-31 23:32:33 +13:00 |
|
Chris Joe
|
5a35ccf7f0
|
Merge pull request #7536 from open-sausages/pulls/4.0/tinymce-footer
ENHANCEMENT Adjust tinymce footer, remove branding and restore path
|
2017-10-31 22:25:25 +13:00 |
|
Chris Joe
|
db3c074643
|
Merge pull request #7533 from open-sausages/pulls/4.0/document-compositefield-setid
DOCS Upgrade path for CompositeField::setID()
|
2017-10-31 22:22:20 +13:00 |
|
Damian Mooyman
|
cdcb01d9fd
|
Update template inheritance docs
Fixes #5924
|
2017-10-31 14:39:57 +13:00 |
|
Chris Joe
|
06f29c497b
|
Merge pull request #7530 from open-sausages/pulls/4.0/assetfield-reference
DOCS Remove AssetField reference
|
2017-10-31 12:33:50 +13:00 |
|
Damian Mooyman
|
0c178f934d
|
ENHANCEMENT Adjust tinymce footer, remove branding and restore path
FIxes #294
|
2017-10-31 12:12:59 +13:00 |
|
Damian Mooyman
|
d48e8960b4
|
DOCS Fix broken docs hashlink
Fixes #7534
|
2017-10-31 11:56:29 +13:00 |
|
Damian Mooyman
|
a145e24fd2
|
DOCS Upgrade path for CompositeField::setID()
Fixes #7264
|
2017-10-31 11:18:50 +13:00 |
|
Damian Mooyman
|
ab581646e1
|
DOCS Remove AssetField reference
Fixes #7529
|
2017-10-31 09:08:10 +13:00 |
|
Daniel Hensby
|
894aca96e6
|
Merge pull request #7528 from christopherdarling/patch-8
DOCS: fix links to getting_started/environment_management
|
2017-10-30 13:43:27 +00:00 |
|
Christopher Darling
|
7b1c89fdea
|
DOCS: fix links to getting_started/environment_management
|
2017-10-30 12:56:54 +00:00 |
|
Damian Mooyman
|
d47bddb376
|
Merge pull request #7518 from open-sausages/pulls/4.0/its-time-to-cut-the-cord
Feature disable current user from modifying their own groups
|
2017-10-30 18:21:53 +13:00 |
|
Damian Mooyman
|
c04dfd9ac1
|
Merge pull request #7525 from open-sausages/pulls/4.0/databasefields-docs
Update changelogs to include notes about database_fields
|
2017-10-30 17:36:16 +13:00 |
|
Damian Mooyman
|
3c8848a090
|
Update code style and fix tests
|
2017-10-30 17:34:15 +13:00 |
|