245 Commits

Author SHA1 Message Date
UndefinedOffset
c0c0518ae9 Merge branch '2.0.x' 2017-10-27 16:16:24 -03:00
UndefinedOffset
0571a60875 Prep for 1.0.0 tag 1.0.0 2017-10-27 16:14:27 -03:00
UndefinedOffset
1925d5151e Revert "Moved to a vendor module #103"
This reverts commit 08a0781d564f4e5d971a70042e688d225251679c.
2017-10-27 16:09:42 -03:00
UndefinedOffset
5dc5bbc908 Fixed paths to yaml fixture files in unit tests 2017-10-20 16:37:30 -03:00
UndefinedOffset
d3fd38e54c Merge branch 'master' into 2.0.x
# Conflicts:
#	.travis.yml
#	code/forms/GridFieldSortableRows.php
#	composer.json
2017-10-20 16:26:33 -03:00
UndefinedOffset
775067ff93 Adjusted travis to test against 3.6 and one test against 3.5 (fixes #97) 2017-10-20 16:19:08 -03:00
UndefinedOffset
08a0781d56 Moved to a vendor module #103 2017-10-20 16:07:01 -03:00
UndefinedOffset
21a6f3c8e8 Updated documentation and examples to correctly state namespaces used. 2017-09-11 11:37:22 -03:00
UndefinedOffset
2b03ab81f7 Updated change log 0.6.10 2017-08-14 09:38:34 -03:00
UndefinedOffset
684f0c8df6 Adjusted composer version constraint 2017-08-14 09:33:40 -03:00
UndefinedOffset
e5d442cabe Fixed test failures related to changes in the session api 2.0.0-beta1 2017-07-04 10:58:25 -03:00
UndefinedOffset
f0fbbd5650 Adjusted silverstripe/framework dependency
Removed silverstripe/admin dependency

Aliased 2.0 branch as 2.0.x-dev

Set travis to 4.0 instead of just 4
2017-07-04 10:34:17 -03:00
UndefinedOffset
72d458c819 Style improvements 2017-07-04 10:20:29 -03:00
Robbie Averill
36dcdcef6b Remove closing PHP tag (#107)
To prevent whitespace being sent after the closing tag
2017-06-07 07:06:41 -03:00
Reece
23da810b19 Fixes bug
JS formatting

Updated README.md

SS4 Compliance & Updated Tests

Namespaced templates

Update .travis.yml, .scrutinizer.yml

Update composer.json
2.0.0-alpha1
2017-06-05 09:41:56 -03:00
Reece
1862700761 Rename forms to Forms 2017-05-26 20:34:57 +10:00
Reece
d88af0c513 Renamed code to src 2017-05-26 20:32:10 +10:00
UndefinedOffset
2d8cd6540f Added missing new translations 2017-05-11 12:17:40 -03:00
UndefinedOffset
2950efe6a6 Updated translations 2017-05-11 12:12:42 -03:00
UndefinedOffset
1750b7b45a Updated change log 0.6.9 2017-04-21 09:32:43 -03:00
UndefinedOffset
d5fb2aaa9d Fixed issue where queries could fail when using append to top and the base table does not contain the parent relationship (Fixes #101) 2017-04-20 10:45:11 -03:00
UndefinedOffset
8ba6c2f3f6 Updated change log 0.6.8 2017-04-18 09:35:21 -03:00
UndefinedOffset
09b295d10d Fixed bug causing the ancestry to not be looked at correctly when trying to find the sort column (Fixes #100) 2017-04-18 09:31:47 -03:00
UndefinedOffset
06517fc3af Updated change log 0.6.7 2017-04-13 10:22:49 -03:00
UndefinedOffset
5f9610046e Changed travis config to test against 3.5 for PGSQL, SQLITE and MYSQL, and additionally MYSQL for 3.1 2017-04-13 10:19:52 -03:00
UndefinedOffset
1fecff9cc7 Switched order of the is_subclass_of check (Fixes #99) 2017-04-13 10:17:22 -03:00
UndefinedOffset
e8eb7994fc Swapped .cms prefix for styles with form to fix styles when used with webbuilders-group/silverstripe-frontendgridfield 0.6.6 2017-04-12 16:40:57 -03:00
UndefinedOffset
94e916b4d9 Fixed issue where the headers could be missing even when sorting is off
Fixed issue where the sort direction would not apply when sorting using the headers
0.6.5
2016-11-24 10:01:29 -04:00
UndefinedOffset
9acc93b361 Updated changelog 0.6.4 2016-11-22 09:36:49 -04:00
UndefinedOffset
5d2aa717f3 Fix crash when the sort state is empty or not set 2016-11-22 09:34:35 -04:00
UndefinedOffset
29e8996b4a Updated changelog 0.6.3 2016-11-18 14:16:06 -04:00
Matthias Schelling
d3cfda5fe1 Use Sort of GridField Header (#96)
When not in 'Drag&Drop reordering' mode ('sortableToggle' is false) and a SortColumn is set by GridField's header, this last one should be used; otherwise, when the user clicks on a sortable header, the list is reloaded and the header shows a up/down sorting arrow, but this doesn't reflect the actual sorting.
2016-11-18 14:13:54 -04:00
UndefinedOffset
bc38ff5693 Removed notes from contributing 2016-06-28 11:36:06 -03:00
UndefinedOffset
05637b8216 Updated changelog for 0.6.2 0.6.2 2016-06-09 14:24:20 -03:00
UndefinedOffset
6847bf2a42 Added changelog and helpfulrobot badge 2016-06-08 16:07:21 -03:00
Damian Mooyman
92dfcd0447 BUG Remove redundant leading underscore in strings (#95) 2016-05-18 20:13:03 -03:00
Ingo Schommer
372819a57a Test against 3.3 core and PHP 5.6 (#93)
* Removed builds for unsupported 3.0 release line

* Added 3.3 release testing

Note that we're trying to make this smarter going forward, just testing against `3@stable` (see https://github.com/silverstripe-labs/silverstripe-travis-support/issues/33)

* Testing on PHP 5.6, reduced variations

Testing every release line against every DB driver and every PHP version tends to increase the complexity of maintaining the builds (more chance of a false negative). It also strains the free resources provided by Travis CI
2016-05-16 21:22:10 -03:00
UndefinedOffset
0270e32c83 Fixed php doc typo 2016-05-03 12:18:40 -03:00
UndefinedOffset
fc2e8e5538 Copied Contributing and reporting an issue sections out of the readme and into a CONTRIBUTING.md file 2016-04-04 12:32:51 -03:00
Ed Chipman
62a744d48f Merge pull request #91 from helpfulrobot/add-standard-scrutinizer-config
Added standard Scrutinizer config
2016-03-23 20:00:22 -03:00
helpfulrobot
69635d5070 Added standard Scrutinizer config 2016-03-24 11:56:30 +13:00
UndefinedOffset
07e24d52e6 Unit tests now pass on core releases with ss-2016-002 applied to them (fixes #88) 0.6.1 2016-03-03 09:47:28 -04:00
Ed Chipman
8f9201c696 Added unit tests for page sorting (fixes #85) 0.6.0 2016-02-13 15:09:25 -04:00
Ed Chipman
f921aff29d Fixed single unit test failure on postgres 2016-02-13 13:51:01 -04:00
Ed Chipman
2f5cee4e36 Fixed query error causing crash on postgres (fixes #87) 2016-02-13 13:43:39 -04:00
Ed Chipman
d37fdd2ea9 Added support for overriding the relationship name lookup (issue #86) 2016-02-09 13:32:43 -04:00
Ed Chipman
1eb946a8a5 Fixed travis config 2016-02-06 17:36:00 -04:00
Ed Chipman
9863a71380 Attempt to fix travis ignore of 3.1 and 3.2 PGSQL failures 2016-02-06 17:21:58 -04:00
Ed Chipman
7bd56c578d Allow PGSQL to fail for 3.1-3.2 2016-02-06 17:14:21 -04:00
Ed Chipman
10a52463f4 Added support for updating stages on versioned extensions managed through GridFieldSortableRows (ref #77) 2016-02-06 17:00:23 -04:00