Damian Mooyman
|
b7e54bad24
|
Adjust HTTPResponse::getVersion() to match PSR-7 Method signature
|
2018-06-14 11:04:07 +12:00 |
|
Ingo Schommer
|
015b897d82
|
Link to caching docs from "form security" docs
|
2018-06-14 10:30:13 +12:00 |
|
Ingo Schommer
|
6008457f3e
|
Clearer deprecation of HTTP in docs
|
2018-06-14 10:30:01 +12:00 |
|
Daniel Hensby
|
a88257efac
|
NEW Add version to HTTPRequest and create raw string representation
|
2018-06-13 15:29:04 +01:00 |
|
Daniel Hensby
|
1b425570cf
|
Remove IE edge case handling
|
2018-06-13 15:29:04 +01:00 |
|
Daniel Hensby
|
17ad985925
|
Cleanup ETag middleware
|
2018-06-13 15:29:03 +01:00 |
|
Daniel Hensby
|
0b308c871d
|
DOCS Update doc errors
|
2018-06-13 15:29:03 +01:00 |
|
Damian Mooyman
|
687d0a6af1
|
Refactor everything out of HTTP and into separate middlewares
|
2018-06-13 17:56:47 +12:00 |
|
Damian Mooyman
|
3ea98cdb13
|
Migrate documentation from 3.x
|
2018-06-13 14:50:02 +12:00 |
|
Damian Mooyman
|
6f32762268
|
Fix unit tests
|
2018-06-13 14:09:31 +12:00 |
|
Damian Mooyman
|
aa1ba0ef90
|
Fix inverted condition
Remove unnecessary yml block
Deprecate HTTP::set_cache_age()
|
2018-06-13 13:56:47 +12:00 |
|
Damian Mooyman
|
02ae2e7ed0
|
BUG Fix internal date formatting inheriting default locale
Fixes #8097
|
2018-06-13 13:32:11 +12:00 |
|
Daniel Hensby
|
befd81d0c2
|
FIX Bug with forms being cached
|
2018-06-13 11:33:46 +12:00 |
|
Daniel Hensby
|
7c875918c7
|
FIX make sure we create ETags from the body, not the request
|
2018-06-13 11:33:46 +12:00 |
|
Daniel Hensby
|
e76cf93514
|
Migrate tests
|
2018-06-13 11:33:46 +12:00 |
|
Daniel Hensby
|
6bb69d1ae5
|
Throw caught exceptions in HTTPCacheControlMiddleware::process
|
2018-06-13 11:33:46 +12:00 |
|
Daniel Hensby
|
37343cf0e2
|
Use veradic argument for HTTP::combineVary
|
2018-06-13 11:33:45 +12:00 |
|
Daniel Hensby
|
bf90af4845
|
Linting fixes
|
2018-06-13 11:33:45 +12:00 |
|
Damian Mooyman
|
442db3050c
|
Manual merge up of 3.x changes to HTTP class
|
2018-06-13 11:33:45 +12:00 |
|
Damian Mooyman
|
76bf2ab21a
|
WIP of cache middlware
|
2018-06-13 11:33:45 +12:00 |
|
Damian Mooyman
|
6c985c4e5f
|
Merge remote-tracking branch 'origin/4.1' into 4
|
2018-06-13 11:25:20 +12:00 |
|
Damian Mooyman
|
c2123f772f
|
Merge remote-tracking branch 'origin/4.0' into 4.1
|
2018-06-13 11:24:12 +12:00 |
|
Damian Mooyman
|
f06b36bb22
|
Merge pull request #8163 from oddnoc/nginx-config-docs-4.1
Update nginx sample configuration for 4.1
|
2018-06-13 10:51:02 +12:00 |
|
Damian Mooyman
|
df8298fb10
|
Merge pull request #8162 from open-sausages/pulls/4/too-late-to-file-an-extension
DOCS: Add docs for new file extension process
|
2018-06-13 10:49:37 +12:00 |
|
Daniel Hensby
|
ec956a682d
|
API Moving tests to use transactions
|
2018-06-13 09:35:45 +12:00 |
|
Robbie Averill
|
18fba211b0
|
Merge pull request #8165 from open-sausages/pulls/4.0/fix-duplicate-upgrade-keys
BUG Remove duplicate key
|
2018-06-13 09:29:28 +12:00 |
|
Damian Mooyman
|
7b04949caa
|
BUG Remove duplicate key
|
2018-06-12 15:00:22 +12:00 |
|
Robbie Averill
|
f256045020
|
Merge pull request #8158 from open-sausages/pulls/4.0/fix-cli-canonical-middleware
BUG Prevent canonical URL causing a redirect on CLI unless explicitly enabled
|
2018-06-12 10:53:37 +12:00 |
|
Fred Condo
|
6d12deb4b9
|
Update nginx sample configuration for 4.1
- Remove unneeded denials (due to public folder)
- Add caveats about public folder, error pages, and HTTPS
|
2018-06-11 09:32:40 -04:00 |
|
Daniel Hensby
|
ce58890baf
|
Merge branch '4.0' into 4.1
|
2018-06-11 09:27:42 +01:00 |
|
Aaron Carlino
|
23bf8d2b3c
|
add docs for new file extension process
|
2018-06-11 15:45:36 +12:00 |
|
Robbie Averill
|
27e24a4728
|
Merge pull request #8142 from open-sausages/pulls/4.0/fix-injector-empty
BUG Safely handle empty injector factory responses
|
2018-06-11 15:20:24 +12:00 |
|
Damian Mooyman
|
2a51f34c3e
|
BUG Prevent canonical URL causing a redirect on CLI unless explicitly enabled
Replaces #8157
|
2018-06-11 13:54:27 +12:00 |
|
Nicolaas
|
8f03c7df05
|
PATCH: removing duplicate key (SS_TRUSTED_PROXY_HOST_HEADER)
|
2018-06-11 13:35:27 +12:00 |
|
Damian Mooyman
|
77a45c0dbc
|
Merge remote-tracking branch 'origin/4.1' into 4
# Conflicts:
# src/Forms/HTMLEditor/HTMLEditorSanitiser.php
# src/ORM/DataObjectSchema.php
# src/ORM/Queries/SQLSelect.php
# src/View/Parsers/ShortcodeParser.php
|
2018-06-11 10:19:04 +12:00 |
|
Robbie Averill
|
d842225df6
|
FIX Codesniffer style violations with comments
|
2018-06-11 09:55:18 +12:00 |
|
Damian Mooyman
|
546c6c3e22
|
Merge pull request #8125 from open-sausages/pulls/4/date-field-tweaks
Remove legacy logic from DateField_Disabled
|
2018-06-11 09:23:33 +12:00 |
|
Daniel Hensby
|
a8f14f96ed
|
Merge pull request #8153 from Juanitou/patch-3
Fix updateCMSFields example in documentation
|
2018-06-10 17:08:36 +01:00 |
|
Juan Molina
|
4e6f45c2ea
|
Fix updateCMSFields example
|
2018-06-09 19:41:33 +02:00 |
|
Daniel Hensby
|
e260319823
|
Merge branch '4.0' into 4.1
|
2018-06-08 23:05:24 +01:00 |
|
Daniel Hensby
|
cfe93b7f23
|
Merge branch '3.6' into 4.0
|
2018-06-08 14:41:04 +01:00 |
|
Daniel Hensby
|
1d6d601050
|
Use chaining syntax for setting up middleware
|
2018-06-08 14:00:59 +01:00 |
|
Maxime Rainville
|
582c69d32f
|
BUG Fix issue with Disabled DateField always display (not set).
|
2018-06-08 13:51:22 +01:00 |
|
Daniel Hensby
|
e1450b5e82
|
Merge pull request #8147 from kinglozzer/mysql-pdo-attr
FIX: Only set MYSQL_ATTR_INIT_COMMAND when using mysql driver (fixes #8103)
|
2018-06-08 13:06:03 +01:00 |
|
Ingo Schommer
|
48304fd6f0
|
Merge pull request #8102 from creative-commoners/pulls/4.1/response-assertion
Add test assertion for response instance
|
2018-06-08 14:08:25 +12:00 |
|
Ingo Schommer
|
80c30c7b05
|
Merge pull request #8089 from creative-commoners/pulls/4.1/fix-maori-macron
FIX Add macron to Māori language name
|
2018-06-08 14:07:05 +12:00 |
|
Ingo Schommer
|
510b0f7759
|
Merge pull request #8150 from open-sausages/pulls/4.0/fix-postgres-duplication-issue
BUG Fix test that relies on implicit ID order breaking postgres
|
2018-06-08 12:58:43 +12:00 |
|
Damian Mooyman
|
29f9b1c18f
|
Fix linting issues
|
2018-06-08 11:38:36 +12:00 |
|
Damian Mooyman
|
e37e3e1746
|
BUG Fix test that relies on implicit ID order breaking postgres
|
2018-06-08 11:23:24 +12:00 |
|
Loz Calver
|
66f57bd4da
|
FIX: Only set MYSQL_ATTR_INIT_COMMAND when using mysql driver (fixes #8103)
|
2018-06-07 10:26:00 +01:00 |
|