Commit Graph

314 Commits

Author SHA1 Message Date
Sam Georges fb788c9c0a Make request and access log work 2014-07-30 17:33:26 +10:00
Sam Georges eb7bdb3fbc Tidy up code. Refs #497 2014-07-30 17:23:14 +10:00
Sam Georges afbea016ec Add settings pages for new loggers
Write trace log items to the db
2014-07-30 17:19:52 +10:00
Sam Georges 93590fb272 TraceLog -> EventLog
Cms\ErrorLog -> System\RequestLog
Set up some basic language keys
2014-07-30 17:19:51 +10:00
Sam Georges 16468d224b Improve getAutocompleteValues so model knows what attribute it's dealing with 2014-07-30 17:19:48 +10:00
Samuel Georges 24b55be4be Merge pull request #497 from Flynsarmy/datagriDataSource
Allow models to pass data source values to the DataGrid widget
2014-07-30 17:17:25 +10:00
Samuel Georges 45dbaa7597 Merge pull request #496 from Flynsarmy/gridSourceHandler
Prioritize sourceHandler over dataLocker. Fixes #495
2014-07-30 17:17:12 +10:00
flynsarmy 23fd094c8e Allow models to pass data source values to the DataGrid widget 2014-07-30 16:17:03 +10:00
flynsarmy 88fba61a78 Prioritize sourceHandler over dataLocker 2014-07-30 15:17:28 +10:00
Sam Georges b280802644 Refs #383 - Set up basic models for logging 2014-07-29 20:07:20 +10:00
Sam Georges 3c1e6ea846 Fixes #481 - Native widget handlers should still initialize 2014-07-29 19:22:18 +10:00
Sam Georges 200615f310 CMS Render partial now supports not throwing an exception.
Components without default partials do not throw errors when used on the page, they simply fail gracefully.
2014-07-29 13:52:01 +10:00
Graham Campbell be7f36b31b Composer fixes 2014-07-28 23:55:46 +01:00
Sam Georges ad4d807c38 Fixes wonky breadcrumb on compact container 2014-07-28 19:48:34 +10:00
Sam Georges 62fdfbca8f We should hide the username for X-small browsers 2014-07-28 19:25:19 +10:00
Sam Georges 4fa00f1c7b Fixes an issue where unfilled relations are not populated in forms 2014-07-28 17:01:54 +10:00
alekseybobkov d8ca802401 Minor UX improvements 2014-07-28 18:01:16 +11:00
alekseybobkov 93fe3769b2 Fixed the main menu title on small devices 2014-07-28 17:40:18 +11:00
alekseybobkov b36340dbd7 Merge branch 'develop' of github.com:octobercms/october into develop 2014-07-28 17:23:07 +11:00
alekseybobkov bdd9d02fdc Minor fixes in the main menu 2014-07-28 16:41:08 +11:00
alekseybobkov e562d1eb05 The Settings area is responsive now 2014-07-28 15:09:01 +11:00
alekseybobkov 778ce81e9a Fixed primary tabs in the fancy layout 2014-07-28 14:17:40 +11:00
Sam Georges c6aca8cd18 Align [] replacement with FormField 2014-07-28 08:23:22 +10:00
alekseybobkov 33c63ac318 Minor fix in the Redactor styling 2014-07-28 09:06:50 +11:00
flynsarmy 10d30fcd9e Spaces, not tabs 2014-07-27 22:04:24 +10:00
flynsarmy 1693d2bed5 Don't allow [ or ] characters in field IDs 2014-07-27 21:55:54 +10:00
Sam Georges 2a5afaf9c7 Update oc- icons to match font autumn
Minor tidy up to framework.js
2014-07-27 16:08:08 +10:00
Sam Georges 8d9ac038c4 Fixes record picker styling 2014-07-27 14:46:50 +10:00
Sam Georges e1910e4325 Plump up the button size by overriding Bootstrap instead 2014-07-27 14:33:32 +10:00
alekseybobkov 7eed305000 Updated the settings pages UX 2014-07-27 15:07:22 +11:00
alekseybobkov 241e174ab4 Merge branch 'develop' into ux 2014-07-27 11:11:56 +11:00
alekseybobkov bfc59c9007 Updating the Settings pages 2014-07-27 11:11:16 +11:00
Andrew Garside 0f7117a74c Added moment.js into loadAssets 2014-07-26 16:39:03 +10:00
Andrew Garside b48c4ea8b9 Added moment.js to allow the datepicker to open on the current value instead of the current date when it has a value 2014-07-26 16:18:52 +10:00
Sam Georges 49d40e77ad Add deselect function to API 2014-07-25 15:57:00 +10:00
alekseybobkov 1085d20f8c Merge branch 'develop' into ux 2014-07-25 16:19:11 +11:00
Sam Georges a475773c7c Add info flash message 2014-07-25 14:26:36 +10:00
Sam Georges 1d90ae25f7 Add support for values to trigger API 2014-07-24 19:55:27 +10:00
Sam Georges 0bd7180941 Adds a favicon to the backend 2014-07-24 19:16:18 +10:00
alekseybobkov f7dcf8ebb0 Files added 2014-07-24 15:24:39 +11:00
alekseybobkov 98eb3e2e84 System page navigation improvements, not finished 2014-07-24 15:19:00 +11:00
Sam Georges 8b17901aee Fixes antialias issue where font renders bold on mac browsers 2014-07-23 08:58:30 +10:00
Sam Georges 4979f0fae4 Minor 2014-07-21 17:05:10 +10:00
Sam Georges c3cef219fa Bug fixes to settings page ordering 2014-07-19 15:51:43 +10:00
Sam Georges 2b784392e8 Show a more detailed error on Backend AJAX exceptions 2014-07-19 13:35:16 +10:00
alekseybobkov fa0ebd3405 Merge branch 'themes' into develop 2014-07-19 13:06:32 +11:00
alekseybobkov c324c80969 Added the theme selector 2014-07-19 13:05:50 +11:00
Sam Georges d69e382e5f Allow dropdown to be pulled right, along with caret 2014-07-19 11:43:42 +10:00
Sam Georges 8bca148d31 Adds the ability to specify a custom array name for a form field 2014-07-19 11:43:26 +10:00
Samuel Georges 9f1b0415aa Merge pull request #443 from jbh-/hotfix/NumberFieldValidation
Add pattern to number field to only allow for numbers
2014-07-19 09:14:35 +10:00