summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* update.sh must overwrite stylesheetStefan Grönke2013-01-19
|
* jQuery update.shStefan Grönke2013-01-19
| | | | * OSX compatible
* jQuery latestStefan Grönke2013-01-19
| | | | | | | * jQuery 1.9.0 * jQuery-UI v1.9.2 * jQuery.fn.live > jQuery.fn.on * jQuery.fn.browser replacement (jquery.mb.browser.js)
* Turkish language updateErdem2013-01-18
|
* Catalan language updateDaniel López Prat2013-01-18
|
* grayscaled some interwiki iconsAndreas Gohr2013-01-13
|
* Fix content of pages with incorrect metadata in list feedsMichael Hamann2013-01-11
| | | | | | | | | Before this change the last modification time was taken from metadata and then the revision that was specified there was loaded from the attic. Now revisions from attic are only loaded when the page has been modified more recently and the date is normally the last modification time of the page source. This was a problem when the most recent change was an external edit, then an older revision was shown in the feed.
* show filesize of local file links in tooltipRobin Getz2013-01-09
|
* Traditional Chinese language update日向小郎2013-01-09
|
* allow template unit testsDominik Eckelmann2013-01-08
|
* Merge pull request #148 from michitux/indexerMichael Hamann2013-01-06
|\ | | | | Indexer: Add the PID to INDEXER_PAGE_ADD and add getPID/getPageFromPID functions
| * Remove superfluous requires and variables from bin/indexer.phpMichael Hamann2012-12-20
| |
| * Remove global $Indexer, clear index in the testing system insteadMichael Hamann2012-12-20
| |
| * Add clear function to the indexer that deletes the whole indexMichael Hamann2012-12-20
| |
| * Indexer: Make $Indexer in idx_get_indexer() global instead of staticMichael Hamann2012-12-04
| | | | | | | | | | | | | | This avoids problems with test cases that use the indexer and the PID cache - the index is cleaned between test cases but the PID cache wasn't cleaned. Now PHPUnit can unset the global $Indexer between test cases.
| * Indexer: Add cache for getPID()Michael Hamann2012-12-04
| | | | | | | | | | | | This avoids re-reading of the page index file for every getPID()-call by using a simple FIFO cache, limited to 10 items. In idx_addPage() and the functions that it calls getPID() is called 3 times for the same PID.
| * Indexer: Add test case for the PID functionsMichael Hamann2012-12-04
| |
| * Indexer: add getPID/getPageFromPID functions and PID to INDEXER_PAGE_ADDMichael Hamann2012-12-03
| | | | | | | | | | | | This allows plugins to get the PID for a page and also to get the page for a certain PID. That way plugins can build their own index that uses numeric ids.
* | Merge pull request #153 from gturri/xmlrpcPermsAndreas Gohr2013-01-06
|\ \ | | | | | | Made auth_aclcheck always return int
| * | Made auth_aclcheck always return intGuillaume Turri2013-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The returned type is important in particular when we deal with xmlrpc. Indeed, this value is directly returned to the client eg when the wiki.getAllPages method is queried. Currently the 'perms' attribute may be either an int or a string, and its up to the xmlrpc client to resolve it (although Dokuwiki's documentation only tells it can be an int). This patch makes sure we'll always return perms as int.
* | | Arabic language updateOsama Al-Kofahi2013-01-06
| | |
* | | Merge pull request #151 from gturri/masterDominik Eckelmann2013-01-06
|\ \ \ | |/ / |/| | xmlrpc putPage and appendPage should return bool
| * | Fixed declared returned typeGuillaume Turri2013-01-06
| | |
| * | Made xmlrpc putPage and appendPage consistent with documentationGuillaume Turri2013-01-06
|/ / | | | | | | | | According to dokuwiki's documentation (https://www.dokuwiki.org/devel:xmlrpc#wikiputpage), those methods should return booleans, not int.
* | fixed broken @author link in farm codeAnika Henke2012-12-19
| |
* | added to version info if version is unknownAnika Henke2012-12-19
| |
* | Merge pull request #149 from splitbrain/installerAndreas Gohr2012-12-16
|\ \ | | | | | | added option to enable automatic popularity data in installer
| * | changed popularity linkAndreas Gohr2012-12-16
| | |
| * | added option to enable automatic popularity data in installerAndreas Gohr2012-12-07
| |/
* | Merge pull request #150 from lupo49/masterDominik Eckelmann2012-12-12
|\ \ | |/ |/| de/de-informal: language updates / added "sidebar"
| * de/de-informal: language updates / added "sidebar"lupo492012-12-12
|/
* lib/exe/indexer.php: Fix sending of the GIF when it is deferred FS#2646Michael Hamann2012-12-03
| | | | | | Before this change the GIF wasn't sent at all when the PHP settings indicate that sending of the GIF needs to be deferred and it was sent when the debug output was on.
* Correct parameter documentation of DokuWiki_Plugin::loadHelper()Michael Hamann2012-12-03
|
* XHTML renderer: bind section id counter to the renderer instanceMichael Hamann2012-12-02
| | | | | | | This changes the previously static lastsecid into an instance variable, this leads to consistent section edit ids when the xhtml renderer is used more than once in a request. This makes it possible for test cases to know the exact section edit id for an instruction array.
* Merge pull request #142 from splitbrain/proxyconnectAndreas Gohr2012-12-02
|\ | | | | support CONNECT for tunneling SSL via HTTP proxies FS#2431
| * changed proxy in test caseAndreas Gohr2012-11-08
| |
| * Merge branch 'master' into proxyconnectAndreas Gohr2012-11-08
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (169 commits) added PCRE UTF-8 checks to do=check FS#2636 avoid multiple paralell update checks fix regression bug in HTTPClient FS#2621 changed PAGEUTILS_ID_HIDEPAGE to has BEFORE/AFTER TarLib code cleanup TarLib: fixed appending in non-dynamic mode fixed third method of adding files in TarLib fix lone zero block in TarLib created archives fix use of constructor in TarLib Slovak language update Korean language update Latvian language update added event PAGEUTILS_ID_HIDEPAGE added test for isHiddenPage() removed redundant variables in tpl_include_page() (because of 3ff8773b) added cut off points for mobile devices as parameters to style.ini Corrected typo: ruke -> rule Persian language update Spanish language update russian language update ...
| * | support CONNECT for tunneling SSL via HTTP proxies FS#2431Andreas Gohr2012-07-28
| | | | | | | | | | | | The included test cases currently expect a squid at localhost:3128
* | | Fixed missing %s in Swedish translationHakan Sandell2012-12-02
| | |
* | | Re-phrased "no license" installer textHakan Sandell2012-12-02
| | |
* | | Merge pull request #119 from whoopdedo/installerstringsAndreas Gohr2012-12-02
|\ \ \ | | | | | | | | Translatable string for "None" license selection
| * | | Translatable string for "None" license selectionTom N Harris2012-07-17
| | | | | | | | | | | | | | | | | | | | The position of the option was moved to the end of the list so the English label "None of the above" will make sense.
* | | | some coding style improvementsDominik Eckelmann2012-11-29
| | | | | | | | | | | | | | | | | | | | | | | | - removed some dead/unused code - fixed phpdoc - added typing on methods
* | | | added .idea project folder to gitignoreDominik Eckelmann2012-11-29
| | | |
* | | | use correct setUp method and parent calls.Dominik Eckelmann2012-11-29
| | | |
* | | | Correct German plugin manager translation (download != install)Michael Hamann2012-11-28
| | | |
* | | | correct return in sendDigest()Andreas Gohr2012-11-27
| | | | | | | | | | | | | | | | | | | | the function always returned true, even if no action was taken. This resulted in no further indexer tasks being run.
* | | | Merge pull request #147 from kazmiya/2012_11_AclCaseSensitiveFix2Dominik Eckelmann2012-11-25
|\ \ \ \ | | | | | | | | | | Fix case-insensitive match in ACL checking
| * | | | Fix case-insensitive match in ACL checkingKazutaka Miyasaka2012-11-25
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | ACL checking of DokuWiki is currently always case-sensitive regardless of auth backend setting ($auth->isCaseSensitive). This commit enables case-insensitive match in the same way of auth_isMember().
* | | | GeSHi update to 1.0.8.11Andreas Gohr2012-11-24
| | | |