Samuel Georges
f676f55375
BrandSettings -> BrandSetting
...
(Models should be singular)
2016-05-27 07:37:49 +10:00
Samuel Georges
47d0a2677c
UI Blocks can now be moved by dragging
...
Page links handler is now strict definition
Use more explicit naming for config_dashboard config
We have to use the codeeditor for mail templates for now, since froala is not playing nicely with twig
2016-05-27 05:21:50 +10:00
Samuel Georges
010a769b19
Create centered loader with text
...
Continuity styling updates
2016-05-26 05:20:26 +10:00
Samuel Georges
1608d80127
Reorganise code editor prefs
...
Fixes visual bugs
Update dashboard icon
Restyle flash messages
2016-04-30 04:53:33 +10:00
Samuel Georges
d6a7fdc74c
Reduce the wording on a bunch of messages
2016-04-29 17:36:52 +10:00
Samuel Georges
6c081d9265
Combine editor preferences and backend preferences
...
Add backend timezone setting used for converting display dates
2016-04-23 05:31:05 +10:00
Samuel Georges
cfd53375ac
Fixes to editor preferences
2016-04-21 04:50:05 +10:00
Lucas Martín
e2566c36a0
update codeeditor with new features ( #1863 )
...
update ace v1.2.0 to v1.2.3
add codecompletion and live codecompletion(with documentation inline)
add snippets to lenguajes(php,javascript,html,css)
add translation to spanish
add search and replace buttons
2016-04-19 16:36:45 +10:00
Samuel Georges
46e70385e2
The timeout looks bad when there are no widgets
2016-02-25 19:04:59 +11:00
Samuel Georges
c736643202
Tweak the dash loader @alekseybobkov
...
The leaf is too hard to customize (white label considerations)
Use a white container with subtle fade after loading
Introduce rspin (reverse spin) animation, not used, but may come in handy
2016-02-25 18:57:13 +11:00
Samuel Georges
f6d76fade6
Moved dashboard css from storm to backend
...
Dashboard is a specific part of the backend and storm should stand alone from this
2016-02-25 18:07:25 +11:00
alekseybobkov
a892fff938
UI updates
2016-02-24 21:24:31 -08:00
alekseybobkov
6ed4bd5ef6
Updates in the UI
2016-02-22 21:52:23 -08:00
alekseybobkov
a943708b99
UI updates
2016-02-19 22:12:41 -08:00
Samuel Georges
659c7098b9
Improve dashboard performance
...
Dashboard widgets should defer their data requesting using AJAX so they don't kill/lag the whole page request
2016-02-14 08:19:34 +11:00
Samuel Georges
ee155bf1f3
Merge pull request #1702 from gpasztor87/patch-2
...
Cleanup
2016-01-16 09:07:15 +11:00
Pásztor Gábor
31457bd2ee
Cleanup
2016-01-15 10:20:57 +01:00
Pásztor Gábor
537f637e47
Storage path
2016-01-15 10:07:39 +01:00
Samuel Georges
12972cd086
Lax the validation rules on login, email + pass
2015-12-19 09:53:17 +11:00
Samuel Georges
30025a6ada
Adds a refresh button to log pages, minor column tweaks
2015-11-28 11:10:06 +11:00
Samuel Georges
2ced2f8c73
Move the superuser flag out of permissions array - fixes #1503
2015-11-28 10:21:41 +11:00
Samuel Georges
6d7a7b0601
Merge pull request #1468 from mul14/min-login-password-should-4
...
Minimum password length should be 4 characters
2015-10-05 08:42:38 +11:00
Mulia Arifandi Nasution
676a4d00bc
Minimum password length should be 4 characters
...
Because the minimum password length on User model is 4
https://github.com/octobercms/october/blob/master/modules/backend/models/User.php#L26-L27
2015-09-27 02:28:12 +07:00
Dave Shoreman
cac8b54e87
Remove superuser field for non-superusers
...
If an admin user has permission to manage other users, they are
able to set others as superuser, or even create their own
superuser account. That's not really what we want.
2015-09-26 00:34:12 +01: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
Samuel Georges
6b916cb554
Adds a timetense list column, inspired by FB
...
Also added |time_since and |time_tense Twig filters
2015-09-17 05:15:12 +10:00
Samuel Georges
9812e1f4ec
Fix protection level on formExtendFields
...
Improve styling on collapsible sections
2015-09-10 20:42:24 +10:00
Samuel Georges
ac18f86937
Fixes an issue where admins updating self see access denied
...
Only when the user has no permission to edit other admins
Refs #831
2015-09-09 08:32:45 +10:00
Samuel Georges
7f502768dc
Adds new view event system, add event to sign in form
2015-08-28 04:31:41 +10:00
Samuel Georges
461e4f75de
Improve admin list toolbar
...
Change "Admins" group to "Owners" (more descriptive)
Fix bug in Firefox on Mediafinder form widget not respecting max-width 100%
Recompile assets
2015-07-04 09:34:35 +10:00
Samuel Georges
ba9843bea7
Checkboxes are redundant here
2015-06-27 11:06:26 +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
c2c14e707f
Added backend route for protected thumbs, Fixes #1218 , thanks @jBOKA
...
Improved the FileUpload widget code to no longer rely on "pathOverride"
2015-06-20 11:27:03 +10:00
Samuel Georges
a1291c3716
Restyle Administrator pages
2015-05-21 22:55:08 +10:00
Samuel Georges
87644166ad
Adds internal download link for protected files
2015-04-25 12:53:54 +10:00
Samuel Georges
37dea95caa
Adds a new body class 'breadcrumb-flush'
...
^ that directs the breadcrumb to sit flush to the element below
2015-04-04 14:54:18 +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
78d689d54e
Add a conditional breadcrumb to the myaccount page
2015-03-06 22:01:14 +11:00
Samuel Georges
a8aa85a9f0
Fixes issue preventing backend from signing in
2015-03-01 15:10:04 +11:00
Samuel Georges
a9a3336d11
* Build 199 *** NB: /uploads -> /storage/app/uploads
...
The /uploads directory has been moved to /storage/app/uploads to make way for CDN support. This directory should be moved on the file system and the config (cms.uploadsPath) updated.
2015-02-19 19:12:36 +11:00
Samuel Georges
5a5db71e5a
Add storage/app to list of writable folders
2015-02-18 17:25:34 +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
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
Samuel Georges
fbf46519b4
Implement plugins_path() usage
2015-02-07 15:37:07 +11:00
Samuel Georges
9a616b6174
Fix clear cache, update storage paths
2015-02-07 14:50:03 +11: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
gergo85
5e55588ba9
Show table setup icon and pagination
2015-01-17 12:09:29 +01:00
gergo85
f0005d196b
Cleanup
...
Remove whitespaces.
2015-01-03 12:41:23 +01:00
Samuel Georges
e3dae22758
Back-end user groups can now be marked to add new administrators by default
...
Streamline naming of backend user groups
Add description field to backend user group table
2014-12-16 12:39:38 +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
5e3ee40edf
Fixes #521 - Redirect to next available menu item when Dashboard access is denied
2014-11-09 13:06:07 +11:00
Sam Georges
c32ba4cbad
Minor code clean
2014-11-04 17:41:48 +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
a8daa5b4a7
Fixes the system settings icon
2014-10-24 16:38: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
92aa3fc18d
Updating backend/controllers
2014-10-10 23:26:57 +02:00
Sam Georges
2c4317f8f2
Allow API to override login Attribute
2014-10-08 18:54:45 +11:00
Sam Georges
5c46dbec32
Plugins are now updated according to their dependency definitions
2014-10-04 15:59:43 +10:00
Sam Georges
17f282b126
Removes deprecated code
2014-09-29 10:01:28 +10:00
Sam Georges
7beafebf7c
getClassExtension -> asExtension (shorter syntax)
2014-08-23 09:41:48 +10:00
Sam Georges
a5d67bee27
Escape all the translated strings
2014-08-13 08:01:18 +10:00
Paul Wilde
a3c94d6355
Escape unescaped translations. Add trans() function during output for the Balloon and Widget Selector.
2014-08-12 21:46:19 +01:00
Paul Wilde
1d038d3173
More translation strings.
2014-08-12 01:15:38 +01:00
Sam Georges
b80502addb
Log access attempt after versions are applied
2014-08-06 20:19:22 +10:00
Sam Georges
09106ff560
Improvements to logging screens and internals of List widget
2014-08-06 11:19:59 +10:00
alekseybobkov
fecfeee2ac
Fixed drop-down widget properties on the dashboard
2014-08-02 12:29:41 +11:00
Sam Georges
ea95ed7cd6
Fixes breadcrumb on compact layouts
2014-08-01 12:47:57 +10:00
Sam Georges
33e6edf5c5
Minor fixes to list setup
2014-07-30 18:14:51 +10:00
Sam Georges
67c08f0821
Roll back the moo
2014-07-30 18:13:22 +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
fb788c9c0a
Make request and access log work
2014-07-30 17:33:26 +10:00
Sam Georges
93590fb272
TraceLog -> EventLog
...
Cms\ErrorLog -> System\RequestLog
Set up some basic language keys
2014-07-30 17:19:51 +10:00
alekseybobkov
7eed305000
Updated the settings pages UX
2014-07-27 15:07:22 +11:00
alekseybobkov
98eb3e2e84
System page navigation improvements, not finished
2014-07-24 15:19:00 +11:00
Sam Georges
826b0bf9d3
Typo
2014-07-12 18:46:29 +10:00
Sam Georges
b121e03608
Fixes a bug when editing My Account
2014-07-12 18:45:13 +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
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
94a4ccb6ab
Ref #306 - mysettings should be unrestricted by permissions
2014-06-16 21:13:07 +10:00
Sam Georges
ef1c91c10d
Complete code editor customization
2014-06-12 11:30:21 +10:00
Sam Georges
a38d85c1e1
Complete editor config UI
2014-06-11 22:18:46 +10:00
Sam Georges
c393114c07
Improve form styling so checkboxes sit more snugly
...
Style code editor page
2014-06-11 21:19:26 +10:00
Sam Georges
ee27e91c43
Begin to move editor settings to its own controller
2014-06-11 18:48:16 +10:00
Sam Georges
4986b1ef08
Fixes "security vulnerability"
2014-06-11 08:40:02 +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
1bfac1aa11
yes -> true
2014-05-28 14:03:08 +10:00
Paul Wilde
9a8846f952
Respect the directory settings inside the config when checking if they are writable.
2014-05-20 19:51:40 +01:00
Sam Georges
6406190634
Add more checks to warnings
2014-05-20 15:44:51 +10:00
Sam Georges
67045ca091
Improve warnings code
2014-05-20 15:22:10 +10:00
eZees
60a5d461eb
Adding new rows in the language files
...
Moving text from _ warnings.htm in language file lang.php.
2014-05-19 19:43:41 +04:00
Sam Georges
1535185b7a
The dashboard now displays a set of warnings for system configuration
2014-05-19 18:18:02 +10:00
Jasper
ddcc63ef6c
Updated Backend + System language support
...
Moved hard-coded text in "backend" and "system" to the language files
(English and Dutch). Affected pages: administrator management,
administrator group management, system updates, system settings, email
settings. Also made some strings more generic for general use (like
"Saving...." instead of "Saving administrator account...")
2014-05-15 22:23:29 +02:00
Jasper
2e649d6b5f
Moved hard-coded text to language file (backend)
...
Hard-coded text from the backend (user- and group management) moved to
the language file (English and Dutch).
2014-05-15 19:36:04 +02:00
Sam Georges
71a5dd67ab
Welcome to the world, October :-)
2014-05-14 23:24:20 +10:00