aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
* added doku_hasTextBeenModified, rename doku_checkSummaryGerrit Uitslag2016-05-19
| | | | | checkfunc is mainly replaced by doku_hasTextBeenModified, which is put in global scope to allow overriding by plugins.
* checkfunc() set textChanged only on real changeGerrit Uitslag2016-05-09
| | | | | | | | - if #wiki__text (the default DokuWiki editor field) exists, the checkfunc() checks whether the field content is changed - if #wiki__text not exists it assumes that on all change and keydown events the content of the form #dw__editform is changed (give still false positives.) (for example the Data plugin has none #wiki__text)
* add JSDocsGerrit Uitslag2016-05-09
|
* Check if content really changed in the Editor, before popup a warning when ↵Gerrit Uitslag2016-04-30
| | | | | | leaving Fixes #1199
* fixed button text when enabling/disabling extension via ajax (probably ↵Anika Henke2016-04-21
| | | | introduced in #1231)
* removed references to 'disabled' file in plugins.local.phpAnika Henke2016-04-20
|
* Merge pull request #1540 from splitbrain/deprecatedisablefilespluginGerrit Uitslag2016-04-19
|\ | | | | Remove support for 'disabled' in plugin folder
| * Remove conf setting 'pluginmanager', since old plugin manager is not default ↵Gerrit Uitslag2016-04-19
| | | | | | | | | | | | | | anymore. This `$conf['pluginmanager']` setting was especially for disabling of pluginmanager in farms. (see also commit c45608d )
| * Remove disabling by renaming to '<pluginfoldername>.disabled'Gerrit Uitslag2016-04-19
| | | | | | | | | | remaining folders with .disabled in the foldername are displayed in extension manager with rename warning.
| * add some spaces before %s in nl lang fileGerrit Uitslag2016-04-19
| |
| * Remove support for .disable in plugin folderGerrit Uitslag2016-04-18
| | | | | | | | Close #1323
* | upgraded jQuery to 1.12.3Andreas Gohr2016-04-19
| |
* | remove special IE support from textselection scripts #1535Andreas Gohr2016-04-19
| | | | | | | | The opera work around is still needed though! O_o
* | remove IE<=8 innerText/textContent workaround #1535Andreas Gohr2016-04-19
| | | | | | | | Standardized node.textContent is available since IE9
* | removed comment referencing IE6 #1535Andreas Gohr2016-04-19
| |
* | Merge pull request #1539 from splitbrain/remove-old-browser-supportAndreas Gohr2016-04-19
|\ \ | | | | | | Remove old browser support
| * | removed unused CSS (since 30fd72fb)Anika Henke2016-04-18
| | |
| * | removed CSS support for IE8Anika Henke2016-04-18
| | |
| * | removed obsolete vendor prefixes (and fixed broken gradients)Anika Henke2016-04-18
| | |
* | | removed support for loading authplugins by old name #1535Andreas Gohr2016-04-19
| | |
* | | removed deprecated support for render() in non-syntax plugins #1535Andreas Gohr2016-04-19
| | |
* | | remove support for loading old auth backend configs #1535Andreas Gohr2016-04-19
| | |
* | | removed implementation of _getcsv() in usermanagerAnika Henke2016-04-19
| | | | | | | | | | | | | | | Our minimum PHP version requirement is now over 5.3, so this workaround is not needed anymore. See also c9454ee3a82b29418a7ee59f0bb35006ea6a7fb1
* | | removed deprecated changelog functions getRevisionInfo() and getRevisions() ↵Anika Henke2016-04-19
| | | | | | | | | | | | outside of class
* | | Merge pull request #1532 from dokuwiki-translate/lang_update_26Anika Henke2016-04-18
|\ \ \ | | | | | | | | Translation update (fr)
| * | | translation updateSchplurtz le Déboulonné2016-04-15
| | | |
* | | | removed deprecated clioptsAnika Henke2016-04-18
| | | |
* | | | removed support for deprecated 'default' userstylesAnika Henke2016-04-18
| |_|/ |/| |
* | | Merge pull request #1529 from micgro42/addDiff3FunctionalityAndreas Gohr2016-04-18
|\ \ \ | | | | | | | | Add generic 3way merge capability
| * | | make merge conflict labels completely customizableAndreas Gohr2016-04-13
| | | |
| * | | Added 3way merge from PEAR Text_Diff3Andreas Gohr2016-04-13
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds 3way merge functionality to our DifferenceEngine stack. The code was taken from the PEAR Text_Diff3 package and adapted to work with our implementation. For the curious: Here's a short Origin tree of the different versions of the Diff code to make clear how our implementation is related to the PEAR package. -- original code Geoffrey T. Dairiki `-- Adaption for the Horde project |-- Adaption for phpwiki | `-- Adaption for MediaWiki | `-- Adaption for DokuWiki `-- Creation of PEAR Text_Diff
* | | Merge pull request #1316 from splitbrain/revsizechangeAndreas Gohr2016-04-18
|\ \ \ | | | | | | | | Show change of file sizes in the revision log
| * | | less prominent styling of size changesAndreas Gohr2016-04-18
| | | | | | | | | | | | | | | | reusing the diff colors as suggested by @selfthinker
| * | | Merge remote-tracking branch 'origin/revsizechange' into revsizechangeGerrit Uitslag2016-03-20
| |\ \ \
| | * | | styled size changesAndreas Gohr2016-03-20
| | | | |
| * | | | strlen does already calculate the right lengthGerrit Uitslag2016-03-20
| |/ / /
| * | | let path to revision file in tests depend on compression settingGerrit Uitslag2016-03-19
| | | |
| * | | reload some config settings after the conf reset in DokuWikiTest::setUpGerrit Uitslag2016-03-19
| | | |
| * | | Not needed due to use of more general functionsGerrit Uitslag2016-03-19
| | | |
| * | | wrong entry of revinfo used in detectExternalEditGerrit Uitslag2016-03-19
| | | |
| * | | bunch of tests for saveWikiTextGerrit Uitslag2016-03-19
| | | |
| * | | rename variables in detectExternalEditGerrit Uitslag2016-03-19
| | | |
| * | | filesize zero cases, compressed revisionsGerrit Uitslag2016-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - handle all cases where not an old file exist, or when that old file is zero size. - When using old revision normally these files are compressed, use uncompressed size.
| * | | io_getSizeFile returns uncompressed size of given fileGerrit Uitslag2016-03-18
| | | | | | | | | | | | | | | | | | | | | | | | A bz2-file doesn't contain information about the size of its uncompressed content. Therefore it requires reading the whole file to obtain the filesize.
| * | | little reformat of saveWikiTextGerrit Uitslag2016-03-16
| | | |
| * | | Merge remote-tracking branch 'origin/master' into revsizechangeGerrit Uitslag2016-03-16
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: inc/common.php
| * | | | add sizechange to wiki's global recent pageGerrit Uitslag2015-08-22
| | | | |
| * | | | reformattingGerrit Uitslag2015-08-22
| | | | |
| * | | | reformating recent listingGerrit Uitslag2015-08-22
| | | | |
| * | | | Display filesize changes in revisionlogGerrit Uitslag2015-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | Reformat some bits of code apply some missing pieces also for first entry