History log of /dokuwiki/lib/exe/ (Results 226 – 250 of 692)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9942118916-Feb-2013 Andreas Gohr <andi@splitbrain.org>

disabled JavaScript compatibility layer

this disables the JavaScript compatibility layer which let pre-jQuery
migration plugins run with their old code.

This will break plugins using outdated JavaS

disabled JavaScript compatibility layer

this disables the JavaScript compatibility layer which let pre-jQuery
migration plugins run with their old code.

This will break plugins using outdated JavaScript. These plugins have to
be updated according to https://www.dokuwiki.org/devel:jqueryfaq

As a courtesy to users, the compatibility.js is not deleted, yet.
Undoing this single patch can be used as a temporary workaround.

show more ...

9d2e1be616-Feb-2013 Andreas Gohr <andi@splitbrain.org>

introduced http_status() for sending HTTP status code FS#1698

It seems, some servers require a special Status: header for sending the
HTTP status code from PHP (F)CGI to the server. This patch intro

introduced http_status() for sending HTTP status code FS#1698

It seems, some servers require a special Status: header for sending the
HTTP status code from PHP (F)CGI to the server. This patch introduces a
new function (adopted from CodeIgniter) for simplifying the status
handling.

show more ...

36625b9616-Feb-2013 Andreas Gohr <andi@splitbrain.org>

run main code only for non-tests in lib/exe/fetch.php

3b399a1b16-Feb-2013 Andreas Gohr <andi@splitbrain.org>

reformatted lib/exe/fetch.php


/dokuwiki/.gitignore
/dokuwiki/_test/bootstrap.php
/dokuwiki/_test/tests/inc/auth_aclcheck.test.php
/dokuwiki/_test/tests/inc/auth_aclcheck_caseinsensitive.test.php
/dokuwiki/_test/tests/inc/auth_admincheck.test.php
/dokuwiki/_test/tests/inc/remote.test.php
/dokuwiki/conf/dokuwiki.php
/dokuwiki/inc/actions.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/common.php
/dokuwiki/inc/html.php
/dokuwiki/inc/init.php
/dokuwiki/inc/load.php
/dokuwiki/inc/plugin.php
/dokuwiki/inc/template.php
fetch.php
/dokuwiki/lib/plugins/auth.php
/dokuwiki/lib/plugins/authad/adLDAP/adLDAP.php
/dokuwiki/lib/plugins/authad/adLDAP/classes/adLDAPComputers.php
/dokuwiki/lib/plugins/authad/adLDAP/classes/adLDAPContacts.php
/dokuwiki/lib/plugins/authad/adLDAP/classes/adLDAPExchange.php
/dokuwiki/lib/plugins/authad/adLDAP/classes/adLDAPFolders.php
/dokuwiki/lib/plugins/authad/adLDAP/classes/adLDAPGroups.php
/dokuwiki/lib/plugins/authad/adLDAP/classes/adLDAPUsers.php
/dokuwiki/lib/plugins/authad/adLDAP/classes/adLDAPUtils.php
/dokuwiki/lib/plugins/authad/adLDAP/collections/adLDAPCollection.php
/dokuwiki/lib/plugins/authad/adLDAP/collections/adLDAPComputerCollection.php
/dokuwiki/lib/plugins/authad/adLDAP/collections/adLDAPContactCollection.php
/dokuwiki/lib/plugins/authad/adLDAP/collections/adLDAPGroupCollection.php
/dokuwiki/lib/plugins/authad/adLDAP/collections/adLDAPUserCollection.php
/dokuwiki/lib/plugins/authad/auth.php
/dokuwiki/lib/plugins/authad/conf/metadata.php
/dokuwiki/lib/plugins/authad/lang/en/settings.php
/dokuwiki/lib/plugins/authad/plugin.info.txt
/dokuwiki/lib/plugins/authldap/auth.php
/dokuwiki/lib/plugins/authldap/conf/default.php
/dokuwiki/lib/plugins/authldap/conf/metadata.php
/dokuwiki/lib/plugins/authldap/lang/en/settings.php
/dokuwiki/lib/plugins/authldap/plugin.info.txt
/dokuwiki/lib/plugins/authmysql/auth.php
/dokuwiki/lib/plugins/authmysql/conf/default.php
/dokuwiki/lib/plugins/authmysql/conf/metadata.php
/dokuwiki/lib/plugins/authmysql/lang/en/settings.php
/dokuwiki/lib/plugins/authmysql/plugin.info.txt
/dokuwiki/lib/plugins/authpgsql/auth.php
/dokuwiki/lib/plugins/authpgsql/conf/default.php
/dokuwiki/lib/plugins/authpgsql/conf/metadata.php
/dokuwiki/lib/plugins/authpgsql/lang/en/settings.php
/dokuwiki/lib/plugins/authpgsql/plugin.info.txt
/dokuwiki/lib/plugins/authplain/auth.php
/dokuwiki/lib/plugins/authplain/plugin.info.txt
/dokuwiki/lib/plugins/config/_test/configuration.test.php
/dokuwiki/lib/plugins/config/_test/data/config.php
/dokuwiki/lib/plugins/config/_test/data/metadata.php
/dokuwiki/lib/plugins/config/admin.php
/dokuwiki/lib/plugins/config/settings/config.class.php
/dokuwiki/lib/plugins/config/settings/config.metadata.php
/dokuwiki/lib/plugins/config/settings/extra.class.php
/dokuwiki/lib/plugins/config/style.css
/dokuwiki/lib/scripts/jquery/jquery-ui.js
/dokuwiki/lib/scripts/jquery/jquery-ui.min.js
f144452f03-Feb-2013 Andreas Gohr <andi@splitbrain.org>

removed obsolete browser plugin (migrate does it)

4860686703-Feb-2013 Klap-in <klapinklapin@gmail.com>

