Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | whitespace fixes: tabs to spaces | Anika Henke | 2011-09-25 |
| | |||
* | media manager: fixed and improved diff views | Anika Henke | 2011-09-25 |
| | |||
* | fix namespace cleaning FS#2295 | Andreas Gohr | 2011-09-25 |
| | | | | | | | | | | | This patch applies the correct pagename cleaning to namespaces as well. Namespaces should follow the same rules as pagenames but due to a bug it was possible to have namespaces ending in a underscore. If you used such a namespace it will be inaccessible after applying this patch. You should rename the namespace directory on the filesystem (removing the trailing underscore). You old links will then work automatically again. Rebuilding the search index is recommended. | ||
* | More mediamanager reworking | Adrian Lang | 2011-09-24 |
| | |||
* | Resize images in fullscreen mediamanager using CSS | Adrian Lang | 2011-09-22 |
| | |||
* | media manager: improved the panel widths | Anika Henke | 2011-09-20 |
| | |||
* | Add file revision above file detail page | Adrian Lang | 2011-09-19 |
| | |||
* | Simplified Chinese language update | lainme | 2011-09-19 |
| | |||
* | Norwegian language update | Thomas Nygreen | 2011-09-19 |
| | |||
* | Finnish language update | Otto Vainio | 2011-09-19 |
| | |||
* | Esperanto language update | Robert Bogenschneider | 2011-09-19 |
| | |||
* | Greek language update | Petros Vidalis | 2011-09-19 |
| | |||
* | media manager: renamed List display option to 'Rows' | Anika Henke | 2011-09-19 |
| | |||
* | media manager: shortened text for media list headline | Anika Henke | 2011-09-19 |
| | |||
* | media manager: improved spacing around option buttons and changed lang ↵ | Anika Henke | 2011-09-19 |
| | | | | strings for them | ||
* | media manager: moved some html out of lang.php and fixed namespace in middle ↵ | Anika Henke | 2011-09-19 |
| | | | | panel | ||
* | media manager: added a few newlines to the output | Anika Henke | 2011-09-19 |
| | |||
* | media manager: small functionality and css changes | Anika Henke | 2011-09-19 |
| | |||
* | media manager: word changes | Anika Henke | 2011-09-18 |
| | |||
* | Merge branch 'master' of github.com:splitbrain/dokuwiki | Anika Henke | 2011-09-18 |
|\ | | | | | | | | | Conflicts: lib/tpl/default/mediamanager.css | ||
| * | Fix mediamanager JS (diffs not yet working) | Adrian Lang | 2011-09-18 |
| | | |||
* | | media manager: more CSS changes | Anika Henke | 2011-09-18 |
|/ | |||
* | media manager: re-newed CSS roughly (more to come) | Anika Henke | 2011-09-18 |
| | |||
* | Change className from form.actions to form.options | Adrian Lang | 2011-09-18 |
| | |||
* | Rework media manager HTML (JS and CSS will come) | Adrian Lang | 2011-09-17 |
| | |||
* | Merge pull request #57 from lupo49/master | Andreas Gohr | 2011-09-17 |
|\ | | | | | ru: (language) fixes in lang.php and uploadmail.txt | ||
| * | ru: fixes in lang.php and uploadmail.txt | Random | 2011-09-17 |
| | | |||
* | | improved words for different diff views of images | Anika Henke | 2011-09-16 |
| | | |||
* | | pt-BR language update | Dedeco | 2011-09-12 |
| | | |||
* | | Merge pull request #54 from lupo49/master | Andreas Gohr | 2011-09-12 |
|\| | | | | | language file updates | ||
| * | ru: language updates (new strings of the Media Manager) | Random | 2011-09-12 |
| | | |||
| * | en/fr: language updates (new strings of the Media Manager) | FELTZ Vincent | 2011-09-12 |
| | | |||
| * | de/de-informal/en language file updates | Matthias Schulte | 2011-09-11 |
| | | | | | | | | | | | | | | | | This commit adds new strings to the de/de-informals files which have been introduced through the new Media-Manager. All lang.php-files in inside en/de/de-informal have been reordered and reformatted. | ||
* | | pt language file updates | aneves | 2011-09-11 |
|/ | | | | | | This commit adds new strings to the pt files which have been introduced through the new Media-Manager. (commit fb46ebd87eb43d5cd9f67f353f6656d0e3a0b196) | ||
* | Merge branch 'plugincontroller' of git://github.com/piyushmishra/dokuwiki ↵ | Anika Henke | 2011-09-10 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into plugincontroller This adds support for the config_cascade when enabling/disabling plugins, making farming easier. The changes have been implemented by Piyush Mishra and are a part of the new extension manager which will follow later. It's the result of a Google Summer of Code project, the official project page can be found at http://www.google-melange.com/gsoc/project/google/gsoc2011/piyushmishra/26001 Thanks to Piyush for the work and Google for sponsoring it! Conflicts: inc/lang/en/lang.php | ||
| * | empty conf/plugins.local is created if not existing | Hakan Sandell | 2011-09-10 |
| | | |||
| * | Added comment in conf/plugins.local about how disabled files work | Hakan Sandell | 2011-09-10 |
| | | |||
| * | Removed tmp_bak array, no need for checking before save if anything changed | Hakan Sandell | 2011-09-10 |
| | | |||
| * | Now using io_savefile with locking and added header | Hakan Sandell | 2011-09-10 |
| | | | | | | | | when saving plugin.local | ||
| * | Whitespace and brackets cleanup | Hakan Sandell | 2011-09-10 |
| | | |||
| * | Usage of 'disabled' file to control plugins deprecated | Hakan Sandell | 2011-09-10 |
| | | | | | | | | | | Plugins with a disabled file will be treated as having an entry (=0) in conf/plugins.default.php overridable by conf/plugins.local.php | ||
| * | Code cleanup documentation before merge | Hakan Sandell | 2011-09-10 |
| | | | | | | | | Function get_plugin_components() moved to extantion manager | ||
| * | added new plugins config cascade and added plugin.info.txt | Piyush Mishra | 2011-08-20 |
| | | |||
* | | media manager design: improved some spacing | Anika Henke | 2011-09-10 |
| | | |||
* | | media manager design: added headline | Anika Henke | 2011-09-10 |
| | | |||
* | | issue #59 security fix | Kate Arzamastseva | 2011-09-06 |
| | | |||
* | | Merge branch 'master' of git://github.com/splitbrain/dokuwiki into ↵ | Kate Arzamastseva | 2011-09-05 |
|\ \ | | | | | | | | | | media-revisions | ||
| * | | Revert tmp commits | Adrian Lang | 2011-09-04 |
| | | | | | | | | | | | | | | | This reverts commit ba6c070edd92ca0fc8a6ee85d51769d64a19ee7c. This reverts commit 923510088dda99cb2790b15308593e47369d4f01. | ||
| * | | tmp: Introduce sneaky2 | Adrian Lang | 2011-09-04 |
| | | | |||
| * | | Use search_universal in search_index | Adrian Lang | 2011-09-04 |
| | | |