297 Commits

Author SHA1 Message Date
Sam Georges
5eff2fb396 Tidy up code 2014-06-25 19:03:46 +10:00
Samuel Georges
460039cb57 Merge pull request #351 from Flynsarmy/themeFixes
Add Theme::exists(), Fix getPath()
2014-06-25 19:00:43 +10:00
flynsarmy
0e8c0de21f Add Theme::exists(), Fix getPath() 2014-06-25 13:47:16 +10:00
Sam Georges
f4adaf245b Cause a scene when Twig extensions fail, instead of failing silently 2014-06-24 20:48:03 +10:00
Sam Georges
ddfab72ecc Make {{ this.controller }} available 2014-06-24 20:47:30 +10:00
Sam Georges
ca30c3cef0 Fixes minor bug 2014-06-24 18:53:05 +10:00
Sam Georges
506ee7d136 Commented out the refresh button, the usage is not 100% clear and can cause destructive damage. 2014-06-24 18:47:51 +10:00
Sam Georges
eccf96222d Components now support a shared /components/partials directory used as a fallback when a partial is not found. 2014-06-24 16:08:02 +10:00
Sam Georges
070667ebe0 Improve CMS Exception handler.
Previously Twig syntax errors inside a component partial would show the incorrect file and line number. This is fixed.
Also simplified the approach so the stack trace is not hidden inside a closure.
2014-06-24 14:58:46 +10:00
Sam Georges
af4d453cb8 Grid save/load 2014-06-23 19:19:34 +10:00
Philip Manavopoulos
2561a234e5 Fix DocBlock
Being in a namespace of it's own, the type hint for $closure should be \closure (otherwise it assumes that it belongs in the ```System\Classes``` namespace)
2014-06-22 19:54:26 +01:00
Sam Georges
9d696f0763 Tidy up code, add getDataAtRow() function 2014-06-21 17:59:39 +10:00
Sam Georges
311369894a Autcomplete values can now be supplied by the model 2014-06-21 17:07:57 +10:00
Sam Georges
a37d9008fa Autcomplete source can also be { something: 'Something', else: 'Else' } 2014-06-21 17:06:45 +10:00
Sam Georges
c402004c9c Account for scrollbars 2014-06-21 16:17:09 +10:00
Sam Georges
4351ddd505 DataGrid Toolbar links now work 2014-06-21 16:08:10 +10:00
Sam Georges
62c17e3196 Add a toolbar and sizing to DataGrid 2014-06-21 15:35:31 +10:00
Sam Georges
9399bc2090 Modify autocomplete so it can handle objects { value: 'something', label: 'Something' } 2014-06-21 14:51:04 +10:00
Sam Georges
6fcc845bf9 Create custom plugin for handsontable 2014-06-21 13:54:47 +10:00
Sam Georges
45ff725668 More restyling, add checkbox and autocomplete to DataGrid class 2014-06-21 13:54:28 +10:00
Sam Georges
0833cfcbba Move plugins out, fix to checkbox 2014-06-21 12:34:02 +10:00
Sam Georges
7ea793170f Add hooks to allow rows to be sorted 2014-06-21 12:16:25 +10:00
Sam Georges
dfcb9d63a3 Remove debug code 2014-06-21 11:18:22 +10:00
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
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
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
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