Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | do not show updates for bundled plugins | Andreas Gohr | 2014-01-05 |
| | |||
* | protect extension, not plugin anymore | Andreas Gohr | 2014-01-05 |
| | |||
* | use config for firguring out if an extension is protected | Andreas Gohr | 2014-01-05 |
| | |||
* | even more fixes for the bundled extension list | Andreas Gohr | 2014-01-05 |
| | |||
* | template:default is no longer bundled | Andreas Gohr | 2014-01-05 |
| | |||
* | the plugin is called testing not test | Andreas Gohr | 2014-01-05 |
| | |||
* | Merge remote-tracking branch 'origin/master' into extension_manager | Anika Henke | 2014-01-05 |
|\ | |||
| * | notify IRC on change only | Andreas Gohr | 2014-01-05 |
| | | |||
| * | also notify IRC channel | Andreas Gohr | 2014-01-05 |
| | | |||
| * | display more info on travis tests | Andreas Gohr | 2014-01-05 |
| | | |||
| * | try testing dokuwiki on travis-ci | Andreas Gohr | 2014-01-05 |
| | | |||
| * | Merge pull request #491 from dokuwiki-translate/lang_update_636 | Dominik Eckelmann | 2014-01-05 |
| |\ | | | | | | | Translation update (ar) | ||
| | * | translation update | alhajr | 2014-01-05 |
| |/ | |||
| * | removed invalid source mappings | Andreas Gohr | 2014-01-03 |
| | | | | | | | | | | | | Minified jQuery contains a source mapping hint that will result in a 404 in Chrome. I removed the hint for now. A better solution (eg. fixing the mapping URL) should be found. | ||
| * | Merge pull request #484 from gturri/patch-1 | Andreas Gohr | 2014-01-02 |
| |\ | | | | | | | Fixed typo | ||
| | * | Fixed typo | Guillaume Turri | 2013-12-29 |
| | | | |||
| * | | Merge pull request #485 from dokuwiki-translate/lang_update_613 | Andreas Gohr | 2014-01-02 |
| |\ \ | | | | | | | | | Translation update (bg) | ||
| | * | | translation update | Ivan Peltekov | 2013-12-31 |
| | |/ | |||
| * | | Merge pull request #487 from dokuwiki-translate/lang_update_618 | Andreas Gohr | 2014-01-02 |
| |\ \ | | | | | | | | | Translation update (ar) | ||
| | * | | translation update | alhajr | 2014-01-01 |
| | | | | |||
| * | | | Merge pull request #490 from dokuwiki-translate/lang_update_625 | Andreas Gohr | 2014-01-02 |
| |\ \ \ | | |/ / | |/| | | Translation update (he) | ||
| | * | | translation update | tomer | 2014-01-01 |
| |/ / | |||
| * | | Merge pull request #486 from dokuwiki-translate/lang_update_614 | Dominik Eckelmann | 2013-12-31 |
| |\ \ | | |/ | |/| | Translation update (he) | ||
| | * | translation update | matt carroll | 2013-12-31 |
| |/ | |||
| * | Merge pull request #479 from dokuwiki-translate/lang_update_608 | Anika Henke | 2013-12-25 |
| |\ | | | | | | | Translation update (sv) | ||
| | * | translation update | Hans Iwan Bratt | 2013-12-24 |
| |/ | |||
| * | Merge pull request #477 from dokuwiki-translate/lang_update_604 | Andreas Gohr | 2013-12-18 |
| |\ | | | | | | | Translation update (vi) | ||
| | * | translation update | Dương Văn Hoàng | 2013-12-19 |
| |/ | |||
| * | Merge pull request #476 from dokuwiki-translate/lang_update_592 | Andreas Gohr | 2013-12-16 |
| |\ | | | | | | | Translation update (nl) | ||
| | * | translation update | gicalle | 2013-12-16 |
| |/ | |||
| * | Merge pull request #436 from rotdrop/master | Andreas Gohr | 2013-12-15 |
| |\ | | | | | | | Provide an XMLRPC logoff method. | ||
| | * | Increase also the API version. | Claus-Justus Heine | 2013-11-24 |
| | | | |||
| | * | Prepare an XMLRPC logoff method. Rationale: XMLRPC is thought for | Claus-Justus Heine | 2013-11-24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | script, which typically should not store their authentication cookies on disk. However: 1st: DW cannot tell if an external script is in this respect well-behaved. 2nd: it does not hurt to provide means for a voluntary log-out. There are, BTW, two parts of authentication data: one is stored in the cookie-storage of the client, and the other part is stored in the session data of the DW instance on the server. This logoff call is responsible for invalidating the credentials stored on the server, regardless of any cookie data remaining (or being stolen) on the client side. | ||
| * | | Merge pull request #475 from dokuwiki-translate/lang_update_583 | Dominik Eckelmann | 2013-12-15 |
| |\ \ | | | | | | | | | Translation update (bn) | ||
| | * | | translation update | ninetailz | 2013-12-15 |
| |/ / | |||
| * | | Merge pull request #473 from dokuwiki-translate/lang_update_562 | Andreas Gohr | 2013-12-13 |
| |\ \ | | | | | | | | | Translation update (bn) | ||
| | * | | translation update | ninetailz | 2013-12-12 |
| |/ / | |||
| * | | Fix indexing numeric words in page contents | Michael Hamann | 2013-12-11 |
| | | | | | | | | | | | | | | | | | | | | | Since a8dba4523d2ecd09dd69a68a36673eaf5c009c57 the search index didn't properly index numeric words anymore, instead they were added as new words to the word list each time they were indexed, leading to an ever-increasing index size. | ||
| * | | Revert "Merge pull request #472 from dokuwiki-translate/lang_update_559" | Andreas Gohr | 2013-12-10 |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 32eed03cda7768e2efac40f1791c6b967d82778b, reversing changes made to 9e8bcd5f2ba2246ad2dff46d0313cb0c9e9f5579. I accidentally hit the wrong button on github :-) This translation added no new strings and should not have been merged. | ||
| * | | Merge pull request #472 from dokuwiki-translate/lang_update_559 | Andreas Gohr | 2013-12-10 |
| |\ \ | | | | | | | | | Translation update (it) | ||
| | * | | translation update | admin | 2013-12-10 |
| | | | | |||
| * | | | fix possible XSS vulnerability in Plugin Manager | Andreas Gohr | 2013-12-10 |
| |/ / | | | | | | | | | | | | | | | | | | | The plugin manager echos raw URLs in error messages, this could allow to construct an XSS attack. However the affected form is CSRF protected, so an attacker would require another XSS vulnerability to get the needed token, rendering this attack unneeded. So this should not be exploitable. | ||
| * | | Release preparation | Guy Brand | 2013-12-08 |
| | | | |||
| * | | Merge pull request #469 from splitbrain/fix-crlf | Anika Henke | 2013-12-08 |
| |\ \ | | | | | | | | | CRLF 2 LF whitespace fixes | ||
| | * | | crlf 2 lf whitespace fixes | Anika Henke | 2013-12-07 |
| |/ / | |||
| * | | fixed editing of RTL and LTR scripts mix (including a lot of wiki syntax) ↵ | Anika Henke | 2013-12-07 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | being a mess Bi-directionality is generally a huge pain in the arm, browser vendors only added a few improvements quite recently. This fix only works in Mozilla and Webkit currently. Affected syntax was links and media and all opening and closing syntax (e.g. code and del and various plugin syntax). | ||
| * | | Merge pull request #468 from dokuwiki-translate/lang_update_542 | Andreas Gohr | 2013-12-06 |
| |\ \ | | | | | | | | | Translation update (ko) | ||
| | * | | translation update | Myeongjin | 2013-12-07 |
| |/ / | |||
| * | | Merge pull request #464 from splitbrain/hidden_rss | Andreas Gohr | 2013-12-05 |
| |\ \ | | | | | | | | | Properly fix RSS namespace listings containing hidden pages FS#2891 | ||
| | * | | Fix RSS namespace listings containing hidden pages | Michael Hamann | 2013-12-02 |
| | | | |