summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* Merge branch 'master' of git://github.com/splitbrain/dokuwikiMichal Rezler2011-04-08
|\
| * 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!
* | 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.
* | 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
| |
| * 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.
| * | replace tokenizer_cmd with action hookAndreas Gohr2011-03-19
| | | | | | | | | | | | | | | as discussed at http://www.freelists.org/post/dokuwiki/tokenizer-cmd-in-indexer,1
| * | Estonian language updateKristian Kankainen2011-03-18
| | |
| * | Slovak language updateMatej Urban2011-03-18
| | |
| * | Traditional Chinese language updateShuo-Ting Jian2011-03-18
| |/
| * Merge branch 'indexer_rewrite'Michael Hamann2011-03-08
| |\
| | * Merge branch 'master' into indexer_rewriteMichael Hamann2011-02-24
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/fulltext.php inc/indexer.php lib/exe/indexer.php
| | * \ Merge branch 'master' into indexer_improvementsMichael Hamann2011-01-23
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/fulltext.php inc/indexer.php lib/exe/indexer.php
| | * | | Indexer v3 Rewrite part two, update uses of indexerTom N Harris2010-12-29
| | | | |
| | * | | Use a different indexer version when external tokenizer is enabledTom N Harris2010-11-17
| | | | |
| | * | | Use external program to split pages into wordsTom N Harris2010-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An external tokenizer inserts extra spaces to mark words in the input text. The text is sent through STDIN and STDOUT file handles. A good choice for Chinese and Japanese is MeCab. http://sourceforge.net/projects/mecab/ With the command line 'mecab -O wakati'
| | * | | Do not assume that index files will be backward compatibleTom N Harris2010-11-14
| | | | |
| * | | | Pass edid to the mediamanagerAdrian Lang2011-03-06
| | | | |
| * | | | avoid premature output before headers are sentAndreas Gohr2011-03-05
| | | | |
| * | | | deleted template print styles which are now in the core stylesAnika Henke2011-02-27
| | | | |
| * | | | improved css.php and core stylesAnika Henke2011-02-26
| | |_|/ | |/| | | | | | | | | | | | | | | | | | * code cleanup in lib/exe/css.php * renamed 'default' userstyle to 'screen' in config_cascade * splitted core lib/styles/style.css up into all.css, print.css and screen.css
| * | | Merge remote-tracking branch 'origin/master'Andreas Gohr2011-02-21
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: inc/lang/bg/lang.php
| | * | | added 'register' and 'resendpwd' to action links and buttonsAnika Henke2011-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | Attention: $lang['register'] has been renamed to $lang['btn_register'], anyone using that in any plugin or template should adjust it.
| * | | | Bulgarian language updateKiril Velikov2011-02-21
| | | | |
| * | | | Dutch language updateMarijn Hofstra2011-02-21
| |/ / /
| * | | Merge branch 'petsagouris-master'Andreas Gohr2011-02-19
| |\ \ \
| | * | | Passed every png file through http://www.smushit.com/ysmush.it/ saving some ↵Petsagourakis George2011-02-18
| | | | | | | | | | | | | | | | | | | | 1-2kb of binary image data
| * | | | Chinese Language updateHiphen Lee2011-02-19
| | | | |
| * | | | Swedish language updateEdward H2011-02-19
| |/ / /
| * | | Add skype interwiki, similar to 023e47d6Elan Ruusamäe2011-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Icon downloaded from http://forum.skype.com/style_emoticons/skype/skype.png I asked someone internally for file copyright and answer was ok (do whatever you want)
| * | | Merge branch 'master' of https://github.com/lupo49/dokuwiki into lupo49-masterAndreas Gohr2011-02-13
| |\ \ \
| | * | | Support for VoIP/SIP callto-links (FS#2167)lupo492011-02-11
| | | | |
| * | | | fixed error in popularity/helper.php (a quoted array instruction error'd ...)Petsagourakis George2011-02-12
| | | | |
| * | | | avoid warning in linkwizard when a space is entered as queryAndreas Gohr2011-02-11
| |/ / /