2290 Commits

Author SHA1 Message Date
Szabó Gergő
53041ef23a Translate texts 2015-10-27 20:49:56 +01:00
alekseybobkov
db5fde4749 Minor fixes in Inspector 2015-10-17 18:00:20 -07:00
alekseybobkov
b8d40162eb Updated Inspector documentation examples 2015-10-17 14:04:05 -07:00
alekseybobkov
af3ce447ec Fixed links in the Inspector documentation 2015-10-17 12:47:17 -07:00
alekseybobkov
16a3b106f1 Updated Inspector documentation 2015-10-17 12:42:15 -07:00
alekseybobkov
109f833617 Merge branch 'master' of github.com:octobercms/october into develop 2015-10-17 10:59:15 -07:00
alekseybobkov
6ea20031ae Implemented $().inspector() API alias 2015-10-17 10:58:57 -07:00
Samuel Georges
3b4ee3340e * Build 305
Fix bug when property values are array
2015-10-17 14:52:50 +11:00
Joel E. Svensson
707c925b02 Even more translations
Added translation for "Properties"

Added translation for "Invalid security token"

Fixed spelling of "log in"

Fixed spelling of "access log"
2015-10-17 12:48:49 +11:00
Samuel Georges
cb97754aa3 Merge pull request #1520 from alxy/patch-10
Translate missing items
2015-10-17 12:45:39 +11:00
Samuel Georges
5c294b78bd Add support to extend query on 'nested' sortMode - refs #1519
Recompile assets, minor cleanup
2015-10-17 12:44:16 +11:00
Jofry
f0b4691168 Allow extend query on reorder controller, on 'simple' sortMode 2015-10-17 12:36:46 +11:00
Samuel Georges
82a385b338 Darken primary [buttons] slightly to make them easier to read 2015-10-17 12:25:20 +11:00
Samuel Georges
6203970122 Progress bar should turn red on error - refs #1518
Tidy up progress bar control, streamline brand colours
2015-10-17 12:17:10 +11:00
Samuel Georges
c4e88d2e21 Merge pull request #1518 from firoxer/develop
Display media manager upload errors more clearly
2015-10-17 11:50:56 +11:00
jBOKA
763bec47ad Update German language
Update German language
2015-10-17 11:47:00 +11:00
Samuel Georges
af657e9399 Fixes #1042 - remove fillable constraint on models when saving
Form fields are already constrained by their fields.yaml definition (values not defined in the yaml will not be saved) so we don't need to double dip by enforcing fillable too.
2015-10-17 11:41:40 +11:00
Samuel Georges
f12101671e Merge pull request #1508 from MatissJanis/feature/lv-language
Added missing latvian language strings
2015-10-17 10:54:33 +11:00
Samuel Georges
33d39c8b34 Minor 2015-10-17 10:51:54 +11:00
Samuel Georges
0f6a47a135 Tidy up Storm UI so all includes are in a single file 2015-10-17 10:51:40 +11:00
Samuel Georges
f446f8acd4 Merge pull request #1506 from tschallacka/FormFieldCatchForEmptyYaml
Fixed form field parsing to accept no config
2015-10-17 10:23:58 +11:00
Samuel Georges
ef22ac934d DRY up code from #1504 2015-10-17 10:16:49 +11:00
Samuel Georges
7d911c2c9f Merge pull request #1504 from Flynsarmy/formWidgetDefaults
Add support for default values in form widgets
2015-10-17 10:11:47 +11:00
Vojta Svoboda
16eb704793 Add missing PHPDoc @return tag 2015-10-17 09:17:37 +11:00
Samuel Georges
f2e13ba3eb Simplify #1475 2015-10-17 08:54:40 +11:00
Samuel Georges
54b4223660 Merge pull request #1475 from patrickward/develop
Allow minDate/maxDate to be entered in date format for DatePicker. Fixes #909.
2015-10-17 08:42:45 +11:00
Samuel Georges
5c12d99cc9 Minor revision to #1469 2015-10-17 08:41:10 +11:00
Samuel Georges
7543daa976 Merge pull request #1469 from Notuom/localize-backend-list-widget-switch
Add localization for the backend list Switch widget
2015-10-17 08:22:50 +11:00
Samuel Georges
22252638a8 Because W3C 2015-10-16 17:50:53 +11:00
alekseybobkov
61acdf9f46 Fixed Redactor toolbar styling in Fancy layout, minor fix in Inspector. 2015-10-15 20:17:50 -07:00
alekseybobkov
a5b217ff0b Merge branch 'develop' into builder-ui
Conflicts:
	modules/backend/widgets/table/assets/js/build-min.js
	modules/backend/widgets/table/assets/js/table.js
