summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* Merge pull request #1176 from splitbrain/ioreplaceinfileAndreas Gohr2015-07-18
|\ | | | | Add IO function to replace lines in a file (new)
| * Rephrase description of io_replaceInFiles to be clarify use of regexPatrick Brown2015-05-29
| |
| * Abort io_replaceInLine when the search parameter is emptyPatrick Brown2015-05-29
| |
| * Minor RefactoringChristopher Smith2015-05-29
| | | | | | | | | | - put test comments in more appropriate spot - move appending replacement line alongside its search/delete code
| * add anchors when constructing pattern from a non-regex oldlineChristopher Smith2015-05-29
| |
| * Merge branch 'master' into ioreplaceinfileChristopher Smith2015-05-28
| |\
| * | Refactor code to make it simpler.Christopher Smith2015-05-28
| | | | | | | | | | | | | | | | | | | | | | | | The changes should also: - fix unlikely edge case when replacement line is the same as the old line (would have resulted in timeout) - reduce memory footprint - avoid applying string search beyond maxlines replacement limit
| * | Limit number of lines to replace.Patrick Brown2015-05-08
| | |
| * | Merge branch 'master' into ioreplaceinfilePatrick Brown2015-05-07
| |\ \
| * | | Add io_replaceInFilePatrick Brown2015-05-07
| | | |
| * | | Deleting lines works with BZ2 files.Patrick Brown2015-05-06
| | | |
| * | | Append to BZip2 files. Unit tests for writing files.Patrick Brown2015-05-06
| | | |
* | | | add a Exception in hasAccess()iamchenxin2015-07-18
| | | |
* | | | correctly handle usergroups arraySascha Klopp2015-07-18
| | | |
* | | | remove pragma:no-cache header. closes #1201Andreas Gohr2015-07-15
| | | | | | | | | | | | | | | | | | | | The pragma header is only defined for requests not for responses. The Cache-Control header should be used in responses.
* | | | Merge pull request #1238 from dokuwiki-translate/lang_update_111Andreas Gohr2015-07-15
|\ \ \ \ | | | | | | | | | | Translation update (ja)
| * | | | translation updateHideaki SAWADA2015-07-15
| | | | |
* | | | | Merge pull request #1231 from splitbrain/kill-all-input-buttonsAndreas Gohr2015-07-15
|\ \ \ \ \ | |/ / / / |/| | | | Changed all input buttons to button buttons
| * | | | refactored tpl_actiondropdown() to avoid duplicationAnika Henke2015-07-12
| | | | |
| * | | | changed all input type=submit buttons to button type=submit button for ↵Anika Henke2015-07-12
| | | | | | | | | | | | | | | | | | | | better stylability
* | | | | Merge pull request #1227 from dokuwiki-translate/lang_update_88Anika Henke2015-07-15
|\ \ \ \ \ | | | | | | | | | | | | Translation update (ko)
| * | | | | translation updateMyeongjin2015-07-11
| |/ / / /
* | | | | fixed a few links and html errors in language filesAnika Henke2015-07-13
| | | | |
* | | | | fixed some wrong quotation marks in language filesAnika Henke2015-07-12
| | | | |
* | | | | fixed occurrences of html named entities in translation files to be ↵Anika Henke2015-07-12
| | | | | | | | | | | | | | | | | | | | xhtml-compatible
* | | | | removed English translation strings from non-English translation filesAnika Henke2015-07-12
| | | | |
* | | | | fixed lots of missing format strings in language filesAnika Henke2015-07-12
| | | | |
* | | | | translation updateMauricio Segura2015-07-12
|/ / / /
* | | | translation updateErrol2015-07-08
| | | |
* | | | translation updaternck2015-07-02
| | | |
* | | | Merge pull request #1215 from splitbrain/wikisyntaxpageAndreas Gohr2015-07-01
|\ \ \ \ | | | | | | | | | | Wiki syntax page and minor
| * | | | phpdocs, reformattingGerrit Uitslag2015-06-30
| | | | |
* | | | | undefined varGerrit Uitslag2015-06-30
| | | | |
* | | | | Use a DateTime object in the IXR_DateGerrit Uitslag2015-06-30
|/ / / /
* | | | translation updateTakumo2015-06-29
| | | |
* | | | translation updateSri Saravana2015-06-26
| | | |
* | | | translation updateNolf2015-06-18
| | | |
* | | | translation updateMaurizio2015-06-14
| | | |
* | | | translation updatehyeonsoft2015-06-11
| | | |
* | | | translation updateHendrik Diel2015-06-07
| | | |
* | | | translation updateİlker R. Kapaç2015-06-04
| | | |
* | | | translation updatePavel2015-05-31
| | | |
* | | | Upgrade to jQuery 1.11.3 and jQueryUI 1.11.4 closes #1175Andreas Gohr2015-05-29
| |_|/ |/| |
* | | update confToHash() inline documentation for new parameterChristopher Smith2015-05-28
| | |
* | | translation updateIkuo Obataya2015-05-28
| | |
* | | Merge pull request #1166 from dokuwiki-translate/lang_update_2Michael Hamann2015-05-22
|\ \ \ | | | | | | | | Translation update (lt)
| * | | translation updateTomas Darius Davainis2015-05-22
| | | |
* | | | avoid accessing nonexistant array key. fixes #1165Andreas Gohr2015-05-22
|/ / /
* | | Merge pull request #1156 from splitbrain/refactor_admin_plugin_getAndreas Gohr2015-05-20
|\ \ \ | | | | | | | | Provide a function to return admin plugin for the page request.
| * | | Provide a function to return admin plugin for the page request.Christopher Smith2015-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This was previously carried out in three separate places. Refactor that code to use the new function. Update tpl_pageTitle test to use a manager level admin plugin.