a4fb25f7 | 30-Jul-2015 |
hung nguyen <bancuamoinguoi999@gmail.com> |
translation update |
a5a157e2 | 29-Jul-2015 |
Hideaki SAWADA <chuno@live.jp> |
translation update |
dbfd2a2c | 29-Jul-2015 |
Kiril <neohidra@gmail.com> |
translation update |
3e564747 | 29-Jul-2015 |
Hideaki SAWADA <chuno@live.jp> |
translation update |
ceaabc3e | 29-Jul-2015 |
Carbain Frédéric <fcarbain@yahoo.fr> |
translation update |
00735b39 | 29-Jul-2015 |
Hideaki SAWADA <chuno@live.jp> |
translation update |
43fe93f0 | 29-Jul-2015 |
Hideaki SAWADA <chuno@live.jp> |
translation update |
bc8a3531 | 29-Jul-2015 |
Hideaki SAWADA <chuno@live.jp> |
translation update |
fcf2eb0e | 26-Jul-2015 |
Anika Henke <anika@selfthinker.org> |
fixed missing bug icon in extension manager (since #1247) |
68a234e7 | 26-Jul-2015 |
Anika Henke <anika@selfthinker.org> |
removed unused interwiki icons (obsolete since #1247)
|
b4150bdc | 26-Jul-2015 |
Anika Henke <anika@selfthinker.org> |
fixed wrong format string in authldap translation |
2e206e75 | 26-Jul-2015 |
Anika Henke <anika@selfthinker.org> |
updated dates in various info.txt files |
ec2b4bab | 26-Jul-2015 |
Andreas Gohr <andi@splitbrain.org> |
fix problem with IE11
hopefully doesn't break in the other browsers |
cf2c8e75 | 25-Jul-2015 |
Anika Henke <anika@selfthinker.org> |
changed input submits to buttons, fixed small RTL issue |
17a19868 | 25-Jul-2015 |
Anika Henke <anika@selfthinker.org> |
remove IE7 support |
345e401d | 24-Jul-2015 |
trebmuh <trebmuh@users.noreply.github.com> |
Update lang.php
Please someone who know the code, double check this one.
It does look that translation for 2 options were missing. |
20a2375a | 24-Jul-2015 |
Andreas Gohr <andi@splitbrain.org> |
Revert "Additionally allow more media types" #982
This reverts commit de4634ec87b1a277c1686990d993dafc43db05ed. |
1dd04f97 | 24-Jul-2015 |
Andreas Gohr <andi@splitbrain.org> |
fixed styling preview in IE
IE doesn't like it when you create a DOM element in one window and try to insert it in another window. |
519c232c | 22-Jul-2015 |
Philip Knack <p.knack@stollfuss.de> |
translation update |
4c19c0ba | 20-Jul-2015 |
Philip Knack <p.knack@stollfuss.de> |
translation update |
b28801bc | 18-Jul-2015 |
Andreas Gohr <andi@splitbrain.org> |
added plugin to list of bundled extensions |
8d4151de | 18-Jul-2015 |
Andreas Gohr <andi@splitbrain.org> |
added styler into default plugin section
The icon does not match the others because the NuvolaX icon theme seems to have vanished from the Internet. Ideally all those admin icons could use a replace
added styler into default plugin section
The icon does not match the others because the NuvolaX icon theme seems to have vanished from the Internet. Ideally all those admin icons could use a replacement. But that should be a different PR I guess.
show more ...
|
75c8c6fa | 18-Jul-2015 |
Andreas Gohr <andi@splitbrain.org> |
readded cookie to styling plugin |
1afa9ba8 | 16-Jul-2015 |
Gerrit Uitslag <klapinklapin@gmail.com> |
remove deleted files on update of extension
Resolves #1192
`/lib/plugins/<plugin>/deleted.files` which list files that can be removed e.g. ``` # This is a list of files that were present in previou
remove deleted files on update of extension
Resolves #1192
`/lib/plugins/<plugin>/deleted.files` which list files that can be removed e.g. ``` # This is a list of files that were present in previous plugin releases # but were removed later. An up to date plugin should not have any of # the files installed action.php folder/file.txt ```
show more ...
|
82246f10 | 15-Jul-2015 |
Andreas Gohr <andi@splitbrain.org> |
improve aria attribute handling. closes #1142
adds aria handling to makeToggle and allows to supress it in dw_toggle |