History log of /dokuwiki/inc/ (Results 4726 – 4750 of 6436)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6df2a68526-Dec-2008 Andreas Gohr <andi@splitbrain.org>

fix useHeading() in tpl_youarehere() FS#1555

darcs-hash:20081226160018-7ad00-1cddbfffa6021d6534b877fb7d497dbd041e9103.gz

1017ae2e18-Dec-2008 Andreas Gohr <andi@splitbrain.org>

always parse file informations in JpegMeta

darcs-hash:20081218210011-7ad00-670578d9882011f3a6eb9e6e219bc7ca22251d9d.gz

a73b5b7e18-Dec-2008 Andreas Gohr <andi@splitbrain.org>

Set dates to lastmodified dates if no Exif Data is available

darcs-hash:20081218205421-7ad00-e70da65170682ec32c76c8524187790bc2c2924d.gz

2114dafd18-Dec-2008 Andreas Gohr <andi@splitbrain.org>

Ignore missing times when determining earliest time from JPEG data

darcs-hash:20081218203705-7ad00-ebd597d34d9e34d5e9502ea2c0d5d4a45025e676.gz

94eb88e016-Dec-2008 Otto Vainio <otto@valjakko.net>

Finish language update

darcs-hash:20081216184544-8d1e6-b3545e256cd69a2ad1436c90eb12d84e43f365ec.gz

5d87b2cc16-Dec-2008 Andreas Gohr <andi@splitbrain.org>

ACL user wildcard changed to %USER% FS#1504 :!:

DokuWiki supports a wildcard which gets replaced with the currently loggedin
user in its ACL configuration file.

This patch changes the wildcard from

ACL user wildcard changed to %USER% FS#1504 :!:

DokuWiki supports a wildcard which gets replaced with the currently loggedin
user in its ACL configuration file.

This patch changes the wildcard from @USER@ to %USER% (case sensitive) and
also makes sure the ACL Manager does not replace the wildcard when displaying
the currently set rules.

The change was needed for better compatibility with the User Manager without
complicating the code. The old @USER@ wildcard is still supported, but
changing an ACL rule using it, through the ACL manager will fail.

It is recommended to update ACL rules using the @USER@ wildchar to use the
new %USER% one instead.

darcs-hash:20081216171126-7ad00-94ce0c2afa411abc936f13572efd0e31941901ee.gz

show more ...

fa8adffe13-Dec-2008 Andreas Gohr <andi@splitbrain.org>

removed some illogical path setups

darcs-hash:20081213090400-7ad00-4e21cd75978bb07513f32f5d750658e8d777c59e.gz

3dea4ebc12-Dec-2008 Andreas Gohr <andi@splitbrain.org>

moved no purg on referer code to the correct position

darcs-hash:20081212225011-7ad00-dbd829b7c617cc519735525522c3155df506cb2b.gz

b328697d13-Dec-2008 Andreas Gohr <andi@splitbrain.org>

don't check for file existance in fullpath() by default

In most (all) calls to fullpath() the existance of the resulting path is not
important or is checked externally, so checking inside fullpath()

don't check for file existance in fullpath() by default

In most (all) calls to fullpath() the existance of the resulting path is not
important or is checked externally, so checking inside fullpath() is a waste
of CPU cycles.

darcs-hash:20081213083355-7ad00-4987a85950a13e5d3c527b3b17b1092e0fa1c567.gz

show more ...

58e3a7bf12-Dec-2008 Andreas Gohr <andi@splitbrain.org>

ignore purge command when HTTP referer is set

darcs-hash:20081212222614-7ad00-0b69e3b788b8ee3423cbbd9fb32868234ca679ca.gz

33815ce207-Dec-2008 Chris Smith <chris.eureka@jalakai.co.uk>

Change search index min. token length to a define (IDX_MINWORDLENGTH)

