summaryrefslogtreecommitdiff
path: root/lib/plugins
Commit message (Collapse)AuthorAge
* fixed unclean language files FS#1186Andreas Gohr2007-07-15
| | | | darcs-hash:20070715090528-7ad00-ffebbfcd0e4b12e839a958932afd1db2c4fb8765.gz
* improved feed creationAndreas Gohr2007-07-11
| | | | | | | | | The feed now can export diff views (unified and HTML) as well as full HTML page content. Some things might be broken. Everybody please test it! darcs-hash:20070711213624-7ad00-49359417127fdbd6e31374738509110271b6b351.gz
* Norwegian language updateAndreas Gohr2007-07-02
| | | | darcs-hash:20070702195324-7ad00-ae4099158ec50f7345355738b2d80905ca63a543.gz
* Slovak language updatesAndreas Gohr2007-06-30
| | | | darcs-hash:20070630110132-7ad00-d2e4eca72ca53ff3aa5808ae6328d798a9e8b039.gz
* More Portuguese language updatesAndreas Gohr2007-06-29
| | | | darcs-hash:20070629212340-7ad00-ca30ab5a542bab7e1bf3b7650e3533cf57190170.gz
* Show config option names in config managerAndreas Gohr2007-06-29
| | | | | | | This patch outputs the config name in the config manager (instead of using a title tag) which makes it easier to search (ctrl-f) for a specific option. darcs-hash:20070629210648-7ad00-0e2a689b04c747298ee50b20bce287069393a84b.gz
* Portuguese language updatesAndreas Gohr2007-06-29
| | | | darcs-hash:20070629192938-7ad00-226f2f2375e3f4d5522d1b515a6f3c6910652449.gz
* Czech language updatesAndreas Gohr2007-06-29
| | | | darcs-hash:20070629134741-7ad00-0ff9213ccdc79cc288af35a4dd98c1f7f90a5137.gz
* japanese language updateAndreas Gohr2007-06-28
| | | | darcs-hash:20070628191802-7ad00-00dd404a1b70e314c76d07080a6085e731ffd238.gz
* Spanish language updatesAndreas Gohr2007-06-26
| | | | darcs-hash:20070626162556-7ad00-2ffaf48c4cd559fc225bc90cb28b2fda2d892576.gz
* Bulgarian language updatesAndreas Gohr2007-06-26
| | | | darcs-hash:20070626162303-7ad00-a9268edd24f0da9c887ea3c66e0f0b10713aa907.gz
* German language updatesAndreas Gohr2007-06-25
| | | | darcs-hash:20070625182759-7ad00-4fc5881872024baba058f8938cefc5fad40a682d.gz
* Chinese language updatesAndreas Gohr2007-06-25
| | | | darcs-hash:20070625172017-7ad00-efb5005b0e5c892502679dee66db81ccaf532697.gz
* workaround for PHP bug in config manager FS#1152Andreas Gohr2007-06-24
| | | | | | | Workaround for PHP bug 41773: http://bugs.php.net/bug.php?idA773 darcs-hash:20070624174903-7ad00-ae406540aca27e20f8fbd2f7c454c079975ebe22.gz
* Esperanto language updatesAndreas Gohr2007-06-24
| | | | darcs-hash:20070624174148-7ad00-e091a6bf887838fd6237a6cfa8d34aba74682801.gz
* Galician translation updatesAndreas Gohr2007-06-24
| | | | darcs-hash:20070624174021-7ad00-5343b0d790bfd868469f59bdb569ffc9c056431e.gz
* Polish language updateAndreas Gohr2007-06-24
| | | | darcs-hash:20070624105948-7ad00-9b0c7bb2b718cc45302756b3e8b04cf2472d92bd.gz
* greek language updatesAndreas Gohr2007-06-22
| | | | darcs-hash:20070622215242-7ad00-c0512378d892226c79e0eae52bdf989e1aa0c5d7.gz
* Misc string fixes and fr updateGuy Brand2007-06-19
| | | | darcs-hash:20070619173914-19e2d-7cbef873f967f11ebc0090a1467a0b97d10ec395.gz
* make typography option three staged FS#1142Andreas Gohr2007-06-13
| | | | | | | | | | | | | | | | Because correct smart quote parsing with regular expressions is nearly impossible, especially when dealing with quote usage in languages different from english, the typography configuration option was changed. 0 means to completely disable any typography replacements 1 will only handle the multiply entitity and double quotes, this should nearly always work without problems and is the new default 2 will add singlequote parsing. This might break because single quotes and apostrophes are not always easily distinguishable. Especially in languages where single quote openings and apostrophes are different characters you might experience problems. For english it should nearly always work. darcs-hash:20070613184015-7ad00-0cebc3f807f54467d54458075c5c9f651355c5ba.gz
* Japanese language updateAndreas Gohr2007-06-04
| | | | darcs-hash:20070604174939-7ad00-73a8a54560f0b801f293ced2213a3ca1fd1a394c.gz
* russian language updatesDenis Simakov2007-06-04
| | | | darcs-hash:20070604122134-3c565-33241d7cfa7f8813e8f482e7b46c72cdfafa2a15.gz
* Swedish language updatesPer Foreby2007-06-03
| | | | darcs-hash:20070603152100-26f5f-f899eb74ba24850262b8ac64626e31a9e8c967da.gz
* Partial Fix FS#1085Chris Smith2007-05-28
| | | | | | | | | | | | | | | | | | | This fix adds a new configuration setting, 'auth_security_timeout', which controls the duration (seconds) before authentication information is rechecked. The default value is set to 900 seconds (15 minutes). Wiki installations particularly concerned about security should set this value to 0. DokuWiki maintains a copy of the most recent authentication details in both a browser cookie and server session. Normally these values are compared on each page visit. If the comparison passes the user is accepted. The same data will be used over and over until either the cookie or the session expires. FS#1085 is concerned with updates to the original authentication data not being able to affect this comparison. The new 'auth_security_timeout' setting will force expiration of the saved data after the specified period has elapsed. Re-authentication may affect page response, especially on systems which use remote authentication systems. This fix is considered partial and should be reviewed after the next release with a view to extending the authentication class to allow those mechanisms which are able to control when DW should revoke authentication. darcs-hash:20070528194747-d26fc-f471004da604eb66f7131c470e446b98c29d801b.gz
* fixed double http in config manager language filesAndreas Gohr2007-05-15
| | | | darcs-hash:20070514222947-7ad00-ae9c66f81648bae00f3cadc3523f15260cc8d4b3.gz
* fixed link in config descriptions for new bugtracker URLsAndreas Gohr2007-05-13
| | | | darcs-hash:20070513193524-7ad00-2877bb35c7ff52ebd5bd29aeee872f8a6720d5f9.gz
* variable button width in plugins plugin (FS#1131)Anika Henke2007-05-13
| | | | darcs-hash:20070513183158-d5083-4620657620b8b3f69ddf885fb0474c65bb8a50f8.gz
* fixed some xhtml validity issues in config managerAnika Henke2007-05-13
| | | | darcs-hash:20070513174719-d5083-4827d529f2d30011a1bb7d3cc09cf15779629c19.gz
* make sure all needed data is given when creating users from backend FS#1096Andreas Gohr2007-05-13
| | | | darcs-hash:20070513101600-7ad00-2e225a1d06706cc7591f16eb8eb17095e04ea6dc.gz
* Fix for non removable proxy settings in config manager FS#1123Andreas Gohr2007-05-13
| | | | darcs-hash:20070513090309-7ad00-d620a992ce3a014ebc956d20d6b3ee97e2b9fefc.gz
* spelling fix FS#1130Andreas Gohr2007-05-13
| | | | darcs-hash:20070513072712-7ad00-edc1e0a35393656b131972443e0836a0116090f8.gz
* add sneaky_index optionAndreas Gohr2007-05-11
| | | | | | This disables the last patch and adds an option to enable it on demand. darcs-hash:20070511200235-7ad00-a3ea769bc4965710b7fd261d31e2c9f8a3d9d7f5.gz
* Bulgarian TranslationsNikolay Vladimirov2007-05-11
| | | | darcs-hash:20070511180244-5dabd-5c414e320c1ec24ef8b09209cdf5f192018cfdbb.gz
* Misc french strings fixesGuy Brand2007-04-22
| | | | darcs-hash:20070422163049-19e2d-f0b1f10635e999660866d54691e3bbdf98f670d6.gz
* revert manager now reverts back to the last non-spammy revisionAndreas Gohr2007-04-22
| | | | darcs-hash:20070422141519-7ad00-c51db646b2e7cb0f24395604c039b2ea9a576883.gz
* polish language updateGrzegorz Zur2007-04-17
| | | | darcs-hash:20070417175616-e561a-c9c5d6a74bdb371c43faab99aa56a8c4ee7ab8f7.gz
* english language correctionGrzegorz Zur2007-04-17
| | | | darcs-hash:20070417175818-e561a-a7e786b44aef2a5e1a3da512717b389af4f5ac48.gz
* Hebrew fixes for config manager FS#1115Katriel Traum2007-04-11
| | | | | | | 1. Typo Fix in lang/he 2. add rtl.css for correct display of config tables darcs-hash:20070411180459-3c7c8-0283133a19cb0adfcfcf9ed34d7ecac121e6c17d.gz
* Several small french language correctionsGuy Brand2007-03-05
| | | | darcs-hash:20070305165211-19e2d-02911c52123f382270f57a9a44cce514c89c667a.gz
* French lang for revert pluginGuy Brand2007-03-05
| | | | darcs-hash:20070305163850-19e2d-38f2e618020d45e85dad50082e5dc619ca1cfa9f.gz
* French language updateGuy Brand2007-03-05
| | | | darcs-hash:20070305140920-19e2d-16876cdbd8c2887d642a8807a0ba8b99f6a2f161.gz
* additions for the info pluginEsther Brunner2007-02-27
| | | | darcs-hash:20070227123123-20862-168124d05e49273adec628bf6bdf78792b366548.gz
* polish language updateGrzegorz Zur2007-02-25
| | | | darcs-hash:20070225133620-e561a-41c149fd9e6440909799d6b24a2c81a4ac23dd0f.gz
* Korean language updateAndreas Gohr2007-02-26
| | | | darcs-hash:20070226181011-7ad00-3ca27eb05538bb8d6e2f9a9da5a39730247f9813.gz
* soted indexer is now defaultAndreas Gohr2007-02-26
| | | | darcs-hash:20070226175529-7ad00-4d3d984da1edbf2ded546cfbd7374f97f032d032.gz
* danish updateDavid Lorentsen2007-02-24
| | | | | | Missing danish translation strings and files darcs-hash:20070224200424-ce218-2c9c7de3e74353a38dc31696fd7b785bd0933fce.gz
* Correction of German language in config plugineModul emodul@gmx.net2007-02-26
| | | | darcs-hash:20070226112359-d2109-17491649797590739dab6f11e7723162544f79f3.gz
* German language updatesAndreas Gohr2007-02-24
| | | | darcs-hash:20070224133512-7ad00-88ca8c2745f791885892170e7e99c62bcacb3672.gz
* Test uploaded files for HTML tags FS#1077Andreas Gohr2007-02-24
| | | | | | | | | | | | | | | Following the problem with IE's mimetype handling described at http://www.splitbrain.org/blog/2007-02/12-internet_explorer_facilitates_cross_site_scripting this patch adds a new option (on by default) to check the first 256 bytes of uploaded files against a list of a few HTML tags and denies the upload of such a file. In rare occasions this may block harmless and valid files, but that's price we have to pay for Microsoft's stupidity. Users who need HTML uploads should disable this check. (Don't do that on open Wikis!) darcs-hash:20070224124458-7ad00-0ced616d06f563515b36a0a6871b5ba50229c946.gz
* minor spelling fix in German languageAndreas Gohr2007-02-18
| | | | darcs-hash:20070218135700-7ad00-12c8c9d28cafa01d883f4dbffcbb04173420a6bb.gz