summaryrefslogtreecommitdiff
path: root/lib/plugins/config/lang
Commit message (Collapse)AuthorAge
* 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
* fixed some xhtml validity issues in config managerAnika Henke2007-05-13
| | | | darcs-hash:20070513174719-d5083-4827d529f2d30011a1bb7d3cc09cf15779629c19.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
* polish language updateGrzegorz Zur2007-04-17
| | | | darcs-hash:20070417175616-e561a-c9c5d6a74bdb371c43faab99aa56a8c4ee7ab8f7.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
* French language updateGuy Brand2007-03-05
| | | | darcs-hash:20070305140920-19e2d-16876cdbd8c2887d642a8807a0ba8b99f6a2f161.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
* Swedish updateAndreas Gohr2007-02-18
| | | | darcs-hash:20070218134846-7ad00-1fb62b5d552810b0d771f73410ed3b047bbb0b64.gz
* Korean updateAndreas Gohr2007-02-10
| | | | darcs-hash:20070210201116-7ad00-59b350dd2a4ad9461e78c9463dbcbd21306b124d.gz
* workaround config for FS#852Andreas Gohr2007-02-08
| | | | | | | | | On certain platforms the ignore_user_abort function does not work as expected, resulting in a non working indexer webbug. Users with such a broken system (IIS+PHP as CGI) can enable this option to work around the problem (resulting in longer load times for the webbug). darcs-hash:20070208195145-7ad00-8fc14f9da535a70fa837066773e15a3926b077c7.gz
* polish language updateGrzegorz Zur2007-02-08
| | | | darcs-hash:20070208120717-e561a-d6307260ff7a8697bbb3b16b7c6df7688ce4e849.gz
* manager user/groupAndreas Gohr2006-12-03
| | | | | | | This patch adds support for a manager option as suggested in http://www.freelists.org/archives/dokuwiki/11-2006/msg00314.html darcs-hash:20061203134104-7ad00-72ff6422bbb4f79be325c7e77255e1eee32d0f6b.gz
* rss_summary_configMarc Mayfield2006-11-01
| | | | | | | | Add a configuration option to control whether or not the edit/revision summary is displayed with the title of RSS feeds. The default is to show the summary, the same as DokuWiki did prior to this addition. darcs-hash:20061101023313-9039d-d067e9bcd7dc0c7cabd57674d1072c5b882ad4e7.gz
* Indexer asian language fixes and speed-upsTom N Harris2006-11-17
| | | | | | | | | Make Chinese and Japanese work better with the new indexer. Some missing punctuation added to utf8_stripspecials. Misc. other changes to make indexing faster. The indexes will expire on backend upgrades, so you don't have to delete *.indexed darcs-hash:20061117123032-6942e-774b38e08234928c49b37e40addba375acf67ac0.gz
* dutch language updatesAndreas Gohr2006-11-12
| | | | darcs-hash:20061112184102-7ad00-698188fd3915aa1937857a27245676f966815ee4.gz
* language updatesAndreas Gohr2006-11-06
| | | | darcs-hash:20061106175239-7ad00-1023b1f69c735637c972f862af379cd481f75ee3.gz
* russian updateDenis Simakov2006-11-02
| | | | darcs-hash:20061102000617-3c565-f80c87245bf8f6249f707892cdcdaf1313690297.gz
* Spanish translationsmiguel.pagano2006-10-30
| | | | | | Added recent_days to lib/plugins/config/lang/es/lang.php darcs-hash:20061030194506-072b4-80ef2c8d32bc6d168e2ef4c29064787e4f4c07d7.gz
* spanish translationsmiguel.pagano2006-10-30
| | | | darcs-hash:20061030151008-072b4-7f4b0d87133951bbc1a09eba479dcae2b5fd5923.gz
* Hebrew language updateAndreas Gohr2006-10-30
| | | | darcs-hash:20061030184642-7ad00-6e1be181d03bc0ffaaf03d4903fd268deb84ad77.gz
* Traditional Chinese updateAndreas Gohr2006-10-26
| | | | darcs-hash:20061026205002-7ad00-70f2acf8203e01d1df93e77ce7d8bdb1f4ddac7b.gz
* language updatesAndreas Gohr2006-10-19
| | | | darcs-hash:20061019101317-7ad00-c9a5b62a9d1e71c15875a8e39050bc931dbf4d03.gz
* French localization updateGuy Brand gb@isis.u-strasbg.fr2006-10-19
| | | | darcs-hash:20061019083731-c47a2-6d301513c4e313acdbb648e1e22e5b8ef45566da.gz
* IT-20060829-patchpolinnia2006-08-29
| | | | | | | - translated new strings in registermail.txt, config e usermanager plugins - fixed changed parameter in config plugin darcs-hash:20060829170241-57bea-24bf2cbfb341f25b1461cc7cd4fc442e0f44d511.gz
* cache, metadata & purgefile updateschris2006-09-24
| | | | | | | | | | | | | | | | | | | Cache - add dependency for metadata renderer file - check metadata for end of page life, "date valid end". Metadata Renderer - RSS syntax mode now sets rendered page expiry, "date valid end" and includes the feed URL in "relation haspart". Purgefile For all wiki installations the purgefile records the earliest time before which no cache purge (based on data consistency) is required. Cache files older than this time MAY need to be purged. - remove purgeonadd configuration setting darcs-hash:20060924202157-9b6ab-4531e91411c41914eeab2b6a8160c3d46b001cee.gz
* japanes language updateAndreas Gohr2006-09-25
| | | | darcs-hash:20060925182128-7ad00-99db9371c6986605eb4d990f819f09bf850ffaa1.gz
* updatecheck featureAndreas Gohr2006-09-16
| | | | | | | | | | | | | | | | | This patch adds a feature to let DokuWiki automatically check if updates are available or any other important messages (like security warnings) and then display this info to the admin user. DokuWiki will contact the URL http://www.splitbrain.org/lib/exe/msg.php with a parameter telling it which messages it already know (read from conf/msg) - the server side script then will return all new messages. The messages will be displayed until DokuWiki was upgraded or conf/msg was updated manually. Messages are cached and only checked once a day. The messenger URL will probably change before the next release. darcs-hash:20060916210229-7ad00-7ac592650e171ae4144b0eb47a751a4ca480f031.gz
* japanese language updateAndreas Gohr2006-09-16
| | | | darcs-hash:20060916145219-7ad00-2ca985138204b2547ef9e24d780c226af8073fcb.gz
* german language updateAndreas Gohr2006-09-03
| | | | darcs-hash:20060903081832-7ad00-9ea6aaaf2fb84fa543d3606e634e973711591597.gz
* scalable changelog redesignBen Coburn2006-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch provides a rewritten changelog system that is designed to run efficiently on both small and large wikis. The patch includes a plugin to convert changelogs from the current format. The conversion is non-destructive and happens automatically. For more information on the new changelog format see "http://wiki.splitbrain.org/wiki:changelog". Structure In short the changelog is now stored in per-page changelog files, with a recent changes cache. The recent changes cache is kept in "/data/meta/_dokuwiki.changes" and trimmed daily. The per-page changelogs are kept in "/data/meta/<ns>/<page_id>.changes" files. To preserve revision information for revisions stored in the attic, the "*.changes" files are not removed when their page is deleted. This allows the full life-cycle of page creation, deletion, and reversion to be tracked. Format The changelog line format now uses a general "line type" field in place of the special "minor" change syntax. There is also an extra field that can be used to store arbitrary data associated with special line types. The reverted line type (R) is a good example. There the extra field holds the revision date used as the source for reverting the page. See the wiki for the complete syntax description. Code Notes The changelog functions have been rewritten to load the whole file only if it is small. For larger files, the function loads only the relevant chunk(s). Parsed changelog lines are cached in memory to speed future function calls. getRevisionInfo A binary search is used to locate the chunk expected to contain the requested revision. The whole chunk is parsed, and adjacent lines are optimistically cached to speed consecutive calls. getRevisions Reads the changelog file backwards (newest first) in chunks until the requested number of lines have been read. Parsed changelog lines are cached for subsequent calls to getRevisionInfo. Because revisions are read from the changelog they are no longer guaranteed to exist in the attic. (Note: Even with lines of arbitrary length getRevisionInfo and getRevisions never split changelog lines while reading. This is done by sliding the "file pointer" forward to the end of a line after each blind seek.) isMinor Removed. To detect a minor edit check the type as follows: $parsed_logline['type'] darcs-hash:20060830182753-05dcb-1c5ea17f581197a33732a8d11da223d809c03506.gz
* update config pluginchris2006-08-26
| | | | | | | | | - add $conf['compression'] meta data and en lang strings - remove $conf['usegzip'] meta data and en lang strings Other language strings will need to be updated. darcs-hash:20060825223047-9b6ab-b0c8c6af57847690a6d398d0bd98af9a51911c21.gz
* japanese language updateAndreas Gohr2006-08-07
| | | | darcs-hash:20060807200813-7ad00-ca46ec6eca59cc368fbace6f7de337e4d1e997a5.gz
* IT-20060806-patchpolinnia2006-08-06
| | | | | | completed IT translation for new release of Dokuwiki darcs-hash:20060806094947-57bea-f82fb29ada061db880bbab84d7cee79711f3e49b.gz
* Missing Spanish translationsmiguel.pagano2006-08-01
| | | | darcs-hash:20060731224944-072b4-a965cc88f22614bde7d57fa2d714c749933d66f8.gz