Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | added doku_hasTextBeenModified, rename doku_checkSummary | Gerrit Uitslag | 2016-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 change | Gerrit Uitslag | 2016-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 JSDocs | Gerrit Uitslag | 2016-05-09 |
| | |||
* | Check if content really changed in the Editor, before popup a warning when ↵ | Gerrit Uitslag | 2016-04-30 |
| | | | | | | leaving Fixes #1199 | ||
* | fixed button text when enabling/disabling extension via ajax (probably ↵ | Anika Henke | 2016-04-21 |
| | | | | introduced in #1231) | ||
* | removed references to 'disabled' file in plugins.local.php | Anika Henke | 2016-04-20 |
| | |||
* | Merge pull request #1540 from splitbrain/deprecatedisablefilesplugin | Gerrit Uitslag | 2016-04-19 |
|\ | | | | | Remove support for 'disabled' in plugin folder | ||
| * | Remove conf setting 'pluginmanager', since old plugin manager is not default ↵ | Gerrit Uitslag | 2016-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 Uitslag | 2016-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 file | Gerrit Uitslag | 2016-04-19 |
| | | |||
| * | Remove support for .disable in plugin folder | Gerrit Uitslag | 2016-04-18 |
| | | | | | | | | Close #1323 | ||
* | | upgraded jQuery to 1.12.3 | Andreas Gohr | 2016-04-19 |
| | | |||
* | | remove special IE support from textselection scripts #1535 | Andreas Gohr | 2016-04-19 |
| | | | | | | | | The opera work around is still needed though! O_o | ||
* | | remove IE<=8 innerText/textContent workaround #1535 | Andreas Gohr | 2016-04-19 |
| | | | | | | | | Standardized node.textContent is available since IE9 | ||
* | | removed comment referencing IE6 #1535 | Andreas Gohr | 2016-04-19 |
| | | |||
* | | Merge pull request #1539 from splitbrain/remove-old-browser-support | Andreas Gohr | 2016-04-19 |
|\ \ | | | | | | | Remove old browser support | ||
| * | | removed unused CSS (since 30fd72fb) | Anika Henke | 2016-04-18 |
| | | | |||
| * | | removed CSS support for IE8 | Anika Henke | 2016-04-18 |
| | | | |||
| * | | removed obsolete vendor prefixes (and fixed broken gradients) | Anika Henke | 2016-04-18 |
| | | | |||
* | | | removed support for loading authplugins by old name #1535 | Andreas Gohr | 2016-04-19 |
| | | | |||
* | | | removed deprecated support for render() in non-syntax plugins #1535 | Andreas Gohr | 2016-04-19 |
| | | | |||
* | | | remove support for loading old auth backend configs #1535 | Andreas Gohr | 2016-04-19 |
| | | | |||
* | | | removed implementation of _getcsv() in usermanager | Anika Henke | 2016-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 Henke | 2016-04-19 |
| | | | | | | | | | | | | outside of class | ||
* | | | Merge pull request #1532 from dokuwiki-translate/lang_update_26 | Anika Henke | 2016-04-18 |
|\ \ \ | | | | | | | | | Translation update (fr) | ||
| * | | | translation update | Schplurtz le Déboulonné | 2016-04-15 |
| | | | | |||
* | | | | removed deprecated cliopts | Anika Henke | 2016-04-18 |
| | | | | |||
* | | | | removed support for deprecated 'default' userstyles | Anika Henke | 2016-04-18 |
| |_|/ |/| | | |||
* | | | Merge pull request #1529 from micgro42/addDiff3Functionality | Andreas Gohr | 2016-04-18 |
|\ \ \ | | | | | | | | | Add generic 3way merge capability | ||
| * | | | make merge conflict labels completely customizable | Andreas Gohr | 2016-04-13 |
| | | | | |||
| * | | | Added 3way merge from PEAR Text_Diff3 | Andreas Gohr | 2016-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/revsizechange | Andreas Gohr | 2016-04-18 |
|\ \ \ | | | | | | | | | Show change of file sizes in the revision log | ||
| * | | | less prominent styling of size changes | Andreas Gohr | 2016-04-18 |
| | | | | | | | | | | | | | | | | reusing the diff colors as suggested by @selfthinker | ||
| * | | | Merge remote-tracking branch 'origin/revsizechange' into revsizechange | Gerrit Uitslag | 2016-03-20 |
| |\ \ \ | |||
| | * | | | styled size changes | Andreas Gohr | 2016-03-20 |
| | | | | | |||
| * | | | | strlen does already calculate the right length | Gerrit Uitslag | 2016-03-20 |
| |/ / / | |||
| * | | | let path to revision file in tests depend on compression setting | Gerrit Uitslag | 2016-03-19 |
| | | | | |||
| * | | | reload some config settings after the conf reset in DokuWikiTest::setUp | Gerrit Uitslag | 2016-03-19 |
| | | | | |||
| * | | | Not needed due to use of more general functions | Gerrit Uitslag | 2016-03-19 |
| | | | | |||
| * | | | wrong entry of revinfo used in detectExternalEdit | Gerrit Uitslag | 2016-03-19 |
| | | | | |||
| * | | | bunch of tests for saveWikiText | Gerrit Uitslag | 2016-03-19 |
| | | | | |||
| * | | | rename variables in detectExternalEdit | Gerrit Uitslag | 2016-03-19 |
| | | | | |||
| * | | | filesize zero cases, compressed revisions | Gerrit Uitslag | 2016-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 file | Gerrit Uitslag | 2016-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 saveWikiText | Gerrit Uitslag | 2016-03-16 |
| | | | | |||
| * | | | Merge remote-tracking branch 'origin/master' into revsizechange | Gerrit Uitslag | 2016-03-16 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/common.php | ||
| * | | | | add sizechange to wiki's global recent page | Gerrit Uitslag | 2015-08-22 |
| | | | | | |||
| * | | | | reformatting | Gerrit Uitslag | 2015-08-22 |
| | | | | | |||
| * | | | | reformating recent listing | Gerrit Uitslag | 2015-08-22 |
| | | | | | |||
| * | | | | Display filesize changes in revisionlog | Gerrit Uitslag | 2015-08-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Reformat some bits of code apply some missing pieces also for first entry |