alekseybobkov
f7d08f1197
Implemented folder creation, fixed a minor issue with selecting items, added a new event to the Popup control.
2015-03-21 23:09:33 -07:00
alekseybobkov
331276c244
Implemented file and folder deletion
2015-03-18 22:20:53 -07:00
alekseybobkov
814c0ddc17
Merge branch 'develop' into media-manager
2015-03-18 19:27:27 -07:00
alekseybobkov
4feb64fef3
Minor design update in the user menu.
2015-03-18 19:19:43 -07:00
Samuel Georges
a1ac5edbf7
Various minor fixes and improvements
2015-03-18 19:28:14 +11:00
alekseybobkov
e2a9c25b65
Implemented search.
2015-03-17 22:20:04 -07:00
alekseybobkov
03c46012dc
Merge branch 'develop' into media-manager
2015-03-17 19:30:57 -07:00
Samuel Georges
5648507e0c
Adds soft copy directory support, minor fix to loadindicator
2015-03-18 05:38:25 +11:00
alekseybobkov
4e1217e2de
Implemented item sorting. Minor fix in the drop-down list styling.
2015-03-16 21:49:39 -07:00
alekseybobkov
dc4cb12402
LESS compiled
2015-03-15 22:08:41 -07:00
alekseybobkov
64e3b77eae
Minor fix
2015-03-15 22:06:52 -07:00
alekseybobkov
44c08b76f9
Implemented file uploading
2015-03-15 21:54:39 -07:00
alekseybobkov
78ad303236
Merge branch 'develop' into media-manager
...
Conflicts:
composer.json
modules/backend/assets/css/october.css
modules/backend/assets/less/controls/lists.less
modules/backend/assets/less/october.less
modules/backend/widgets/Form.php
modules/backend/widgets/form/partials/_field.htm
2015-03-15 13:06:50 -07: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
Samuel Georges
9b8e1ce3c1
Improve theme list to allow editing properties
2015-03-14 18:09:54 +11:00
Samuel Georges
3cdd390e38
Merge pull request #991 from ebuster/patch-1
...
Respect radio-button value in form triggers
2015-03-14 11:14:35 +11:00
Samuel Georges
203e4edc0b
Minor touch ups
2015-03-13 22:15:43 +11:00
Samuel Georges
a8389fb1aa
Tooltip now auto initializes
...
initForm can now pass context
Various improvements and bug fixes
2015-03-12 20:50:16 +11:00
ebuster
539705dbdf
Respect radio-button value in form triggers
...
When I tried to use form triggers for radio button I found that this is impossible:
field1:
type: radio
options:
val1: ...
val2: ...
field1:
type: ...
trigger:
action: hide
field: type
condition: value[val2]
Propsed fix allows conditions like that.
* and of couse - we need rebuild october-min.js
2015-03-07 23:36:25 +03:00
Samuel Georges
ec14cd6bee
Updates for new input preset /form field API
2015-03-07 11:20:54 +11:00
Samuel Georges
8ca1f8b7a3
Discovered an undoc feature "data-input-preset-prefix-input"... added to API as "prefixInput"
2015-03-07 11:14:03 +11:00
Samuel Georges
f8c3eac9c6
Streamline data-input-preset in to FormField API
2015-03-07 10:45:22 +11:00
Samuel Georges
7e3cf98a75
Adds data-trigger-closest-parent to Trigger API
...
Test code:
<form id="form1">
<input
type="text" name="aa" value="aaa"
data-trigger-action="show"
data-trigger="input[name=bb]"
data-trigger-condition="checked"
data-trigger-closest-parent="form"
/>
<input type="checkbox" name="bb" />
</form>
<form id="form2">
<input
type="text" name="aa" value="aaa"
data-trigger-action="show"
data-trigger="input[name=bb]"
data-trigger-condition="checked"
data-trigger-closest-parent="form"
/>
<input type="checkbox" name="bb" />
</form>
2015-03-07 09:47:44 +11:00
Samuel Georges
c7fadd3a17
Minor style tweaks
2015-03-06 20:54:50 +11:00
Samuel Georges
00e1f15d08
This fixes the mis-aligned backend menu in Firefox browsers!
...
Recompiled assets
2015-03-06 20:42:23 +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
Samuel Georges
2561131f38
Allow balloon control markup to be used independently
2015-03-06 20:35:54 +11:00
Samuel Georges
2cf8ad8c27
Minor fixes, improvements to full screen rich editor
2015-03-06 18:54:45 +11:00
Samuel Georges
62796e08b6
Finish the dragvalue plugin
2015-03-06 18:53:04 +11:00
Samuel Georges
bc317ffbb8
Fixes a weird issue where a fixed sidebar cannot be accessed on small screens
2015-03-06 17:31:54 +11:00
Chris
b627bbbefb
Added trigger on empty value
2015-03-05 11:03:20 +01:00
Samuel Georges
24cbeee959
Recompile using internals
2015-03-04 18:24:15 +11:00
Samuel Georges
561e969d2d
Extract controls to their own stylesheet
...
(So they can be used elsewhere; namely documentation)
Add indicator-center and clean up load indicator
Fancy layout should live with the other layouts, it isn't really a control
2015-03-04 18:23:02 +11:00
Samuel Georges
89434928f1
* Build 214
2015-03-03 18:45:37 +11:00
Samuel Georges
0a57f3a111
Fixes console error: The "title" has not been specified!
2015-03-03 18:39:07 +11:00
Samuel Georges
e48963b1e9
Improve mode detection for relations by using an event target
2015-02-28 19:33:11 +11:00
Samuel Georges
5c78140268
Adds compact column, explicit option for deferred binding in relation controller, fix to list head width
2015-02-27 21:54:58 +11:00
Samuel Georges
2bdc5aea78
Add section form field type, minor style fixes
2015-02-24 18:46:20 +11:00
Samuel Georges
49021145c5
Use nicer minified css
2015-02-21 14:58:51 +11:00
Samuel Georges
035718eb1b
Add column-slim css selector
2015-02-21 14:21:14 +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
7b52e07b65
Overhaul exceptions, rename triggerapi display -> show
2015-02-16 21:16:43 +11:00
Samuel Georges
6a2f64757b
*** REMOVED ALL DEPRECATED CODE **
2015-02-14 14:11:25 +11:00
Samuel Georges
fe611b8834
Input fields can now use icons, added icons to datepicker inputs
2015-02-13 22:57:55 +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
167d113c12
depends -> dependsOn
...
Hidden fields now retain their container div (hidden when empty)
2015-01-29 20:32:24 +11:00
Samuel Georges
37a0a8290e
Fixes popup loader appearing for "other" ajax requests
2015-01-29 20:04:47 +11:00
Samuel Georges
b13eb26b52
Update Font Autumn to latest
2015-01-28 18:28:35 +11:00
Samuel Georges
7c1de4f728
Add export action to ListController behavior
2015-01-27 20:02:20 +11:00