Commit Graph

15226 Commits

Author SHA1 Message Date
Damian Mooyman
f9892c628c API Generated files API
API Refactor Requirements_Backend to use new APL
2015-10-23 10:07:48 +13:00
Loz Calver
b960a3e1f8 Merge pull request #4694 from open-sausages/pulls/php-5.5-min
Increase minimum required PHP version to 5.5
2015-10-22 11:27:25 +01:00
Ingo Schommer
7d17068062 Increase minimum required PHP version to 5.5
See mailinglist discussion at https://groups.google.com/forum/#!topic/silverstripe-dev/7mVvhNNeNps
2015-10-22 23:11:16 +13:00
Damian Mooyman
6ff29065b3 Merge pull request #4688 from camfindlay/patch-31
DOCS Module standard 1.0
2015-10-21 09:01:35 +13:00
Damian Mooyman
cd12ce584a Merge pull request #4690 from camfindlay/patch-32
FIX only use sethasemptydefault if exists.
2015-10-20 16:04:46 +13:00
Cam Findlay
c3641587a5 FIX only use sethasemptydefault if exists.
Backport of #4672 with a slight rewrite incase of subclasses of the field.
2015-10-20 12:39:04 +13:00
Damian Mooyman
bfc4d06c1d Merge pull request #4591 from kinglozzer/symfony-yaml
Load YAML component via composer, remove Spyc
2015-10-20 09:10:42 +13:00
Loz Calver
977642daa9 Remove Spyc YAML library
Also had to fix some fixture files - none of the YAML spec versions actually support tabs anyway
2015-10-19 17:07:34 +01:00
Loz Calver
c303c6354b Update YAML component, load via composer 2015-10-19 17:06:25 +01:00
Loz Calver
1167802b79 Merge pull request #4687 from chillu/pulls/4.0/monolog-warning-constant
Fix Monolog constant use
2015-10-19 11:56:59 +01:00
Cam Findlay
a555817d6f DOCS Module standard 1.0
Adding the module standard to 3.2+ docs.
2015-10-19 11:44:31 +13:00
Ingo Schommer
c8a0347b78 Fix Monolog constant use
Changed from WARN to WARNING in 1.0
594ed9cdcb,
looks like it was just a typo on our part (given the change happened in 2011)
2015-10-19 08:58:22 +13:00
Damian Mooyman
f5f2861dc5 Merge pull request #4684 from dhensby/pulls/multiline-enum
Allow multi-line enum declarations
2015-10-16 09:45:34 +13:00
Daniel Hensby
1974e79d71 Allow multi-line enum declarations 2015-10-15 16:23:19 +01:00
Sam Minnée
43b19f2d23 Merge pull request #4682 from open-sausages/features/dbfile-file
BUG Fix regressions in fulltextsearch
2015-10-15 11:58:34 +01:00
Damian Mooyman
27a8afe78b BUG Fix regressions in fulltextsearch 2015-10-15 16:33:32 +13:00
Ingo Schommer
d52f28a9d7 Merge pull request #4679 from open-sausages/pulls/4.0/dbfile-file-dataobject
BUG Fix file link tracking for new asset abstraction
2015-10-15 15:56:22 +13:00
Damian Mooyman
d884c859d1 BUG Fix file link tracking for new asset abstraction 2015-10-15 12:15:00 +13:00
Damian Mooyman
193fc9e469 Merge pull request #4675 from kinglozzer/pulls/checktable
Only notify users about PDO native mode once
2015-10-15 11:18:05 +13:00
Loz Calver
862429e5d7 Only notify users about PDO native mode once 2015-10-14 09:53:51 +01:00
Ingo Schommer
f8f4ed03b6 Merge pull request #4652 from open-sausages/pulls/4.0/dbfile-file-dataobject
API Implementation of RFC-1 Asset Abstraction (DataObject Refactoring)
2015-10-14 15:51:34 +13:00
Damian Mooyman
be239896d3 API Refactor of File / Folder to use DBFile
API Remove filesystem sync
API to handle file manipulations
2015-10-13 11:57:39 +13:00
Ingo Schommer
421d1b53b0 Merge pull request #4674 from ss23/parentidfix
Fix page reordering bug with ParentID
2015-10-13 11:35:52 +13:00
Stephen Shkardoon
6030854725 Fix page reordering bug with ParentID
If you are viewing PageA in the CMS, but move PageB into PageC,
the edit form will recieve an edit form ParentID of PageC.
This is incorrect, as only PageB had it's ParentID change.
2015-10-12 20:10:48 +13:00
Daniel Hensby
592140364c Merge pull request #4673 from patricknelson/issue-4392-cache-headers-3.2
FIX #4392: Ensure headers are checked first before being clobbered by globally maintained state.
2015-10-12 00:11:19 +01:00
Damian Mooyman
cc4d92e91a Merge remote-tracking branch 'origin/3.2.0' into 3.2 2015-10-12 09:18:01 +13:00
Damian Mooyman
0092792568 Added 3.2.0 changelog 2015-10-12 08:44:34 +13:00
Patrick Nelson
f192a6ecaf FIX #4392: Ensure headers are checked first before being clobbered by globally maintained state. Also ensuring tests utilize separate responses for isolation. 2015-10-09 13:50:33 -04:00
Damian Mooyman
91a7e145d4 Merge pull request #4672 from JorisDebonnet/patch-1
Bugfix for DropdownField->castedCopy
2015-10-09 12:25:43 +13:00
JorisDebonnet
f6a1e5ec30 Bugfix for DropdownField->castedCopy
The Newsletter module crashed on it when viewing a sent Newsletter.
2015-10-08 19:02:47 +02:00
Nick Spiel
d9b3982323 Adding SVG to allowed file types
Adding svg to allowed extensions array, this should be merged in conjunction with a change I am making to the htaccess file in the silverstripe-installer repo (also on 3 branch). I will link to this when I have completed the PR
2015-10-08 17:32:35 +11:00
Damian Mooyman
a1e4db6a6d Merge pull request #4664 from patricknelson/issue-4663-tabset-returns
FIX for #4663 ensuring TabSet return values are retained from parent.
2015-10-08 13:13:20 +13:00
Damian Mooyman
88fe25a5d1 Merge pull request #4668 from scott1702/font-icons
Add 'thumbnails' font-icon
2015-10-08 10:38:22 +13:00
scott1702
4f72b5cfb6 Add thumbnails font-icon 2015-10-08 10:22:14 +13:00
Patrick Nelson
a71d99cf84 FIX for #4663 ensuring return values from TabSet are retained from parent. Removing useless override. Cleaning up documentation in TabSet and return types. 2015-10-07 17:03:51 -04:00
Daniel Hensby
e28156c138 Merge pull request #4666 from tractorcow/pulls/3.2/changelogs
DOCS Update changelogs to include PDO upgrade instructions
2015-10-07 10:35:08 +01:00
Daniel Hensby
95ae107c4c Merge pull request #4486 from uniun/patch-2
BUGFIX. FulltextFilter requires table identifiers in match query
2015-10-07 10:28:15 +01:00
Elvinas L.
630062c0e0 Removed whitespaces 2015-10-07 09:33:02 +03:00
Damian Mooyman
a679680c0d Update changelogs to include PDO upgrade instructions 2015-10-07 16:11:42 +13:00
Manuel Teuber
666ce26929 FIX: Permission::checkMember() use of undefined variable $codes 2015-10-07 16:02:36 +13:00
Damian Mooyman
89571d92d7 Merge pull request #4640 from memdev/fix-permission-undefined-var
BUG: Permission::checkMember() use of undefined variable $codes
2015-10-07 16:01:58 +13:00
Damian Mooyman
d6f3115276 Merge pull request #4656 from spekulatius/fixing-phpdoc-blocks
fixing phpdoc blocks to refering to Objects to built-in types of PHP
2015-10-07 16:00:24 +13:00
Damian Mooyman
c724d551a1 Merge pull request #4657 from spekulatius/adding-space-before-casting
adding a space before casting into a different type
2015-10-07 16:00:04 +13:00
Damian Mooyman
04e167ad4c Merge pull request #4665 from hafriedlander/minor/update_core_contributors
Update core contributors docs to include Jono Menz
2015-10-07 14:41:08 +13:00
Hamish Friedlander
b03ae843ca Update core contributors docs to include Jono Menz 2015-10-07 14:35:29 +13:00
Damian Mooyman
254c5297d0 Merge pull request #4658 from spekulatius/remove-trailing-spaces
remove trailing spaces in the codebase
2015-10-07 12:20:35 +13:00
Damian Mooyman
ac24c6aa99 Merge pull request #4662 from patricknelson/issue-3181-button-type
FIX (partial) for #3181 where non-submit buttons are being activated on "enter" key press.
2015-10-07 12:12:46 +13:00
Damian Mooyman
557c4211fa Update changelog 2015-10-07 09:51:24 +13:00
Patrick Nelson
12c423909f FIX (partial) for #3181 where non-submit buttons are being activated on "enter" key press (relates to CMS issue at https://github.com/silverstripe/silverstripe-cms/issues/1288). 2015-10-06 15:03:49 -04:00
Elvinas L.
19c754bf9a Fixed tests 2015-10-06 18:59:39 +03:00