Commit Graph

352 Commits

Author SHA1 Message Date
Sam Georges e40554574d Fixes #517 2014-08-05 17:26:42 +10:00
Sam Georges 7ccf5fe5db Fix Save / Preview icons in the CMS
Change preview site icon to icon-crosshairs
2014-08-05 17:10:38 +10:00
Sam Georges db18e3c828 Translate and improve dash widget popup 2014-08-05 16:54:39 +10:00
Sam Georges d050cff3c6 Improved Grid widget
Grid widget now supports custom toolbar
Remove row is triggered as "data changed"
2014-08-05 16:54:39 +10:00
alekseybobkov 77c6c81ff8 Minor UX improvement 2014-08-05 17:52:45 +11:00
Samuel Georges f08cfd8a1b Merge pull request #518 from jofrysutanto/develop
Camel-casing controller action when parsing
2014-08-05 09:06:01 +10:00
Sam Georges e23b9084be Merge branch 'master' into develop 2014-08-05 09:01:27 +10:00
Samuel Georges 3859a38c6a Merge pull request #516 from boulox/french-translation
Add french translation
2014-08-05 08:56:10 +10:00
Miloš Stanić d5f47bb988 Update _image_single.htm
Paperclip icon with a href was not displayed on the already uploaded image, due to error in icon name.
2014-08-04 19:02:48 +02:00
jofrysutanto cbc1a7688f Camel-casing controller action in backend for friendlier action naming in backend controller 2014-08-04 22:56:49 +10:00
Fabien 5b7161cdd5 Add french translation 2014-08-03 15:20:59 +02:00
Sam Georges bfc3804a1a If a base classes uses a trait, no need to reuse that trait because Model boots all traits now 2014-08-03 11:57:51 +10:00
Sam Georges 8a86927944 Make ApplicationException more friendly 2014-08-03 10:34:33 +10:00
Sam Georges 1e8bf5d62b Make formWidget available to FormController behavior via formGetWidget() 2014-08-03 10:25:19 +10:00
Sam Georges f99bd0e427 Tidy up the Form widget object, allFields and formWidgets no longer public 2014-08-03 10:25:19 +10:00
Samuel Georges eeda9f5f0d Merge pull request #512 from mrmlnc/develop
[Build 131] Update ru_lang
2014-08-03 10:08:07 +10:00
Sam Georges 1f64ccf792 Traits use private instead of protected so they can be used/reused in base classes 2014-08-03 10:04:06 +10:00
Denis Malinochkin ab7e1cfd8a ru_lang 2014-08-02 12:49:01 +04:00
alekseybobkov fecfeee2ac Fixed drop-down widget properties on the dashboard 2014-08-02 12:29:41 +11:00
alekseybobkov d562e68b91 Merge branch 'develop' of github.com:octobercms/october into develop 2014-08-02 11:25:11 +11:00
alekseybobkov 52dc767e3f Minor UX improvement 2014-08-02 11:24:47 +11:00
Samuel Georges 0052fc92a9 Merge pull request #507 from Flynsarmy/getGrid
[DataGrid widget] Add getGrid method
2014-08-01 19:40:56 +10:00
flynsarmy 963425e973 Add getGrid method 2014-08-01 15:32:45 +10:00
Sam Georges 56d0c3351b private -> protected 2014-08-01 14:54:16 +10:00
Sam Georges 6388ecef52 private -> protected 2014-08-01 13:58:59 +10:00
Sam Georges 34bedb0b33 Minor fixes 2014-08-01 13:39:51 +10:00
Sam Georges ea95ed7cd6 Fixes breadcrumb on compact layouts 2014-08-01 12:47:57 +10:00
Sam Georges 25e01ed449 Improve event and request log preview pages 2014-08-01 11:02:12 +10:00
Sam Georges 8b7bbd1062 Add 'partial' type to list columns. 2014-08-01 10:42:14 +10:00
Sam Georges b10b41f3bf Improvements to List widget, CSS classes can now be passed through 2014-07-31 19:37:11 +10:00
flynsarmy eea0a5e7c7 Support custom currency formats 2014-07-31 10:05:13 +10:00
flynsarmy 2e76630ce6 Remove incorrect method arguments 2014-07-30 20:44:18 +10:00
flynsarmy a56022d764 Add comment 2014-07-30 20:18:12 +10:00
flynsarmy 8da4b38672 Improve getDataSourceValues so model knows what attribute it's dealing with 2014-07-30 20:11:47 +10:00
Sam Georges 33e6edf5c5 Minor fixes to list setup 2014-07-30 18:14:51 +10:00
Sam Georges 67c08f0821 Roll back the moo 2014-07-30 18:13:22 +10:00
Sam Georges ba3931acf5 Add hints to each log page. Fix preview screens for event and request logs. 2014-07-30 18:12:19 +10:00
Sam Georges 0da5f513d3 Translate values 2014-07-30 17:51:44 +10:00
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