378 Commits

Author SHA1 Message Date
Sam Georges
e1778f62a4 Minor 2014-06-29 14:00:20 +10:00
Sam Georges
4a9fe06d50 Form fields can now define "depends" to refresh individual fields when they are changed
Form field options can now be deferred using a closure
2014-06-29 13:36:25 +10:00
alekseybobkov
dd3bb5d918 Merge branch 'develop' of github.com:octobercms/october into develop 2014-06-29 14:29:13 +11:00
alekseybobkov
8f1b68784e Merge branch 'master' of github.com:octobercms/october into develop 2014-06-29 14:28:34 +11:00
alekseybobkov
478ddabeca Added the property grouping support to the Inspector 2014-06-29 14:28:07 +11:00
Sam Georges
3ae6cd699f Swap the claw for a target 2014-06-29 12:18:55 +10:00
Sam Georges
656d9d440f Refs #362 added to develop 2014-06-29 10:27:35 +10:00
Sam Georges
f9a238413f Add .tabs-inset class to content-tabs 2014-06-29 09:59:43 +10:00
Sam Georges
232bbb0edd Preview link should actually open the website 2014-06-29 09:36:20 +10:00
Sam Georges
1728f148a3 Fixes #361 - Assets paths fail on subfolders 2014-06-29 09:34:49 +10:00
Sam Georges
a8371264dc Improve efficiency of List widget, empty relations now no longer try to load themselves and show empty JSON array "[]" 2014-06-29 09:12:11 +10:00
Sam Georges
1e168553ab Update content tabs so they work with buttons 2014-06-28 22:18:54 +10:00
Sam Georges
5c005f79d0 System Twig environment is now extended by plugins
Move the markup manager to system
2014-06-28 21:23:13 +10:00
Sam Georges
9207424fbe For field partial, if no path specified, use the field name 2014-06-28 21:12:19 +10:00
Sam Georges
541eab99dc Register new twig.string in App container that will parse strings 2014-06-28 21:12:02 +10:00
alekseybobkov
cfbfd8ce3e Added the website preview icon 2014-06-27 21:39:38 +11:00
alekseybobkov
20f7802afb Minor styling fix 2014-06-27 00:20:40 +11:00
alekseybobkov
4e2d6b5da8 Implemented the content tabs style, minor fixes in the back-end styling. 2014-06-27 00:17:22 +11:00
alekseybobkov
25f02c33cd Merge branch 'develop' into ui-improvements 2014-06-26 21:48:50 +11:00
alekseybobkov
fa75e565cf Merge branch 'develop' into ui-improvements 2014-06-26 21:48:09 +11:00
Samuel Georges
1f4025463c Merge pull request #352 from mrmlnc/develop
Update RU lang (build 110)
2014-06-26 19:24:45 +10:00
Sam Georges
7802213bcc Fixes #55 - Assets are now referenced correctly as Assets instead of URLs 2014-06-26 17:29:07 +10:00
Sam Georges
99ef8f52b8 Minor text updates 2014-06-26 17:29:07 +10:00
Sam Georges
9d2d9b621f Create a System Twig extension, for shared features 2014-06-26 17:29:03 +10:00
alekseybobkov
7755714981 Fixed a bug where clicking a tab in the CMS area doesn't activate the tab pane. Closes #126. 2014-06-26 18:25:50 +11:00
alekseybobkov
92bab3a0e1 Fixed a problem with pinning the sidebar in the CMS area on MacOS. 2014-06-26 17:39:55 +11:00
alekseybobkov
5488429fe4 Fixed the unknown component caching problem. Added the unknown component handling to the back-end. AJAX request can now be stopped with preventing default action in the oc.beforeRequest event. Fixes #46. 2014-06-26 17:09:25 +11:00
alekseybobkov
aee0777032 Display a correct CMS object name in the page title. Fixes #28. Fixes #354. 2014-06-26 15:29:38 +11:00
alekseybobkov
ae3578e159 Minor improvements in the pagination and lists 2014-06-26 14:43:17 +11:00
eZees
bd71d7c88d Update RU lang (build 110) 2014-06-25 16:15:05 +04:00
Sam Georges
fc25d67230 Fix docblock 2014-06-25 19:04:34 +10:00
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