Commit Graph

85 Commits

Author SHA1 Message Date
Sam Georges f3c6260c3e Slightly different fix to #580. Closes #580 2014-09-06 22:02:56 +10:00
Sam Georges 91a7ea9da2 Minor code improvements 2014-09-06 21:46:19 +10:00
Samuel Georges fa0ada51c6 Merge pull request #579 from Flynsarmy/nestedFileUpload
Refs #485, #504 - Allow adding nested FileUpload files
2014-09-06 21:40:49 +10:00
Sam Georges 347e25babc Add search capability to manage mode (lists) 2014-09-06 13:18:55 +10:00
alekseybobkov b69f7b649e Fixes the source editor in the Redactor. 2014-09-04 20:18:29 -07:00
alekseybobkov df55946b61 Merge branch 'misc-tmp' into develop 2014-09-03 20:01:17 -07:00
Sam Georges 0acd45e4ca Styling and API improvements to code editor 2014-08-30 15:03:35 +10:00
alekseybobkov fdd83b53c9 Updates in the back-end UX 2014-08-28 19:03:47 +11:00
Sam Georges 3c8f3cdb3f Ctrl/Cmd+S should work inside Redactor 2014-08-22 21:47:22 +10:00
Sam Georges 799273414f Update redactor to latest 2014-08-22 20:15:12 +10:00
alekseybobkov e7767176ce Updated the treeview control, updated Redactor scripts, the CMS Content is now a compound object 2014-08-22 18:45:05 +11:00
flynsarmy 4df7af076d Remove unused variables 2014-08-22 14:59:32 +10:00
flynsarmy 11acd6e799 Refs #485, #504 - Add support for nested columns. 2014-08-22 14:38:53 +10:00
Paul Wilde 1d038d3173 More translation strings. 2014-08-12 01:15:38 +01:00
Paul Wilde 906370c6bd Added translation strings for permission labels, mail template/layout column labels, editor fullscreen, list pagination and list setup modal. 2014-08-09 03:02:15 +01: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
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 34bedb0b33 Minor fixes 2014-08-01 13:39:51 +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 eb7bdb3fbc Tidy up code. Refs #497 2014-07-30 17:23:14 +10:00
Sam Georges 16468d224b Improve getAutocompleteValues so model knows what attribute it's dealing with 2014-07-30 17:19:48 +10:00
flynsarmy 23fd094c8e Allow models to pass data source values to the DataGrid widget 2014-07-30 16:17:03 +10:00
alekseybobkov d8ca802401 Minor UX improvements 2014-07-28 18:01:16 +11:00
alekseybobkov 33c63ac318 Minor fix in the Redactor styling 2014-07-28 09:06:50 +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 f6fffad37d Convert DataGrid form widget in to Grid widget (no longer exclusive to forms) 2014-07-16 17:28:37 +10:00
Sam Georges a2fba71c7f Fixes #413 - Search feature is now usable 2014-07-14 15:04:53 +10:00
Sam Georges f4a9286c45 Improve form widget 2014-07-09 19:36:49 +10:00
Sam Georges 651aabaced Adds a loading indicator to the record finder 2014-07-08 13:34:52 +10:00
Sam Georges 3fc226b0ad Add search to record finder 2014-07-08 12:23:32 +10:00
Sam Georges d912b73aab Clean up event parameters to dev standards 2014-07-04 19:14:14 +10:00
alekseybobkov 634bacb203 Record finder styling 2014-07-03 23:03:01 +11:00
Sam Georges b09b6d6863 Improved naming onReload -> onRefresh
Improved Record finder
2014-07-03 18:37:51 +10:00
Sam Georges 005f2848c7 Start work on record finder 2014-07-02 20:49:46 +10:00
Sam Georges ddb6337efe EditorSettings -> EditorPreferences (System has settings, User has preferences, App has configuration)
Create a My Settings page, now linked when clicking a User
Create backend preferences form for setting locale
Dropdown options now support an image or icon in their options
2014-07-01 17:17:53 +10:00
Sam Georges 893f7746f7 Improvements to naming standards 2014-06-30 13:27:28 +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 af4d453cb8 Grid save/load 2014-06-23 19:19:34 +10: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 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 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