alekseybobkov
70d3778611
Minor changes in the Table widget validation
2015-01-13 18:44:20 -08:00
Samuel Georges
7119ae5695
Merge pull request #886 from mahony0/patch-3
...
Update lang.php
2015-01-13 21:21:57 +11:00
Samuel Georges
363ef7fde3
Merge pull request #868 from Rias500/master
...
Allow SVG in image upload
2015-01-13 17:51:48 +11:00
Samuel Georges
69a3aedffb
Fixes an issue where duplicate assets are sent across the AJAX wire
2015-01-13 17:46:46 +11:00
Samuel Georges
66cc3a852f
Minor fix
2015-01-13 17:26:53 +11:00
Samuel Georges
83cfb52d76
Recompile assets
2015-01-13 17:26:53 +11:00
alekseybobkov
433e99d6e7
Fixed a bug with closing tabs in the CMS
2015-01-12 22:23:13 -08:00
Mahmut
7cac0e421e
Update lang.php
...
Why these lines removed? On backend/backend/usergroups, strings not showing up..
2015-01-12 15:10:50 +02:00
Samuel Georges
c4cef299dd
Fixes #828 - php artisan october:util compile assets
2015-01-12 20:08:53 +11:00
Samuel Georges
7e7d77c5e6
Fixes #869 - Constructor doesn't have static. ping @alekseybobkov
2015-01-12 20:08:52 +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
alekseybobkov
ac758b91c8
Merge branch 'develop' of github.com:octobercms/october into develop
2015-01-11 13:44:13 -08:00
alekseybobkov
cbc808520d
Added JS source map extension to the white map in the .htaccess file. Minor fix in the forms styling. Implemented client-side validation for the Table widget. Updated the Table widget readme file.
2015-01-11 13:42:42 -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
Samuel Georges
ddaceb5ad7
Merge pull request #875 from scottbedard/patch-2
...
Adds isHidden check to backend components widget
2015-01-10 10:52:41 +11:00
Samuel Georges
aa11693117
Merge pull request #867 from mahony0/patch-2
...
Update lang.php
2015-01-10 10:41:51 +11:00
Samuel Georges
6ffccd9e4e
Merge pull request #866 from mahony0/patch-1
...
Update lang.php
2015-01-10 10:41:32 +11: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
alekseybobkov
bc287a9559
Minor fix in the drop-down cell procesor. Added some Validation documentation.
2015-01-08 20:39:44 -08:00
Scott Bedard
3ca540ac61
Adds isHidden check to backend components widget
...
Allows components to be hidden from the backend components widget by checking their isHidden value
https://github.com/octobercms/october/blob/master/modules/cms/classes/ComponentBase.php#L41
2015-01-08 09:42:41 -05:00
alekseybobkov
e1ebfac575
Merge branch 'develop' of github.com:octobercms/october into develop
2015-01-07 22:22:38 -08: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
=
ef5e54aa1a
Allow SVG in image upload
2015-01-06 11:40:45 +01:00
Mahmut
d1676ae8ad
Update lang.php
...
Added translate for unconverted strings and some of them optimized for successful converting.
2015-01-05 21:58:06 +02:00
Mahmut
722a5bd2b7
Update lang.php
...
Added translate for unconverted strings and some of them optimized for successful converting.
2015-01-05 21:49:49 +02:00
Samuel Georges
9ea6940e6a
Add {{ this.session }}
2015-01-05 21:08:30 +11:00
gergo85
720cd0ac71
Add translate and remove unnecessary commas
2015-01-05 10:05:03 +01:00
gergo85
faf7e3df70
Add plugin counter
2015-01-05 10:03:07 +01:00
alekseybobkov
e3216614a9
Added code comments
2015-01-04 20:32:34 -08:00
Samuel Georges
b08020fd4c
Update CHANGELOG
2015-01-05 15:02:22 +11:00
Samuel Georges
55a68be13b
Check for the presence of validation errors in the session, and add it to the view
2015-01-05 14:57:17 +11:00
Samuel Georges
dc6098c089
Create unit tests for WidgetMaker trait
2015-01-05 13:22:40 +11:00
Samuel Georges
f4487076b7
Remove some legacy code, no need to pipe WidgetMaker thru WidgetManager
2015-01-05 13:12:48 +11:00
Samuel Georges
b74b19741b
Unify the logic for getting field values from a dataset
...
Amongst Form Widgets and "the" Form widget
ping @alekseybobkov
2015-01-05 12:54:14 +11:00
Samuel Georges
415f07eb1d
Fixes various unit tests so they pass (Tested in Windows)
2015-01-05 12:37:04 +11:00
Samuel Georges
2160ddf3e5
Fixes unit test - normalize plugin paths for Win systems
2015-01-05 11:46:33 +11:00
Samuel Georges
5d2a177646
getModelArrayAttribute -> resolveModelAttribute
2015-01-05 11:18:43 +11:00
Samuel Georges
d91d4112a5
getLoadData -> getLoadValue
2015-01-05 09:45:04 +11:00
Samuel Georges
0be582c42d
getSaveData -> getSaveValue
2015-01-05 09:43:39 +11:00
Samuel Georges
59c9146b4f
Merge pull request #861 from gergo85/master
...
Cleanup
2015-01-05 09:21:09 +11:00
alekseybobkov
820ff72149
Automatically initialize a record when the dataset is empty
2015-01-03 18:00:34 -08:00
alekseybobkov
7e5ce04a79
Merge branch 'develop' into dynamic-partials
2015-01-03 16:41:25 -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
gergo85
f0005d196b
Cleanup
...
Remove whitespaces.
2015-01-03 12:41:23 +01:00
Samuel Georges
4852722ba1
Merge pull request #848 from nicolas-lescop/develop
...
Extend query of the filter options lists
2015-01-03 15:58:34 +11:00
Samuel Georges
8f8ac2dd02
Merge pull request #860 from gergo85/master
...
Improve multilanguage support and cleanup
2015-01-03 15:56:09 +11:00
Samuel Georges
85b97c5419
Refs #850 - Minor code clean
2015-01-03 15:48:07 +11:00