Commit Graph

260 Commits

Author SHA1 Message Date
Franco Springveldt 283106afb3 FIX updated upgrade.yml 2017-09-08 17:12:17 +12:00
Franco Springveldt 1331a60fd7 FIX PR review fixes
* removed @package references
* included stubs in the test namespaces
* updated various return types
* updated composr psr4 autoload classes
* doc update
2017-09-08 17:12:17 +12:00
Franco Springveldt 7a3cc2e2ab Updated travis config to use recipe-core 2017-09-08 17:11:42 +12:00
Franco Springveldt 8bd277d9f1 FIX updated wantsTemporary query 2017-09-08 17:11:42 +12:00
Franco Springveldt 49cecd7777 Fixed PSR4 namespaces in composer.json 2017-09-08 17:11:42 +12:00
Franco Springveldt 8c80714605 FIX replaced class literal with ::class reference 2017-09-08 17:10:48 +12:00
Franco Springveldt bc05f327d3 FIX removed static:: and self:: calls 2017-09-08 17:10:48 +12:00
Franco Springveldt a633f81b96 FIX fixed failing tests 2017-09-08 17:10:48 +12:00
Franco Springveldt 2c3ed60039 Updated travis config, added legacy.yml and composer.json updated 2017-09-08 17:10:00 +12:00
Franco Springveldt a05da9bb6f Resolved composer config 2017-09-08 17:09:39 +12:00
Franco Springveldt 136a914304 Resolved composer config 2017-09-08 17:09:16 +12:00
Franco Springveldt b739e6cc5f Namespace changes and some more linting fixes 2017-09-08 17:04:42 +12:00
Franco Springveldt a3a9725d60 FIX ran SS4 upgrader 2017-09-08 17:04:42 +12:00
Franco Springveldt 43cc780627 FIX ran linter and removed php tags from README 2017-09-08 17:04:42 +12:00
Franco Springveldt b9c4929fd5 FIX renamed code/ to src/ 2017-09-08 17:04:42 +12:00
Robbie Averill eb92ab86a4 Merge branch '1' 2017-09-08 17:02:39 +12:00
Robbie Averill 47cf953c32 Update branch alias for 1.4.x-dev 2017-09-08 17:02:14 +12:00
Robbie Averill ecd2df17a0 Update branch alias for 2.x-dev 2017-09-08 17:01:01 +12:00
Daniel Hensby 37be2b85a0 Merge pull request #61 from muskie9/patch-2
DOCS README $controller incorrect in example
2016-03-20 00:05:27 +00:00
Nic 306392c828 UPDATE README $controller incorrect in example 2016-03-19 17:40:40 -05:00
Peter Thaleikis 0ee0355e26 NEW introduce getValueFromOtherStep() and copyValueFromOtherStep() (Fixes #55) 2016-03-04 15:34:32 +13:00
Damian Mooyman 75f304993d Merge pull request #59 from helpfulrobot/update-license-year
Updated license year
2016-01-05 11:23:12 +13:00
helpfulrobot 511aab945a Updated license year 2016-01-01 06:49:26 +13:00
Damian Mooyman fd1532974d Merge pull request #56 from spekulatius/adding-badges
minor: adding more badges in
2015-12-14 13:46:04 +13:00
Peter Thaleikis 1d6b9aab8a minor: adding badges 2015-12-14 13:39:40 +13:00
Damian Mooyman 4d027d295e Merge pull request #54 from spekulatius/removing_GET
Removing get
2015-12-14 09:07:06 +13:00
Peter Thaleikis 15f4bd08f8 MINOR: removing _GET and replacing it by SS_HTTPRequest based query 2015-12-13 19:12:51 +13:00
Damian Mooyman c99711da5d Merge pull request #52 from spekulatius/no-completed-for-current
MINOR: fixing completed class for current step
2015-12-03 09:52:07 +13:00
Peter Thaleikis 6afed0fd75 Merge branch 'no-completed-for-current' of github.com:spekulatius/silverstripe-multiform into no-completed-for-current 2015-12-02 11:04:33 +13:00
Peter Thaleikis 613bd6ab5d MINOR: fixing completed class for current step 2015-12-02 11:04:24 +13:00
Damian Mooyman 47763d9ed8 Merge pull request #53 from spekulatius/fixing-remaining-MultiSessionID-to-get_var
BUGFIX: remove last MultiFormSessionID
2015-12-02 10:43:20 +13:00
Peter Thaleikis 08a32a450b MINOR renaming method to be consitant with the naming 2015-12-01 23:26:41 +13:00
Peter Thaleikis ffa50b1f48 MINOR fixing MultiFormObjectDecorator.php to work on PG 2015-12-01 23:15:02 +13:00
Peter Thaleikis 7ae2e938dc BUGFIX: remove last MultiFormSessionID 2015-11-30 22:25:40 +13:00
Peter Thaleikis 1b84a832aa MINOR: fixing completed class for current step 2015-11-30 21:27:37 +13:00
Damian Mooyman 243caeb579 Merge remote-tracking branch 'origin/1.1'
# Conflicts:
#	.travis.yml
#	code/extensions/MultiFormObjectDecorator.php
#	code/model/MultiForm.php
#	composer.json
#	tests/MultiFormTest.php
2015-11-30 10:30:20 +13:00
Damian Mooyman eb554a568c Merge pull request #50 from spekulatius/codestyle
MINOR codestyle to improve readibility
2015-11-25 11:34:50 +13:00
Peter Thaleikis d239c294af MINOR codestyle to improve readibility 2015-11-25 00:08:14 +13:00
Daniel Hensby d2780c4b7e Merge pull request #36 from spekulatius/adding-completed-class
Highlighting the completed steps with a CSS class
2015-11-23 14:19:48 +00:00
Peter Thaleikis 78f98a539c Highlighting the completed steps with a CSS class 2015-11-23 22:53:45 +13:00
Daniel Hensby 619774034f Merge pull request #48 from helpfulrobot/add-standard-code-of-conduct
Added standard code of conduct
2015-11-22 20:35:48 +00:00
Daniel Hensby c52c42f01c Merge pull request #44 from helpfulrobot/add-standard-license
Added standard license
2015-11-22 20:35:40 +00:00
helpfulrobot 96cd984f0d Added standard code of conduct 2015-11-21 20:11:47 +13:00
helpfulrobot e2da46c25f Added standard license 2015-11-21 19:53:25 +13:00
Daniel Hensby 0ac61db277 Merge pull request #42 from helpfulrobot/add-standard-editor-config
Added standard editor config
2015-11-19 17:32:01 +00:00
Daniel Hensby d3ce94bbc4 Merge pull request #43 from helpfulrobot/add-standard-travis-config
Added standard Travis config
2015-11-19 17:31:13 +00:00
Daniel Hensby 069e12b183 Merge pull request #45 from helpfulrobot/add-license-to-composer
Added license to composer.json
2015-11-19 10:48:17 +00:00
Daniel Hensby db72f20a80 Merge pull request #46 from helpfulrobot/add-standard-git-attributes
Added standard git attributes
2015-11-19 10:42:15 +00:00
Daniel Hensby 8f4acf04a4 Merge pull request #39 from helpfulrobot/add-standard-scrutinizer-config
Added standard Scrutinizer config
2015-11-19 10:38:31 +00:00
helpfulrobot 6cffaf3967 Added standard git attributes 2015-11-19 19:10:37 +13:00