Nathan van der Werf
0f0d108da0
Remove unused imports
2018-08-24 19:51:59 +02:00
Nathan van der Werf
66fa03f17e
Revert "Remove unused imports"
...
This reverts commit 742a5f415bc45819b11c77402efc114fa2f4451e.
2018-08-24 19:40:40 +02:00
Nathan van der Werf
742a5f415b
Remove unused imports
2018-08-15 18:27:36 +02:00
Luke Towers
df5b2afc06
Re-add Backend facade
2018-03-24 09:19:30 -06:00
Arthur Kushman
c78b3ef786
Code formatting changes ( #3363 )
...
Code formatting improvements submitted by @arthurkushman.
2018-03-22 10:55:13 -06:00
Luke Towers
6bcaeb2d65
Moving media manager references from the CMS service provider to the System service provider
2017-09-27 22:34:32 -06:00
Luke Towers
647a656f67
Add more granular permissions for editing themes ( #2985 )
...
* Add more granular permissions for editing themes
* Fix component token parser exception message
2017-07-21 14:29:30 +10:00
Samuel Georges
4fd1ca824f
Introduce concept of system roles
...
These are roles defined by a special API code, once a system role code is detected, the role becomes locked and its permissions are sourced from the AuthManager. All permissions are granted to system roles by default, unless otherwise specified. This should make it easier to create client accounts as "Publishers", hiding developer tools like the CMS and Builder plugins by default.
2017-07-13 19:29:50 +10:00
Samuel Georges
f672a3cf19
String to ::class
2017-06-03 10:31:24 +10:00
Quezler
cc17b679f1
Code dusting ( #2826 )
...
Code cleaning according to PSR-2 w/ exemptions (mostly dust).
2017-04-24 21:38:19 +10:00
Samuel Georges
31ba5e29bd
Introduce Resources component for testing
...
This should be considered experimental at this stage, however this component is used in every October website we've built thus far, it makes sense for it to be included in the core. Once tested we will look at documenting it with an accompanying screencast video.
2017-03-20 17:32:20 +11:00
Samuel Georges
6697e00649
Backend::URL -> Backend::url
2017-03-16 17:16:03 +11:00
Samuel Georges
51ac144049
Moves CMS components to directory where they belong
...
Improve inline docs
2017-03-16 07:00:39 +11:00
Samuel Georges
bc161b94f7
Menu items are supposed to be counted in 100s
...
Plugin authors may need to adjust their menu items from this.
2017-03-03 08:07:13 +11:00
Samuel Georges
462c9cd4e8
Introduce theme logging + log settings
...
CmsObject changes can now be tracked (disabled by default)
Request logging is now disabled by default (security vector)
2017-02-08 05:44:04 +11:00
Samuel Georges
bc165078de
Removes redundant code
...
The form widget label and widgetDetails() method was intended for use by the Builder plugin, since it ended up using its own internal registration system, this is not used anywhere so is removed.
Refs https://github.com/octobercms/docs/issues/200
2016-11-01 08:15:03 +11:00
Samuel Georges
55848e400c
Empty CMS section when only manage_themes permission granted
...
Fixes #2425
2016-10-29 10:23:50 +11:00
Szabó Gergő
d7f1d523f0
Translate some strings ( #2395 )
...
* Translate some strings
2016-10-11 08:29:26 +11:00
Samuel Georges
744d5654b3
ThemeData model now busts the [front-end] combiner cache
...
Separation of concerns, move the combiner asset variable injection logic to the cms module
Tweak readme
2016-06-03 07:22:05 +10:00
Samuel Georges
bb769db223
Dashboard now supports reset and make default
...
Added the new widgets to the add widget screen
System Parameters can now be reset
2016-05-28 14:18:25 +10:00
Samuel Georges
ebc7929ada
MaintenanceSettings -> MaintenanceSetting
2016-05-27 07:49:13 +10:00
Samuel Georges
5a63fb292a
Combine media manager global with the core october.js file
...
This should save 1 extra request, although it is less modular we can address it again later
2016-05-21 12:37:21 +10:00
Samuel Georges
f68eb3f20f
Move halcyon registration to model boot
...
Attempt to fix issue where service provider looks at system_preferences database table that doesn't exist yet as part of the boot() method
Fixes #1897
2016-04-04 18:37:56 +10:00
Samuel Georges
dcc63baffd
Theme -> Datasource
2016-03-17 19:22:37 +11:00
Samuel Georges
855a97b35e
Set the default theme as part of the boot process
...
Themes can also register themselves gracefully with Halycon after loading
2016-03-12 12:14:19 +11:00
alekseybobkov
00ced6c79f
UI update
2016-02-28 19:52:21 -08:00
alekseybobkov
a943708b99
UI updates
2016-02-19 22:12:41 -08:00
Dave Shoreman
66413ea50b
Fix permissions required for theme settings
2015-12-31 11:32:25 +00:00
Samuel Georges
96959e0683
Fixes bug in IE11 that prevents use of Media Manager - Fixes #1198
...
Add mediamanager less to bundles
2015-06-27 12:24:19 +10:00
Samuel Georges
57f32d0055
Adds basic permissions for media manager - Fixes #1134
...
Note if media management is restricted, it can still be accessed via the Rich Editor - we need to address this concern later. This change is to allow the menu item to be toggled on/off.
2015-06-27 11:50:46 +10:00
Samuel Georges
00f7a5ed61
Enable backend context registration
2015-06-27 11:04:44 +10:00
Samuel Georges
0da649551b
Complete pagelinks plugin for redactor
2015-06-25 12:59:59 +10:00
Samuel Georges
362acf63d6
Build out single file mediafinder form widget
2015-06-13 10:31:31 +10:00
Samuel Georges
a1291c3716
Restyle Administrator pages
2015-05-21 22:55:08 +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
cceae62812
Apply incremental default order values on side menu items
...
Refs #1079
2015-05-02 10:47:06 +10:00
Samuel Georges
7c205c7ceb
Merge pull request #1079 from dshoreman/sortable-sidenavs
...
Add support for sorting sideMenu items
2015-05-02 10:28:55 +10:00
Samuel Georges
9470259727
Minor clean ups
2015-04-29 19:50:30 +10:00
Dave Shoreman
85bdabe783
Update cms module for new order functionality
...
Since sideMenu items are now sortable, any sideMenu items that don't
have an order applied will get sorted however PHP decides to do so.
This adds the order parameter to all cms menu items to retain the
original order of the side menu items.
2015-04-22 22:23:30 +01:00
alekseybobkov
87a2ea1350
Implemented Insert Video and Insert Audio features
2015-04-14 22:44:45 -07:00
alekseybobkov
06e5dce96a
Fixed a conflict in framework.js. Closures in the script are named now, for the memory profiling needs.
...
Conflicts:
modules/system/assets/js/framework.js
2015-04-11 18:58:24 -07: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
alekseybobkov
5731ad0db7
Merge branch 'develop' into media-manager
2015-03-26 18:37:24 -07: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
alekseybobkov
18e058ad59
Added the Media tab, minor update in .htaccess to allow temporary public directory to be accessible; implemented the basic UI components and navigation; implemented grid, list and tiles view modes; implemented drag-select interface; implemented Media Library cache refreshing; implemented thumbnail generating for local and remote media files; fixed memory leak in third-party Flot Resize library; minor update in the AJAX framework - AJAX request cancelling is not considered as an error anymore; added back-end UI components for creating panels.
2015-03-15 12:52:03 -07:00
gergo85
c65b7a6b8e
Minor cleanup
2015-01-22 09:06:30 +01:00
gergo85
c43680b2ef
Improve multilanguage support and cleanup
2014-12-19 10:28:27 +01:00
Sam Georges
ba166a0cf9
Add counter labels and maintenance settings page to Cms provider + Language files, update CHANGELOG.md with changes
2014-11-10 20:35:20 +11:00
Sam Georges
333306e6ad
Remove rogue space
2014-11-09 15:22:03 +11:00
Sam Georges
98e100b377
Refs #729 - Fixes CMS permissions, should not show "pages" content by default
2014-11-09 12:35:10 +11:00