use var and remove suggestions when needed
Use variable for maximum number of suggestions for quicksearch.
And hide suggestions when search field is emptied, or when no suggestion are found.

d91a4ef529-Jan-2013 Klap-in <klapinklapin@gmail.com>

Add a break to ajax_qsearch()
When the search input is still only a few characters, the number of matching pages is big.
Browsers have heavy work to progress this whole return, better cut off so only

Add a break to ajax_qsearch()
When the search input is still only a few characters, the number of matching pages is big.
Browsers have heavy work to progress this whole return, better cut off so only the part that is directly displayed will be sent.

show more ...

a6c670e526-Jan-2013 Andreas Gohr <andi@splitbrain.org>

added minified version of jquery-migrate

c499bfe126-Jan-2013 Andreas Gohr <andi@splitbrain.org>

added jquery-migrate as a copatibility layer

this will be removed soon again. plugins using jQuery should make sure
they are compatible to jQuery 1.9

9fd5ca2e19-Jan-2013 Stefan Grönke <stefan@gronke.net>

jQuery latest

* jQuery 1.9.0
* jQuery-UI v1.9.2
* jQuery.fn.live > jQuery.fn.on
* jQuery.fn.browser replacement (jquery.mb.browser.js)


/dokuwiki/_test/core/DokuWikiTest.php
/dokuwiki/_test/phpunit.xml
/dokuwiki/_test/tests/inc/indexer_pid.test.php
/dokuwiki/bin/indexer.php
/dokuwiki/feed.php
/dokuwiki/inc/RemoteAPICore.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/farm.php
/dokuwiki/inc/indexer.php
/dokuwiki/inc/infoutils.php
/dokuwiki/inc/lang/ar/lang.php
/dokuwiki/inc/lang/ar/mailwrap.html
/dokuwiki/inc/lang/ca/lang.php
/dokuwiki/inc/lang/ca/mailwrap.html
/dokuwiki/inc/lang/ca/resetpwd.txt
/dokuwiki/inc/lang/ca/subscr_digest.txt
/dokuwiki/inc/lang/ca/subscr_form.txt
/dokuwiki/inc/lang/ca/subscr_list.txt
/dokuwiki/inc/lang/de-informal/install.html
/dokuwiki/inc/lang/de-informal/lang.php
/dokuwiki/inc/lang/de/install.html
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/tr/lang.php
/dokuwiki/inc/lang/tr/resetpwd.txt
/dokuwiki/inc/lang/zh-tw/adminplugins.txt
/dokuwiki/inc/lang/zh-tw/backlinks.txt
/dokuwiki/inc/lang/zh-tw/diff.txt
/dokuwiki/inc/lang/zh-tw/edit.txt
/dokuwiki/inc/lang/zh-tw/editrev.txt
/dokuwiki/inc/lang/zh-tw/index.txt
/dokuwiki/inc/lang/zh-tw/install.html
/dokuwiki/inc/lang/zh-tw/lang.php
/dokuwiki/inc/lang/zh-tw/locked.txt
/dokuwiki/inc/lang/zh-tw/login.txt
/dokuwiki/inc/lang/zh-tw/mailtext.txt
/dokuwiki/inc/lang/zh-tw/norev.txt
/dokuwiki/inc/lang/zh-tw/preview.txt
/dokuwiki/inc/lang/zh-tw/pwconfirm.txt
/dokuwiki/inc/lang/zh-tw/read.txt
/dokuwiki/inc/lang/zh-tw/register.txt
/dokuwiki/inc/lang/zh-tw/registermail.txt
/dokuwiki/inc/lang/zh-tw/resendpwd.txt
/dokuwiki/inc/lang/zh-tw/revisions.txt
/dokuwiki/inc/lang/zh-tw/stopwords.txt
/dokuwiki/inc/lang/zh-tw/subscr_digest.txt
/dokuwiki/inc/lang/zh-tw/subscr_form.txt
/dokuwiki/inc/lang/zh-tw/subscr_list.txt
/dokuwiki/inc/lang/zh-tw/subscr_single.txt
/dokuwiki/inc/lang/zh-tw/updateprofile.txt
/dokuwiki/inc/lang/zh-tw/uploadmail.txt
/dokuwiki/inc/parser/xhtml.php
/dokuwiki/install.php
js.php
/dokuwiki/lib/images/interwiki/dokubug.gif
/dokuwiki/lib/images/interwiki/paypal.gif
/dokuwiki/lib/images/interwiki/skype.gif
/dokuwiki/lib/plugins/acl/lang/ca/lang.php
/dokuwiki/lib/plugins/acl/lang/tr/lang.php
/dokuwiki/lib/plugins/acl/lang/zh-tw/help.txt
/dokuwiki/lib/plugins/acl/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/config/lang/ar/lang.php
/dokuwiki/lib/plugins/config/lang/ca/lang.php
/dokuwiki/lib/plugins/config/lang/tr/lang.php
/dokuwiki/lib/plugins/config/lang/zh-tw/intro.txt
/dokuwiki/lib/plugins/config/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/plugin/lang/ca/lang.php
/dokuwiki/lib/plugins/plugin/lang/tr/lang.php
/dokuwiki/lib/plugins/plugin/lang/zh-tw/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/popularity/lang/ca/lang.php
/dokuwiki/lib/plugins/popularity/lang/tr/lang.php
/dokuwiki/lib/plugins/popularity/lang/zh-tw/intro.txt
/dokuwiki/lib/plugins/popularity/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/popularity/lang/zh-tw/submitted.txt
/dokuwiki/lib/plugins/revert/lang/ca/lang.php
/dokuwiki/lib/plugins/revert/lang/tr/lang.php
/dokuwiki/lib/plugins/revert/lang/zh-tw/intro.txt
/dokuwiki/lib/plugins/revert/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/usermanager/lang/ca/lang.php
/dokuwiki/lib/plugins/usermanager/lang/tr/lang.php
/dokuwiki/lib/plugins/usermanager/lang/zh-tw/lang.php
/dokuwiki/lib/scripts/behaviour.js
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_flat_0_aaaaaa_40x100.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_flat_75_ffffff_40x100.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_55_fbf9ee_1x400.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_65_ffffff_1x400.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_75_dadada_1x400.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_75_e6e6e6_1x400.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_95_fef1ec_1x400.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_222222_256x240.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_2e83ff_256x240.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_454545_256x240.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_888888_256x240.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_cd0a0a_256x240.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/jquery-ui-1.9.2.custom.css
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/jquery-ui-1.9.2.custom.min.css
/dokuwiki/lib/scripts/jquery/jquery-ui.js
/dokuwiki/lib/scripts/jquery/jquery-ui.min.js
/dokuwiki/lib/scripts/jquery/jquery.cookie.js
/dokuwiki/lib/scripts/jquery/jquery.mb.browser.js
/dokuwiki/lib/scripts/jquery/jquery.mb.browser.min.js
/dokuwiki/lib/scripts/jquery/jquery.min.js
4f4c6fd502-Dec-2012 Michael Hamann <michael@content-space.de>