2015-10-15 17:32:19 -07:00
alekseybobkov
e26271bc01 Minor fix in Inspector styles. Minor fix in the component helper. 2015-10-15 17:10:56 -07:00
Alexander Guth
20145e46ef Translate missing items
Some local names may need some more attention. Im unsure how to translate them (best).
2015-10-15 22:10:38 +02:00
alekseybobkov
082c536372 Merged Inspector files to the Storm library. Minor fixes in the dynamic option editors. Implemented support for all events of the old Inspector. 2015-10-14 20:21:02 -07:00
Oliver Vartiainen
9f2e50c4eb Display media manager upload errors more clearly
* Differentiate between successful and failed uploads
* Add a function for updating upload bar status
* Add a new upload error text

Fixes #1349
2015-10-14 21:06:17 +03:00
alekseybobkov
6ddc366808 Added popup and container wrappers for Inspector, minor fixes in Inspector editors, minor extensions in the popup API. 2015-10-13 20:28:41 -07:00
Samuel Georges
5713dfbf86 Disable fixed toolbar - fixes #1463 2015-10-10 20:45:09 +11:00
Samuel Georges
ddba926e2a Update redactor to latest 2015-10-10 20:36:37 +11:00
alekseybobkov
409c40c248 Finished Inspector validation, some minor Inspector fixes. 2015-10-09 23:01:47 -07:00
Samuel Georges
d4cf2f7178 Spaces in URLs break Markdown syntax
Fixes https://github.com/rainlab/blog-plugin/issues/136
Recompile all assets
2015-10-10 09:09:40 +11:00
tschallacka
c4fffbd6f7 Fixed form field parsing to accept no config
If a programmer would define a yaml like

    fields:

        shortcut:

        country:

It would fail with message

    "array_key_exists() expects parameter 2 to be array, null given" on line 275 of ..\modules\backend\classes\FormField.php

The yaml parsing returns a null. This check intercepts that null value being passed to the function and turns it into a proper array.
2015-10-09 16:06:23 +02:00
alekseybobkov
6095303b54 Implementing Inspector validation, in progress 2015-10-08 21:59:02 -07:00
flynsarmy
82c2787f39 Add support for default values in form widgets 2015-10-09 13:51:33 +10:00
Samuel Georges
84a95af93b whereComponent doesn't rely on the component object 2015-10-09 05:32:24 +11:00
Samuel Georges
4b50f1cdb7 Clearing compiled cache files should be part of clearing Cache
Fixes #1501
2015-10-09 05:31:50 +11:00
Matiss Janis Aboltins
b1766196c2 Added missing latvian language strings 2015-10-08 10:02:06 +03:00
alekseybobkov
aee247727a Implementing Inspector validation + minor refactoring of the Inspector editors. 2015-10-07 20:16:24 -07:00
Samuel Georges
3531793ca3 Add where and whereComponent to CMS objects 2015-10-08 07:28:20 +11:00
Samuel Georges
f99ff4a363 Prevent sorting of count column, fixes #1491 2015-10-07 19:24:18 +11:00
Samuel Georges
1774f12e65 Minor styling fix 2015-10-07 07:22:16 +11:00