History log of /dokuwiki/ (Results 6826 – 6850 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
359fab8b30-Nov-2010 Michael Hamann <michael@content-space.de>

Revert "Fix for $conf['breadcrumbs'] < 0, FS#2107", new fix

This reverts commit 4871414204799044c31aa2764c4b4ca020e2331d.
Additionally there is a new fix for FS#2107 that doesn't introduce a lot
of

Revert "Fix for $conf['breadcrumbs'] < 0, FS#2107", new fix

This reverts commit 4871414204799044c31aa2764c4b4ca020e2331d.
Additionally there is a new fix for FS#2107 that doesn't introduce a lot
of checks but instead ensures that the configuration option can't be set
to negative values when the configuration manager is used.

show more ...

38dc5fa630-Nov-2010 Michael Hamann <michael@content-space.de>

Added min and max options for configuration metadata

609c41e429-Nov-2010 Elan Ruusamäe <glen@delfi.ee>

Use $USERINFO in mail_setup, as $INFO['userinfo'] is not yet available.

20:51:05 <glen> what is the difference between $INFO['userinfo'] and $USERINFO?
20:52:17 <splitbrain> none really
20:52:33 <gl

Use $USERINFO in mail_setup, as $INFO['userinfo'] is not yet available.

20:51:05 <glen> what is the difference between $INFO['userinfo'] and $USERINFO?
20:52:17 <splitbrain> none really
20:52:33 <glen> yet one works ($USERINFO) and the other doesn't in my setup
20:52:59 <splitbrain> $INFO isn't available everywhere
20:53:27 <splitbrain> or might not have been set yet (if you're fetching an early action hook)
20:53:27 <glen> yeah, mail headers setup failed for me

show more ...

79e197ef29-Nov-2010 Andreas Gohr <andi@splitbrain.org>

use forward slashes as path separator in striplangs.php

c047066505-Oct-2010 Martin 'E.T.' Misuth <et.github@ethome.sk>

Added striplangs.php script, with which you can strip out unused languages out of DW to make it smaller (eg. FTP upload)

e3776c0629-Nov-2010 Michael Hamann <michael@content-space.de>

Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3

As of VIM 7.3 it is no longer possible to specify the encoding in the
modeline. This gives an error message whenever such a file is o

Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3

As of VIM 7.3 it is no longer possible to specify the encoding in the
modeline. This gives an error message whenever such a file is opened,
thus this commit removes the enc setting from the modeline.

show more ...


_test/cases/inc/IXR_Library_IXR_Message.test.php
_test/cases/inc/IXR_Library_date.test.php
_test/cases/inc/auth_aclcheck.test.php
_test/cases/inc/auth_admincheck.test.php
_test/cases/inc/auth_nameencode.test.php
_test/cases/inc/auth_password.test.php
_test/cases/inc/common_clientip.test.php
_test/cases/inc/common_obfuscate.test.php
_test/cases/inc/common_pagetemplate.test.php
_test/cases/inc/indexer_idx_indexlengths.test.php
_test/cases/inc/init_fullpath.test.php
_test/cases/inc/init_getbaseurl.test.php
_test/cases/inc/mail_isvalid.test.php
_test/cases/inc/mail_quoted_printable_encode.php
_test/cases/inc/mail_send.php
_test/cases/inc/pageutils_clean_id.test.php
_test/cases/inc/pageutils_getid.test.php
_test/cases/inc/pageutils_resolve_id.test.php
_test/cases/inc/pageutils_resolve_pageid.test.php
_test/cases/inc/safefn.test.php
_test/cases/inc/utf8_correctidx.test.php
_test/cases/inc/utf8_html.test.php
_test/cases/inc/utf8_romanize.test.php
_test/cases/inc/utf8_stripspecials.test.php
_test/cases/inc/utf8_substr.test.php
_test/cases/inc/utf8_unicode.test.php
_test/cases/inc/utf8_utf16be.test.php
_test/cases/lib/exe/css_css_compress.test.php
_test/cases/lib/exe/js_js_compress.test.php
bin/indexer.php
feed.php
inc/DifferenceEngine.php
inc/HTTPClient.php
inc/actions.php
inc/auth.php
inc/auth/ad.class.php
inc/auth/basic.class.php
inc/auth/ldap.class.php
inc/auth/mysql.class.php
inc/auth/pgsql.class.php
inc/auth/plain.class.php
inc/common.php
inc/confutils.php
inc/feedcreator.class.php
inc/fulltext.php
inc/indexer.php
inc/lang/en/lang.php
inc/lang/et/lang.php
inc/lang/km/lang.php
inc/lang/ku/lang.php
inc/lang/mg/lang.php
inc/lang/vi/lang.php
inc/parser/handler.php
inc/parser/lexer.php
inc/parser/metadata.php
inc/parser/parser.php
inc/parser/renderer.php
inc/parser/xhtml.php
inc/parser/xhtmlsummary.php
inc/search.php
inc/template.php
inc/toolbar.php
lib/exe/ajax.php
lib/exe/css.php
lib/exe/fetch.php
lib/exe/indexer.php
lib/exe/js.php
lib/exe/opensearch.php
lib/exe/xmlrpc.php
lib/plugins/acl/lang/en/lang.php
lib/plugins/acl/lang/et/lang.php
lib/plugins/acl/lang/vi/lang.php
lib/plugins/admin.php
lib/plugins/info/syntax.php
lib/plugins/plugin/lang/en/lang.php
lib/plugins/revert/admin.php
lib/plugins/revert/lang/en/lang.php
lib/plugins/syntax.php
4871414226-Nov-2010 Michael Hamann <michael@content-space.de>

Fix for $conf['breadcrumbs'] < 0, FS#2107

This fixes an infinite loop in breadcrumbs() and makes the behaviors in
all places where breadcrumbs are used consistent so that non-numeric
values, values

Fix for $conf['breadcrumbs'] < 0, FS#2107

This fixes an infinite loop in breadcrumbs() and makes the behaviors in
all places where breadcrumbs are used consistent so that non-numeric
values, values < 0 and 0 are treated the same way.

show more ...

d1d99bb924-Nov-2010 Andreas Gohr <gohr@cosmocode.de>

check for spl_autoload_register() in install.php

See http://forum.dokuwiki.org/post/22120

9821486722-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 ...

5e1ee18806-Nov-2010 Xin LI <delphij@FreeBSD.org>

Fix unicode handling.

Suggested by: MQ <antinvidia gmail com>

Signed-off-by: Xin LI <delphij@FreeBSD.org>

54cbb21521-Nov-2010 Guillaume Turri <guillaume.turri@gmail.com>

Fixed a call to replace_invalid_with_pct_encoding (fixed upstream after SimplePie1.2) to continue to display correctly feeds with =

91d55b7921-Nov-2010 Guillaume Turri <guillaume.turri@gmail.com>

First step to upgrade to SimplePie 1.2

ba6984cf20-Nov-2010 Caleb Maclennan <caleb@alerque.com>

Turkish language update

85dcda2020-Nov-2010 Robin Getz <rgetz@blackfin.uclinux.org>

Send 403 header for permission denied screens when send404 is enabled

4064e2d320-Nov-2010 Robin Getz <rgetz@blackfin.uclinux.org>

Handle do=check before ACL checking

812bb04e20-Nov-2010 Robin Getz <rgetz@blackfin.uclinux.org>

Add support for inline diff formatting

This patch only adds the capability to the Difference Engine lib, not to
the user interface, yet.

7deca91b27-Oct-2010 Robin Getz <robin.getz@analog.com>

White space fixes only - no functional changes

11d7187b18-Nov-2010 YooS C <dryoo@live.com>

Korean language update

7ae265d318-Nov-2010 Zbyněk Švec <Zbynek.Svec@septim.cz>

Czech language update

dc9bdead18-Nov-2010 Andreas Gohr <andi@splitbrain.org>

Improve native JSON usage

This patch does two things: It makes sure the native json_decode() will
honor the JSON_LOOSETYPE option of the class and it also adds way
to skip the use of the native func

Improve native JSON usage

This patch does two things: It makes sure the native json_decode() will
honor the JSON_LOOSETYPE option of the class and it also adds way
to skip the use of the native function completely. The latter is
necessary for slightly non-standard JSON data.

show more ...

420edfd618-Nov-2010 Tom N Harris <tnharris@whoopdedo.org>

Restore io_runcmd, use io_exec for exec with pipes

7c2ef4e817-Nov-2010 Tom N Harris <tnharris@whoopdedo.org>

Use a different indexer version when external tokenizer is enabled

1c07b9e616-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 ...

6c52822016-Nov-2010 Tom N Harris <tnharris@whoopdedo.org>

Repurpose io_runcmd for pipes

4753bcc015-Nov-2010 Michael Hamann <michael@content-space.de>

Indexer improvement: regex instead of arrays for lines

When updating a single line that line was split into an array and in a
loop over that array one entry was removed and afterwards a new one
adde

Indexer improvement: regex instead of arrays for lines

When updating a single line that line was split into an array and in a
loop over that array one entry was removed and afterwards a new one
added. Tests have shown that using a regex for doing that is much faster
which can be easily explained as that regex is very simple to match
while a loop over an array isn't that fast. As that update function is
called for every word in a page the impact of this change is
significant.

show more ...

1...<<271272273274275276277278279280>>...420