4186 Commits

Author SHA1 Message Date
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
Luke Towers
8a5d0c3b13 Correct row numbers displayed in the import result form (#3136)
* Add support for a source index offset

Improves the reporting of errors in the importing process by getting the correct offset for the displayed row where the error took place.

* Add the source index offset to the row number

Refs ce6df84b04
2017-10-15 13:45:35 -06:00
Luke Towers
46205298df Add the user's role to the columns 2017-10-15 11:49:06 -06:00
Luke Towers
f739e457e4 Enable superusers to actually use the is_superuser filter 2017-10-14 21:55:56 -06: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
Samuel Georges
fdc2891734 Update deprecated refs 2017-10-14 22:06:34 +11:00
Luke Towers
fa840d79f6 Improve support for three tier user system
This builds on 4fd1ca824f by switching from a two tier approach to permissions (superusers and regular users), to a three tier approach (superusers (developer), second-in-command (clients with manage_users permissions), and regular users). If support for a four tier approach is necessary (Superuser, Franchise Owner, Franchise Business Manager, Franchise Staff as an example), then it can be implemented simply by adding a flag to roles that would prevent anyone except for a superuser from assigning that role.

The specific changes made by this commit is to support users with the manage_users permission (but who are not superusers) to be able to assign roles to other users and improvements to the sanctity of the superuser itself. Non-superusers can no longer see or edit superusers in the backend (that was previously poorly handled as a non-superuser with manage_users could take over a superuser account since they could modify that account willy-nilly), and the is_superuser filter is accordingly removed as well.
2017-10-14 00:25:52 -06:00
Szabó Gergő
33a699e587 Add new lines (#3169) 2017-10-13 08:58:46 -06:00
Samuel Georges
c3a2522a04 Merge pull request #3161 from allenjd3/develop
fix documentation #3160
2017-10-11 12:57:12 +11:00
James Allen
a697970b92 fix documentation #3160 2017-10-10 21:24:56 -04:00
Luke Towers
48b97a3178 Moved MediaLibrary test to the system module 2017-10-08 23:16:18 -06: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
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
datune
8906b86027 Add return statement to listExtendRecords event (#3153)
Fixes #2965
2017-10-04 14:05:05 -06:00
datune
4a0a488ff6 Account for NestedTree Trait setting (#3143)
* Account for NestedTree Trait setting

See https://github.com/rainlab/blog-plugin/issues/338. The Lists Widget did not account for the NestedTree setting.

* Update Lists.php
2017-10-04 14:04:12 -06:00
jimcottrell
263200fd7b Support form field commentHtml flag for section, checkbox, and switch types (#3150) 2017-10-03 13:41:14 -06:00
Floris Koch
161d81a192 Update _repeater_item.htm (#3149)
Allows using language files for group titles.
2017-10-03 10:15:29 -06:00
Massimo Ghinassi
791eb054fc Typo (#3146) 2017-10-03 00:30:27 -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