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 |
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 |
Sam Georges
|
bf47eb94ed
|
Str::getRealClass -> class_basename
|
2014-09-29 13:12:34 +10:00 |
Sam Georges
|
17f282b126
|
Removes deprecated code
|
2014-09-29 10:01:28 +10:00 |
Sam Georges
|
0cffb0c934
|
Add Save & Close button to settings pages
|
2014-09-10 18:44:25 +10:00 |
Sam Georges
|
833ba1f48d
|
Set the default sort order
|
2014-08-29 09:27:56 +10:00 |
Sam Georges
|
7beafebf7c
|
getClassExtension -> asExtension (shorter syntax)
|
2014-08-23 09:41:48 +10:00 |
Paul Wilde
|
2c46036d2c
|
Added a couple of missing translation strings. Fixed a translation typo for the request log empty button - It should be request_log not event_log.
|
2014-08-16 05:18:37 +01:00 |
Paul Wilde
|
1d038d3173
|
More translation strings.
|
2014-08-12 01:15:38 +01:00 |
Paul Wilde
|
c1856dfbe2
|
Translate My Settings heading.
|
2014-08-08 21:41:32 +01:00 |
Sam Georges
|
09106ff560
|
Improvements to logging screens and internals of List widget
|
2014-08-06 11:19:59 +10:00 |
flynsarmy
|
d468ec2e28
|
Attempt to display error message in event log list
|
2014-08-06 10:24:09 +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
|
25e01ed449
|
Improve event and request log preview pages
|
2014-08-01 11:02:12 +10:00 |
Sam Georges
|
8a246a8193
|
Use a smarter approach to logging request referers
|
2014-07-30 18:24:16 +10:00 |
Sam Georges
|
33e6edf5c5
|
Minor fixes to list setup
|
2014-07-30 18:14:51 +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
|
4f30a2c62a
|
Add empty log links
|
2014-07-30 17:44:50 +10:00 |