1472 Commits

Author SHA1 Message Date
Samuel Georges
2092454343 Clean up from #3255
This logic could have been placed in the ValidationException class or the framework.js file. It seems more fitting for it to be in the framework.js file.
2017-11-22 13:47:34 +11:00
Jan
c165fc02d7 Fix ajax validation for array syntax (#3255) 2017-11-21 17:05:04 -06:00
Miro Rauhala
da295a83df Add Finnish language (#3237)
Credit to @mirorauhala
2017-11-11 18:36:55 -06:00
Christophe Vuagniaux
cbcdd76ff2 Add filter of type text in backend list (#3094)
Fixes #3048, credit to @ChVuagniaux
2017-11-06 12:07:53 -06:00
Samuel Georges
712dcf9412 Use alias instead of leading slash
Refs d292eeb85ecb57f2aa84ab573ea6467584f268e2
2017-11-03 07:57:33 +11:00
Nikolay
2239f988d2 Fixes #3211 with improvements to reverse migration (#3212)
Fixes #3211
2017-10-31 12:34:48 -06:00
Vojta Svoboda
04cb4ddd2c Check if given partial name is also file or only folder (#3190)
Fixes #2383. Credit to @vojtasvoboda, reviewed by @CptMeatball
2017-10-23 08:48:34 -06:00
Luke Towers
d292eeb85e Remove ambiguity around what classes are being used
Fixes https://github.com/octobercms/october/issues/3184.
2017-10-20 21:39:54 -06:00
Luke Towers
aee81081df Hide Settings menu when no sub pages to display (#3172)
Remove the Settings main menu item if there are no submenus to display. Fixes https://github.com/octobercms/october/issues/2175
2017-10-18 11:22:33 -06:00
Christophe Vuagniaux
c7dcd386d1 Fix exception Class 'System\Twig\MediaLibrary' not found in build 426 (#3181)
see 08f9cd8
2017-10-18 07:56:52 -06:00
Samuel Georges
669a4cee6e Merge branch 'maintenance-mediamanager' into develop 2017-10-16 17:56:34 +11:00
Samuel Georges
2a1234d21c Update MM lang refs 2017-10-16 17:52:50 +11:00
Samuel Georges
9309d826d0 Update zh-tw MM lang 2017-10-15 01:31:04 +11:00
Samuel Georges
4790f8b7a7 Update zh-cn MM lang 2017-10-15 01:29:13 +11:00
Samuel Georges
75d16dab26 Update uk MM lang 2017-10-15 01:27:28 +11:00
Samuel Georges
79b5094aed Update tr MM lang 2017-10-15 01:25:09 +11:00
Samuel Georges
974bbf1303 Update sv MM lang 2017-10-15 01:21:15 +11:00
Samuel Georges
a7b6250e74 Update ro MM lang 2017-10-15 01:03:26 +11:00
Samuel Georges
c9851ca158 Update pt-pt MM lang 2017-10-15 01:01:00 +11:00
Samuel Georges
cc295cc40b Update pt-br MM lang 2017-10-15 00:58:13 +11:00
Samuel Georges
93a3b4e1e7 Update pl MM lang 2017-10-15 00:43:39 +11:00
Samuel Georges
3c27eb4728 Update nl MM lang 2017-10-15 00:41:50 +11:00
Samuel Georges
8262897010 Update nb-no MM lang 2017-10-15 00:37:53 +11:00
Samuel Georges
e28c287d08 Update lv MM lang 2017-10-15 00:29:08 +11:00
Samuel Georges
56f4d5972d Update lt MM lang 2017-10-15 00:04:24 +11:00
Samuel Georges
88fa577946 Update kr MM lang 2017-10-15 00:00:01 +11:00
Samuel Georges
dd089e4bed Update it MM lang 2017-10-14 23:52:44 +11:00
Samuel Georges
aa1766ad12 Update hu MM lang 2017-10-14 23:34:05 +11:00
Samuel Georges
74611f7220 Update fr MM lang 2017-10-14 23:31:27 +11:00
Samuel Georges
476645bafd Update fa MM lang 2017-10-14 23:29:52 +11:00
Samuel Georges
95dd254705 Update et MM lang 2017-10-14 23:25:44 +11:00
Samuel Georges
1eb99b8165 Update es MM lang 2017-10-14 23:14:20 +11:00
Samuel Georges
3aa9d91cf8 Update en MM lang 2017-10-14 23:05:08 +11:00
Samuel Georges
1826b19197 Update el MM lang 2017-10-14 23:02:22 +11:00
Samuel Georges
2593252909 Update de MM lang 2017-10-14 22:38:25 +11:00
Samuel Georges
9d4b86a67a Update da MM lang 2017-10-14 22:35:38 +11:00
Samuel Georges
b8ad025968 Update cs MM lang 2017-10-14 22:28:20 +11:00
Samuel Georges
d30aa578b4 Update bg MM lang 2017-10-14 22:24:36 +11:00
Samuel Georges
56b8d38bbf Update be MM lang 2017-10-14 22:20:56 +11:00
James Allen
a697970b92 fix documentation #3160 2017-10-10 21:24:56 -04:00
Harmen Janssen
a2a91a38e6 Added PluginManager::unregisterAll() (#3156) 2017-10-08 12:14:17 -06:00
Wellyson Freitas
dcfe59b807 Adding method to return a list of MailTemplate objects (#3152)
* Method to return a list of MailTemplate objects (for `rainlab/translate-plugin` list translatable messages). See: https://github.com/rainlab/translate-plugin/issues/87
2017-10-04 14:06:17 -06:00
Luke Towers
08f9cd8448 Moved the |media twig filter from the CMS module to the System module 2017-09-27 22:15:01 -06:00
Luke Towers
a24da988ae Moving MediaLibrary and MediaLibraryItem classes to the System module 2017-09-27 22:10:20 -06:00
Alexander Guth
93a2898379 Do not change behavior: pass request data back to the options object (#3012)
Current changes to the ``framework.js`` led to a breaking change due to the fact, that ``options.data`` was no longer populated with the request data. The ``options`` object is part of the ``context`` object, which is later beeing passed to ``ajaxBeforeSend``
The two relevant versions of the file show the change of behavior:
b6fedfb688/modules/system/assets/js/framework.js (L56) => https://github.com/octobercms/october/blob/develop/modules/system/assets/js/framework.js#L88
The change is required to remain consistent with the old behavior. This code is tested and appears to be working as it did formerly.
2017-09-19 15:34:48 -06:00
Szabó Gergő
fa2c536a53 Hungarian translate for Mail branding (#3115)
and minor corrections
2017-09-15 09:41:48 -06:00
Luke Towers
9565565865 Add ignoreTimezone option to datepicker field and column types.
Adds the ability to specify an `ignoreTimezone: true` option on the config for a datepicker form widget or date column type. This will ignore both October's and the backend user's timezone settings to display the date exactly as it is stored.
2017-09-10 22:39:15 -06:00
Fl0Cri
50d6db7d1c Allow raw values in subject header (#3092) 2017-09-07 08:42:27 -06:00
Luke Towers
8a8013e52e Fixes #3081. Resets module dependencies from dev to stable. Refs 081a32c928 2017-09-04 12:40:55 -06:00
Samuel Georges
dfdf81e245 Merge pull request #3004 from Samorai/develop
Added translation for pageTitle into MailBrandSettings
2017-09-02 08:26:31 +10:00