2454 Commits

Author SHA1 Message Date
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
alekseybobkov
8d574e93d9 Minor fix in the autocomplete Inspector editor 2015-10-05 21:14:32 -07:00
alekseybobkov
889a25f1c6 Added the autocomplete Inspector editor. Minor fixes in the Inspector memory management. Added destroy() method to the existing autocomplete control. 2015-10-05 20:56:35 -07:00
alekseybobkov
c47f69a012 Added the dictionary Inspector editor 2015-10-05 18:54:33 -07:00
Samuel Georges
b7505a2cd7 Returning save data now depends on form fields, so they should always be defined 2015-10-05 18:00:01 +11:00
flynsarmy
3e37c9307f Show matching folders when filtering CMS objects. Ref #1466 2015-10-05 12:12:11 +10:00
Samuel Georges
3a7e1d6d31 Fixes #1480 - Allow postback key names to use dots 2015-10-05 12:11:25 +11:00
alekseybobkov
76c8099c9e Refactored Inspector popup editors 2015-10-04 15:33:12 -07:00
alekseybobkov
b0fa402cbe Added string list Inspector editor 2015-10-04 15:00:59 -07:00
Samuel Georges
99fcdaaadb Merge pull request #1488 from vojtasvoboda/feature/duplicate-array-keys
Remove duplicate array keys
2015-10-05 08:45:48 +11:00
Samuel Georges
399fd70cba Merge pull request #1486 from sajjad-ser/master
Update Persian language
2015-10-05 08:44:43 +11:00
Samuel Georges
16ca5b4ffc Merge pull request #1474 from adrenth/develop
Fix undefined variable $filePath
2015-10-05 08:43:31 +11:00
Samuel Georges
6d7a7b0601 Merge pull request #1468 from mul14/min-login-password-should-4
Minimum password length should be 4 characters
2015-10-05 08:42:38 +11:00
Samuel Georges
d11515f199 Merge pull request #1467 from marcotesche/develop
German translation for client.php (system module)
2015-10-05 08:41:58 +11:00
Samuel Georges
2b1145b723 Merge pull request #1465 from gergo85/patch-8
Update the Hungarian language
2015-10-05 08:41:29 +11:00
Vojta Svoboda
3ea76dd817 Remove duplicate array keys 2015-10-04 22:09:57 +02:00
Sajjad
19adf61c5e Update Persian language 2015-10-03 12:36:57 +03:30
alekseybobkov
ae2f3bb62e Refactored grouping in the Inspector, finished the Object editor. Multiple minor updates of the Inspector. 2015-10-02 20:54:57 -07:00
Samuel Georges
1847018b99 Switch to October flavored INI 2015-10-03 08:52:52 +10:00
Samuel Georges
8e986c42b1 Remove some deprecated code 2015-10-03 07:31:01 +10:00
Samuel Georges
91d3d4dbde Swap FileHelper methods for new Ini parser 2015-10-03 07:30:11 +10:00
Samuel Georges
8ed6a3cc51 Fixes exception ref 2015-10-03 07:29:08 +10:00
Samuel Georges
51446f6a27 Add alias for new Ini parser 2015-10-02 05:11:39 +10:00
Samuel Georges
f97b9a6831 Allows custom toolbar buttons to be injected
Removes the assumption that all anchors are pagination links
Make code easier to read in places
Sorry, had to use jQuery in some places too
2015-10-01 18:13:15 +10:00
Samuel Georges
97595a631e Adds the ability to inject custom buttons + icons 2015-10-01 17:24:12 +10:00
Samuel Georges
c30851d684 Remove dead ns ref 2015-09-30 20:54:00 +10:00
Samuel Georges
2ecf2db311 Remove dependency on IntlDateFormatter 2015-09-30 20:52:31 +10:00
Patrick Ward
20704bca67 Allow minDate/maxDate to be entered in date format for DatePicker. Fixes #909. 2015-09-29 19:02:42 -04:00
Samuel Georges
8139def435 Bump max values to their db equivalents 2015-09-30 06:09:51 +10:00
Alwin Drenth
21680f60f9 Updated Dutch language for CMS 2015-09-29 22:04:14 +02:00
Samuel Georges
e285b2f870 Merge pull request #1473 from alxy/patch-7
Missing use statement
2015-09-30 05:31:44 +10:00
Samuel Georges
3f53ae1ccf Fixes instance of WSOD 2015-09-30 05:26:12 +10:00
Samuel Georges
bbfba7dc34 Remove the use of Twig_Loader_String, added Twig::parse 2015-09-30 05:26:00 +10:00
Alwin Drenth
98dd952d4b Fix undefined variable $filePath
Also added proper phpDoc to the PluginBase class
2015-09-29 15:02:48 +02:00
Alexander Guth
00998f93ca Missing use statement 2015-09-29 14:09:23 +02:00
Samuel Georges
dd6e0a3836 Persist the search term across AJAX requests only
Fixes #1448
2015-09-28 10:52:24 +10:00
Samuel Georges
d4ce89e9ba Fixes relation render onclick in list view to obey $model->primaryKey value
Fixes #1454
2015-09-28 10:12:06 +10:00
Samuel Georges
6b3d82d10f Merge pull request #1464 from Flynsarmy/useFileFacade
Use correct folder permissions in ThemeImport/Export
2015-09-28 07:51:00 +10:00