lib/exe/indexer.php: Fix sending of the GIF when it is deferred FS#2646

Before this change the GIF wasn't sent at all when the PHP settings
indicate that sending of the GIF needs to be deferred and

lib/exe/indexer.php: Fix sending of the GIF when it is deferred FS#2646

Before this change the GIF wasn't sent at all when the PHP settings
indicate that sending of the GIF needs to be deferred and it was sent
when the debug output was on.

show more ...

46a853c327-Nov-2012 Andreas Gohr <andi@splitbrain.org>

correct return in sendDigest()

the function always returned true, even if no action was taken. This
resulted in no further indexer tasks being run.


/dokuwiki/.gitignore
/dokuwiki/_cs/DokuWiki/ruleset.xml
/dokuwiki/_test/tests/inc/PageUtilsIsHiddenPage.test.php
/dokuwiki/_test/tests/inc/auth_aclcheck_caseinsensitive.test.php
/dokuwiki/_test/tests/inc/mailer.test.php
/dokuwiki/_test/tests/inc/parserutils_set_metadata_during_rendering.test.php
/dokuwiki/_test/tests/inc/tar.test.php
/dokuwiki/_test/tests/inc/tar/foobar/testdata2.txt
/dokuwiki/_test/tests/inc/tar/longpath-gnu.tgz
/dokuwiki/_test/tests/inc/tar/longpath-ustar.tgz
/dokuwiki/_test/tests/inc/tar/tarbomb.tgz
/dokuwiki/_test/tests/inc/tar/test.tar
/dokuwiki/_test/tests/inc/tar/test.tbz
/dokuwiki/_test/tests/inc/tar/test.tgz
/dokuwiki/_test/tests/inc/tar/testdata1.txt
/dokuwiki/conf/acronyms.conf
/dokuwiki/data/pages/wiki/welcome.txt
/dokuwiki/inc/HTTPClient.php
/dokuwiki/inc/Mailer.class.php
/dokuwiki/inc/SafeFN.class.php
/dokuwiki/inc/Tar.class.php
/dokuwiki/inc/TarLib.class.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/common.php
/dokuwiki/inc/events.php
/dokuwiki/inc/fulltext.php
/dokuwiki/inc/geshi.php
/dokuwiki/inc/infoutils.php
/dokuwiki/inc/lang/ar/lang.php
/dokuwiki/inc/lang/az/lang.php
/dokuwiki/inc/lang/bg/lang.php
/dokuwiki/inc/lang/ca-valencia/lang.php
/dokuwiki/inc/lang/ca/lang.php
/dokuwiki/inc/lang/cs/lang.php
/dokuwiki/inc/lang/da/lang.php
/dokuwiki/inc/lang/de-informal/lang.php
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/el/lang.php
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/eo/lang.php
/dokuwiki/inc/lang/es/lang.php
/dokuwiki/inc/lang/es/subscr_single.txt
/dokuwiki/inc/lang/et/lang.php
/dokuwiki/inc/lang/eu/lang.php
/dokuwiki/inc/lang/fa/lang.php
/dokuwiki/inc/lang/fi/lang.php
/dokuwiki/inc/lang/fr/admin.txt
/dokuwiki/inc/lang/fr/adminplugins.txt
/dokuwiki/inc/lang/fr/backlinks.txt
/dokuwiki/inc/lang/fr/conflict.txt
/dokuwiki/inc/lang/fr/diff.txt
/dokuwiki/inc/lang/fr/draft.txt
/dokuwiki/inc/lang/fr/edit.txt
/dokuwiki/inc/lang/fr/index.txt
/dokuwiki/inc/lang/fr/install.html
/dokuwiki/inc/lang/fr/lang.php
/dokuwiki/inc/lang/fr/locked.txt
/dokuwiki/inc/lang/fr/mailtext.txt
/dokuwiki/inc/lang/fr/mailwrap.html
/dokuwiki/inc/lang/fr/newpage.txt
/dokuwiki/inc/lang/fr/norev.txt
/dokuwiki/inc/lang/fr/password.txt
/dokuwiki/inc/lang/fr/preview.txt
/dokuwiki/inc/lang/fr/pwconfirm.txt
/dokuwiki/inc/lang/fr/read.txt
/dokuwiki/inc/lang/fr/register.txt
/dokuwiki/inc/lang/fr/registermail.txt
/dokuwiki/inc/lang/fr/resendpwd.txt
/dokuwiki/inc/lang/fr/stopwords.txt
/dokuwiki/inc/lang/fr/subscr_digest.txt
/dokuwiki/inc/lang/fr/subscr_form.txt
/dokuwiki/inc/lang/fr/subscr_list.txt
/dokuwiki/inc/lang/fr/subscr_single.txt
/dokuwiki/inc/lang/fr/uploadmail.txt
/dokuwiki/inc/lang/gl/lang.php
/dokuwiki/inc/lang/gl/mailwrap.html
/dokuwiki/inc/lang/gl/resetpwd.txt
/dokuwiki/inc/lang/he/lang.php
/dokuwiki/inc/lang/hr/lang.php
/dokuwiki/inc/lang/hu/lang.php
/dokuwiki/inc/lang/ia/lang.php
/dokuwiki/inc/lang/id/lang.php
/dokuwiki/inc/lang/it/lang.php
/dokuwiki/inc/lang/ja/lang.php
/dokuwiki/inc/lang/kk/lang.php
/dokuwiki/inc/lang/ko/install.html
/dokuwiki/inc/lang/ko/lang.php
/dokuwiki/inc/lang/ko/mailtext.txt
/dokuwiki/inc/lang/ko/preview.txt
/dokuwiki/inc/lang/ko/showrev.txt
/dokuwiki/inc/lang/ko/updateprofile.txt
/dokuwiki/inc/lang/la/lang.php
/dokuwiki/inc/lang/lv/lang.php
/dokuwiki/inc/lang/lv/mailwrap.html
/dokuwiki/inc/lang/lv/resetpwd.txt
/dokuwiki/inc/lang/mk/lang.php
/dokuwiki/inc/lang/mr/lang.php
/dokuwiki/inc/lang/ne/lang.php
/dokuwiki/inc/lang/nl/lang.php
/dokuwiki/inc/lang/no/lang.php
/dokuwiki/inc/lang/pl/lang.php
/dokuwiki/inc/lang/pt-br/lang.php
/dokuwiki/inc/lang/pt/lang.php
/dokuwiki/inc/lang/ro/lang.php
/dokuwiki/inc/lang/ru/lang.php
/dokuwiki/inc/lang/sk/lang.php
/dokuwiki/inc/lang/sl/lang.php
/dokuwiki/inc/lang/sq/lang.php
/dokuwiki/inc/lang/sr/lang.php
/dokuwiki/inc/lang/sv/lang.php
/dokuwiki/inc/lang/tr/lang.php
/dokuwiki/inc/lang/uk/lang.php
/dokuwiki/inc/lang/zh-tw/lang.php
/dokuwiki/inc/lang/zh/lang.php
/dokuwiki/inc/load.php
/dokuwiki/inc/pageutils.php
/dokuwiki/inc/parser/metadata.php
/dokuwiki/inc/parser/renderer.php
/dokuwiki/inc/parserutils.php
/dokuwiki/inc/plugin.php
/dokuwiki/inc/template.php
/dokuwiki/inc/utf8.php
indexer.php
/dokuwiki/lib/images/smileys/index.php
/dokuwiki/lib/plugins/acl/lang/cs/lang.php
/dokuwiki/lib/plugins/acl/lang/es/lang.php
/dokuwiki/lib/plugins/acl/lang/fa/lang.php
/dokuwiki/lib/plugins/acl/lang/fr/help.txt
/dokuwiki/lib/plugins/acl/lang/fr/lang.php
/dokuwiki/lib/plugins/acl/lang/gl/lang.php
/dokuwiki/lib/plugins/acl/lang/kk/lang.php
/dokuwiki/lib/plugins/acl/lang/ko/help.txt
/dokuwiki/lib/plugins/acl/lang/ko/lang.php
/dokuwiki/lib/plugins/action.php
/dokuwiki/lib/plugins/config/lang/cs/lang.php
/dokuwiki/lib/plugins/config/lang/es/lang.php
/dokuwiki/lib/plugins/config/lang/fa/lang.php
/dokuwiki/lib/plugins/config/lang/fr/intro.txt
/dokuwiki/lib/plugins/config/lang/fr/lang.php
/dokuwiki/lib/plugins/config/lang/gl/lang.php
/dokuwiki/lib/plugins/config/lang/ko/intro.txt
/dokuwiki/lib/plugins/config/lang/ko/lang.php
/dokuwiki/lib/plugins/config/lang/lv/lang.php
/dokuwiki/lib/plugins/config/lang/ru/lang.php
/dokuwiki/lib/plugins/plugin/classes/ap_download.class.php
/dokuwiki/lib/plugins/plugin/lang/cs/lang.php
/dokuwiki/lib/plugins/plugin/lang/es/lang.php
/dokuwiki/lib/plugins/plugin/lang/fa/lang.php
/dokuwiki/lib/plugins/plugin/lang/fr/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/fr/lang.php
/dokuwiki/lib/plugins/plugin/lang/gl/lang.php
/dokuwiki/lib/plugins/plugin/lang/lv/lang.php
/dokuwiki/lib/plugins/popularity/action.php
/dokuwiki/lib/plugins/popularity/lang/cs/lang.php
/dokuwiki/lib/plugins/popularity/lang/es/lang.php
/dokuwiki/lib/plugins/popularity/lang/fa/lang.php
/dokuwiki/lib/plugins/popularity/lang/fr/intro.txt
/dokuwiki/lib/plugins/popularity/lang/fr/lang.php
/dokuwiki/lib/plugins/popularity/lang/fr/submitted.txt
/dokuwiki/lib/plugins/popularity/lang/gl/lang.php
/dokuwiki/lib/plugins/popularity/lang/ko/intro.txt
/dokuwiki/lib/plugins/revert/lang/cs/lang.php
/dokuwiki/lib/plugins/revert/lang/es/lang.php
/dokuwiki/lib/plugins/revert/lang/fa/lang.php
/dokuwiki/lib/plugins/revert/lang/fr/intro.txt
/dokuwiki/lib/plugins/revert/lang/fr/lang.php
/dokuwiki/lib/plugins/revert/lang/gl/lang.php
/dokuwiki/lib/plugins/safefnrecode/action.php
/dokuwiki/lib/plugins/testing/action.php
/dokuwiki/lib/plugins/usermanager/lang/cs/lang.php
/dokuwiki/lib/plugins/usermanager/lang/es/lang.php
/dokuwiki/lib/plugins/usermanager/lang/fa/lang.php
/dokuwiki/lib/plugins/usermanager/lang/fr/edit.txt
/dokuwiki/lib/plugins/usermanager/lang/fr/lang.php
/dokuwiki/lib/plugins/usermanager/lang/gl/lang.php
/dokuwiki/lib/plugins/usermanager/lang/kk/lang.php
/dokuwiki/lib/plugins/usermanager/lang/ko/edit.txt
/dokuwiki/lib/plugins/usermanager/lang/ko/lang.php
/dokuwiki/lib/scripts/compatibility.js
/dokuwiki/lib/scripts/qsearch.js
/dokuwiki/lib/tpl/dokuwiki/css/mobile.css
/dokuwiki/lib/tpl/dokuwiki/style.ini
/dokuwiki/lib/tpl/dokuwiki/template.info.txt
/dokuwiki/lib/tpl/dokuwiki/tpl_header.php
5878995423-Oct-2012 Andreas Gohr <andi@splitbrain.org>

