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
Elvinas L.
ee6b250a46
Ajustments
...
Altered code to according to the feedback and added phpdoc.
2015-10-06 18:58:22 +03:00
Damian Mooyman
4af684f2f3
Added 3.2.0-rc2 changelog
2015-10-06 18:49:35 +13:00
Damian Mooyman
0cd3569fb9
Update translations
2015-10-06 18:33:16 +13:00
Peter Thaleikis
6ef03d29bb
removing a bunch of trailing spaces in the source code
2015-10-06 18:31:58 +13:00
Peter Thaleikis
7d5b4dedd1
adding a space before casting into a different type
2015-10-06 18:28:08 +13:00
Peter Thaleikis
c13dfc2fa0
fixing phpdoc blocks to refering to Objects to built-in types of PHP
2015-10-06 18:28:04 +13:00
Ingo Schommer
0c06964cf7
Merge pull request #4655 from tractorcow/pulls/3.2/better-imagick
...
BUG Imagick tests compare image dimensions rather than image hashes
2015-10-06 17:13:05 +13:00
Damian Mooyman
df805af67b
BUG Imagick tests compare image dimensions rather than image hashes
2015-10-06 16:35:44 +13:00
Ingo Schommer
547a7f60f3
Merge pull request #4654 from tractorcow/pulls/3.2/fix-tree-dupe-id
...
BUG Fix duplicate HolderID on TreeDropdownField
2015-10-06 15:30:02 +13:00
Ingo Schommer
7ec24a1303
Merge pull request #4653 from tractorcow/pulls/3.2/imagick
...
BUG fix imagick interface and add to travis
2015-10-06 15:25:45 +13:00
Damian Mooyman
ad42f802c4
BUG Fix duplicate HolderID on TreeDropdownField
2015-10-06 12:54:35 +13:00
Damian Mooyman
6c117cd629
BUG fix imagick interface and add to travis
2015-10-06 12:40:24 +13:00
Damian Mooyman
9953c5f9c0
Merge pull request #4644 from kinglozzer/pulls/gfsortableheader-hasdbfield
...
FIX: GridFieldSortableHeader incorrectly reporting fields as sortable
2015-10-06 11:55:28 +13:00
Damian Mooyman
278caa86f4
Merge pull request #4636 from spekulatius/converting-spaces-to-tabs
...
converting spaces as intentation to tabs
2015-10-06 11:51:45 +13:00
Damian Mooyman
b8335793d6
Merge pull request #4620 from kinglozzer/pulls/manymanyextrafields-compat
...
FIX: GridFieldDetailForm failing to save many_many relations
2015-10-06 11:49:56 +13:00
Damian Mooyman
3b192ea67c
Merge pull request #4649 from cjsewell/3.1
...
FIX: Typo in curr methods PHPDoc
2015-10-05 16:14:47 +13:00
Corey Sewell
4a70ffea06
FIX: Typo in cur methods PHPDoc
2015-10-05 15:58:46 +13:00
Daniel Hensby
fa878b1e1f
Merge pull request #4642 from hailwood/patch-1
...
DOCS Remove extra set of li's
2015-10-03 10:28:50 +01:00
Will Morgan
92970f8a8c
Merge pull request #4641 from LiamW/patch-2
...
fixed minor GridField initialization syntax.
2015-10-01 09:37:57 +01:00
Loz Calver
ab5aaf5afc
Merge pull request #4630 from marcokernler/paginated-list-total-items
...
Total Items of a Paginated List
2015-10-01 09:19:26 +01:00
Damian Mooyman
ffed9a5ac2
Merge pull request #4645 from scott1702/insert-media
...
Sticky footer on insert media/link elements
2015-10-01 15:51:07 +13:00
scott1702
23baa288ba
Sticky footer on insert media/link elements
2015-10-01 15:35:56 +13:00
Loz Calver
cb55a0a621
FIX: GridFieldSortableHeader incorrectly reporting fields as sortable
2015-09-30 16:25:17 +01:00
Matthew Hailwood
5e68512e1c
Remove extra set of li's
2015-09-30 14:19:20 +13:00
Liam Whittle
71a2ef1350
fixed minor GridField initialization syntax.
2015-09-29 18:51:08 -04:00
Manuel Teuber
5224fc460c
FIX: Permission::checkMember() use of undefined variable $codes
2015-09-29 23:49:29 +02:00
Sam Minnée
32e343d668
Merge pull request #4639 from tractorcow/pulls/4.0/fix-controller-url
...
BUG Replace direct reference to $_REQUEST['url'] with request object getter
2015-09-29 12:55:53 +13:00
Damian Mooyman
1f632a10c9
BUG Replace direct reference to $_REQUEST['url'] with request object getter
2015-09-29 12:10:39 +13:00
Damian Mooyman
3e8237b17e
Merge pull request #4638 from scott1702/update-changelog
...
Update changelog to include removal of CMSFileAddController
2015-09-29 11:00:07 +13:00