49 Commits

Author SHA1 Message Date
alekseybobkov
a5b217ff0b Merge branch 'develop' into builder-ui
Conflicts:
	modules/backend/widgets/table/assets/js/build-min.js
	modules/backend/widgets/table/assets/js/table.js
2015-10-15 17:32:19 -07:00
Dave Shoreman
5816ae5604 Add permissions for account dropdown items
This adds permissions to Back-end Preferences and Code editor
preferences in the backend.

Instead of Access denied, the Backend Preferences page displays
an "Unable to find the spcified settings" error. Meh... it works.
2015-09-24 20:40:31 +01:00
alekseybobkov
dba955da3a Rebuilding the Inspector 2015-09-13 18:11:12 -07:00
alekseybobkov
fea5d8389f Minor fixes and improvements. 2015-09-10 20:45:07 -07:00
Samuel Georges
881e68c1ca Preview mode has no upload button, so no margin 2015-08-06 18:04:18 +10:00
Samuel Georges
d2da170864 Introduce MarkdownEditor base code 2015-07-29 19:18:42 +10:00
Samuel Georges
00f7a5ed61 Enable backend context registration 2015-06-27 11:04:44 +10:00
Samuel Georges
7b54d4c7c4 Bundle all the code editor assets to a single file
Also fixes a weird warning coming from Ace editor
2015-06-24 17:36:01 +10:00
Samuel Georges
6a56f97a4f Recompile assets, remove the dedicated vendor script file
October's backend JS is one massive file now
2015-05-29 23:05:10 +10:00
Samuel Georges
7a4b76e021 Fixes to core so compile assets works again 2015-05-29 20:40:25 +10:00
Samuel Georges
f334be5116 Complete overhaul of module service providers
This is to improve readability of these ever growing classes, also we can prune specific registrations based on the execution context for performance reasons.
2015-05-02 14:43:14 +10:00
Samuel Georges
0b6587f771 Fixes #1019 - prevents lock out of full screen mode
Reorder system setting items
2015-04-09 20:20:08 +10:00
Samuel Georges
5503705576 Define more backend permissions
Addresses some of the concerns raised in #218 (fixes #218)
2015-03-26 21:56:04 +11:00
Samuel Georges
2cf8ad8c27 Minor fixes, improvements to full screen rich editor 2015-03-06 18:54:45 +11:00
Samuel Georges
022eb4d673 Create initial version of repeater form widget 2015-03-04 19:05:32 +11:00
Samuel Georges
561e969d2d Extract controls to their own stylesheet
(So they can be used elsewhere; namely documentation)
Add indicator-center and clean up load indicator
Fancy layout should live with the other layouts, it isn't really a control
2015-03-04 18:23:02 +11:00
Samuel Georges
165d2f86e0 Combine datepicker JS assets, sync z-index for timepicker 2015-02-28 19:32:17 +11:00
Samuel Georges
c36971b8fc Minify and combine RichEditor assets 2015-02-14 16:40:50 +11:00
Samuel Georges
beb818efa5 Merge branch 'develop' into laravel5
Conflicts:
	modules/cms/classes/CmsCompoundObject.php
	modules/system/ServiceProvider.php
2015-02-04 19:35:55 +11:00
Samuel Georges
ed22cc9186 Migrate bootstrap process 2015-02-04 19:31:41 +11:00
gergo85
c65b7a6b8e Minor cleanup 2015-01-22 09:06:30 +01:00
Samuel Georges
c4cef299dd Fixes #828 - php artisan october:util compile assets 2015-01-12 20:08:53 +11:00
Samuel Georges
8f8ac2dd02 Merge pull request #860 from gergo85/master
Improve multilanguage support and cleanup
2015-01-03 15:56:09 +11:00
Samuel Georges
83223938b2 Minor 2015-01-03 11:25:08 +11:00
Samuel Georges
a6259ff915 depends_on -> dependsOn 2015-01-03 10:04:06 +11:00
gergo85
c43680b2ef Improve multilanguage support and cleanup 2014-12-19 10:28:27 +01:00
webmaxx
e8d30f6f51 Added form widget "TimePicker" to Backend. 2014-11-25 13:37:16 +04:00
Sam Georges
677030c5fa Update Font Autumn icon pack 2014-10-21 20:21:39 +11:00
Stefan Talen
347dff7e75 Merge branch 'develop' of https://github.com/octobercms/october into feature/PSR-2
Conflicts:
	modules/backend/behaviors/RelationController.php
	modules/backend/classes/WidgetManager.php
	modules/cms/classes/CmsCompoundObject.php
	modules/cms/twig/Extension.php
	modules/cms/twig/PlaceholderNode.php
	modules/cms/widgets/TemplateList.php
2014-10-18 11:07:17 +02:00
Sam Georges
fff64a30a7 FormWidget registrations use a "code" not an "alias", it is confusing with defaultAlias property in widgetbase 2014-10-18 10:47:36 +11:00
Stefan Talen
06890d711a Merge branch 'develop' of https://github.com/octobercms/october into feature/PSR-2
Conflicts:
	modules/backend/behaviors/UserPreferencesModel.php
	modules/cms/classes/Controller.php
	modules/system/classes/CombineAssets.php
2014-10-16 18:44:18 +02:00
Sam Georges
9f5646d273 BackendSettings -> BrandSettings
pageTitle is now translated at the end of the line
Fixed unit tests so they pass
SettingsModels are now cached
2014-10-15 19:53:44 +11:00
Stefan Talen
e66f6d5820 Updating single files in backend 2014-10-10 23:16:22 +02:00
Sam Georges
79fd2e2afe Adds colorpicker form widget, add initial form for customizing backend 2014-10-03 18:01:37 +10: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
Sam Georges
e2921472f8 Create allocated Settings category constants for translation 2014-08-06 11:44:31 +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
alekseybobkov
bfc59c9007 Updating the Settings pages 2014-07-27 11:11:16 +11:00
Sam Georges
c3cef219fa Bug fixes to settings page ordering 2014-07-19 15:51:43 +10:00
Sam Georges
3617a7fea8 Important! All references to *Email* have been changed to *Mail*
(This change might hurt a little, sorry!)
2014-07-04 19:14:15 +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
4dd74b923b Grid -> DataGrid 2014-06-20 19:29:03 +10:00
Sam Georges
b3bbfb154b Begin work on a Grid form widget 2014-06-19 21:43:04 +10:00
Sam Georges
d19716ce30 Switch settings link from class to custom controller 2014-06-11 22:25:20 +10:00
Sam Georges
8b9eb52afd Fixes #255 - Adds a code editor settings page
Email layouts now work
Form fields now support context in their names
2014-06-10 19:30:06 +10:00
Sam Georges
2b820a20d6 Convert all boolean table columnns to use is_ prefix
Add email template/layout system
2014-06-06 21:39:20 +10:00
Sam Georges
71a5dd67ab Welcome to the world, October :-) 2014-05-14 23:24:20 +10:00
Sam Georges
4bd853b2df Add stub files to prepare for composerfication 2014-05-07 17:52:13 +10:00