1026 Commits

Author SHA1 Message Date
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
Luke Towers
4203e65549 Deprecated Cms\Controllers\Media in favour of the backend one. Fixed other references to moved pieces of the Media Manager. Finally a proper fix for https://github.com/octobercms/october/pull/2604 2017-10-08 23:12:04 -06:00
Luke Towers
7830f89fa9 Fixing typos 2017-10-08 12:52:03 -06:00
Luke Towers
7fd81c4c2a Initial work on moving media controller to the backend 2017-09-27 22:40:39 -06:00
Luke Towers
30d4436172 Moved the media icon to the backend instead of the cms 2017-09-27 22:37:11 -06:00
Luke Towers
6bcaeb2d65 Moving media manager references from the CMS service provider to the System service provider 2017-09-27 22:34:32 -06:00
Luke Towers
d14f1fec0f Moved MediaFinder formwidget from the CMS module to the System module 2017-09-27 22:30:53 -06:00
Luke Towers
c2f204008b Moved the MediaManager widget from the CMS module to the System module 2017-09-27 22:23:58 -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
de747f98b3 Deprecate the MediaLibrary & MediaLibraryItem classes in the CMS module 2017-09-27 22:12:45 -06:00
Szabó Gergő
fa2c536a53 Hungarian translate for Mail branding (#3115)
and minor corrections
2017-09-15 09:41:48 -06:00
Luke Towers
8a8013e52e Fixes #3081. Resets module dependencies from dev to stable. Refs 081a32c928 2017-09-04 12:40:55 -06:00
Luke Towers
5185ca075b Add the cms.object.listInTheme event (#3076)
Inspired by #3075. Provides a cms.object.listInTheme event to modify the results returned by that method.
2017-09-02 19:51:56 -06:00
Samuel Georges
4074ad8cc9 Laravel 5.5 released 2017-08-31 20:57:00 +10:00
Tschallacka
b152663ff5 Attribute values for < and > and '' should be written als &lt; &gt; and &quot;(when enclosed with double quotes for attribute delimters) (#3043) 2017-08-29 10:29:48 -06:00
Szabó Gergő
cfd3d54316 Update the Hungarian translation (#3046)
Compatible with October build 420
2017-08-18 08:26:51 -06:00
Sang Min Oh
969eaccf8b korean language support for backend (#3023)
Credit to @everydayparty
2017-08-06 12:36:34 -06:00
Luke Towers
9745b3ba75 Compiled assets 2017-08-05 18:11:40 -06:00
Luke Towers
0b7170ac26 Add support for sorting direction to the MediaManager (#3007)
* Remove redundant returns

`$this->putSession()` in `Backend\Traits\SessionMaker` doesn't return anything, and the return values of these methods are not used; so returning the value of `putSession()` in these methods is redundant.

* Add support for sort direction to MediaLibrary

Adds support for switching the direction that item lists get sorted by the media library. This necessitates the changing of the default direction of Last Modified and Size to Ascending, previously their sorting direction was Descending while Title was sorted in Ascending order. This shouldn't change anything as the user still has the power to sort by either direction. Fully backwards compatible with any calls to `sortItemList`.

* Support sorting direction in the MediaManager widget

Adds further support for specifying a sorting direction to the MediaManager widget itself

* Display sorting direction options

* Improving styles for sorting direction

* Send sorting information to the MediaManager

* Add translations for sorting feature

* Removing strange ghost whitespace
2017-08-05 12:45:01 -06:00
Jan Vince
881edd48de Update Czech translation (#3003)
Credit to @jan-vince, reviewed by @chesio
2017-08-01 07:28:09 -06:00
Luke Towers
3b7a8f3123 Make extension comparisons case insensitive
Make extension comparisons done in `getFileType()` case insensitive to support audio/visual file types being correctly recognized when the file being uploaded has an uppercase extension as is occasionally the case. I.e. `.JPG` is the same as `.jpg`, this just tells October to consider them the same.
2017-07-31 21:03:28 -06:00
Samuel Georges
96d0535d09 Add generic onAjax handler that does nothing 2017-07-29 22:55:58 +10:00
Alexander Shapoval
26ee634ffb Updated Ukrainian and Russian translations (#2988)
* Small changes in Ukrainian and Russian languages
2017-07-28 08:53:40 +10:00
Samuel Georges
9cadea9b19 Code doc improvements 2017-07-27 17:35:14 +10:00
Samuel Georges
5555b98799 Fixes deprecated Twig API
Refs https://github.com/kriswallsmith/assetic/pull/819
2017-07-26 22:16:52 +10:00
Samuel Georges
ef191d64e4 l55upgrade -> develop 2017-07-26 21:03:52 +10:00
Samuel Georges
9bb639b19f Merge branch 'l55upgrade' into develop 2017-07-26 20:59:58 +10:00
Samuel Georges
18b9253bcb Change to mail partial syntax 2017-07-26 17:48:00 +10:00
Samuel Georges
5078578a04 Rollback 205f02b44ad3d7b43e370b430b9cb8fc570ea392
This keeps it as generic copypasta
With or without this, an unauthorized page is shown if the user has no permission
2017-07-22 09:46:55 +10:00
Luke Towers
205f02b44a Improve unauthorized redirection trigger case 2017-07-21 14:47:18 -06:00
Luke Towers
151ed057e8 Improve support for #2985
Improves support for editing theme options by enabling the currently active theme's customizations to be saved without a dirname in the URL.
2017-07-21 14:45:51 -06:00
Alwin Drenth
c1cd76d60a Update Dutch language files (#2987) 2017-07-21 09:27:27 -06:00