summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* translation updatereza_khn2014-01-16
|
* Adjust and correct translations in Romanian text filesRazvan Deaconescu2014-01-16
|
* Make minor corrections to Romanian language fileRazvan Deaconescu2014-01-16
|
* translation updateoott1232014-01-12
|
* fix renderer:plugin() signatureAndreas Gohr2014-01-08
| | | | | | | | | in 82d616353e4c3680d88f083eb6f88fe68de92904 we introduced passing the raw match for syntax plugins to the plugin method of the renderer. This was introduced for renderer plugins that might need access to the raw syntax (like the table editor or WYSIWYG plugins). However the function signature was never updated, making these additional parameter basically secret. With strict standard this throws errors. This patch fixes this.
* php doc blockAndreas Gohr2014-01-08
|
* removed some unused parameters, fixed some docblocksAndreas Gohr2014-01-07
| | | | this file makes me cry. there is so much shit going on here.
* removed superflous parameterAndreas Gohr2014-01-07
|
* removed superflous parameterAndreas Gohr2014-01-07
|
* translation updatealhajr2014-01-05
|
* Merge pull request #485 from dokuwiki-translate/lang_update_613Andreas Gohr2014-01-02
|\ | | | | Translation update (bg)
| * translation updateIvan Peltekov2013-12-31
| |
* | Merge pull request #487 from dokuwiki-translate/lang_update_618Andreas Gohr2014-01-02
|\ \ | | | | | | Translation update (ar)
| * | translation updatealhajr2014-01-01
| | |
* | | translation updatetomer2014-01-01
|/ /
* / translation updatematt carroll2013-12-31
|/
* translation updateHans Iwan Bratt2013-12-24
|
* translation updateDương Văn Hoàng2013-12-19
|
* translation updategicalle2013-12-16
|
* Merge pull request #436 from rotdrop/masterAndreas Gohr2013-12-15
|\ | | | | Provide an XMLRPC logoff method.
| * Increase also the API version.Claus-Justus Heine2013-11-24
| |
| * Prepare an XMLRPC logoff method. Rationale: XMLRPC is thought forClaus-Justus Heine2013-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.
* | translation updateninetailz2013-12-15
| |
* | translation updateninetailz2013-12-12
| |
* | Fix indexing numeric words in page contentsMichael Hamann2013-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 Gohr2013-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.
* | translation updateadmin2013-12-10
| |
* | fixed editing of RTL and LTR scripts mix (including a lot of wiki syntax) ↵Anika Henke2013-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).
* | translation updateMyeongjin2013-12-07
| |
* | translation updateanjianshi2013-12-05
| |
* | Merge pull request #461 from splitbrain/mail_headersAndreas Gohr2013-12-03
|\ \ | | | | | | Fix sending empty and duplicated headers, FS#2887
| * | Fix sending empty and duplicated headers, FS#2887Michael Hamann2013-12-01
| | | | | | | | | | | | | | | | | | This fixes sending empty and duplicated To/Cc/Bcc, Subject and From headers in the additional headers. The To-header in the additional headers prevented mail sending on some systems.
* | | translation updatezamroni2013-12-03
| | |
* | | Merge pull request #465 from dokuwiki-translate/lang_update_532Andreas Gohr2013-12-02
|\ \ \ | | | | | | | | Translation update (es)
| * | | translation updateAntonio Bueno2013-12-02
| |/ /
* / / translation updateFoysol2013-12-02
|/ /
* | Merge branch 'lang_update_507' of ↵Andreas Gohr2013-12-01
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | git://github.com/dokuwiki-translate/dokuwiki into pull-request-442 * 'lang_update_507' of git://github.com/dokuwiki-translate/dokuwiki: translation update Conflicts: inc/lang/fi/lang.php
| * | translation updateOtto Vainio2013-11-24
| |/
* | Merge branch 'lang_update_518' of ↵Andreas Gohr2013-12-01
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | git://github.com/dokuwiki-translate/dokuwiki into pull-request-450 * 'lang_update_518' of git://github.com/dokuwiki-translate/dokuwiki: translation update Conflicts: lib/plugins/usermanager/lang/ko/lang.php
| * | translation updateGaram2013-11-25
| | |
* | | Merge pull request #460 from splitbrain/FS#1833_bChristopher Smith2013-12-01
|\ \ \ | | | | | | | | FS#1833 (b)
| * | | FS#1833 (b)Christopher Smith2013-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent table entry syntax swallowing multiple preceeding blank lines (a) this shouldn't be necessary, blank lines are handled by paragraph processing (b) avoids issues with greedy table syntax competing with plugins
* | | | Merge pull request #457 from dokuwiki-translate/lang_update_524Andreas Gohr2013-12-01
|\ \ \ \ | | | | | | | | | | Translation update (sl)
| * | | | translation updateMatej Urbančič2013-11-30
| |/ / /
* | | | Merge pull request #458 from dokuwiki-translate/lang_update_525Andreas Gohr2013-12-01
|\ \ \ \ | | | | | | | | | | Translation update (el)
| * | | | translation updatechris taklis2013-11-30
| |/ / /
* / / / translation updateJuliano Marconi Lanigra2013-11-30
|/ / /
* / / translation updateGaram2013-11-25
|/ /
* | translation updateBoris2013-11-25
| |
* | Merge pull request #443 from dokuwiki-translate/lang_update_508Andreas Gohr2013-11-25
|\ \ | | | | | | Translation update (no)