| ee8400d6 | 15-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
let tables adjust to default width (FS#2598) |
| 1d93d6bd | 13-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
corrected comment in style.ini |
| 27a8150a | 13-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
deleted empty css files
(How the hell did they get back in?) |
| 30c1351e | 09-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Fix media manager height handling after resize FS#2369
The height handling code was triggered before the width handling code and thus the right pane was below the other panes during the height calcu
Fix media manager height handling after resize FS#2369
The height handling code was triggered before the width handling code and thus the right pane was below the other panes during the height calculations which caused strange effects. Now the height handling code is called again after adjusting the width of the right pane.
show more ...
|
| 28c7c067 | 09-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
added missing DETAIL_STARTED event to lib/exe/detail.php |
| 4802becf | 09-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Fix section edit highlighting when the start marker is hidden
This fixes the section edit highlighting when the start marker (normally a heading) is inside other HTML elements like a div from the wr
Fix section edit highlighting when the start marker is hidden
This fixes the section edit highlighting when the start marker (normally a heading) is inside other HTML elements like a div from the wrap plugin.
show more ...
|
| 0c2e484f | 09-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
added missing info.txt parameters, added plugin plugin's info.txt, adjusted old default template's description |
| 8628c4fa | 09-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
updated (and added missing) info.txt files |
| e9e76279 | 08-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Add more tolerance in js resize of the media manager FS#2369
This adds more tolerance to the width calculations of the media manager panes which avoids that the right pane is displayed below the oth
Add more tolerance in js resize of the media manager FS#2369
This adds more tolerance to the width calculations of the media manager panes which avoids that the right pane is displayed below the other panes.
show more ...
|
| fbfbbe8a | 08-Sep-2012 |
Hakan Sandell <sandell.hakan@gmail.com> |
Replacing $_REQUEST variables with $INPUT wrapper, usermanager plugin |
| f21e024a | 08-Sep-2012 |
Hakan Sandell <sandell.hakan@gmail.com> |
Replacing $_REQUEST variables with $INPUT wrapper, popularity plugin |
| b41885e3 | 08-Sep-2012 |
Hakan Sandell <sandell.hakan@gmail.com> |
Replacing $_REQUEST variables with $INPUT wrapper, plugin manager |
| 392c9b52 | 08-Sep-2012 |
Hakan Sandell <sandell.hakan@gmail.com> |
Replacing $_REQUEST variables with $INPUT wrapper, config/admin.php |
| 5373d847 | 08-Sep-2012 |
Hakan Sandell <sandell.hakan@gmail.com> |
Replacing $_REQUEST variables with $INPUT wrapper, fetch.php |
| 356d9c9e | 08-Sep-2012 |
Hakan Sandell <sandell.hakan@gmail.com> |
Replacing $_REQUEST variables with $INPUT wrapper, init.php |
| ad739841 | 08-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
RTL improvements (mainly on media manager, FS#2569) |
| 10295f78 | 08-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Replace language-dependent selector in the mediamanager js FS#2573 |
| cd2f903b | 07-Sep-2012 |
Michael Hamann <michael@content-space.de> |
Correct and add some PHPDoc comments, initialize some variables |
| 05be3a57 | 07-Sep-2012 |
Olivier Duval <zorky00@gmail.com> |
French language update |
| 0e65a484 | 06-Sep-2012 |
Gerardo Zamudio <gerardo@gerardozamudio.net> |
Spanish language update |
| 520297b4 | 06-Sep-2012 |
Jukka Inkeri <jukka@awot.fi> |
Finish language update |
| ccde6bdb | 06-Sep-2012 |
日向小郎 <syaoranhinata@gmail.com> |
Traditional Chinese language update |
| e10c99f4 | 27-Aug-2012 |
Mark <mc.prins@gmail.com> |
update the url to the latest one used in the manager FIX for FS#2463 <https://bugs.dokuwiki.org/index.php?do=details&task_id=2463> |
| d836931d | 26-Aug-2012 |
Anika Henke <anika@selfthinker.org> |
fixed quicksearch overlay being cut off in IE7 (FS#2581) |
| bf99c56f | 26-Aug-2012 |
Anika Henke <anika@selfthinker.org> |
made tabs RTL-aware |