correctly check hash parameter in media dispatcher FS#2648

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

fixed interwiki and filetype styles being included in all css modes

0ac6950811-Oct-2012 Anika Henke <anika@selfthinker.org>

changed local style.ini to be merged with standard one

0e6f9f0807-Oct-2012 Anika Henke <anika@selfthinker.org>

added support for local style.ini files


/dokuwiki/_test/bootstrap.php
/dokuwiki/_test/tests/inc/template_include_page.test.php
/dokuwiki/data/deleted.files
/dokuwiki/inc/lang/eo/lang.php
/dokuwiki/inc/lang/eo/mailwrap.html
/dokuwiki/inc/lang/eo/resetpwd.txt
/dokuwiki/inc/lang/eu/lang.php
/dokuwiki/inc/lang/eu/mailwrap.html
/dokuwiki/inc/lang/eu/resetpwd.txt
/dokuwiki/inc/lang/it/lang.php
/dokuwiki/inc/lang/sk/lang.php
/dokuwiki/inc/lang/sk/mailwrap.html
/dokuwiki/inc/lang/sk/resetpwd.txt
/dokuwiki/inc/lang/zh/lang.php
/dokuwiki/inc/search.php
/dokuwiki/inc/template.php
css.php
/dokuwiki/lib/images/_deprecated.txt
/dokuwiki/lib/images/arrow_down.gif
/dokuwiki/lib/images/arrow_up.gif
/dokuwiki/lib/images/at.gif
/dokuwiki/lib/images/close.png
/dokuwiki/lib/images/del.png
/dokuwiki/lib/images/edit.gif
/dokuwiki/lib/images/list-minus.gif
/dokuwiki/lib/images/list-plus.gif
/dokuwiki/lib/images/pencil.png
/dokuwiki/lib/plugins/acl/lang/eu/lang.php
/dokuwiki/lib/plugins/acl/lang/it/lang.php
/dokuwiki/lib/plugins/config/lang/eo/lang.php
/dokuwiki/lib/plugins/config/lang/eu/lang.php
/dokuwiki/lib/plugins/config/lang/it/lang.php
/dokuwiki/lib/plugins/config/lang/sk/lang.php
/dokuwiki/lib/plugins/plugin/lang/eo/lang.php
/dokuwiki/lib/plugins/plugin/lang/eu/lang.php
/dokuwiki/lib/plugins/plugin/lang/it/lang.php
/dokuwiki/lib/plugins/plugin/lang/zh/lang.php
/dokuwiki/lib/plugins/popularity/lang/eu/lang.php
/dokuwiki/lib/plugins/popularity/lang/it/lang.php
/dokuwiki/lib/plugins/revert/lang/eu/lang.php
/dokuwiki/lib/plugins/revert/lang/it/lang.php
/dokuwiki/lib/plugins/usermanager/lang/eu/lang.php
/dokuwiki/lib/plugins/usermanager/lang/it/lang.php
/dokuwiki/lib/tpl/default/style.ini
/dokuwiki/lib/tpl/dokuwiki/css/mobile.css
/dokuwiki/lib/tpl/dokuwiki/images/button-html5.png
/dokuwiki/lib/tpl/dokuwiki/main.php
/dokuwiki/lib/tpl/dokuwiki/script.js
/dokuwiki/lib/tpl/dokuwiki/style.ini
/dokuwiki/lib/tpl/dokuwiki/tpl_footer.php
/dokuwiki/lib/tpl/index.php
3899c2ec18-Sep-2012 Michael Hamann <michael@content-space.de>

