Daniel Hensby
3824655df4
Merge pull request #7473 from open-sausages/pulls/4.0/fix-sake-path
...
BUG Fix sake path lookup to find vendor framework
2017-10-12 08:39:34 +01:00
Damian Mooyman
5ccbabd36c
BUG Fix sake path lookup to find vendor framework
...
Remove legacy sapphire lookup
2017-10-12 15:45:43 +13:00
Chris Joe
d876e36424
Merge pull request #7467 from open-sausages/pulls/4.0/adjust-field-onbeforerender
...
Adjust FormField::onBeforeRendor so that it can influence both context and passed properties
2017-10-12 12:11:32 +13:00
Damian Mooyman
8d36d55205
Merge remote-tracking branch 'origin/4.0' into 4
2017-10-12 11:54:38 +13:00
Damian Mooyman
0c52623ad0
Update composer.json
2017-10-12 11:53:12 +13:00
Damian Mooyman
315a387a87
Update aliases
2017-10-11 17:59:44 +13:00
Damian Mooyman
f35b1c9926
Merge remote-tracking branch 'origin/4.0' into 4
2017-10-11 17:58:34 +13:00
Damian Mooyman
cacd3fbae4
Added 4.0.0-beta4 changelog
2017-10-11 17:46:52 +13:00
Damian Mooyman
37bc6e5099
Update translations
2017-10-11 17:46:48 +13:00
Damian Mooyman
f685c8c111
Remove obsolete branch-alias
2017-10-11 17:31:36 +13:00
Damian Mooyman
c3f321459b
Merge pull request #7449 from creative-commoners/pulls/4.0-updatebreadcrumbs
...
Add updateBreadcrumbs hook to GridFieldDetailForm
2017-10-11 12:17:33 +13:00
Damian Mooyman
eff5c28f24
Adjust FormField::onBeforeRendor so that it can influence both context and passed properties
...
Fixes #7466
2017-10-11 11:43:57 +13:00
Damian Mooyman
e3086d31a1
Merge pull request #7465 from dhensby/pulls/4/composer-bin
...
Expose sake via vendor/bin dir with composer
2017-10-11 10:07:29 +13:00
Daniel Hensby
96f04d6686
Expose sake via vendor/bin dir with composer
2017-10-10 15:51:11 +01:00
Daniel Hensby
c09dec5958
Merge pull request #7456 from open-sausages/pulls/4.0/decimal-scaffolding
...
BUG Fix decimal scaffolding
2017-10-10 15:46:38 +01:00
Daniel Hensby
1cffdd923e
Merge pull request #7463 from open-sausages/pulls/4/docs-upgrading-htaccess
...
Clarify index.php and .htaccess upgrading
2017-10-10 10:27:50 +01:00
Ingo Schommer
feadca875c
Clearer .htaccess upgrading instructions
2017-10-10 10:28:02 +02:00
Ingo Schommer
823bc3b9ce
Simplified upgrading docs around index.php
...
No need to paste the file there if we're auto upgrading it.
The guide is long enough already :)
2017-10-10 10:26:11 +02:00
Loz Calver
7afab3043d
Merge pull request #7461 from open-sausages/pulls/4.0/fix-icon-urls
...
Fix references to resource paths / urls
2017-10-10 09:08:08 +01:00
Chris Joe
3c3cdc3452
Merge pull request #7460 from open-sausages/pulls/4.0/better-beta4-upgrade
...
ENHANCEMENT Improve upgrade experience for beta3 -> beta4 upgrade
2017-10-10 17:00:34 +13:00
Damian Mooyman
6a55dcfc16
Fix references to resource paths / urls
2017-10-10 16:51:47 +13:00
Will Rossiter
dc9307bd99
Add updateBreadcrumbs hook to GridFieldDetailForm
2017-10-10 16:03:20 +13:00
Damian Mooyman
11b2c74533
ENHANCEMENT Improve upgrade experience for beta3 -> beta4 upgrade
2017-10-10 15:27:41 +13:00
Damian Mooyman
fd630a99b0
BUG Fix decimal scaffolding
...
Fixes #7454
2017-10-10 10:13:26 +13:00
Damian Mooyman
5d6a10ca58
Merge pull request #7444 from open-sausages/pulls/4/fix-docs-paths
...
Fixed docs paths (fixes #7075 )
2017-10-10 09:53:17 +13:00
Daniel Hensby
b38942b3fa
Merge pull request #7453 from open-sausages/pulls/4.0/i-said-good-day-surname
...
Fix surname behat test
2017-10-09 14:45:13 +01:00
Ingo Schommer
31c43c8c33
Merge pull request #7432 from open-sausages/pulls/4/request-uri
...
Use index.php for serving content
2017-10-09 10:39:44 +01:00
Damian Mooyman
3e6984d5a8
Shift REQUEST_URI mangling into HTTPRequestBuilder::createFromVariables()
2017-10-09 17:35:33 +13:00
Damian Mooyman
199d607a2c
Tiny revert
2017-10-09 17:21:43 +13:00
Ingo Schommer
1e913bb938
Remove rewrite-less routing through index.php
...
It's currently broken (doesn't rewrite subsequent links),
and is of questionable use. It was introduced during a time
when PHP didn't have a built-in webserver (I think).
Virtually ever webserver will have rewriting capabilities these days (even IIS!),
and if you struggle with the setup as a new user, you can just fall back to PHP's built-in webserver.
This doesn't affect installation capabilities, since these are triggered via install.php.
2017-10-09 17:21:43 +13:00
Ingo Schommer
1e051386c6
Simplified request building
2017-10-09 17:21:43 +13:00
Ingo Schommer
bd11bc16c7
Avoid double slash in Director mock URLs
...
They get faulty results when run through parse_url($url, PHP_URL_PATH)
which we started using in HTTPRequestBuilder
2017-10-09 17:21:43 +13:00
Ingo Schommer
cea5cd1c3e
Reflect index.php change in server install docs
2017-10-09 17:21:43 +13:00
Ingo Schommer
4a94dfe55b
Remove "url" query param reliance, use index.php
...
See https://github.com/silverstripe/silverstripe-framework/issues/7430
2017-10-09 17:21:43 +13:00
Damian Mooyman
cc99b2ec19
Implement recommended pecl channel-update
2017-10-09 17:16:35 +13:00
Christopher Joe
f34f7cb668
Fix surname behat test
2017-10-09 16:00:21 +13:00
Damian Mooyman
311811a261
Merge pull request #7451 from open-sausages/pulls/4.0/whats-temporary-could-turn-path
...
rename TEMP_FOLDER to TEMP_PATH
2017-10-09 14:16:06 +13:00
Damian Mooyman
994689ab54
Merge pull request #7450 from open-sausages/rename-assertDOS-to-assertList
...
API Rename assert dos to assert list
2017-10-09 13:47:18 +13:00
Christopher Joe
3560a0418d
rename TEMP_FOLDER to TEMP_PATH
2017-10-09 12:41:34 +13:00
Damian Mooyman
313f8c7ac3
Merge pull request #7439 from creative-commoners/pulls/4.0/trim-injector-names
...
FIX Trim whitespace off names in Injector
2017-10-09 12:31:11 +13:00
Chris Joe
b2eb121370
Merge pull request #7448 from open-sausages/pulls/4.0/fix-minifier-docs
...
BUG Fix missing property in requirements minificaction docs
2017-10-09 12:05:30 +13:00
Chris Joe
13b4722aaf
Merge pull request #7443 from open-sausages/pulls/4/remove-php-spellchecker
...
Remove TinyMCE spellchecker instructions
2017-10-09 12:01:55 +13:00
Werner M. Krauß
f686b50824
API Rename assert dos to assert list
2017-10-09 11:53:11 +13:00
Chris Joe
566d7baa48
Merge pull request #7437 from open-sausages/pulls/4.0/stateless-extensions
...
API Extensions are now stateless
2017-10-09 11:45:33 +13:00
Sam Minnée
6bc716d7c9
Fixed incorrect statement on ID generation
2017-10-09 11:34:36 +13:00
Christopher Joe
89db5870bc
Fix typo in docs
2017-10-09 10:56:02 +13:00
Damian Mooyman
504e762c6e
BUG Fix missing property in requirements minificaction docs
...
Fixes #7441
2017-10-09 10:46:31 +13:00
Ingo Schommer
bd874ca91f
Fixed docs paths ( fixes #7075 )
2017-10-06 16:00:32 +01:00
Ingo Schommer
dcdaccc40f
Remove TinyMCE spellchecker instructions
...
They're broken since you can't access PHP files in the vendor dir any more,
and they're not easily fixed by creating a new rpc.php file in the webroot.
There's something around TinyMCE missing a base_uri.
Regardless, browsers have great built-in spellcheck these days,
so server-side spellchecking is more of an edge case that we don't have to cater for in core.
2017-10-06 15:46:41 +01:00
Daniel Hensby
d8f49a1bda
Merge pull request #7426 from silverstripe/filefield-accept-attr
...
NEW: Implement accept attribute in FileField (closes #7279 )
2017-10-06 15:01:12 +01:00