summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* 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
|/ / /
* | | Russian language updateWindy Wanderer2011-02-09
| | |
* | | added one of the most important smileysAndreas Gohr2011-02-07
| | |
* | | JS: Add style helper and fix footnotes in non-static containersMichael Hamann2011-02-06
| | |
* | | no final comma in class members or IE craps outAndreas Gohr2011-02-06
| | |
* | | Honor conf[pluginmanager] again (closes FS#1856)Adrian Lang2011-02-06
| | |
* | | apply cleanUser and cleanGroup in user manager FS#1859Andreas Gohr2011-02-06
| | |
* | | Only remove the indexer lock when there is really a stale lockMichael Hamann2011-02-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the rmdir could be executed when the lock directory had been deleted by another indexer already. This could lead to a race condition when another indexer call creates the lock again between the if and the rmdir. This issue still exists for stale lock directories but they normally shouldn't exist. This also prevents the loop from becoming an endless loop when the lock directory can't be created. This change also fixes a syntax error in the indexer and prevents an endless loop when the lock directory exists but can't be deleted.
* | | FS#2067: fixed monospace font sizesAnika Henke2011-02-06
| | |
* | | correctly wait for a lock in indexer (related to FS#2112)Andreas Gohr2011-02-06
| | |
* | | allow reinstall of plugins via plugin manager FS#2120Andreas Gohr2011-02-06
| | |
* | | Use common media_save in media_upload and putAttachmentAdrian Lang2011-02-06
| | | | | | | | | | | | | | | | | | | | | | | | Changes: * XML-RPC now correctly allows leading and trailing _ * Error messages from XML-RPC are correct * MEDIA_UPLOAD_FINISH has a sixth param specifying the move function * Not having upload rights when using media_upload throws a msg
* | | Don't delete the contents of symbolically linked directories in the plugin ↵Myron Turner2011-02-06
| | | | | | | | | | | | | | | | | | | | | manager This patch makes the plugin manager not descend into symbolically linked directories as this behaviour is not expected from a recursive delete.
* | | XML-RPC deleteAttachment now uses media_deleteAdrian Lang2011-02-06
| | | | | | | | | | | | | | | | | | | | | | | | Functionality changes: * deleteAttachment now triggers MEDIA_DELETE_FILE (closes FS#1568) * deletion success msg in mediamanager is correct, even when the ns dir was deleted * media_delete changed quite a bit
* | | keep drafts on preview FS#2116Andreas Gohr2011-02-06
| | |
* | | don't show lock timer in readonly mode FS#2146Andreas Gohr2011-02-06
| | |
* | | moved locktimer class to its own fileAndreas Gohr2011-02-06
| | | | | | | | | | | | I also adjusted the coding style to match our other JS classes
* | | Portuguese language updateJoão Espírito Santo2011-02-05
| | |
* | | Greek translation updateGeorgios Petsagourakis2011-02-04
| | |
* | | French language updateJohan Guilbaud2011-02-01
| | |
* | | Bulgarian language updateKiril Velikov2011-02-01
| | |
* | | Make diff type selectableAndreas Gohr2011-01-31
| | |
* | | Made the auto submit script more versatileAndreas Gohr2011-01-31
| | | | | | | | | | | | | | | | | | When a <select> tag has the class "quickselect", this script will automatically submit its parent form when the select value changes. It also hides the submit button of the form.
* | | Merge branch 'master' of https://github.com/danny0838/dokuwiki into ↵Andreas Gohr2011-01-23
|\ \ \ | | | | | | | | | | | | danny0838-master
| * | | Traditional Chinese updateDanny Lin2011-01-23
| | | |