| 6e0b4b67 | 09-Jan-2011 |
Michael Hamann <michael@content-space.de> |
Fixed css_loadfile and removed unneeded complexity, added testcases |
| f7d780b9 | 09-Jan-2011 |
Gabriel Birke <gabriel.birke@gmail.com> |
Preserve @import statements in CSS |
| 73f799f0 | 09-Jan-2011 |
Niels Lange <niels@boldencursief.nl> |
German language update |
| 178c8be8 | 09-Jan-2011 |
Massimiliano Vassalli <vassalli.max@gmail.com> |
Latin language update
- better use of Latin terminology for DokuWiki - ACL is not translated as AAA (Aditus Administrationis Aditus) but with ICA (Index Custodiae Aditus), which is a more literal
Latin language update
- better use of Latin terminology for DokuWiki - ACL is not translated as AAA (Aditus Administrationis Aditus) but with ICA (Index Custodiae Aditus), which is a more literal translation - minor corrections of grammar and logic - The word "namespace" is more literally translated "spatium nominis", but according to other translations (like the Italian one), I preferred to use "genus".
show more ...
|
| 701da9a1 | 04-Jan-2011 |
Anika Henke <anika@selfthinker.org> |
updated splitbrain interwiki icon |
| 8480b938 | 04-Jan-2011 |
Anika Henke <anika@selfthinker.org> |
added paypal interwiki links
usage: [[paypal>email@address.com]] |
| 26fe3366 | 04-Jan-2011 |
lupo49 <post@lupo49.de> |
de / de-informal: update for mail subscriptions |
| 35e6af3e | 04-Jan-2011 |
lupo49 <post@lupo49.de> |
updated russian translations for bundled plugins |
| 3e47436a | 04-Jan-2011 |
lupo49 <post@lupo49.de> |
updated russian translation (core) |
| 383a53f4 | 03-Jan-2011 |
Anika Henke <anika@selfthinker.org> |
made include hooks more flexible (especially for farms: put included file into conf directory) |
| be96545c | 03-Jan-2011 |
Anika Henke <anika@selfthinker.org> |
removed obsolete references to 'JSnocheck' class |
| 4c36bf82 | 03-Jan-2011 |
Guillaume Turri <guillaume.turri@gmail.com> |
Change sitemap filename to sitemap.xml(.gz). Closes FS#2127 |
| b49f0667 | 03-Jan-2011 |
Anika Henke <anika@selfthinker.org> |
fixed wrong form method for buttons |
| ddcde000 | 02-Jan-2011 |
Anika Henke <anika@selfthinker.org> |
added space between license text and link |
| 73ab87de | 02-Jan-2011 |
Gabriel Birke <birke@d-scribe.de> |
If cookiedir is configured, use it.
If $conf['cookiedir'] is set, use this setting instead of DOKU_REL. |
| e013f48d | 02-Jan-2011 |
Anika Henke <anika@selfthinker.org> |
adjusted tpl_youarehere to use tpl_pagelink (and fixed bugs with missing first headings) |
| b19d3824 | 02-Jan-2011 |
Anika Henke <anika@selfthinker.org> |
added 'Discussion' translation into many languages |
| 5526795c | 31-Dec-2010 |
Guy Brand <gb@unistra.fr> |
Allow a prefix for subject of sent mails (Close FS#2021) |
| 2f1d4a94 | 30-Dec-2010 |
Gabriel Birke <gabriel.birke@gmail.com> |
Modified config and lang files for new option |
| e6cecb08 | 26-Dec-2010 |
Michael Hamann <michael@content-space.de> |
Language files can now be customized in the conf/ directory
As suggested by Robin Getz locale .txt files can now be duplicated and changed in the conf/lang/ directory and conf/plugin_lang/$plugin/ d
Language files can now be customized in the conf/ directory
As suggested by Robin Getz locale .txt files can now be duplicated and changed in the conf/lang/ directory and conf/plugin_lang/$plugin/ directory for plugins.
show more ...
|
| 9b41be24 | 29-Dec-2010 |
Tom N Harris <tnharris@whoopdedo.org> |
Indexer v3 Rewrite part two, update uses of indexer |
| 650ebc14 | 28-Dec-2010 |
lupo49 <post@lupo49.de> |
de/de-informal: language optimizing |
| c40c98f3 | 28-Dec-2010 |
Matthias Schulte <post@lupo49.de> |
added de/de-informal translation strings |
| 00803e56 | 28-Dec-2010 |
Tom N Harris <tnharris@whoopdedo.org> |
Indexer v3 Rewrite part one (unstable)
The indexer functions have been converted to a class interface. Use the Doku_Indexer class to access the indexer with these public methods: addPageWords ad
Indexer v3 Rewrite part one (unstable)
The indexer functions have been converted to a class interface. Use the Doku_Indexer class to access the indexer with these public methods: addPageWords addMetaKeys deletePage tokenizer lookup lookupKey getPages histogram These functions are provided for general use: idx_get_version idx_get_indexer idx_get_stopwords idx_addPage idx_lookup idx_tokenizer These functions are still available, but are deprecated: idx_getIndex idx_indexLengths All other old idx_ functions are unsupported and have been removed.
show more ...
|
| 69ba640b | 27-Dec-2010 |
Michael Hamann <michael@content-space.de> |
Save metadata only when really changed
This avoids disk writes when not needed and possibly also xhtml rendering when the metadata needs to be rendered but xhtml doesn't (unless the metadata file is
Save metadata only when really changed
This avoids disk writes when not needed and possibly also xhtml rendering when the metadata needs to be rendered but xhtml doesn't (unless the metadata file is changed).
show more ...
|