Luke Towers
2f7cc96b6d
Improve status check
...
Only check for a writable themes directory if the Cms module is loaded.
2018-02-02 13:23:53 -06:00
Samuel Georges
4eab0670c4
Proxy ConsoleSupportServiceProvider properly
...
Refs https://github.com/octobercms/october/pull/3353
Refs https://github.com/octobercms/october/issues/3321
Refs https://github.com/octobercms/october/pull/3328
Refs https://github.com/octobercms/october/issues/3359
2018-01-24 18:09:41 +11:00
Arthur Kushman
bbc33710c1
>= PHP7.0 refactoring ( #3343 )
...
* Fix loosly comparison to strict + argument types and return types for >=7.0
* Change hard-coded strings to ::class,
* Fix unit-tests failures - some relative to 7.0 phpunit env deployment
* Fix exception string + format return types
* Change string representation of new classes in traceLog to ::class
Credit to @arthurkushman
2018-01-12 00:23:20 -06:00
Derrick Austin
74b3780ab5
Build Number Bugfix: Console Upgrade ( #3357 )
...
Credit to @austinderrick
2018-01-11 11:59:30 -06:00
Jan Vince
ce864cc8fb
Catch Artisan::call exception ( #3342 )
...
This change will allow settings to be saved even when Exception is thrown in Artisan::call (eg. when putenv() function is disabled).
Fixes #3339 . Related: #3280 .
2018-01-08 08:29:43 -06:00
pikanji
54ab6f080a
Use cms.storage.uploads.disk instead of filesystem.default
...
Fixes #3332 .
FileUpload widget uploads file to the disk specified by default in config/filesystem.php instead of storage.uploads.disk in config/cms.php, if we use System\Models\File following the instruction in here.
Although we can still create another class extending System\Models\File or October\Rain\Database\Attach\File and use it as the model for attachOne/Many relation, System\Models\File seems to be the one that responsible to look at storage.uploads.disk in config/cms.php, because the existing methods are using storage.uploads.*.
Credit to @pikanji
2018-01-01 17:04:47 -06:00
tim0991
06780f5123
Support toggling the removal of stop words in input preset handling ( #3320 )
...
Add `data-input-preset-remove-stop-words="false"` to an element being handled with the input preset JS to disable the removal of stop words from slug generation. Credit to @tim0991.
2017-12-25 17:56:58 -06:00
Miro Rauhala
1d3828c36e
Bring Finnish language up to date ( #3316 )
...
Credit to @mirorauhala
2017-12-21 11:16:01 -06:00
Samuel Georges
33d492fda7
Merge pull request #3280 from aspendigital/settings-queue-restart
...
Trigger queue worker restart on settings model save
2017-12-19 09:12:12 +11:00
HekmatFavid
a2789e6f60
Update client.php ( #3292 )
...
Changes to hijri calendar month and date names correction in fa language
2017-12-11 08:54:43 -06:00
ametad
d26f2aca6d
Updating validation messages translations ( #3261 )
...
Updating validation messages to the latest Laravel 5.5 version. Credit to @ametad.
2017-12-02 15:37:23 -06:00
Samuel Georges
736188e26f
Recompile assets
2017-12-02 17:43:14 +11:00
Jim Cottrell
1515261335
Trigger queue worker restart on settings model save
2017-11-30 14:51:54 -07:00
Szabó Gergő
e9a42602df
Add missing translation ( #3269 )
...
Fixes #3267
2017-11-28 08:27:15 -06:00
Samuel Georges
d2b2534699
Fixes poorly named event
...
Event names should be based on the class name, not the command name (so shouldn't ever need to contain the : character)
Refs #1644
2017-11-27 15:50:37 +11:00
SeriousKen
965d91e51c
Trailing & in requestData if data is empty ( #3262 )
...
This fixes a small issue where the form is submitted an extra unnamed null field is present in the request due to a trailing & symbol in `requestData` when `data` is empty.
2017-11-23 09:54:17 -06:00
Luke Towers
dfd629ee75
Added system.console.october:mirror.extendPaths
...
Fixes #1644
2017-11-22 13:59:23 -06:00
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