Commit Graph

103 Commits

Author SHA1 Message Date
Samuel Georges c54821f175 Overhaul the plugin installation process in the back-end
Themes can now be installed via the back-end
2015-04-04 17:28:51 +11:00
Samuel Georges 9e9aa97101 Minor clean up, tabs can now define a url (data-tab-url) set using replaceState 2015-04-04 17:26:47 +11:00
Samuel Georges 46f3a36383 Confirm clearing > deleting 2015-03-28 11:36:41 +11: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 c9a18af508 Trim project id and plugin codes 2015-03-14 11:31:49 +11:00
Samuel Georges 203e4edc0b Minor touch ups 2015-03-13 22:15:43 +11:00
Samuel Georges 0433720a11 * Build 222 2015-03-11 19:18:40 +11:00
Samuel Georges 02db7cd00a Minor tweak to #980 2015-03-07 13:22:48 +11:00
Samuel Georges fa627ff996 Merge pull request #980 from gergo85/master
Update translation
2015-03-07 13:21:29 +11:00
Samuel Georges a0f071e5a7 Remove 'mysettings' items from the main settings menu 2015-03-06 20:50:10 +11:00
Samuel Georges 690ec1e5db Improvements made to the user menu in the back-end
Clicking your avatar will display a popover with settings links from the mysettings context.
2015-03-06 20:41:14 +11:00
gergo85 6f9dfe198f Update translation 2015-03-04 12:50:15 +01:00
Samuel Georges c559db0de6 Extract the updater JS to its own file, add helper to find missing dependencies 2015-02-21 22:59:09 +11:00
Samuel Georges a4418aeab8 Various minor touch ups 2015-02-21 19:16:14 +11:00
Samuel Georges b88d28566e Tidy up from #927 2015-02-21 15:09:39 +11:00
Samuel Georges dc50c9fb67 Merge pull request #927 from Flynsarmy/betterPluginCounts
Display active plugin count on updates page
2015-02-21 14:58:29 +11:00
Samuel Georges 6bf72386ee Can now prune event/request log records, add width definition to list columns 2015-02-21 13:49:32 +11:00
Samuel Georges 7145aac457 Prepare for CDN, config rename cms.plugins|themes|uploadsDir -> cms.plugins|themes|uploadsPath
Deprecate data-trigger-type on triggerapi
Fixes ref to Util class
2015-02-17 20:58:38 +11:00
Samuel Georges 7c5693b298 Added "Auto close tags and special characters" to Code editor preferences. 2015-02-14 19:50:12 +11:00
Samuel Georges 8cd6e25610 Merge pull request #926 from gergo85/patch-1
Replaced a plain text to translation
2015-02-12 08:30:31 +11:00
Samuel Georges ce14c0c926 The command to clear the CMS cache has changed 2015-02-11 20:39:25 +11:00
Samuel Georges 0a6e14f4d2 Popup control now supports several sizes via `data-size` attribute: giant, huge, large, small, tiny.
Fixes various bugs in RC version
2015-02-11 14:36:00 +11:00
flynsarmy 2a718efd76 Add missing PR files 2015-02-11 06:22:58 +10:00
Samuel Georges 9d649ebb1e Remove deprecated path symbols 2015-02-07 16:20:34 +11:00
Szabó Gergő e08dfddd3b Replaced a plain text to translation 2015-02-03 09:57:07 +01:00
Samuel Georges b1b700368f Radical reorg of some classes 2015-01-28 11:49:54 +11:00
Samuel Georges eb8f4ec1a8 Removed generic permission "Manage settings", these should be more granular to the tool
Fixes #831 - Fixes dashboard redirect, add "Manage mail settings" permission
Fixes bug in Settings permissions, they now work!
2015-01-18 13:16:18 +11:00
Samuel Georges b970ffba96 Rem deprecated code 2015-01-18 12:14:05 +11:00
Samuel Georges fe05f96266 Revert change, we don't need pagination here 2015-01-18 11:13:51 +11:00
gergo85 5e55588ba9 Show table setup icon and pagination 2015-01-17 12:09:29 +01:00
Samuel Georges dd6233e81d Clean up code 2015-01-10 10:41:02 +11:00
Samuel Georges c2b6b4be5f Merge pull request #865 from gergo85/master
Add plugin counter
2015-01-10 10:30:54 +11:00
gergo85 faf7e3df70 Add plugin counter 2015-01-05 10:03:07 +01:00
Samuel Georges 59c9146b4f Merge pull request #861 from gergo85/master
Cleanup
2015-01-05 09:21:09 +11:00
gergo85 f0005d196b Cleanup
Remove whitespaces.
2015-01-03 12:41:23 +01:00
Samuel Georges 638bceec10 Send test email using new, cleaner approach 2014-12-18 14:27:35 +11:00
Samuel Georges 70eb7eaf51 Adds Theme customization feature
Adds reset button to settings pages
authorUrl -> homepage
2014-12-04 16:49:52 +11:00
Samuel Georges f0cb98e63c Fixes #145 - Plugin details now support "homepage" property 2014-11-27 17:21:30 +11:00
Samuel Georges c8b04db1fe Fixes #119 - Add OpenSSL as a requirement, remove safe_mode (removed in php 5.4) 2014-11-21 15:52:41 +11:00
Sam Georges f458fb7704 Overhaul Form layouts, adds FormTabs.php class for managing tab properties 2014-11-12 07:33:58 +11:00
Sam Georges ebaacac5fd Fixes #718 - MySettings page should have no permission requirement 2014-11-09 12:43:06 +11:00
Sam Georges c83797231d Subsequent expressions are on a new line (see developer guide > PSR exceptions) 2014-11-01 12:00:45 +11:00
Sam Georges 665d78e7d6 If there is no build number, don't display the build scoreboard item 2014-11-01 11:38:41 +11:00
Sam Georges 7d0a210fac When cms.disableCoreUpdates is set to true the Backend will no longer display updates for the core. 2014-11-01 11:33:33 +11:00
Sam Georges f8c2fa30b4 Fixes an issue where new Themes attached to a project were not being installed on update. 2014-10-21 19:21:17 +11:00
Stefan Talen f85087eac6 Updating modules/system 2014-10-18 11:58:50 +02:00
Sam Georges cb8cad3a75 Merge branch 'customize-backend' into develop 2014-10-15 19:59:33 +11: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
Kris Arnold 9c51b8b2a1 fixed language reference in dialog box for plugin disable form 2014-10-13 15:32:59 -05:00
Sam Georges 7d313a0409 Update changelog and Fixes #582 2014-10-11 13:43:00 +11:00