| 98214867 | 22-Nov-2010 |
Michael Hamann <michael@content-space.de> |
Render metadata when needed
This changes fundamentally when metadata is rendered. This commit introduces a new cache file for every page that just contains a timestamp and is updated whenever the me
Render metadata when needed
This changes fundamentally when metadata is rendered. This commit introduces a new cache file for every page that just contains a timestamp and is updated whenever the metadata of that page is rendered.
Metadata is rendered when p_get_metadata is called and the last rendering has been before a page, metadata, configuration or renderer update or purge is set like in the xhtml renderer cache.
Metadata is no longer automatically rendered when the xhtml renderer cache isn't used but will still be rendered when needed as p_get_metadata is called in the cache.
Metadata is also no longer rendered in the indexer script when missing as that is already done by pageinfo() before anything else is done so the indexer script won't be called when there is no metadata file.
show more ...
|
| ba6984cf | 20-Nov-2010 |
Caleb Maclennan <caleb@alerque.com> |
Turkish language update |
| 11d7187b | 18-Nov-2010 |
YooS C <dryoo@live.com> |
Korean language update |
| 7ae265d3 | 18-Nov-2010 |
Zbyněk Švec <Zbynek.Svec@septim.cz> |
Czech language update |
| 7c2ef4e8 | 17-Nov-2010 |
Tom N Harris <tnharris@whoopdedo.org> |
Use a different indexer version when external tokenizer is enabled |
| 1c07b9e6 | 16-Nov-2010 |
Tom N Harris <tnharris@whoopdedo.org> |
Use external program to split pages into words
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
Use external program to split pages into words
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'
show more ...
|
| ee0891d8 | 14-Nov-2010 |
Tom N Harris <tnharris@whoopdedo.org> |
Do not assume that index files will be backward compatible |
| 1172f8dc | 13-Nov-2010 |
Adrian Lang <dokuwiki@adrianlang.de> |
Introduce metadata write wrapper p_save_metadata
p_purge_metadata now updates the metadata cache and the INFO array like the other metadata writing functions |
| ba9418bc | 13-Nov-2010 |
Hakan Sandell <sandell.hakan@gmail.com> |
Added XMLRPC dokuwiki:appendPage |
| 8079aa0b | 13-Nov-2010 |
Anika Henke <anika@selfthinker.org> |
initialised media options modal popup with display:none in JS |
| c44e5a88 | 13-Nov-2010 |
Anika Henke <anika@selfthinker.org> |
added minimal needed styles for modal windows |
| 9a83dc0d | 13-Nov-2010 |
Anika Henke <anika@selfthinker.org> |
improved lib styles |
| cdf966f1 | 13-Nov-2010 |
Dominik Eckelmann <deckelmann@gmail.com> |
removed fixme comment |
| ebb29737 | 13-Nov-2010 |
Dominik Eckelmann <deckelmann@gmail.com> |
fixed mediamanager options + ie6 fix (FS#2074) |
| afca7e7e | 12-Nov-2010 |
Anika Henke <anika@selfthinker.org> |
FS#1839: take favicon from mediadir (if it exists) |
| 8cf5aee5 | 07-Nov-2010 |
Anika Henke <anika@selfthinker.org> |
added missing styles to print.css (underline, centered images and clearer) |
| 9c1c56fd | 05-Nov-2010 |
Elan Ruusamäe <glen@delfi.ee> |
- copy over identical sxw,odt fileicons |
| 4ad466ff | 05-Nov-2010 |
Elan Ruusamäe <glen@delfi.ee> |
- copy over identical tgz,gz fileicons |
| 2fb33dcf | 05-Nov-2010 |
Elan Ruusamäe <glen@delfi.ee> |
- copy over identical sxi,odp fileicons |
| b1f351c4 | 05-Nov-2010 |
Elan Ruusamäe <glen@delfi.ee> |
- copy over identical html,htm fileicons |
| d22e55a4 | 05-Nov-2010 |
Elan Ruusamäe <glen@delfi.ee> |
- copy over identical sxc,ods,odc fileicons |
| 498b41e8 | 05-Nov-2010 |
Elan Ruusamäe <glen@delfi.ee> |
- copy over identical sxd,odi,odg fileicons |
| 6d252306 | 05-Nov-2010 |
Elan Ruusamäe <glen@delfi.ee> |
- copy over identical gif/jpg/png/jpeg fileicons |
| dab7d18d | 07-Nov-2010 |
Choicky Chou <zhoucaiqi@gmail.com> |
Chinese Language update |
| 317d85c9 | 05-Nov-2010 |
Andreas Gohr <andi@splitbrain.org> |
style fixes for RTL languages FS#2089 |