| 25b1f514 | 10-Sep-2011 |
Hakan Sandell <sandell.hakan@gmail.com> |
Removed tmp_bak array, no need for checking before save if anything changed |
| 1264397e | 10-Sep-2011 |
Anika Henke <anika@selfthinker.org> |
media manager design: improved some spacing |
| 812c5e8c | 10-Sep-2011 |
Anika Henke <anika@selfthinker.org> |
media manager design: added headline |
| 4645e488 | 10-Sep-2011 |
Hakan Sandell <sandell.hakan@gmail.com> |
Now using io_savefile with locking and added header when saving plugin.local |
| 48e46d88 | 10-Sep-2011 |
Hakan Sandell <sandell.hakan@gmail.com> |
Whitespace and brackets cleanup |
| 9036904c | 10-Sep-2011 |
Hakan Sandell <sandell.hakan@gmail.com> |
Usage of 'disabled' file to control plugins deprecated
Plugins with a disabled file will be treated as having an entry (=0) in conf/plugins.default.php overridable by conf/plugins.local.php |
| 98aafb56 | 10-Sep-2011 |
Hakan Sandell <sandell.hakan@gmail.com> |
Code cleanup documentation before merge
Function get_plugin_components() moved to extantion manager |
| 62231793 | 06-Sep-2011 |
Kate Arzamastseva <pshns@ukr.net> |
issue #59 security fix |
| 1ffc211d | 04-Sep-2011 |
Adrian Lang <mail@adrianlang.de> |
Revert tmp commits
This reverts commit ba6c070edd92ca0fc8a6ee85d51769d64a19ee7c. This reverts commit 923510088dda99cb2790b15308593e47369d4f01. |
| 92351008 | 04-Sep-2011 |
Adrian Lang <mail@adrianlang.de> |
tmp: Introduce sneaky2 |
| 783d2e49 | 04-Sep-2011 |
Adrian Lang <mail@adrianlang.de> |
Use search_universal in search_index |
| 4a24b459 | 02-Sep-2011 |
Kate Arzamastseva <pshns@ukr.net> |
issue #46 Render links to missing media files as link to the media manager |
| 30fd72fb | 02-Sep-2011 |
Kate Arzamastseva <pshns@ukr.net> |
issue #47 Changes to old media manager popup: removing edit and delete functionality |
| bac35973 | 02-Sep-2011 |
Kate Arzamastseva <pshns@ukr.net> |
issue #54 sorting on search |
| ab8fecc6 | 27-Aug-2011 |
Łukasz Chmaj <teachmeter@gmail.com> |
Polish language update |
| e7f921dc | 27-Aug-2011 |
Oscar Ciudad <oscar@jacho.net> |
Spanish language update |
| 87deddfa | 26-Aug-2011 |
Kate Arzamastseva <pshns@ukr.net> |
issue #54 listview switch/sorting on search |
| 80525638 | 24-Aug-2011 |
Kate Arzamastseva <pshns@ukr.net> |
issue #9 permission for restore |
| 035e07f1 | 24-Aug-2011 |
Kate Arzamastseva <pshns@ukr.net> |
issue #57, function names, params, html fixes |
| 56e27257 | 21-Aug-2011 |
Andreas Gohr <andi@splitbrain.org> |
avoid 100% cpu usage when reading HTTP headers FS#2304 |
| 42025dfd | 20-Aug-2011 |
Michael Hamann <michael@content-space.de> |
Fix the permission and file existence check in the recent changes
Before it was possible that changes for media files the user can't access were shown if the user could access a page with the same n
Fix the permission and file existence check in the recent changes
Before it was possible that changes for media files the user can't access were shown if the user could access a page with the same name. This also reverts the file existence check so it now really checks for media changes that the media file exists and for page changes the page and that not one of the two suffice for both.
show more ...
|
| 9de3b571 | 20-Aug-2011 |
Kate Arzamastseva <pshns@ukr.net> |
issue #44 uploader fixes, #45 browser testing |
| b838050e | 20-Aug-2011 |
Piyush Mishra <me@piyushmishra.com> |
added new plugins config cascade and added plugin.info.txt |
| 10799f9c | 19-Aug-2011 |
Kate Arzamastseva <pshns@ukr.net> |
issue #44 removing drop-area after upload |
| c472bad9 | 19-Aug-2011 |
Kate Arzamastseva <pshns@ukr.net> |
issue #44 new uploader in the media popup |