Commit Graph

353 Commits

Author SHA1 Message Date
Sam Georges c7dce7cf4e Improve row move plugin 2014-06-21 11:05:32 +10:00
Sam Georges c94b486b78 Refit row move plugin 2014-06-21 11:05:11 +10:00
Sam Georges 6d9e66ccd6 Restyle handsontable 2014-06-21 10:38:57 +10:00
Sam Georges 1487925945 Convert handsontable css to less
Add autocomplete to head + 4 spaces
2014-06-21 10:15:10 +10:00
Sam Georges eedd1a7a2a Roll back to Handsontable 0.9.18 for KISS 2014-06-21 09:14:27 +10:00
Sam Georges 5c68abf02d Add autocomplete plugin (forked from when typeahead was simple)
Add more information to sortable plugin
2014-06-21 09:08:47 +10:00
Sam Georges 751e529141 Widgets no longer need to pass their config via options:
Update CHANGELOG.md
2014-06-20 22:00:23 +10:00
Sam Georges 24f7e3eda4 Allow override of relation partials 2014-06-20 21:36:44 +10:00
Sam Georges 2f90b80421 ViewMaker can now check for layouts and partials without throwing an error 2014-06-20 21:36:27 +10:00
Sam Georges 22484d12c2 Use text type instead of number type, spinners are bad 2014-06-20 21:04:53 +10:00
Sam Georges 8961906459 Add sessionKey support to RelationController.php 2014-06-20 20:57:51 +10:00
Sam Georges 833c752bae Added 'camel' mode for inputpreset as per #325 2014-06-20 20:22:25 +10:00
Samuel Georges b5d9916acd Merge pull request #332 from sl1nk3/develop
Minify less files output if enabled
2014-06-20 20:19:54 +10:00
Samuel Georges f680848a27 Merge pull request #335 from radmen/patch-1
Fix in detecting production env
2014-06-20 20:19:30 +10:00
Sam Georges 2c823fbaf0 Add contributions made by #336 2014-06-20 20:17:36 +10:00
Radosław Mejer a21b12d502 Fix in detecting production env
By default `detectEnvironment()` returns `production` when environment is not detected.

However when `Closure` is passed the value returned by it will be set as environment.  
In this case returning `null` means that Laravel won't recognize any environment. In such situation any `production` configs won't be loaded.
2014-06-20 11:37:47 +02:00
Sam Georges 5d122c4dd5 Update changelog 2014-06-20 19:31:10 +10:00
Sam Georges b1d8756dfb Add a more meaningful message to MassAssignmentExceptions 2014-06-20 19:30:50 +10:00
Sam Georges 433cf85bd4 All DateTime fields now validated in Lists 2014-06-20 19:30:37 +10:00
Sam Georges d2eb4e2141 Add noRecordsMessage to RelationController behavior 2014-06-20 19:30:20 +10:00
Sam Georges c3c1e1b6f6 Widgets now no longer include their alias in getId() if it matches the default alias 2014-06-20 19:29:39 +10:00
Sam Georges 4dd74b923b Grid -> DataGrid 2014-06-20 19:29:03 +10:00
sl1nk3 e2b11591af Minify less files output if enabled 2014-06-20 05:25:10 -04:00
Sam Georges 41aa8944dd ConfigMaker should validate config no matter what 2014-06-20 17:42:59 +10:00
Sam Georges 60de683cb8 Add new form field type called "number" 2014-06-20 17:41:51 +10:00
Sam Georges dc9acd472a Fixes #328 - Move Twig init to Controller constructor 2014-06-20 15:37:19 +10:00
Sam Georges b3bbfb154b Begin work on a Grid form widget 2014-06-19 21:43:04 +10:00
Sam Georges 3bf70147f3 Add CONTRIBUTING guidelines 2014-06-19 21:43:03 +10:00
Sam Georges 294961cf8a Refactor how the Form widget manages fields.
Widgets no longer need to pass configuration through "options".
2014-06-19 21:43:00 +10:00
Samuel Georges 6d826b0732 Merge pull request #329 from adisos/patch-2
Fix #324
2014-06-19 21:38:45 +10:00
Adis 9d3a0dec5c Fix #324 2014-06-19 13:39:15 +06:00
Samuel Georges ad3e742bb5 Merge pull request #322 from niclasleonbock/master
Update DocBlock/function header for __set and __isset
2014-06-18 09:48:53 +10:00
Niclas Leon Bock 727973bda3 Update CodeBase.php 2014-06-18 00:19:09 +02:00
Niclas Leon Bock 291153ed44 Update DocBlock/function header for __set and __isset 2014-06-18 00:14:23 +02:00
Samuel Georges d6a4a6221a Merge pull request #321 from niclasleonbock/master
Fix variable name in isset magic method
2014-06-18 07:43:41 +10:00
Niclas Leon Bock 9c5abfb3f1 Fix variable name in isset magic method 2014-06-17 23:36:12 +02:00
Sam Georges 4c8d365353 Account for theme definition 2014-06-17 21:54:21 +10:00
Sam Georges b8200c6fb0 Add functional tests for partials, layouts and content 2014-06-17 21:35:46 +10:00
Sam Georges 28701f9a3b Backend and frontend controllers now return a Response object and support setting the status code 2014-06-17 21:00:26 +10:00
Sam Georges 5680497dea Uncomment Auth functional tests 2014-06-17 20:21:07 +10:00
Sam Georges 041c6e408f Simplify logic, test + cert 2014-06-17 20:11:31 +10:00
Sam Georges 4c31211153 Allow Cms Controller to set status code 2014-06-17 20:05:40 +10:00
Sam Georges 4f5e167fc8 Rename 2014-06-17 20:04:34 +10:00
Sam Georges 3c5bc11ce0 Rename 2014-06-17 20:03:58 +10:00
Samuel Georges dba06ce937 Merge pull request #315 from Naxiz/fix-275-291
Use 404 status code for custom 404 page
2014-06-17 19:15:38 +10:00
Sam Georges a866c39ec3 Fixes #316 manually (unable to merge) 2014-06-17 19:14:44 +10:00
Sam Georges 91ecb55ca3 Tidy up #314 2014-06-17 19:13:25 +10:00
Sam Georges ff947da770 Fixes #318 2014-06-17 18:58:42 +10:00
Sam Georges 66d5e138d5 Minor 2014-06-17 18:54:33 +10:00
Sam Georges 077c45767a Make word wrap fluid by default 2014-06-17 18:54:33 +10:00