Samuel Georges
b313a29e3a
Trigger api should fire on render
2015-01-23 20:50:08 +11:00
alekseybobkov
d850a795fd
Minor updates in the components API and Inspector
2015-01-20 19:38:02 -08:00
alekseybobkov
8ff242c1d0
Fixed default options support in Inspector, minor improvement in the components API.
2015-01-18 19:20:33 -08:00
alekseybobkov
b25606ddd1
Merge branch 'develop' of github.com:octobercms/october into develop
2015-01-14 19:41:51 -08:00
alekseybobkov
f5aee22110
Improved default checkbox value handling in the Inspector. Imrpovements in the Redactor figure toolbar support.
2015-01-14 19:39:53 -08:00
Samuel Georges
dfee19a543
Introduce a delay on the CMS sidepanel tab
2015-01-14 17:34:47 +11:00
Samuel Georges
83cfb52d76
Recompile assets
2015-01-13 17:26:53 +11:00
Samuel Georges
c4cef299dd
Fixes #828 - php artisan october:util compile assets
2015-01-12 20:08:53 +11:00
alekseybobkov
090264e3b9
Minor fixes in the Inspector and Scrollbar classes. Minor updates in the Table widget.
2015-01-11 20:56:17 -08:00
Samuel Georges
f264d73b18
Merge pull request #879 from scottbedard/patch-3
...
Patch 3
2015-01-10 11:48:19 +11:00
Scott Bedard
4d66734cc3
Update october.inspector.js
...
Reused validationMessage, and now allowing for string zero
2015-01-09 19:25:01 -05:00
Scott Bedard
f628eaf666
Adds "required" component properties
...
Adds a "required" and "requiredMessage" key to component properties. If a required field does not have a requiredMessage, a default message of "Required fields were left blank." will be used.
Example usage...
```php
public function defineProperties()
{
return [
'maxItems' => [
'title' => 'Max items',
'description' => 'The most amount of todo items allowed',
'type' => 'string',
'required' => true,
'requiredMessage' => 'You must set the maximum todo items allowed!'
]
];
}
```
2015-01-09 19:12:21 -05:00
alekseybobkov
c26545913c
Improvements in the table widget, added new events to the CMS core, form styling, added support for the Table widget in in the CMS area.
2015-01-07 22:21:52 -08:00
alekseybobkov
6440b718d8
Updates in the rich editor styling, minor improvements in the Inspector and CMS core.
2015-01-03 16:39:38 -08:00
alekseybobkov
3ac21e3c89
Merge branch 'develop' into table-widget
2014-12-17 22:15:23 -08:00
alekseybobkov
1480303c4f
The options can now be set with the PHP configuration. Minor updates in the scrollbar widget. Implemented scrolling. Updated documentation.
2014-12-17 22:07:49 -08:00
Samuel Georges
a03d0cc8b4
showExternalParameter -> showExternalParam
2014-12-16 15:16:31 +11:00
Samuel Georges
de9f6194a9
Style sweet alert so it matches the backend better
2014-12-15 20:28:04 +11:00
Samuel Georges
dfdb6259d8
Implement "sweet alert" for ajax errors and confirmations
2014-12-15 17:50:15 +11:00
Samuel Georges
3d903191ee
Framework.js should throw an alert here, no need to do it again
2014-12-15 17:02:50 +11:00
gergo85
2a05c2346f
Update jQuery files
...
Demo theme: v1.10.2 -> v1.11.1
Backend: v2.0.3 -> v2.1.1
Furthermore I renamed the jquery-2.0.3.min.js file because of easy to
update jQuery in future.
2014-12-01 22:35:58 +01:00
Samuel Georges
f0cb98e63c
Fixes #145 - Plugin details now support "homepage" property
2014-11-27 17:21:30 +11:00
Samuel Georges
c6f46d1397
Merge pull request #767 from ImanMh/master
...
A delay added to CMS side menu tab change event to avoid the annoying tab changes
2014-11-15 15:11:02 +11:00
Iman Mohamadi
0afd8ec5b5
A delay added to CMS side menu tab change event to avoid the annoying unexpected menu changes while moving mouse arround
2014-11-12 13:14:58 +03:30
Sam Georges
f458fb7704
Overhaul Form layouts, adds FormTabs.php class for managing tab properties
2014-11-12 07:33:58 +11:00
Sam Georges
2f4603ef58
Close should trigger Hide events
2014-11-07 20:13:16 +11:00
Sam Georges
c0dc85eefb
Add useAnimation to popover, refactor popup so it behaves more like popover
2014-11-07 19:39:13 +11:00
Sam Georges
5370fff189
Update permissions
2014-11-01 16:27:03 +11:00
alekseybobkov
3a806b7ee0
Improvement in the Inspector external parameters support
2014-10-31 22:01:27 -07:00
Sam Georges
afcf50a585
noExternalParameter -> showExternalParameter
2014-10-31 19:57:07 +11:00
Sam Georges
832a92e925
Revert change
2014-10-30 17:39:08 +11:00
alekseybobkov
f3ab4595b2
Merge branch 'develop' of github.com:octobercms/october into develop
2014-10-29 23:36:20 -07:00
alekseybobkov
85df6bfb62
Fix in the Inspector
2014-10-29 23:36:07 -07:00
Sam Georges
9c253a7d67
Wording change
2014-10-30 17:24:57 +11:00
alekseybobkov
3deb4ee654
Minor fix in the Inspector code
2014-10-29 23:09:13 -07:00
alekseybobkov
2a771190ea
Merge branch 'develop' into dynamic-partials
2014-10-29 22:14:31 -07:00
alekseybobkov
9a05a408c9
Added support for components in partials
2014-10-29 22:12:42 -07:00
Sam Georges
1c6d48ffa8
Fixes a strange issue where a <button> inside a nested <form> will trigger the event twice (1 for button, 1 for form)
2014-10-27 17:59:53 +11:00
Sam Georges
a9eecfecd5
Remove blueimp uploader, replaced with dropzone.js
2014-10-20 18:55:31 +11:00
Sam Georges
ed552f1591
Minor code clean
2014-10-18 15:52:44 +11:00
alekseybobkov
12175b29db
Multiple updates in the back-end widgets and styles
2014-10-16 20:47:23 -07:00
alekseybobkov
0b8af1f505
Merge branch 'develop' into static-pages-support
2014-10-10 22:27:01 -07:00
Sam Georges
4504d5bf4c
Improve translation handling
2014-10-11 10:37:48 +11:00
alekseybobkov
26e8d5bda5
Minor updates in the back-end UI
2014-10-05 22:21:03 -07:00
Sam Georges
f89f3416d4
Adds nested option used for isolating containers
2014-09-29 17:13:05 +10:00
Sam Georges
4d54160e16
Update fork ref
2014-09-29 16:26:21 +10:00
Sam Georges
88d67a7100
Fixes #359 - Sorting should work for hybrid touch/mouse devices now
2014-09-29 16:21:56 +10:00
Sam Georges
b37ba3ccfd
Fixes flaw in JS, custom dropdowns now focus when invalid
2014-09-29 14:15:49 +10:00
Sam Georges
6363205f34
Fixes validation on Tabs and Cms pages
2014-09-29 14:04:05 +10:00
Sam Georges
27708f7fa8
Fixes #633 - Return to previous keymap
2014-09-29 09:56:49 +10:00