ChrissiQ
|
118838fb79
|
Fixes "undefined offset" error when moving a many_many item to previous page (#121)
When viewing the last page of a list of data objects, trying to move one of them to the previous page triggers an "undefined offset" error.
|
2018-05-31 14:56:51 -03:00 |
|
UndefinedOffset
|
5e3e5cac3f
|
Fixed issue #120 where 'Int' as a datatype would not work
|
2018-03-07 09:46:08 -04:00 |
|
UndefinedOffset
|
dc11841e11
|
Fixed test errors
|
2018-03-01 10:58:02 -04:00 |
|
UndefinedOffset
|
6cfc1b7338
|
Fixed test failures related to legacy code in the test objects
|
2018-03-01 10:52:12 -04:00 |
|
UndefinedOffset
|
20da27f7dd
|
Fixed potential issue with DBInt
|
2018-03-01 10:45:44 -04:00 |
|
UndefinedOffset
|
e53e3622a4
|
Prep for 2.0.2 tag
|
2017-12-11 12:29:59 -04:00 |
|
UndefinedOffset
|
ecbe9b904a
|
Fixed issue related to checking if the base data class has the versioned extension
Updated translations
|
2017-12-11 12:27:42 -04:00 |
|
UndefinedOffset
|
12cd5776c1
|
Fixed issue where the table name could not be determined properly for namespaced classes (fixes #113)
Fixed issue sorting to page in 4.0
|
2017-12-11 11:49:30 -04:00 |
|
UndefinedOffset
|
e6eefdffd3
|
Prep for 2.0.1 tag
|
2017-11-29 10:08:59 -04:00 |
|
Daniel Hensby
|
d8c379879f
|
Merge 1.0.x into master (#112)
* Fixed travis build failure related to phpunit/php-file-iterator
* DOCS Update docs examples to be 3.1+ relevant (#111)
|
2017-11-29 10:05:37 -04:00 |
|
UndefinedOffset
|
8254ce7fe7
|
Updated change log
|
2017-11-27 10:19:25 -04:00 |
|
UndefinedOffset
|
f0110c11e2
|
Fixed issue #110 where many many lists would cause a crash
|
2017-11-27 10:17:17 -04:00 |
|
UndefinedOffset
|
0c66fa0ec6
|
Added no-update to travis builds for postgresql and sqlite3
|
2017-11-24 17:04:04 -04:00 |
|
UndefinedOffset
|
fe104efad8
|
Added phpunit.xml.dist to the export ignore
|
2017-11-24 16:42:02 -04:00 |
|
UndefinedOffset
|
21289b42f5
|
Added phpunit to travis builds
|
2017-11-24 16:38:32 -04:00 |
|
UndefinedOffset
|
2bde7362cd
|
Adjusted requirements
|
2017-11-24 16:35:26 -04:00 |
|
UndefinedOffset
|
b70ec00945
|
Removed prefer-dist from composer in travis builds
|
2017-11-24 16:29:29 -04:00 |
|
UndefinedOffset
|
386fa1053d
|
Fixed recipe name in .travis.yml
|
2017-11-24 16:24:59 -04:00 |
|
UndefinedOffset
|
710b94e25b
|
Attempt at moving away from silverstripe/silverstripe-travis-support
|
2017-11-24 16:21:12 -04:00 |
|
UndefinedOffset
|
7e8cdd9c2b
|
Prep for 2.0.0 tag
|
2017-11-24 14:52:31 -04:00 |
|
UndefinedOffset
|
9ea5caa91c
|
Removed unused constant and config option
|
2017-11-01 09:35:04 -03:00 |
|
UndefinedOffset
|
b38d7f6f04
|
Revert "Revert "Moved to a vendor module #103""
This reverts commit 1925d5151e .
|
2017-11-01 09:34:29 -03:00 |
|
UndefinedOffset
|
c537c86567
|
Attempt to fix travis builds
|
2017-10-31 09:51:22 -03:00 |
|
UndefinedOffset
|
bf1f27e075
|
Removed additional php 5.6 mysql test
|
2017-10-27 16:31:14 -03:00 |
|
UndefinedOffset
|
fc150881f2
|
Configured travis to test 2.0 against sqlite and php 5.6 mysql
|
2017-10-27 16:23:06 -03:00 |
|
UndefinedOffset
|
c0c0518ae9
|
Merge branch '2.0.x'
|
2017-10-27 16:16:24 -03:00 |
|
UndefinedOffset
|
0571a60875
|
Prep for 1.0.0 tag
|
2017-10-27 16:14:27 -03:00 |
|
UndefinedOffset
|
1925d5151e
|
Revert "Moved to a vendor module #103"
This reverts commit 08a0781d56 .
|
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
|
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
|
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
|
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
|
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
|
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
|
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 |
|