Samuel Georges
23f4d40ef2
Merge common functionality in to FormModelWidget
2016-03-25 18:01:58 +11:00
Samuel Georges
a585fe3316
Share pivot|list title logic
...
We already had a key for this... spooky!
Refs #1755
2016-03-25 14:24:38 +11:00
Samuel Georges
e19ae42e45
(Rollback) Keep instances to themselves
2016-03-25 14:17:13 +11:00
Samuel Georges
762c5e754b
Switch the manage popup title according to the button pressed
...
Fixes #1755
2016-03-25 14:03:11 +11:00
Samuel Georges
484579ac40
Sreamline events in richeditor
...
Add nwe event for visual mode (when visual mode is activated from code mode)
Always use spaces in redactor
2016-03-23 20:10:55 +11:00
Samuel Georges
6e7fa7de88
Allow CmsObjects to define their own Twig cache key
2016-03-21 13:42:03 +11:00
Samuel Georges
c244aef2f8
Clean up
2016-03-18 19:54:27 +11:00
Samuel Georges
e9c7e6b9d1
No it is not safe to share the alias and field name...
...
The field name could be nested, for example: user[data]
Using this as an alias is user[data]::onDoSomething
Resulting in an invalid AJAX handler name
2016-03-17 19:50:34 +11:00
alekseybobkov
aaff88b8c2
Reduced base border radius
2016-03-02 21:40:33 -08:00
alekseybobkov
9956870c38
Minor update in the top menu styles
2016-03-02 21:34:39 -08:00
Samuel Georges
090b39bdc5
Fixes font size on collapse button
2016-03-02 18:22:49 +11:00
Samuel Georges
852785960b
Tweak main menu to behave more like tiles
2016-03-02 18:05:52 +11:00
Samuel Georges
9c59dd58d3
Trial tooltip nav, recompile assets
2016-03-01 08:59:20 +11:00
Samuel Georges
7c6e3b1360
Remove old code
2016-03-01 07:54:05 +11:00
Samuel Georges
6d60d486a9
Fixes responsive nav taking up more room than it should
2016-03-01 07:42:02 +11:00
Samuel Georges
1241f584d0
Merge remote-tracking branch 'remotes/origin/stable' into ui
2016-03-01 07:02:07 +11:00
Samuel Georges
fd16f38b11
Implement file definitions (extensions + ignore files)
...
Block "unsafe" extensions from being uploaded to the Media manager
Fixes #1801
2016-02-29 18:12:26 +11:00
alekseybobkov
00ced6c79f
UI update
2016-02-28 19:52:21 -08:00
Samuel Georges
d76863a3ec
Merge branch 'develop' into stable
...
Conflicts:
composer.json
2016-02-27 14:55:52 +11:00
Samuel Georges
d58a8478f6
FTFY Refs #1796
...
The event should come after the logic as per the developer guidelines. If the event comes before the logic, it should be called beforeLogin. In this case, beforeLogin doesn't make sense, so just move the event after the parent::afterLogin call.
2016-02-27 14:07:21 +11:00
Samuel Georges
48148cfcd0
Merge pull request #1796 from filipac/patch-1
...
Add a new event on login - backend.user.login
2016-02-27 14:06:18 +11:00
Samuel Georges
b9a4808c28
Merge pull request #1800 from mrmlnc/develop
...
Update Russian localization to the current build number
2016-02-27 14:01:29 +11:00
Samuel Georges
fa61ef2df9
Fortify index_onDelete a little more
...
Refs #1805
2016-02-27 13:58:59 +11:00
Samuel Georges
98eb4f8239
Add support for "relation" with Tree models
...
- This makes the list slightly more efficient for small collections, less efficient for larger collections. If this becomes a problem in future we may need to look at a solution that grabs all the root nodes to start, then lazy loads any expanded nodes as secondary AJAX requests.
- Write tests for the Tree trait improvements
Fixes #1647
2016-02-27 11:29:07 +11:00
Samuel Georges
21f3ac93c1
Add support for HTML comments
...
Fixes #1808
2016-02-27 09:46:00 +11: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
Pásztor Gábor
984674d987
Missing return
2016-02-25 07:44:02 +01:00
Pásztor Gábor
c17e9b0e33
Add index_onDelete method to ListController behavior.
2016-02-25 07:42:07 +01:00
alekseybobkov
a892fff938
UI updates
2016-02-24 21:24:31 -08:00
alekseybobkov
b1770626d7
UI updates
2016-02-23 21:44:05 -08:00
Denis Malinochkin
d801bafed5
Update Russian localization to the current build number
2016-02-23 17:43:05 +03:00
alekseybobkov
6ed4bd5ef6
Updates in the UI
2016-02-22 21:52:23 -08:00
Samuel Georges
ce202c7951
create_onSave() forgot to extend model
2016-02-23 14:36:00 +11:00
Samuel Georges
ff52ad6595
Remove Illuminate references
2016-02-23 13:46:57 +11:00
alekseybobkov
96ae5d6ff3
Merge branch 'stable' into ui
2016-02-22 17:14:45 -08:00
Samuel Georges
202e542985
Oddly, JS may pass false as a string (@todo)
2016-02-20 17:15:21 +11:00
alekseybobkov
839eb02136
Merge branch 'stable' into ui
2016-02-19 22:13:25 -08:00
alekseybobkov
a943708b99
UI updates
2016-02-19 22:12:41 -08:00
Samuel Georges
da71a21172
Add oc.tableUpdateData event and readOnly to string processor
...
Minor tidy
2016-02-20 15:38:29 +11:00
Samuel Georges
18194fa0f9
Complete Table server data source
...
Recompile assets
2016-02-20 12:45:36 +11:00
Samuel Georges
c7530eece9
Merge pull request #1781 from sajjad-ser/master
...
Fix Some Typo
2016-02-20 10:17:01 +11:00
Samuel Georges
95f4be8b68
Include user id in cache key
...
Fixes #1740
2016-02-20 09:39:18 +11:00
Samuel Georges
2e819f0142
Remove deprecated method
2016-02-20 08:19:14 +11:00
alekseybobkov
68aa59dae7
Updated main menu styles
2016-02-15 20:27:01 -08:00
Jeferson Oliveira
68689fbc90
Fix preposition.
2016-02-15 23:03:50 -02:00
Jeferson Oliveira
f0271638c9
Update pt-br translations.
2016-02-15 22:22:00 -02:00
saman3230
21574edf01
FIX typo
2016-02-15 17:21:16 +03:30
Samuel Georges
3ee2ec86f8
Allow toolbarButtons: false
2016-02-15 17:58:59 +11:00