| cefc8984 | 19-Nov-2018 |
Alex Cachinero <anarres@protonmail.com> |
translation update |
| 10580724 | 19-Nov-2018 |
Andreas Gohr <gohr@cosmocode.de> |
initialize array before use |
| af98326f | 14-Nov-2018 |
Hakan <hakandursun2009@gmail.com> |
translation update |
| b520c36b | 13-Nov-2018 |
Phy <git@phy25.com> |
Merge pull request #2577 from chang-zhao/patch-5
Add links "plugins" & "templates" to intro_search.txt |
| 42a8cadf | 11-Nov-2018 |
HokkaidoPerson <dosankomali@yahoo.co.jp> |
translation update |
| b9fd2fe7 | 10-Nov-2018 |
En Matt <heartattack@free.fr> |
translation update |
| 6c94df82 | 10-Nov-2018 |
Phy <git@phy25.com> |
translation update for zh:extensions, revert "offline" to "manual" |
| 63f17a3e | 10-Nov-2018 |
Phy <git@phy25.com> |
translation update for zh:extensions, closes #2572 |
| e86f6b02 | 08-Nov-2018 |
En Mathis <heartattack@free.fr> |
translation update |
| 924649b0 | 06-Nov-2018 |
Laurent Ponthieu <contact@coopindus.fr> |
translation update |
| 15ecbd79 | 05-Nov-2018 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
French translation update
shorter lines, and alignment in text messages. rewrite fr/install.html. |
| cea2708f | 05-Nov-2018 |
Prof Gra <christophegragnic@gmail.com> |
Restore proper French formatting
- mostly undo fde7e5a637 in inc/lang/fr/newpage.txt - restore formatting and author of d9de855c53 |
| fc4c8b18 | 05-Nov-2018 |
Anael Mobilia <anael@anael.eu> |
Restore proper French formatting
- mostly undo fde7e5a637 - restore author and formatting of de78e4ef14 |
| 30981712 | 05-Nov-2018 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
Restore short lines for pure text messages
- mostly undo fde7e5a637 for inc/lang/fr/pwconfirm.txt - apply short line length to all lines |
| 715a5f80 | 05-Nov-2018 |
Florian Gaub <floriang@floriang.net> |
Restore French guillements
- mostly undo fde7e5a637 for inc/lang/fr/revisions.txt - restore text and author of c1fe9e9f75 |
| 9cb59dfe | 05-Nov-2018 |
Guy Brand <gb@isis.u-strasbg.fr> |
Suppress colon where not needed.
- mostly undo fde7e5a637 for inc/lang/fr/recent.txt - restore d288e19776 text and author |
| 82211c0a | 04-Nov-2018 |
HokkaidoPerson <dosankomali@yahoo.co.jp> |
translation update |
| 3d75a3c7 | 03-Nov-2018 |
En Matt <heartattack@free.fr> |
translation update |
| 51f56902 | 03-Nov-2018 |
HokkaidoPerson <dosankomali@yahoo.co.jp> |
translation update |
| dda9db03 | 30-Oct-2018 |
Andreas Gohr <gohr@cosmocode.de> |
adjust bundled plugins that check for admin permissions
This adjusts the bundled plugins to do their admin permission checks based on their admin component's isAccessibleByCurrentUser() method inste
adjust bundled plugins that check for admin permissions
This adjusts the bundled plugins to do their admin permission checks based on their admin component's isAccessibleByCurrentUser() method instead of doing their own isAdmin checks.
show more ...
|
| 32adf586 | 30-Oct-2018 |
Andreas Gohr <gohr@cosmocode.de> |
fix test for adjusted minimum permissions |
| 3d90b12c | 30-Oct-2018 |
Andreas Gohr <gohr@cosmocode.de> |
Admin Menu Item should not throw an exception
instead the visibility is properly checked in the visibleInContext() method. |
| 4f32ee18 | 30-Oct-2018 |
Andreas Gohr <gohr@cosmocode.de> |
relax access to admin action
Since we want to check the access to the Admin plugins on an individual basis, we need to grant access to all logged in users at first. This means a user could access th
relax access to admin action
Since we want to check the access to the Admin plugins on an individual basis, we need to grant access to all logged in users at first. This means a user could access the admin page, but would not see any plugins available.
show more ...
|
| f429aff5 | 30-Oct-2018 |
Andreas Gohr <gohr@cosmocode.de> |
add reerence to the actual plugin to ADMINPLUGIN_ACCESS_CHECK
Otherwise it's a bit ahrd to decide if access should be granted ;-) |
| 211d00a0 | 30-Oct-2018 |
Andreas Gohr <gohr@cosmocode.de> |
fix unit test
The permissions are now checked also when trying to the title of the plugin. |