History log of /dokuwiki/inc/ (Results 3051 – 3075 of 6436)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
80b4f37618-Oct-2012 Andreas Gohr <gohr@cosmocode.de>

avoid broken browser_uid on IE

Internet Explorer 8 (and maybe others) seem to use different
capitalization in the ACCEPT_CHARSET header between "normal" requests
and AJAX requests. This causes a bro

avoid broken browser_uid on IE

Internet Explorer 8 (and maybe others) seem to use different
capitalization in the ACCEPT_CHARSET header between "normal" requests
and AJAX requests. This causes a browser UID mismatch and thus an
unecessary reauthentication.

show more ...

9f88c3ad12-Oct-2012 Frederico Goncalves Guimaraes <frederico@teia.bio.br>

Brazilia Portuguese language update

23ea187407-Oct-2012 Anika Henke <anika@selfthinker.org>

improved grammar in preview text (FS#2614)

3046a46407-Oct-2012 Zigor Astarbe <astarbe@gmail.com>

Basque language update

835dfcae06-Oct-2012 Anika Henke <anika@selfthinker.org>

Removed tpl_sidebar() to avoid fatal errors in other templates

Replaced it by the old tpl_include_page() and made it more flexible by adding a boolean $propagate parameter.
(It's false by default fo

Removed tpl_sidebar() to avoid fatal errors in other templates

Replaced it by the old tpl_include_page() and made it more flexible by adding a boolean $propagate parameter.
(It's false by default for backwards compatibility reasons. Should it rather be true? That would probably be what most users want.)

show more ...

3094e81706-Oct-2012 Andreas Gohr <andi@splitbrain.org>

changed default auth to authplain

We need to decide how to handle the renaming of the auth classes. Should
this be done automatically somehow? Or is an admin expected to fix this
manually when updat

changed default auth to authplain

We need to decide how to handle the renaming of the auth classes. Should
this be done automatically somehow? Or is an admin expected to fix this
manually when updating?

show more ...

1c6c1c6c01-Oct-2012 Michael Hamann <michael@content-space.de>

Escape filename in regex in search_index()

This problem was reported in https://forum.dokuwiki.org/thread/8143.
Apart from warnings you could notice that when you have namespaces "foo"
and "f.o" and

Escape filename in regex in search_index()

This problem was reported in https://forum.dokuwiki.org/thread/8143.
Apart from warnings you could notice that when you have namespaces "foo"
and "f.o" and you open the sitemap for "foo" that "f.o" is opened, too.

show more ...

cab7597526-Sep-2012 Anika Henke <anika@selfthinker.org>

fixed wrong apple-touch-icon extension (FS#2627)

89fd993f21-Sep-2012 Robert Bogenschneider <robog@gmx.de>

Esperanto language update

9387798521-Sep-2012 Martin Michalek <michalek.dev@gmail.com>

Slovak language update

a27f1c2b21-Sep-2012 lainme <lainme993@gmail.com>

Simplified Chinese language update

b9eadad021-Sep-2012 Edmondo Di Tucci <snarchio@gmail.com>

Italian language update

8e41425c21-Sep-2012 Rudolf Mayerhofer <rudolf.mayerhofer@hs-regensburg.de>

make use of adLDAP 4.0.4 in AD backend

The new version of adLDAP improves the speed in handling recursive group
memberships dramatically

2ed3803621-Sep-2012 Andreas Gohr <andi@splitbrain.org>

consolidate more notification code in subscription class

This is untested and probably broken currently

bd4e4c9418-Sep-2012 Andreas Gohr <andi@splitbrain.org>

add linebreaks and escaping in digest HTML mails FS#2606

this is a temporary and somewhat ugly fix. digest subscriptions should
make use of the inline format just as the 'every' subscriptions do.
Bu

add linebreaks and escaping in digest HTML mails FS#2606

this is a temporary and somewhat ugly fix. digest subscriptions should
make use of the inline format just as the 'every' subscriptions do.
But it makes sense to implement it correctly in the subscription branch
instead and not introduce new code in the RC.

show more ...

e7ebc15818-Sep-2012 Michael Hamann <michael@content-space.de>

Remove diff link from French notify mail FS#2602

The link doesn't exist in the English version and it doesn't work
anymore because appending a parameter to a link doesn't work when the
link is not j

Remove diff link from French notify mail FS#2602

The link doesn't exist in the English version and it doesn't work
anymore because appending a parameter to a link doesn't work when the
link is not just a URL but an HTML link

show more ...

ce7fb7d717-Sep-2012 Michael Hamann <michael@content-space.de>

Only complain about invalid plugin names when plugins are loaded FS#2595

This fixes error messages about invalid plugin names for directories in
the plugin directory which didn't contain any plugin.

Only complain about invalid plugin names when plugins are loaded FS#2595

This fixes error messages about invalid plugin names for directories in
the plugin directory which didn't contain any plugin. Now the message is
only displayed for plugins which couldn't be loaded because of the
invalid name.

show more ...

9aa3848317-Sep-2012 Michael Hamann <michael@content-space.de>

Fix link names of start pages in sitemap/index FS#2605

ff5a286c17-Sep-2012 Michael Hamann <michael@content-space.de>

Fix revisions title for pages without title with useheading on FS#2597

7521090b10-Sep-2012 Michael Hamann <michael@content-space.de>

Move plugin name regex to a constant as suggested by @glensc

92faea0e09-Sep-2012 Michael Hamann <michael@content-space.de>

Load plugins using include_once instead of include

The problem with using include is that when the file that is loaded
does not contain the plugin class (e.g. because the directory name is
wrong), t

Load plugins using include_once instead of include

The problem with using include is that when the file that is loaded
does not contain the plugin class (e.g. because the directory name is
wrong), the file could be loaded again when the plugin class is
requested a second time which will lead to a fatal error because of
class redeclaration.

show more ...

baf1d9a009-Sep-2012 Michael Hamann <michael@content-space.de>

Less restrictive plugin name checking

This partially reverts de50cad65ae679a602e71adddffdd74df7ea3fbb as the
strict check breaks existing plugins and this shouldn't be changed
without prior discussi

Less restrictive plugin name checking

This partially reverts de50cad65ae679a602e71adddffdd74df7ea3fbb as the
strict check breaks existing plugins and this shouldn't be changed
without prior discussion and a warning for plugin authors with some time
to adjust their plugins. Now all characters that are valid in PHP class
names except "_" are allowed.

show more ...

00b89f9b08-Sep-2012 Michael Hamann <michael@content-space.de>

Fix encoding of special characters in HTML mails FS#2590

Before this change it was possible to send arbitrary HTML content to
subscribers, if you are using HTML subscription mails and have
untrustwo

Fix encoding of special characters in HTML mails FS#2590

Before this change it was possible to send arbitrary HTML content to
subscribers, if you are using HTML subscription mails and have
untrustworthy editors, it is recommended to upgrade as soon as possible
(this doesn't affect the current stable release).

show more ...

0484ed6d08-Sep-2012 Michael Hamann <michael@content-space.de>

Display an error message when an enabled plugin has an invalid name

This displays an error message when building the plugin list and an
enabled plugin does not follow the plugin naming conventions.

Display an error message when an enabled plugin has an invalid name

This displays an error message when building the plugin list and an
enabled plugin does not follow the plugin naming conventions. This
should help plugin developers and admins understand why their plugins
aren't working.

show more ...

eef93e9908-Sep-2012 Michael Hamann <michael@content-space.de>

Use hardcoded plugin loading error message as $lang isn't initialized

When loading plugins, $lang might not be initialized yet, so use a
hardcoded error message instead, especially as this error sho

Use hardcoded plugin loading error message as $lang isn't initialized

When loading plugins, $lang might not be initialized yet, so use a
hardcoded error message instead, especially as this error should only be
displayed for the admin (and then fixed). This also removes the
previously localized message, it might be re-added as part of the new
extension manager.

show more ...

1...<<121122123124125126127128129130>>...258