summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update auth.phpSteScho2014-01-30
| | | In Novell eDir the group search returns strings, not arrays. Added if-statement which determines if the result is an array or an string.
* Merge pull request #521 from dokuwiki-translate/lang_update_47Andreas Gohr2014-01-29
|\ | | | | Translation update (cs)
| * translation updatePetr Klíma2014-01-29
| |
* | Merge pull request #519 from jgpcx/patch-1Andreas Gohr2014-01-28
|\ \ | | | | | | Update action.php
| * | Update action.phpjgpcx2014-01-28
|/ / | | | | fix bug that only allows admins any AJAX calls
* | Merge pull request #518 from dokuwiki-translate/lang_update_41Andreas Gohr2014-01-27
|\ \ | | | | | | Translation update (tr)
| * | translation updatehuseyin can2014-01-27
| |/
* | Merge pull request #515 from dokuwiki-translate/lang_update_40Andreas Gohr2014-01-25
|\ \ | | | | | | Translation update (fr)
| * | translation updateMomo502014-01-25
| |/
* | Merge pull request #514 from dokuwiki-translate/lang_update_39Andreas Gohr2014-01-25
|\ \ | | | | | | Translation update (sk)
| * | translation updateMartin Michalek2014-01-25
| |/
* | add unit test to check language files for validityAndreas Gohr2014-01-24
| | | | | | | | | | | | this should help with applying pull requests that do come not from the translation interface as it makes sure the files will be at least syntactically correct.
* | removed empty language filesAndreas Gohr2014-01-24
| | | | | | | | | | our translation interface used to submit empty files for a while but no longer does, so these can go
* | Merge pull request #511 from dokuwiki-translate/lang_update_33Andreas Gohr2014-01-23
|\ \ | | | | | | Translation update (pl)
| * | translation updatePaweł Jan Czochański2014-01-22
| |/
* | rename render() to render_text() in Doku_Plugin. #496Andreas Gohr2014-01-22
| |
* | add missing autoloader entry for Doku_Parser_Mode_Plugin #496Andreas Gohr2014-01-22
| |
* | Merge pull request #510 from dokuwiki-translate/lang_update_30Andreas Gohr2014-01-22
|\ \ | | | | | | Translation update (el)
| * | translation updatecross2014-01-22
| |/
* | Merge pull request #509 from dokuwiki-translate/lang_update_29Andreas Gohr2014-01-21
|\ \ | |/ |/| Translation update (pl)
| * translation updatePaweł Jan Czochański2014-01-21
|/
* Merge pull request #496 from splitbrain/plugindedupAndreas Gohr2014-01-19
|\ | | | | remove some code duplication from syntax plugins
| * reintroduce a tiny bit of duplicationAndreas Gohr2014-01-07
| | | | | | | | | | | | | | | | | | | | This reads some duplication in the from of haveing a Doku_Parser_Mode and Doku_Parser_Mode_Plugin class which are basically the same but only the latter extends DokuWiki_Plugin. This avoids the performance/RAM problems mentioned in my previous commit. An interface keeps both logically together. With PHP 5.4 further deduplication could be done via Traits.
| * remove duplicate plugin code for syntax pluginsAndreas Gohr2014-01-07
| | | | | | | | | | | | | | | | | | | | This makes Doku_Parser_Mode inherit from DokuWiki_Plugin which allows for the removal of a bunch of duplicate code form DokuWiki_Syntax_Plugin. This makes the code easier to maintain and makes sure all DokuWiki plugins are actual instances of DokuWiki_Plugin. However this adds a bunch of functions to the "normal" parser modes that don't need them which could have performance/RAM implications.
* | Merge pull request #493 from splitbrain/acleventAndreas Gohr2014-01-19
|\ \ | | | | | | AUTH_ACL_CHECK event around ACL checking
| * | AUTH_ACL_CHECK event around ACL checkingAndreas Gohr2014-01-05
| | | | | | | | | | | | | | | allows to modify ACL results in the AFTER event or to implement a completely different ACL mechanism in the BEFORE event.
* | | Merge pull request #499 from splitbrain/mobile_previewAndreas Gohr2014-01-19
|\ \ \ | | | | | | | | dokuwiki template: Fix the preview width on small screens FS#2914
| * | | dokuwiki template: Fix the preview width on small screens FS#2914Michael Hamann2014-01-12
| | | |
* | | | Merge pull request #454 from lisps/resize_image-heightAndreas Gohr2014-01-19
|\ \ \ \ | | | | | | | | | | Resize image by height
| * | | | fix indentlisps2013-11-27
| | | | |
| * | | | media image can be resized by height (without width)lisps2013-11-27
| | | | |
* | | | | Merge branch 'extension_manager'Andreas Gohr2014-01-19
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * extension_manager: (71 commits) added plugins group to test show a message when search returns no results added missing localization better filename parsing use DOKU_LF remove unneeded try/catch blocks typo fix purge cache only once on install check for admin in AJAX backend now use new core funtion to recursively delete added status to info list of extension plugin added css and html changes for RTL scripts to extension manager added basic mobile styles to extension manager (not great, but makes things at least readable) fixed and improved some HTML in extension manager added git warning fixed strict standard error and added some docblock removed the old plugin manager typo fix protect authplain and current auth plugin do not show updates for bundled plugins ... Conflicts: lib/plugins/plugin/lang/hu/admin_plugin.txt lib/plugins/plugin/lang/hu/lang.php
| * | | | | added plugins group to testAndreas Gohr2014-01-14
| | | | | |
| * | | | | show a message when search returns no resultsAndreas Gohr2014-01-08
| | | | | |
| * | | | | added missing localizationAndreas Gohr2014-01-08
| | | | | |
| * | | | | better filename parsingAndreas Gohr2014-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The filename found in the URL will be used for old plugins missing a base entry in their plugin.info.txt and lacking a subdirectory inside the archive as well. This patch makes sure possible query strings aren't included in the filename. Note: io_download() will also try to get a filename from any content-disposition header. If no filename can be found we simply use an md5 sum of the URL and hope the plugin will contain it's own hint for naming.
| * | | | | use DOKU_LFAndreas Gohr2014-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP_EOL is platform dependent, so you get in trouble while migrating between platforms.
| * | | | | remove unneeded try/catch blocksAndreas Gohr2014-01-08
| | | | | | | | | | | | | | | | | | | | | | | | they were just catching and rethrowing
| * | | | | typo fixAndreas Gohr2014-01-06
| | | | | |
| * | | | | purge cache only once on installAndreas Gohr2014-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this is not a extension specific cache but a global one. no need to purge for each installed extension
| * | | | | check for admin in AJAX backendAndreas Gohr2014-01-06
| | | | | |
| * | | | | now use new core funtion to recursively deleteAndreas Gohr2014-01-06
| | | | | |
| * | | | | Merge branch 'recursivedelete' into extension_managerAndreas Gohr2014-01-06
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * recursivedelete: added tests for io_rmdir added recursive delete function to io.php
| * | | | | | added status to info list of extension pluginAnika Henke2014-01-05
| | | | | | |
| * | | | | | added css and html changes for RTL scripts to extension managerAnika Henke2014-01-05
| | | | | | |
| * | | | | | added basic mobile styles to extension manager (not great, but makes things ↵Anika Henke2014-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | at least readable)
| * | | | | | fixed and improved some HTML in extension managerAnika Henke2014-01-05
| | | | | | |
| * | | | | | added git warningAndreas Gohr2014-01-05
| | | | | | |
| * | | | | | fixed strict standard error and added some docblockAndreas Gohr2014-01-05
| | | | | | |
| * | | | | | removed the old plugin managerAndreas Gohr2014-01-05
| | | | | | |