Start output buffering in lib/exe/css.php only when the CSS is generated

This prevents buffering of the cache file output.

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

Load rtl userstyle as it is still supported (did it ever work?)

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

Set default userstyle only once as screen userstyle

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

Fix CSS cache handling and CSS output

This fixes several problems:
- the CSS cache was only updated when either the CSS files for all media
types or one of the global files was modified
- when onl

Fix CSS cache handling and CSS output

This fixes several problems:
- the CSS cache was only updated when either the CSS files for all media
types or one of the global files was modified
- when only the screen CSS was changed, the screen CSS was regenerated
but then the cache was printed which either caused duplicated screen
CSS output when gzip output was disabled or invalid output with gzip
enabled as first the plain text screen CSS and then the
gzip-compressed cache file was printed

Now first all CSS files are collected, then the cache is checked once
and only after this the CSS content is collected.

show more ...

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

Simplify js_compress() for regular expressions FS#2593

This simplifies a while loop in the js_compress() code. The
functionality of the new code is completely identical to the old code
but it uses l

Simplify js_compress() for regular expressions FS#2593

This simplifies a while loop in the js_compress() code. The
functionality of the new code is completely identical to the old code
but it uses less comparisons and according to FS#2593 it is thus a lot
faster.

show more ...

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

added missing DETAIL_STARTED event to lib/exe/detail.php