Currently the min. token length is 3 (note, this doesn't apply to numeric tokens).
The value set in inc/indexer.php can be overr

Change search index min. token length to a define (IDX_MINWORDLENGTH)

Currently the min. token length is 3 (note, this doesn't apply to numeric tokens).
The value set in inc/indexer.php can be overridden by defining IDX_MINWORDLENGTH
elsewhere (e.g. conf/local.protected.php).

darcs-hash:20081207161129-f07c6-6432947fe5d74666409d1e00222eaa489374c32f.gz

show more ...

ab91b35c07-Dec-2008 Gina Haeussge <osd@foosel.net>

HTTP client should accept all HTTP response codes in the 200 range

darcs-hash:20081207001900-2b4f5-5d2e6fca1c443884fe7901074be7220c655d0f4a.gz

a603991305-Dec-2008 Guillaume Turri <guillaume.turri@ecl2008.ec-lyon.fr>

French language update

darcs-hash:20081205090229-74baf-6dff489c6729923fdd512cbfac17707ea03edc06.gz

7c6a159505-Dec-2008 Jeferson Propheta <Jeferson.Propheta@dana.com>

Brazilian Portuguese language update

darcs-hash:20081205085700-73425-00df7f340719a30f0bfd65c55b36ab0735583031.gz

ecebf3a802-Dec-2008 Andreas Gohr <andi@splitbrain.org>

Make content-disposition configurable in mime.conf FS#1541

With this patch it is possible to define if a file should be served as download
or be displayed inside the browser (if supported) by config

Make content-disposition configurable in mime.conf FS#1541

With this patch it is possible to define if a file should be served as download
or be displayed inside the browser (if supported) by configuring it in
conf/mime.conf

Mimetypes that should be served with a "Content-Disposition: attachment" header
need to be prefixed with a exclamation mark. All others will be served inline.

This will also fix a Problem with Flash 10.

darcs-hash:20081202210322-7ad00-6e7ef30aff9322cd135311be77809187da121f3b.gz

show more ...

02a002e901-Dec-2008 Flavio Veras <flaviove@gmail.com>

Brazilian portuguese update

darcs-hash:20081201231425-cdf66-cb61f0d5fa1e51ea8e91c3e29c87341a5e3ca9ff.gz

96f6f8a101-Dec-2008 Cihan Kahveci <kahvecicihan@gmail.com>

Turkish language update

darcs-hash:20081201230816-2225f-f163b076905dc112b165c6983b394cb28e57f27b.gz

4ceab83f01-Dec-2008 Andreas Gohr <andi@splitbrain.org>

Better creation of section IDs FS#1536

This patch enhances the creation of section IDs for number only headlines. It
also moves section ID creation to a function in pageutils.php removing some
dupli

Better creation of section IDs FS#1536

This patch enhances the creation of section IDs for number only headlines. It
also moves section ID creation to a function in pageutils.php removing some
duplicate functionality in inc/action.php

darcs-hash:20081201215539-7ad00-48f3c153a2c126d9fb06aa90e4f1b857f76ebec7.gz

show more ...

137ce95a01-Dec-2008 Michael Klier <chi@chimeric.de>

remove linebreaks from language files FS#1035

darcs-hash:20081201212346-23886-81f2bc6c2c021b3f1e9c7367d8ffbab12700e379.gz


lang/ar/draft.txt
lang/ar/login.txt
lang/ar/register.txt
lang/ar/wordblock.txt
lang/bg/backlinks.txt
lang/bg/conflict.txt
lang/bg/draft.txt
lang/bg/edit.txt
lang/bg/editrev.txt
lang/bg/locked.txt
lang/bg/login.txt
lang/bg/newpage.txt
lang/bg/norev.txt
lang/bg/preview.txt
lang/bg/read.txt
lang/bg/register.txt
lang/bg/resendpwd.txt
lang/bg/revisions.txt
lang/bg/searchpage.txt
lang/bg/updateprofile.txt
lang/bg/wordblock.txt
lang/ca/admin.txt
lang/ca/conflict.txt
lang/ca/diff.txt
lang/ca/edit.txt
lang/ca/locked.txt
lang/ca/login.txt
lang/ca/newpage.txt
lang/ca/register.txt
lang/ca/revisions.txt
lang/ca/wordblock.txt
lang/cs/conflict.txt
lang/cs/denied.txt
lang/cs/draft.txt
lang/cs/edit.txt
lang/cs/editrev.txt
lang/cs/locked.txt
lang/cs/login.txt
lang/cs/read.txt
lang/cs/register.txt
lang/cs/resendpwd.txt
lang/cs/revisions.txt
lang/cs/searchpage.txt
lang/cs/wordblock.txt
lang/da/draft.txt
lang/da/edit.txt
lang/da/editrev.txt
lang/da/index.txt
lang/da/resendpwd.txt
lang/de/conflict.txt
lang/de/denied.txt
lang/de/diff.txt
lang/de/draft.txt
lang/de/edit.txt
lang/de/locked.txt
lang/de/login.txt
lang/de/newpage.txt
lang/de/norev.txt
lang/de/register.txt
lang/de/resendpwd.txt
lang/de/searchpage.txt
lang/de/wordblock.txt
lang/el/admin.txt
lang/el/conflict.txt
lang/el/diff.txt
lang/el/draft.txt
lang/el/edit.txt
lang/el/locked.txt
lang/el/login.txt
lang/el/newpage.txt
lang/el/norev.txt
lang/el/preview.txt
lang/el/read.txt
lang/el/register.txt
lang/el/resendpwd.txt
lang/el/revisions.txt
lang/el/updateprofile.txt
lang/el/wordblock.txt
lang/eo/admin.txt
lang/eo/conflict.txt
lang/eo/draft.txt
lang/eo/edit.txt
lang/eo/locked.txt
lang/eo/login.txt
lang/eo/preview.txt
lang/eo/read.txt
lang/eo/register.txt
lang/eo/resendpwd.txt
lang/eo/searchpage.txt
lang/eo/updateprofile.txt
lang/eo/wordblock.txt
lang/es/admin.txt
lang/es/diff.txt
lang/es/draft.txt
lang/es/edit.txt
lang/es/login.txt
lang/es/register.txt
lang/es/resendpwd.txt
lang/es/updateprofile.txt
lang/es/wordblock.txt
lang/et/conflict.txt
lang/et/draft.txt
lang/et/edit.txt
lang/et/editrev.txt
lang/et/index.txt
lang/et/locked.txt
lang/et/login.txt
lang/et/newpage.txt
lang/et/norev.txt
lang/et/preview.txt
lang/et/read.txt
lang/et/register.txt
lang/et/resendpwd.txt
lang/et/revisions.txt
lang/et/searchpage.txt
lang/et/wordblock.txt
lang/eu/diff.txt
lang/eu/edit.txt
lang/eu/login.txt
lang/eu/searchpage.txt
lang/eu/wordblock.txt
lang/fi/conflict.txt
lang/fi/edit.txt
lang/fi/index.txt
lang/fi/locked.txt
lang/fi/login.txt
lang/fi/register.txt
lang/fi/revisions.txt
lang/fi/wordblock.txt
lang/fo/edit.txt
lang/fo/index.txt
lang/fo/resendpwd.txt
lang/fr/backlinks.txt
lang/fr/diff.txt
lang/fr/draft.txt
lang/fr/edit.txt
lang/fr/index.txt
lang/fr/newpage.txt
lang/fr/preview.txt
lang/fr/resendpwd.txt
lang/fr/revisions.txt
lang/fr/searchpage.txt
lang/fr/updateprofile.txt
lang/gl/admin.txt
lang/gl/conflict.txt
lang/gl/diff.txt
lang/gl/draft.txt
lang/gl/edit.txt
lang/gl/editrev.txt
lang/gl/locked.txt
lang/gl/login.txt
lang/gl/newpage.txt
lang/gl/register.txt
lang/gl/resendpwd.txt
lang/gl/searchpage.txt
lang/gl/wordblock.txt
lang/he/locked.txt
lang/he/login.txt
lang/he/register.txt
lang/he/wordblock.txt
lang/hu/backlinks.txt
lang/hu/conflict.txt
lang/hu/edit.txt
lang/hu/editrev.txt
lang/hu/index.txt
lang/hu/locked.txt
lang/hu/login.txt
lang/hu/register.txt
lang/hu/revisions.txt
lang/hu/wordblock.txt
lang/id/edit.txt
lang/id/login.txt
lang/id/register.txt
lang/it/admin.txt
lang/it/conflict.txt
lang/it/denied.txt
lang/it/diff.txt
lang/it/draft.txt
lang/it/edit.txt
lang/it/locked.txt
lang/it/login.txt
lang/it/newpage.txt
lang/it/norev.txt
lang/it/read.txt
lang/it/register.txt
lang/it/resendpwd.txt
lang/it/revisions.txt
lang/it/searchpage.txt
lang/it/wordblock.txt
lang/ja/draft.txt
lang/ja/newpage.txt
lang/ja/register.txt
lang/ja/resendpwd.txt
lang/ja/searchpage.txt
lang/ja/wordblock.txt
lang/ko/conflict.txt
lang/ko/draft.txt
lang/ko/edit.txt
lang/ko/locked.txt
lang/ko/login.txt
lang/ko/newpage.txt
lang/ko/read.txt
lang/ko/register.txt
lang/ko/resendpwd.txt
lang/ko/searchpage.txt
lang/ko/wordblock.txt
lang/ku/admin.txt
lang/ku/conflict.txt
lang/ku/locked.txt
lang/ku/login.txt
lang/ku/register.txt
lang/ku/wordblock.txt
lang/lt/edit.txt
lang/lt/login.txt
lang/lt/resendpwd.txt
lang/lt/wordblock.txt
lang/lv/draft.txt
lang/lv/login.txt
lang/lv/register.txt
lang/lv/resendpwd.txt
lang/lv/searchpage.txt
lang/lv/wordblock.txt
lang/mg/admin.txt
lang/mg/edit.txt
lang/mg/wordblock.txt
lang/nl/conflict.txt
lang/nl/locked.txt
lang/nl/login.txt
lang/nl/register.txt
lang/nl/resendpwd.txt
lang/nl/revisions.txt
lang/nl/wordblock.txt
lang/no/admin.txt
lang/no/draft.txt
lang/no/read.txt
lang/no/resendpwd.txt
lang/no/revisions.txt
lang/pl/conflict.txt
lang/pl/draft.txt
lang/pl/edit.txt
lang/pl/editrev.txt
lang/pl/locked.txt
lang/pl/login.txt
lang/pl/newpage.txt
lang/pl/norev.txt
lang/pl/preview.txt
lang/pl/read.txt
lang/pl/register.txt
lang/pl/resendpwd.txt
lang/pl/revisions.txt
lang/pl/searchpage.txt
lang/pl/wordblock.txt
lang/pt-br/admin.txt
lang/pt-br/conflict.txt
lang/pt-br/diff.txt
lang/pt-br/edit.txt
lang/pt-br/locked.txt
lang/pt-br/login.txt
lang/pt-br/newpage.txt
lang/pt-br/register.txt
lang/pt-br/resendpwd.txt
lang/pt-br/searchpage.txt
lang/pt-br/wordblock.txt
lang/pt/conflict.txt
lang/pt/edit.txt
lang/pt/locked.txt
lang/pt/login.txt
lang/pt/preview.txt
lang/pt/read.txt
lang/pt/register.txt
lang/pt/revisions.txt
lang/ro/conflict.txt
lang/ro/denied.txt
lang/ro/diff.txt
lang/ro/edit.txt
lang/ro/locked.txt
lang/ro/login.txt
lang/ro/register.txt
lang/ro/revisions.txt
lang/ro/searchpage.txt
lang/ro/wordblock.txt
lang/ru/editrev.txt
lang/ru/revisions.txt
lang/ru/wordblock.txt
lang/sk/admin.txt
lang/sk/conflict.txt
lang/sk/denied.txt
lang/sk/draft.txt
lang/sk/edit.txt
lang/sk/editrev.txt
lang/sk/login.txt
lang/sk/read.txt
lang/sk/register.txt
lang/sk/resendpwd.txt
lang/sk/revisions.txt
lang/sk/searchpage.txt
lang/sk/wordblock.txt
lang/sl/edit.txt
lang/sl/login.txt
lang/sl/newpage.txt
lang/sl/register.txt
lang/sl/wordblock.txt
lang/sr/conflict.txt
lang/sr/denied.txt
lang/sr/diff.txt
lang/sr/edit.txt
lang/sr/editrev.txt
lang/sr/index.txt
lang/sr/locked.txt
lang/sr/login.txt
lang/sr/newpage.txt
lang/sr/norev.txt
lang/sr/preview.txt
lang/sr/read.txt
lang/sr/register.txt
lang/sr/revisions.txt
lang/sr/searchpage.txt
lang/sr/wordblock.txt
lang/sv/admin.txt
lang/sv/backlinks.txt
lang/sv/conflict.txt
lang/sv/denied.txt
lang/sv/diff.txt
lang/sv/draft.txt
lang/sv/edit.txt
lang/sv/editrev.txt
lang/sv/locked.txt
lang/sv/login.txt
lang/sv/newpage.txt
lang/sv/norev.txt
lang/sv/preview.txt
lang/sv/read.txt
lang/sv/register.txt
lang/sv/resendpwd.txt
lang/sv/revisions.txt
lang/sv/searchpage.txt
lang/sv/updateprofile.txt
lang/sv/wordblock.txt
lang/tr/admin.txt
lang/tr/conflict.txt
lang/tr/denied.txt
lang/tr/diff.txt
lang/tr/edit.txt
lang/tr/editrev.txt
lang/tr/index.txt
lang/tr/locked.txt
lang/tr/login.txt
lang/tr/newpage.txt
lang/tr/register.txt
lang/uk/conflict.txt
lang/uk/draft.txt
lang/uk/edit.txt
lang/uk/locked.txt
lang/uk/login.txt
lang/uk/newpage.txt
lang/uk/norev.txt
lang/uk/preview.txt
lang/uk/read.txt
lang/uk/register.txt
lang/uk/resendpwd.txt
lang/uk/revisions.txt
lang/uk/searchpage.txt
lang/uk/updateprofile.txt
lang/uk/wordblock.txt
lang/vi/conflict.txt
lang/vi/diff.txt
lang/vi/edit.txt
lang/vi/locked.txt
lang/vi/login.txt
lang/vi/newpage.txt
lang/vi/register.txt
lang/vi/searchpage.txt
lang/vi/wordblock.txt
lang/zh-tw/conflict.txt
lang/zh-tw/edit.txt
lang/zh-tw/index.txt
lang/zh-tw/login.txt
lang/zh-tw/register.txt
lang/zh-tw/resendpwd.txt
lang/zh-tw/wordblock.txt
lang/zh/draft.txt
lang/zh/login.txt
lang/zh/register.txt
lang/zh/resendpwd.txt
/dokuwiki/lib/plugins/acl/lang/cs/help.txt
/dokuwiki/lib/plugins/acl/lang/en/help.txt
/dokuwiki/lib/plugins/acl/lang/eu/help.txt
/dokuwiki/lib/plugins/acl/lang/fi/help.txt
/dokuwiki/lib/plugins/acl/lang/fr/help.txt
/dokuwiki/lib/plugins/acl/lang/gl/help.txt
/dokuwiki/lib/plugins/acl/lang/he/help.txt
/dokuwiki/lib/plugins/acl/lang/hu/help.txt
/dokuwiki/lib/plugins/acl/lang/it/help.txt
/dokuwiki/lib/plugins/acl/lang/lv/help.txt
/dokuwiki/lib/plugins/acl/lang/nl/help.txt
/dokuwiki/lib/plugins/acl/lang/no/help.txt
/dokuwiki/lib/plugins/acl/lang/pt/help.txt
/dokuwiki/lib/plugins/acl/lang/zh-tw/help.txt
/dokuwiki/lib/plugins/acl/lang/zh/help.txt
/dokuwiki/lib/plugins/config/lang/bg/intro.txt
/dokuwiki/lib/plugins/config/lang/ca/intro.txt
/dokuwiki/lib/plugins/config/lang/cs/intro.txt
/dokuwiki/lib/plugins/config/lang/da/intro.txt
/dokuwiki/lib/plugins/config/lang/de/intro.txt
/dokuwiki/lib/plugins/config/lang/el/intro.txt
/dokuwiki/lib/plugins/config/lang/en/intro.txt
/dokuwiki/lib/plugins/config/lang/eo/intro.txt
/dokuwiki/lib/plugins/config/lang/es/intro.txt
/dokuwiki/lib/plugins/config/lang/eu/intro.txt
/dokuwiki/lib/plugins/config/lang/fi/intro.txt
/dokuwiki/lib/plugins/config/lang/fr/intro.txt
/dokuwiki/lib/plugins/config/lang/gl/intro.txt
/dokuwiki/lib/plugins/config/lang/he/intro.txt
/dokuwiki/lib/plugins/config/lang/hu/intro.txt
/dokuwiki/lib/plugins/config/lang/id-ni/intro.txt
/dokuwiki/lib/plugins/config/lang/id/intro.txt
/dokuwiki/lib/plugins/config/lang/it/intro.txt
/dokuwiki/lib/plugins/config/lang/ja/intro.txt
/dokuwiki/lib/plugins/config/lang/ko/intro.txt
/dokuwiki/lib/plugins/config/lang/lt/intro.txt
/dokuwiki/lib/plugins/config/lang/lv/intro.txt
/dokuwiki/lib/plugins/config/lang/nl/intro.txt
/dokuwiki/lib/plugins/config/lang/no/intro.txt
/dokuwiki/lib/plugins/config/lang/pl/intro.txt
/dokuwiki/lib/plugins/config/lang/ro/intro.txt
/dokuwiki/lib/plugins/config/lang/ru/intro.txt
/dokuwiki/lib/plugins/config/lang/sr/intro.txt
/dokuwiki/lib/plugins/config/lang/sv/intro.txt
/dokuwiki/lib/plugins/config/lang/uk/intro.txt
/dokuwiki/lib/plugins/config/lang/zh-tw/intro.txt
/dokuwiki/lib/plugins/config/lang/zh/intro.txt
/dokuwiki/lib/plugins/plugin/lang/bg/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/cs/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/da/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/el/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/en/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/eo/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/es/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/eu/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/fi/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/fr/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/gl/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/he/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/hu/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/it/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/ja/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/ko/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/lt/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/lv/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/no/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/pl/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/pt-br/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/ro/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/ru/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/sk/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/sv/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/tr/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/uk/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/zh-tw/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/zh/admin_plugin.txt
/dokuwiki/lib/plugins/popularity/lang/de/intro.txt
/dokuwiki/lib/plugins/popularity/lang/en/intro.txt
/dokuwiki/lib/plugins/popularity/lang/es/intro.txt
/dokuwiki/lib/plugins/popularity/lang/eu/intro.txt
/dokuwiki/lib/plugins/popularity/lang/fr/intro.txt
/dokuwiki/lib/plugins/popularity/lang/gl/intro.txt
/dokuwiki/lib/plugins/popularity/lang/ko/intro.txt
/dokuwiki/lib/plugins/popularity/lang/nl/intro.txt
/dokuwiki/lib/plugins/popularity/lang/pt-br/intro.txt
/dokuwiki/lib/plugins/popularity/lang/sv/intro.txt
/dokuwiki/lib/plugins/revert/lang/bg/intro.txt
/dokuwiki/lib/plugins/revert/lang/cs/intro.txt
/dokuwiki/lib/plugins/revert/lang/de/intro.txt
/dokuwiki/lib/plugins/revert/lang/el/intro.txt
/dokuwiki/lib/plugins/revert/lang/en/intro.txt
/dokuwiki/lib/plugins/revert/lang/eo/intro.txt
/dokuwiki/lib/plugins/revert/lang/eu/intro.txt
/dokuwiki/lib/plugins/revert/lang/fi/intro.txt
/dokuwiki/lib/plugins/revert/lang/fr/intro.txt
/dokuwiki/lib/plugins/revert/lang/he/intro.txt
/dokuwiki/lib/plugins/revert/lang/it/intro.txt
/dokuwiki/lib/plugins/revert/lang/ja/intro.txt
/dokuwiki/lib/plugins/revert/lang/ko/intro.txt
/dokuwiki/lib/plugins/revert/lang/lv/intro.txt
/dokuwiki/lib/plugins/revert/lang/nl/intro.txt
/dokuwiki/lib/plugins/revert/lang/no/intro.txt
/dokuwiki/lib/plugins/revert/lang/pl/intro.txt
/dokuwiki/lib/plugins/revert/lang/pt-br/intro.txt
/dokuwiki/lib/plugins/revert/lang/ro/intro.txt
/dokuwiki/lib/plugins/revert/lang/sv/intro.txt
/dokuwiki/lib/plugins/revert/lang/zh-tw/intro.txt
/dokuwiki/lib/plugins/revert/lang/zh/intro.txt
/dokuwiki/lib/tpl/default/footer.html
ac4cba6f30-Nov-2008 Frank Muehlschlegel <muehlsch@cs.uni-bonn.de>

Fix tgz extraction bug on Windows Systems

This patch fixes a problem in the TarLib when running on Windows-Systems.

darcs-hash:20081130140738-ed43e-4cd9586d41184911f968a9fd860b2bec821d7db6.gz

fe9ec25019-Nov-2008 Chris Smith <chris.eureka@jalakai.co.uk>

FS#630: allow $conf['useheading'] to individually apply to content links and/or navigation links

$conf['useheading'] values are now:
- 0 : off, use page name in link text
- 'content' :

FS#630: allow $conf['useheading'] to individually apply to content links and/or navigation links

$conf['useheading'] values are now:
- 0 : off, use page name in link text
- 'content' : use first heading text for links in wiki page content
- 'navigation' : use first heading text for links in non-page content, e.g. breadcrumps, backlinks, search results, etc.
- 1 : use first heading text in all links
(for backwards compatibility, any other values are mapped to 0 or 1 by empty() function.)

$conf['useheading'] value should now be checked using the useHeading($linktype) function,
where linktype can be "content" or "navigation"

darcs-hash:20081119140758-f07c6-6e26456d50dcecc949fada31b0d4e72877fde1cc.gz

show more ...

5adfc5af21-Nov-2008 Anika Henke <anika@selfthinker.org>

yfixed typo that caused screwed up charset in export_raw

darcs-hash:20081121203311-f7d6d-5cf707afd1c1c4a0d0efc664855cda65233163a2.gz

25b2a98c17-Nov-2008 Michael Klier <chi@chimeric.de>

show update profile dialog only when logged in

darcs-hash:20081117154409-23886-d0ad833c6bcf96bcc54f6998397de90ff07b7686.gz

0664e68027-Nov-2008 Mohsen <info@mambolearn.com>

Persian language update

darcs-hash:20081127154301-2faaa-aab154895ba76049c4ba8ae86d34471694dc5311.gz

df71d27727-Nov-2008 lw <kamufla@wp.pl>

Polish language update

darcs-hash:20081127154111-23fc2-fc3e8d00faf76013fd7d18dba03e642679b1d175.gz

1...<<181182183184185186187188189190>>...258