summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'master' of git://github.com/splitbrain/dokuwikiMichal Rezler2011-04-08
|\
| * Check if link exists and set right captionIzidor Matušov2011-04-08
| |
| * Added configuration variables for empty link testcases and added testcases ↵Izidor Matušov2011-04-07
| | | | | | | | for resolve_pageid
| * Unit test cases for FS 2178Izidor Matušov2011-04-07
| |
| * If the page link is empty, it should link to current page -- FS#2178Izidor Matušov2011-04-07
| |
| * Merge branch 'master' of https://github.com/akate/dokuwiki into akate-masterMichael Hamann2011-04-07
| |\
| | * indexer fix updating the search indexKate Arzamastseva2011-04-07
| | |
| * | fixed two errors in safefnrecode pluginMyron Turner2011-04-06
| | |
| * | safefnrecode: don't double fix filenamesAndreas Gohr2011-04-03
| | |
| * | fix end indicator fixAndreas Gohr2011-04-03
| | |
| * | Temporary conversion plugin for new fnencode FS#2197Andreas Gohr2011-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This plugin converts existing filenames that were stored using the option "safe" in fnencode from using the dot (.) as post_indicator to using a bracket (]) as post_insdicator. It will also add a post_indicator at the end of the file name should it be missing (Bug FS#2122). This plugin needs testing by people using the safe encode option!
| * | Merge branch 'master' of git@github.com:splitbrain/dokuwikiChristopher Smith2011-04-02
| |\ \
| * | | FS#2122 alter SafeFN safe and post indicator characters.Christopher Smith2011-04-02
| | | | | | | | | | | | | | | | | | | | | | | | Note, any filenames encoded with the previous SafeFN scheme will need to be converted to the new scheme. Users of the old SafeFN scheme should not use this new scheme until after converting their filenames.
* | | | fixed import for drag.js and started a rewrite of edit.jsMichal Rezler2011-03-30
| | | |
* | | | Merge remote branch splitbrain/master and added back drag.js (for ↵Michal Rezler2011-03-30
| | | | | | | | | | | | | | | | compatibility reason)
* | | | Merge branch 'master' of git://github.com/splitbrain/dokuwikiMichal Rezler2011-03-30
|\ \ \ \ | | |/ / | |/| |
| * | | Make .htaccess access protection work in more setupsMarc Schiffbauer2011-03-29
| | | | | | | | | | | | | | | | | | | | | | | | Before this patch with a .htaccess file on a higher level in the hierarchy with "Satisfy Any" it has been possible that the directory protection didn't work as expected.
| * | | Merge remote branch 'whoopdedo/tokenizer-rewrite'Andreas Gohr2011-03-26
| |\ \ \
| | * | | Remove config for external tokenizerTom N Harris2011-03-22
| | | | |
| | * | | Clarify usage of some indexer methodsTom N Harris2011-03-22
| | | | |
| | * | | Change Doku_Indexer visibility from private to protected, and get rid of ↵Tom N Harris2011-03-22
| | | | | | | | | | | | | | | | | | | | ugly underscores
| * | | | Using only __construct nowPiyush Mishra2011-03-23
| | | | |
| * | | | Done with DifferenceEngine.phpPiyush Mishra2011-03-23
| | |_|/ | |/| |
* | | | toolbar.js is jQueryfiedMichal Rezler2011-03-30
| | | |
* | | | JS API is corrected to the original stateMichal Rezler2011-03-28
| | | |
* | | | helpers.js was removed - it basically contained functions they are ↵Michal Rezler2011-03-27
| | | | | | | | | | | | | | | | implemented in jQuery library
* | | | cookie.js is jQueryfied, added jQuery-cookie-pluginMichal Rezler2011-03-26
| | | |
* | | | using POST instead of GET in searching by ajaxMichal Rezler2011-03-26
| | | |
* | | | locktimer.js is jQueryfiedMichal Rezler2011-03-26
| | | |
* | | | ajax.js is jQueryfiedMichal Rezler2011-03-24
| | | |
* | | | cursors: a.select = pointer, linkwiz__header = crossMichal Rezler2011-03-24
| | | |
* | | | Added pointers cursors on a.selectMichal Rezler2011-03-23
| | | |
* | | | jQuery rewrite branch merged into master branch of whole projectMichal Rezler2011-03-23
|\| | |
| * | | Romanian language updateFlorin Iacob2011-03-21
| | | |
| * | | fixed handling of legacy and subscriber config options FS#2208Andreas Gohr2011-03-21
| | | | | | | | | | | | | | | | This was broken in 3a48618a538412994ec244d5a9fde5c4a6161d10
| * | | Merge remote-tracking branch 'marklundeberg/master'Andreas Gohr2011-03-21
| |\ \ \
| | * | | Make interwiki links match with every other icon-link: need 1px top and ↵marklundeberg2011-03-08
| | | | | | | | | | | | | | | | | | | | bottom padding or else the icons' top and bottom pixel rows get cut off.
| * | | | Minor: Edited the delta_time function for php5Piyush Mishra2011-03-21
| | |/ / | |/| |
| * | | replace tokenizer_cmd with action hookAndreas Gohr2011-03-19
| | | | | | | | | | | | | | | | | | | | as discussed at http://www.freelists.org/post/dokuwiki/tokenizer-cmd-in-indexer,1
| * | | bind non-sticky logins to the session id FS#2202Andreas Gohr2011-03-19
| | | |
| * | | store session pass as hashAndreas Gohr2011-03-19
| | | | | | | | | | | | | | | | | | | | This avoids having the blowfish encrypted pass stored together with the decryption key on the same server.
| * | | warn about wrongly installed pluginAndreas Gohr2011-03-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When a plugin is installed in the wrong directory, the class loading will fail. This patch tries to find the correct directory from the plugin.info.txt (using the base key) and give a hint to the user on how to fix this.
| * | | Estonian language updateKristian Kankainen2011-03-18
| | | |
| * | | Merge remote-tracking branch 'lupo49/master'Andreas Gohr2011-03-18
| |\ \ \
| | * | | de/de-informal: added and updated translationsMatthias Schulte2011-03-14
| | |/ /
| * | | Slovak language updateMatej Urban2011-03-18
| | | |
| * | | Traditional Chinese language updateShuo-Ting Jian2011-03-18
| |/ /
| * | Remove relation_references from the index when it is missingMichael Hamann2011-03-08
| | |
| * | Merge branch 'indexer_rewrite'Michael Hamann2011-03-08
| |\ \
| | * | Adjust bin/indexer.php for the new indexerMichael Hamann2011-03-06
| | | | | | | | | | | | | | | | | | | | Now the indexer is directly called instead of duplicating a large part of the indexer code.