5373d84708-Sep-2012 Hakan Sandell <sandell.hakan@gmail.com>

Replacing $_REQUEST variables with $INPUT wrapper, fetch.php

356d9c9e08-Sep-2012 Hakan Sandell <sandell.hakan@gmail.com>

Replacing $_REQUEST variables with $INPUT wrapper, init.php

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

Correct and add some PHPDoc comments, initialize some variables


/dokuwiki/_test/core/phpQuery-onefile.php
/dokuwiki/_test/tests/inc/subscription_set.test.php
/dokuwiki/inc/Sitemapper.php
/dokuwiki/inc/actions.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/changelog.php
/dokuwiki/inc/geshi/4cs.php
/dokuwiki/inc/geshi/6502acme.php
/dokuwiki/inc/geshi/6502kickass.php
/dokuwiki/inc/geshi/6502tasm.php
/dokuwiki/inc/geshi/68000devpac.php
/dokuwiki/inc/geshi/abap.php
/dokuwiki/inc/geshi/actionscript.php
/dokuwiki/inc/geshi/actionscript3.php
/dokuwiki/inc/geshi/ada.php
/dokuwiki/inc/geshi/algol68.php
/dokuwiki/inc/geshi/apache.php
/dokuwiki/inc/geshi/applescript.php
/dokuwiki/inc/geshi/apt_sources.php
/dokuwiki/inc/geshi/arm.php
/dokuwiki/inc/geshi/asm.php
/dokuwiki/inc/geshi/asp.php
/dokuwiki/inc/geshi/asymptote.php
/dokuwiki/inc/geshi/autoconf.php
/dokuwiki/inc/geshi/autohotkey.php
/dokuwiki/inc/geshi/autoit.php
/dokuwiki/inc/geshi/avisynth.php
/dokuwiki/inc/geshi/awk.php
/dokuwiki/inc/geshi/bascomavr.php
/dokuwiki/inc/geshi/bash.php
/dokuwiki/inc/geshi/basic4gl.php
/dokuwiki/inc/geshi/bf.php
/dokuwiki/inc/geshi/bibtex.php
/dokuwiki/inc/geshi/blitzbasic.php
/dokuwiki/inc/geshi/bnf.php
/dokuwiki/inc/geshi/boo.php
/dokuwiki/inc/geshi/c.php
/dokuwiki/inc/geshi/c_loadrunner.php
/dokuwiki/inc/geshi/c_mac.php
/dokuwiki/inc/geshi/caddcl.php
/dokuwiki/inc/geshi/cadlisp.php
/dokuwiki/inc/geshi/cfdg.php
/dokuwiki/inc/geshi/cfm.php
/dokuwiki/inc/geshi/chaiscript.php
/dokuwiki/inc/geshi/cil.php
/dokuwiki/inc/geshi/clojure.php
/dokuwiki/inc/geshi/cmake.php
/dokuwiki/inc/geshi/cobol.php
/dokuwiki/inc/geshi/coffeescript.php
/dokuwiki/inc/geshi/cpp-qt.php
/dokuwiki/inc/geshi/cpp.php
/dokuwiki/inc/geshi/csharp.php
/dokuwiki/inc/geshi/css.php
/dokuwiki/inc/geshi/cuesheet.php
/dokuwiki/inc/geshi/d.php
/dokuwiki/inc/geshi/dcl.php
/dokuwiki/inc/geshi/dcpu16.php
/dokuwiki/inc/geshi/dcs.php
/dokuwiki/inc/geshi/delphi.php
/dokuwiki/inc/geshi/diff.php
/dokuwiki/inc/geshi/div.php
/dokuwiki/inc/geshi/dos.php
/dokuwiki/inc/geshi/dot.php
/dokuwiki/inc/geshi/e.php
/dokuwiki/inc/geshi/ecmascript.php
/dokuwiki/inc/geshi/eiffel.php
/dokuwiki/inc/geshi/email.php
/dokuwiki/inc/geshi/epc.php
/dokuwiki/inc/geshi/erlang.php
/dokuwiki/inc/geshi/euphoria.php
/dokuwiki/inc/geshi/f1.php
/dokuwiki/inc/geshi/falcon.php
/dokuwiki/inc/geshi/fo.php
/dokuwiki/inc/geshi/fortran.php
/dokuwiki/inc/geshi/freebasic.php
/dokuwiki/inc/geshi/freeswitch.php
/dokuwiki/inc/geshi/fsharp.php
/dokuwiki/inc/geshi/gambas.php
/dokuwiki/inc/geshi/gdb.php
/dokuwiki/inc/geshi/genero.php
/dokuwiki/inc/geshi/genie.php
/dokuwiki/inc/geshi/gettext.php
/dokuwiki/inc/geshi/glsl.php
/dokuwiki/inc/geshi/gml.php
/dokuwiki/inc/geshi/gnuplot.php
/dokuwiki/inc/geshi/go.php
/dokuwiki/inc/geshi/groovy.php
/dokuwiki/inc/geshi/gwbasic.php
/dokuwiki/inc/geshi/haskell.php
/dokuwiki/inc/geshi/haxe.php
/dokuwiki/inc/geshi/hicest.php
/dokuwiki/inc/geshi/hq9plus.php
/dokuwiki/inc/geshi/html4strict.php
/dokuwiki/inc/geshi/html5.php
/dokuwiki/inc/geshi/icon.php
/dokuwiki/inc/geshi/idl.php
/dokuwiki/inc/geshi/ini.php
/dokuwiki/inc/geshi/inno.php
/dokuwiki/inc/geshi/intercal.php
/dokuwiki/inc/geshi/io.php
/dokuwiki/inc/geshi/j.php
/dokuwiki/inc/geshi/java.php
/dokuwiki/inc/geshi/java5.php
/dokuwiki/inc/geshi/javascript.php
/dokuwiki/inc/geshi/jquery.php
/dokuwiki/inc/geshi/kixtart.php
/dokuwiki/inc/geshi/klonec.php
/dokuwiki/inc/geshi/klonecpp.php
/dokuwiki/inc/geshi/latex.php
/dokuwiki/inc/geshi/lb.php
/dokuwiki/inc/geshi/ldif.php
/dokuwiki/inc/geshi/lisp.php
/dokuwiki/inc/geshi/llvm.php
/dokuwiki/inc/geshi/locobasic.php
/dokuwiki/inc/geshi/logtalk.php
/dokuwiki/inc/geshi/lolcode.php
/dokuwiki/inc/geshi/lotusformulas.php
/dokuwiki/inc/geshi/lotusscript.php
/dokuwiki/inc/geshi/lscript.php
/dokuwiki/inc/geshi/lsl2.php
/dokuwiki/inc/geshi/lua.php
/dokuwiki/inc/geshi/m68k.php
/dokuwiki/inc/geshi/magiksf.php
/dokuwiki/inc/geshi/make.php
/dokuwiki/inc/geshi/mapbasic.php
/dokuwiki/inc/geshi/matlab.php
/dokuwiki/inc/geshi/mirc.php
/dokuwiki/inc/geshi/mmix.php
/dokuwiki/inc/geshi/modula2.php
/dokuwiki/inc/geshi/modula3.php
/dokuwiki/inc/geshi/mpasm.php
/dokuwiki/inc/geshi/mxml.php
/dokuwiki/inc/geshi/mysql.php
/dokuwiki/inc/geshi/nagios.php
/dokuwiki/inc/geshi/netrexx.php
/dokuwiki/inc/geshi/newlisp.php
/dokuwiki/inc/geshi/nsis.php
/dokuwiki/inc/geshi/oberon2.php
/dokuwiki/inc/geshi/objc.php
/dokuwiki/inc/geshi/objeck.php
/dokuwiki/inc/geshi/ocaml-brief.php
/dokuwiki/inc/geshi/ocaml.php
/dokuwiki/inc/geshi/octave.php
/dokuwiki/inc/geshi/oobas.php
/dokuwiki/inc/geshi/oorexx.php
/dokuwiki/inc/geshi/oracle11.php
/dokuwiki/inc/geshi/oracle8.php
/dokuwiki/inc/geshi/oxygene.php
/dokuwiki/inc/geshi/oz.php
/dokuwiki/inc/geshi/parasail.php
/dokuwiki/inc/geshi/parigp.php
/dokuwiki/inc/geshi/pascal.php
/dokuwiki/inc/geshi/pcre.php
/dokuwiki/inc/geshi/per.php
/dokuwiki/inc/geshi/perl.php
/dokuwiki/inc/geshi/perl6.php
/dokuwiki/inc/geshi/pf.php
/dokuwiki/inc/geshi/php-brief.php
/dokuwiki/inc/geshi/php.php
/dokuwiki/inc/geshi/pic16.php
/dokuwiki/inc/geshi/pike.php
/dokuwiki/inc/geshi/pixelbender.php
/dokuwiki/inc/geshi/pli.php
/dokuwiki/inc/geshi/plsql.php
/dokuwiki/inc/geshi/postgresql.php
/dokuwiki/inc/geshi/povray.php
/dokuwiki/inc/geshi/powerbuilder.php
/dokuwiki/inc/geshi/powershell.php
/dokuwiki/inc/geshi/proftpd.php
/dokuwiki/inc/geshi/progress.php
/dokuwiki/inc/geshi/prolog.php
/dokuwiki/inc/geshi/properties.php
/dokuwiki/inc/geshi/providex.php
/dokuwiki/inc/geshi/purebasic.php
/dokuwiki/inc/geshi/pycon.php
/dokuwiki/inc/geshi/pys60.php
/dokuwiki/inc/geshi/python.php
/dokuwiki/inc/geshi/q.php
/dokuwiki/inc/geshi/qbasic.php
/dokuwiki/inc/geshi/rails.php
/dokuwiki/inc/geshi/rebol.php
/dokuwiki/inc/geshi/reg.php
/dokuwiki/inc/geshi/rexx.php
/dokuwiki/inc/geshi/robots.php
/dokuwiki/inc/geshi/rpmspec.php
/dokuwiki/inc/geshi/rsplus.php
/dokuwiki/inc/geshi/ruby.php
/dokuwiki/inc/geshi/sas.php
/dokuwiki/inc/geshi/scala.php
/dokuwiki/inc/geshi/scheme.php
/dokuwiki/inc/geshi/scilab.php
/dokuwiki/inc/geshi/sdlbasic.php
/dokuwiki/inc/geshi/smalltalk.php
/dokuwiki/inc/geshi/smarty.php
/dokuwiki/inc/geshi/spark.php
/dokuwiki/inc/geshi/sparql.php
/dokuwiki/inc/geshi/sql.php
/dokuwiki/inc/geshi/stonescript.php
/dokuwiki/inc/geshi/systemverilog.php
/dokuwiki/inc/geshi/tcl.php
/dokuwiki/inc/geshi/teraterm.php
/dokuwiki/inc/geshi/text.php
/dokuwiki/inc/geshi/thinbasic.php
/dokuwiki/inc/geshi/tsql.php
/dokuwiki/inc/geshi/typoscript.php
/dokuwiki/inc/geshi/unicon.php
/dokuwiki/inc/geshi/upc.php
/dokuwiki/inc/geshi/urbi.php
/dokuwiki/inc/geshi/uscript.php
/dokuwiki/inc/geshi/vala.php
/dokuwiki/inc/geshi/vb.php
/dokuwiki/inc/geshi/vbnet.php
/dokuwiki/inc/geshi/vedit.php
/dokuwiki/inc/geshi/verilog.php
/dokuwiki/inc/geshi/vhdl.php
/dokuwiki/inc/geshi/vim.php
/dokuwiki/inc/geshi/visualfoxpro.php
/dokuwiki/inc/geshi/visualprolog.php
/dokuwiki/inc/geshi/whitespace.php
/dokuwiki/inc/geshi/whois.php
/dokuwiki/inc/geshi/winbatch.php
/dokuwiki/inc/geshi/xbasic.php
/dokuwiki/inc/geshi/xml.php
/dokuwiki/inc/geshi/xorg_conf.php
/dokuwiki/inc/geshi/xpp.php
/dokuwiki/inc/geshi/yaml.php
/dokuwiki/inc/geshi/z80.php
/dokuwiki/inc/geshi/zxbasic.php
/dokuwiki/inc/html.php
/dokuwiki/inc/httputils.php
/dokuwiki/inc/infoutils.php
/dokuwiki/inc/init.php
/dokuwiki/inc/io.php
/dokuwiki/inc/lang/cs/lang.php
/dokuwiki/inc/lang/cs/mailwrap.html
/dokuwiki/inc/lang/cs/resetpwd.txt
/dokuwiki/inc/lang/es/lang.php
/dokuwiki/inc/lang/es/mailwrap.html
/dokuwiki/inc/lang/es/resetpwd.txt
/dokuwiki/inc/lang/fi/lang.php
/dokuwiki/inc/lang/fi/mailwrap.html
/dokuwiki/inc/lang/fi/resetpwd.txt
/dokuwiki/inc/lang/fr/lang.php
/dokuwiki/inc/lang/fr/mailwrap.html
/dokuwiki/inc/lang/ko/install.html
/dokuwiki/inc/lang/ko/lang.php
/dokuwiki/inc/lang/nl/index.txt
/dokuwiki/inc/lang/nl/install.html
/dokuwiki/inc/lang/nl/lang.php
/dokuwiki/inc/lang/nl/register.txt
/dokuwiki/inc/lang/nl/resetpwd.txt
/dokuwiki/inc/lang/nl/subscr_digest.txt
/dokuwiki/inc/lang/nl/subscr_single.txt
/dokuwiki/inc/lang/nl/uploadmail.txt
/dokuwiki/inc/lang/zh-tw/admin.txt
/dokuwiki/inc/lang/zh-tw/diff.txt
/dokuwiki/inc/lang/zh-tw/index.txt
/dokuwiki/inc/lang/zh-tw/install.html
/dokuwiki/inc/lang/zh-tw/lang.php
/dokuwiki/inc/lang/zh-tw/mailwrap.html
/dokuwiki/inc/lang/zh-tw/resetpwd.txt
/dokuwiki/inc/lang/zh-tw/subscr_digest.txt
/dokuwiki/inc/lang/zh-tw/subscr_form.txt
/dokuwiki/inc/lang/zh-tw/subscr_list.txt
/dokuwiki/inc/lang/zh-tw/subscr_single.txt
/dokuwiki/inc/pageutils.php
/dokuwiki/inc/parser/xhtml.php
/dokuwiki/inc/subscription.php
indexer.php
/dokuwiki/lib/plugins/acl/lang/es/lang.php
/dokuwiki/lib/plugins/acl/lang/fr/lang.php
/dokuwiki/lib/plugins/acl/lang/nl/lang.php
/dokuwiki/lib/plugins/acl/lang/zh-tw/help.txt
/dokuwiki/lib/plugins/acl/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/config/lang/cs/lang.php
/dokuwiki/lib/plugins/config/lang/es/lang.php
/dokuwiki/lib/plugins/config/lang/fi/lang.php
/dokuwiki/lib/plugins/config/lang/fr/lang.php
/dokuwiki/lib/plugins/config/lang/nl/lang.php
/dokuwiki/lib/plugins/config/lang/zh-tw/intro.txt
/dokuwiki/lib/plugins/config/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/config/settings/config.class.php
/dokuwiki/lib/plugins/plugin/lang/es/lang.php
/dokuwiki/lib/plugins/plugin/lang/fr/lang.php
/dokuwiki/lib/plugins/plugin/lang/nl/lang.php
/dokuwiki/lib/plugins/plugin/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/popularity/lang/es/lang.php
/dokuwiki/lib/plugins/popularity/lang/fr/lang.php
/dokuwiki/lib/plugins/popularity/lang/nl/lang.php
/dokuwiki/lib/plugins/popularity/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/revert/lang/es/lang.php
/dokuwiki/lib/plugins/revert/lang/fr/lang.php
/dokuwiki/lib/plugins/revert/lang/nl/lang.php
/dokuwiki/lib/plugins/revert/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/usermanager/lang/es/lang.php
/dokuwiki/lib/plugins/usermanager/lang/fr/lang.php
/dokuwiki/lib/plugins/usermanager/lang/nl/lang.php
/dokuwiki/lib/plugins/usermanager/lang/zh-tw/intro.txt
/dokuwiki/lib/plugins/usermanager/lang/zh-tw/lang.php
/dokuwiki/lib/scripts/media.js
/dokuwiki/lib/tpl/dokuwiki/css/_media_fullscreen.css
/dokuwiki/lib/tpl/dokuwiki/css/_tabs.css
/dokuwiki/lib/tpl/dokuwiki/css/design.css
/dokuwiki/lib/tpl/dokuwiki/css/plugins.css
/dokuwiki/lib/tpl/dokuwiki/css/rtl.css

12345678910>>...28