History log of /dokuwiki/lib/plugins/config/lang/ (Results 1126 – 1150 of 1175)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
aa84c75b03-Sep-2006 Andreas Gohr <andi@splitbrain.org>

german language update

darcs-hash:20060903081832-7ad00-9ea6aaaf2fb84fa543d3606e634e973711591597.gz

71726d7830-Aug-2006 Ben Coburn <btcoburn@silicodon.net>

scalable changelog redesign

This patch provides a rewritten changelog system that is designed to run
efficiently on both small and large wikis. The patch includes a plugin to
convert changelogs from

scalable changelog redesign

This patch provides a rewritten changelog system that is designed to run
efficiently on both small and large wikis. The patch includes a plugin to
convert changelogs from the current format. The conversion is
non-destructive and happens automatically. For more information on the new
changelog format see "http://wiki.splitbrain.org/wiki:changelog".

Structure
In short the changelog is now stored in per-page changelog files, with a
recent changes cache. The recent changes cache is kept in
"/data/meta/_dokuwiki.changes" and trimmed daily. The per-page changelogs
are kept in "/data/meta/<ns>/<page_id>.changes" files. To preserve
revision information for revisions stored in the attic, the "*.changes"
files are not removed when their page is deleted. This allows the full
life-cycle of page creation, deletion, and reversion to be tracked.

Format
The changelog line format now uses a general "line type" field in place of
the special "minor" change syntax. There is also an extra field that can
be used to store arbitrary data associated with special line types. The
reverted line type (R) is a good example. There the extra field holds the
revision date used as the source for reverting the page. See the wiki for
the complete syntax description.

Code Notes
The changelog functions have been rewritten to load the whole file only if
it is small. For larger files, the function loads only the relevant
chunk(s). Parsed changelog lines are cached in memory to speed future
function calls.

getRevisionInfo
A binary search is used to locate the chunk expected to contain the
requested revision. The whole chunk is parsed, and adjacent lines are
optimistically cached to speed consecutive calls.

getRevisions
Reads the changelog file backwards (newest first) in chunks until the
requested number of lines have been read. Parsed changelog lines are
cached for subsequent calls to getRevisionInfo. Because revisions are read
from the changelog they are no longer guaranteed to exist in the attic.

(Note: Even with lines of arbitrary length getRevisionInfo and
getRevisions never split changelog lines while reading. This is done by
sliding the "file pointer" forward to the end of a line after each blind
seek.)

isMinor
Removed. To detect a minor edit check the type as follows:
$parsed_logline['type']

darcs-hash:20060830182753-05dcb-1c5ea17f581197a33732a8d11da223d809c03506.gz

show more ...


/dokuwiki/_test/cases/inc/pageutils_clean_id.test.php
/dokuwiki/_test/cases/inc/utf8_correctidx.test.php
/dokuwiki/conf/dokuwiki.php
/dokuwiki/data/pages/wiki/syntax.txt
/dokuwiki/inc/auth.php
/dokuwiki/inc/common.php
/dokuwiki/inc/fulltext.php
/dokuwiki/inc/geshi.php
/dokuwiki/inc/geshi/actionscript.php
/dokuwiki/inc/geshi/ada.php
/dokuwiki/inc/geshi/apache.php
/dokuwiki/inc/geshi/applescript.php
/dokuwiki/inc/geshi/asm.php
/dokuwiki/inc/geshi/asp.php
/dokuwiki/inc/geshi/autoit.php
/dokuwiki/inc/geshi/bash.php
/dokuwiki/inc/geshi/blitzbasic.php
/dokuwiki/inc/geshi/c.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/cpp.php
/dokuwiki/inc/geshi/csharp.php
/dokuwiki/inc/geshi/css.php
/dokuwiki/inc/geshi/d.php
/dokuwiki/inc/geshi/delphi.php
/dokuwiki/inc/geshi/diff.php
/dokuwiki/inc/geshi/div.php
/dokuwiki/inc/geshi/dos.php
/dokuwiki/inc/geshi/eiffel.php
/dokuwiki/inc/geshi/fortran.php
/dokuwiki/inc/geshi/freebasic.php
/dokuwiki/inc/geshi/gml.php
/dokuwiki/inc/geshi/groovy.php
/dokuwiki/inc/geshi/html4strict.php
/dokuwiki/inc/geshi/idl.php
/dokuwiki/inc/geshi/ini.php
/dokuwiki/inc/geshi/inno.php
/dokuwiki/inc/geshi/java.php
/dokuwiki/inc/geshi/java5.php
/dokuwiki/inc/geshi/javascript.php
/dokuwiki/inc/geshi/lisp.php
/dokuwiki/inc/geshi/lua.php
/dokuwiki/inc/geshi/matlab.php
/dokuwiki/inc/geshi/mpasm.php
/dokuwiki/inc/geshi/mysql.php
/dokuwiki/inc/geshi/nsis.php
/dokuwiki/inc/geshi/objc.php
/dokuwiki/inc/geshi/ocaml-brief.php
/dokuwiki/inc/geshi/ocaml.php
/dokuwiki/inc/geshi/oobas.php
/dokuwiki/inc/geshi/oracle8.php
/dokuwiki/inc/geshi/pascal.php
/dokuwiki/inc/geshi/perl.php
/dokuwiki/inc/geshi/php-brief.php
/dokuwiki/inc/geshi/php.php
/dokuwiki/inc/geshi/python.php
/dokuwiki/inc/geshi/qbasic.php
/dokuwiki/inc/geshi/reg.php
/dokuwiki/inc/geshi/robots.php
/dokuwiki/inc/geshi/ruby.php
/dokuwiki/inc/geshi/sas.php
/dokuwiki/inc/geshi/scheme.php
/dokuwiki/inc/geshi/sdlbasic.php
/dokuwiki/inc/geshi/smalltalk.php
/dokuwiki/inc/geshi/smarty.php
/dokuwiki/inc/geshi/sql.php
/dokuwiki/inc/geshi/tcl.php
/dokuwiki/inc/geshi/text.php
/dokuwiki/inc/geshi/tsql.php
/dokuwiki/inc/geshi/vb.php
/dokuwiki/inc/geshi/vbnet.php
/dokuwiki/inc/geshi/vhdl.php
/dokuwiki/inc/geshi/visualfoxpro.php
/dokuwiki/inc/geshi/winbatch.php
/dokuwiki/inc/geshi/xml.php
/dokuwiki/inc/html.php
/dokuwiki/inc/init.php
/dokuwiki/inc/lang/en/registermail.txt
/dokuwiki/inc/pageutils.php
/dokuwiki/inc/template.php
/dokuwiki/inc/utf8.php
/dokuwiki/lib/exe/indexer.php
en/lang.php
/dokuwiki/lib/plugins/config/settings/config.metadata.php
/dokuwiki/lib/plugins/importoldchangelog/action.php
/dokuwiki/lib/plugins/plugin/admin.php
/dokuwiki/lib/tpl/default/detail.php
/dokuwiki/lib/tpl/default/main.php
/dokuwiki/lib/tpl/default/mediamanager.php
fd49f8df25-Aug-2006 chris <chris@jalakai.co.uk>

update config plugin

- add $conf['compression'] meta data and en lang strings
- remove $conf['usegzip'] meta data and en lang strings

Other language strings will need to be updated.

darcs-hash:200

update config plugin

- add $conf['compression'] meta data and en lang strings
- remove $conf['usegzip'] meta data and en lang strings

Other language strings will need to be updated.

darcs-hash:20060825223047-9b6ab-b0c8c6af57847690a6d398d0bd98af9a51911c21.gz

show more ...


/dokuwiki/_test/cases/inc/pageutils_clean_id.test.php
/dokuwiki/_test/cases/inc/parser/parser.inc.php
/dokuwiki/_test/cases/inc/parser/parser_eol.test.php
/dokuwiki/_test/cases/inc/parser/parser_footnote.test.php
/dokuwiki/_test/cases/inc/parser/parser_formatting.test.php
/dokuwiki/_test/cases/inc/parser/parser_headers.test.php
/dokuwiki/_test/cases/inc/parser/parser_i18n.test.php
/dokuwiki/_test/cases/inc/parser/parser_links.test.php
/dokuwiki/_test/cases/inc/parser/parser_lists.test.php
/dokuwiki/_test/cases/inc/parser/parser_preformatted.test.php
/dokuwiki/_test/cases/inc/parser/parser_quote.test.php
/dokuwiki/_test/cases/inc/parser/parser_replacements.test.php
/dokuwiki/_test/cases/inc/parser/parser_table.test.php
/dokuwiki/_test/cases/inc/parser/parser_unformatted.test.php
/dokuwiki/_test/index.php
/dokuwiki/conf/dokuwiki.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/common.php
/dokuwiki/inc/fulltext.php
/dokuwiki/inc/indexer.php
/dokuwiki/inc/init.php
/dokuwiki/inc/io.php
/dokuwiki/inc/lang/de/install.html
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/et/draft.txt
/dokuwiki/inc/lang/et/lang.php
/dokuwiki/inc/lang/et/pwconfirm.txt
/dokuwiki/inc/lang/et/registermail.txt
/dokuwiki/inc/lang/et/resendpwd.txt
/dokuwiki/inc/lang/et/stopwords.txt
/dokuwiki/inc/lang/et/subscribermail.txt
/dokuwiki/inc/lang/et/updateprofile.txt
/dokuwiki/inc/lang/fi/install.html
/dokuwiki/inc/lang/sk/draft.txt
/dokuwiki/inc/lang/sk/install.html
/dokuwiki/inc/lang/sk/pwconfirm.txt
/dokuwiki/inc/lang/sk/registermail.txt
/dokuwiki/inc/pageutils.php
/dokuwiki/inc/parser/handler.php
/dokuwiki/inc/parser/lexer.php
/dokuwiki/inc/parser/parser.php
/dokuwiki/inc/parser/xhtml.php
/dokuwiki/inc/template.php
/dokuwiki/inc/utf8.php
/dokuwiki/lib/exe/ajax.php
/dokuwiki/lib/exe/detail.php
en/lang.php
/dokuwiki/lib/plugins/config/settings/config.metadata.php
/dokuwiki/lib/plugins/plugin/admin.php
/dokuwiki/lib/plugins/plugin/lang/sk/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/sk/lang.php
/dokuwiki/lib/plugins/usermanager/admin.php
/dokuwiki/lib/plugins/usermanager/lang/en/lang.php
/dokuwiki/lib/plugins/usermanager/lang/sk/add.txt
/dokuwiki/lib/plugins/usermanager/lang/sk/delete.txt
/dokuwiki/lib/plugins/usermanager/lang/sk/edit.txt
/dokuwiki/lib/plugins/usermanager/lang/sk/intro.txt
/dokuwiki/lib/plugins/usermanager/lang/sk/lang.php
/dokuwiki/lib/plugins/usermanager/lang/sk/list.txt
346cbc5507-Aug-2006 Andreas Gohr <andi@splitbrain.org>

japanese language update

darcs-hash:20060807200813-7ad00-ca46ec6eca59cc368fbace6f7de337e4d1e997a5.gz


/dokuwiki/data/pages/wiki/syntax.txt
/dokuwiki/inc/geshi.php
/dokuwiki/inc/lang/ar/locked.txt
/dokuwiki/inc/lang/ar/mailtext.txt
/dokuwiki/inc/lang/ar/newpage.txt
/dokuwiki/inc/lang/ar/norev.txt
/dokuwiki/inc/lang/ar/password.txt
/dokuwiki/inc/lang/ar/revisions.txt
/dokuwiki/inc/lang/ar/searchpage.txt
/dokuwiki/inc/lang/ar/subscribermail.txt
/dokuwiki/inc/lang/ca/conflict.txt
/dokuwiki/inc/lang/cs/editrev.txt
/dokuwiki/inc/lang/cs/locked.txt
/dokuwiki/inc/lang/cs/mailtext.txt
/dokuwiki/inc/lang/cs/newpage.txt
/dokuwiki/inc/lang/cs/norev.txt
/dokuwiki/inc/lang/cs/password.txt
/dokuwiki/inc/lang/cs/read.txt
/dokuwiki/inc/lang/cs/revisions.txt
/dokuwiki/inc/lang/cs/searchpage.txt
/dokuwiki/inc/lang/cs/showrev.txt
/dokuwiki/inc/lang/cs/subscribermail.txt
/dokuwiki/inc/lang/da/locked.txt
/dokuwiki/inc/lang/da/newpage.txt
/dokuwiki/inc/lang/da/norev.txt
/dokuwiki/inc/lang/da/password.txt
/dokuwiki/inc/lang/da/read.txt
/dokuwiki/inc/lang/da/registermail.txt
/dokuwiki/inc/lang/da/searchpage.txt
/dokuwiki/inc/lang/de/editrev.txt
/dokuwiki/inc/lang/de/locked.txt
/dokuwiki/inc/lang/de/newpage.txt
/dokuwiki/inc/lang/de/norev.txt
/dokuwiki/inc/lang/de/password.txt
/dokuwiki/inc/lang/de/read.txt
/dokuwiki/inc/lang/de/revisions.txt
/dokuwiki/inc/lang/de/searchpage.txt
/dokuwiki/inc/lang/de/showrev.txt
/dokuwiki/inc/lang/el/admin.txt
/dokuwiki/inc/lang/el/denied.txt
/dokuwiki/inc/lang/el/diff.txt
/dokuwiki/inc/lang/el/index.txt
/dokuwiki/inc/lang/el/locked.txt
/dokuwiki/inc/lang/el/login.txt
/dokuwiki/inc/lang/el/preview.txt
/dokuwiki/inc/lang/el/recent.txt
/dokuwiki/inc/lang/el/revisions.txt
/dokuwiki/inc/lang/el/searchpage.txt
/dokuwiki/inc/lang/en/norev.txt
/dokuwiki/inc/lang/en/read.txt
/dokuwiki/inc/lang/en/revisions.txt
/dokuwiki/inc/lang/en/showrev.txt
/dokuwiki/inc/lang/eo/editrev.txt
/dokuwiki/inc/lang/eo/locked.txt
/dokuwiki/inc/lang/eo/mailtext.txt
/dokuwiki/inc/lang/eo/newpage.txt
/dokuwiki/inc/lang/eo/norev.txt
/dokuwiki/inc/lang/eo/read.txt
/dokuwiki/inc/lang/eo/revisions.txt
/dokuwiki/inc/lang/eo/searchpage.txt
/dokuwiki/inc/lang/eo/showrev.txt
/dokuwiki/inc/lang/es/editrev.txt
/dokuwiki/inc/lang/es/mailtext.txt
/dokuwiki/inc/lang/es/newpage.txt
/dokuwiki/inc/lang/es/norev.txt
/dokuwiki/inc/lang/es/read.txt
/dokuwiki/inc/lang/es/revisions.txt
/dokuwiki/inc/lang/es/searchpage.txt
/dokuwiki/inc/lang/es/showrev.txt
/dokuwiki/inc/lang/eu/editrev.txt
/dokuwiki/inc/lang/eu/lang.php
/dokuwiki/inc/lang/eu/locked.txt
/dokuwiki/inc/lang/eu/mailtext.txt
/dokuwiki/inc/lang/eu/newpage.txt
/dokuwiki/inc/lang/eu/norev.txt
/dokuwiki/inc/lang/eu/password.txt
/dokuwiki/inc/lang/eu/read.txt
/dokuwiki/inc/lang/eu/revisions.txt
/dokuwiki/inc/lang/eu/searchpage.txt
/dokuwiki/inc/lang/eu/showrev.txt
/dokuwiki/inc/lang/fi/subscribermail.txt
/dokuwiki/inc/lang/fo/locked.txt
/dokuwiki/inc/lang/fo/newpage.txt
/dokuwiki/inc/lang/fo/norev.txt
/dokuwiki/inc/lang/fo/password.txt
/dokuwiki/inc/lang/fo/read.txt
/dokuwiki/inc/lang/fo/searchpage.txt
/dokuwiki/inc/lang/fr/backlinks.txt
/dokuwiki/inc/lang/fr/editrev.txt
/dokuwiki/inc/lang/fr/locked.txt
/dokuwiki/inc/lang/fr/mailtext.txt
/dokuwiki/inc/lang/fr/newpage.txt
/dokuwiki/inc/lang/fr/norev.txt
/dokuwiki/inc/lang/fr/read.txt
/dokuwiki/inc/lang/fr/revisions.txt
/dokuwiki/inc/lang/fr/searchpage.txt
/dokuwiki/inc/lang/fr/showrev.txt
/dokuwiki/inc/lang/fr/subscribermail.txt
/dokuwiki/inc/lang/he/editrev.txt
/dokuwiki/inc/lang/he/lang.php
/dokuwiki/inc/lang/he/mailtext.txt
/dokuwiki/inc/lang/he/newpage.txt
/dokuwiki/inc/lang/he/norev.txt
/dokuwiki/inc/lang/he/read.txt
/dokuwiki/inc/lang/he/revisions.txt
/dokuwiki/inc/lang/he/searchpage.txt
/dokuwiki/inc/lang/he/showrev.txt
/dokuwiki/inc/lang/hu/editrev.txt
/dokuwiki/inc/lang/hu/lang.php
/dokuwiki/inc/lang/hu/locked.txt
/dokuwiki/inc/lang/hu/mailtext.txt
/dokuwiki/inc/lang/hu/newpage.txt
/dokuwiki/inc/lang/hu/norev.txt
/dokuwiki/inc/lang/hu/password.txt
/dokuwiki/inc/lang/hu/read.txt
/dokuwiki/inc/lang/hu/revisions.txt
/dokuwiki/inc/lang/hu/searchpage.txt
/dokuwiki/inc/lang/hu/showrev.txt
/dokuwiki/inc/lang/it/editrev.txt
/dokuwiki/inc/lang/it/install.html
/dokuwiki/inc/lang/it/locked.txt
/dokuwiki/inc/lang/it/mailtext.txt
/dokuwiki/inc/lang/it/newpage.txt
/dokuwiki/inc/lang/it/norev.txt
/dokuwiki/inc/lang/it/password.txt
/dokuwiki/inc/lang/it/read.txt
/dokuwiki/inc/lang/it/revisions.txt
/dokuwiki/inc/lang/it/searchpage.txt
/dokuwiki/inc/lang/it/showrev.txt
/dokuwiki/inc/lang/it/subscribermail.txt
/dokuwiki/inc/lang/ja/admin.txt
/dokuwiki/inc/lang/ja/backlinks.txt
/dokuwiki/inc/lang/ja/conflict.txt
/dokuwiki/inc/lang/ja/denied.txt
/dokuwiki/inc/lang/ja/diff.txt
/dokuwiki/inc/lang/ja/draft.txt
/dokuwiki/inc/lang/ja/editrev.txt
/dokuwiki/inc/lang/ja/index.txt
/dokuwiki/inc/lang/ja/install.html
/dokuwiki/inc/lang/ja/lang.php
/dokuwiki/inc/lang/ja/locked.txt
/dokuwiki/inc/lang/ja/login.txt
/dokuwiki/inc/lang/ja/mailtext.txt
/dokuwiki/inc/lang/ja/newpage.txt
/dokuwiki/inc/lang/ja/norev.txt
/dokuwiki/inc/lang/ja/password.txt
/dokuwiki/inc/lang/ja/preview.txt
/dokuwiki/inc/lang/ja/pwconfirm.txt
/dokuwiki/inc/lang/ja/read.txt
/dokuwiki/inc/lang/ja/recent.txt
/dokuwiki/inc/lang/ja/register.txt
/dokuwiki/inc/lang/ja/registermail.txt
/dokuwiki/inc/lang/ja/resendpwd.txt
/dokuwiki/inc/lang/ja/revisions.txt
/dokuwiki/inc/lang/ja/searchpage.txt
/dokuwiki/inc/lang/ja/showrev.txt
/dokuwiki/inc/lang/ja/subscribermail.txt
/dokuwiki/inc/lang/ja/wordblock.txt
/dokuwiki/inc/lang/ko/editrev.txt
/dokuwiki/inc/lang/ko/locked.txt
/dokuwiki/inc/lang/ko/mailtext.txt
/dokuwiki/inc/lang/ko/newpage.txt
/dokuwiki/inc/lang/ko/norev.txt
/dokuwiki/inc/lang/ko/password.txt
/dokuwiki/inc/lang/ko/revisions.txt
/dokuwiki/inc/lang/ko/searchpage.txt
/dokuwiki/inc/lang/ko/showrev.txt
/dokuwiki/inc/lang/lt/editrev.txt
/dokuwiki/inc/lang/lt/locked.txt
/dokuwiki/inc/lang/lt/mailtext.txt
/dokuwiki/inc/lang/lt/newpage.txt
/dokuwiki/inc/lang/lt/norev.txt
/dokuwiki/inc/lang/lt/password.txt
/dokuwiki/inc/lang/lt/read.txt
/dokuwiki/inc/lang/lt/revisions.txt
/dokuwiki/inc/lang/lt/searchpage.txt
/dokuwiki/inc/lang/lt/showrev.txt
/dokuwiki/inc/lang/lt/subscribermail.txt
/dokuwiki/inc/lang/nl/editrev.txt
/dokuwiki/inc/lang/nl/newpage.txt
/dokuwiki/inc/lang/nl/norev.txt
/dokuwiki/inc/lang/nl/password.txt
/dokuwiki/inc/lang/nl/read.txt
/dokuwiki/inc/lang/nl/revisions.txt
/dokuwiki/inc/lang/nl/searchpage.txt
/dokuwiki/inc/lang/nl/showrev.txt
/dokuwiki/inc/lang/no/showrev.txt
/dokuwiki/inc/lang/pl/subscribermail.txt
/dokuwiki/inc/lang/pt-br/backlinks.txt
/dokuwiki/inc/lang/pt-br/conflict.txt
/dokuwiki/inc/lang/pt-br/diff.txt
/dokuwiki/inc/lang/pt-br/editrev.txt
/dokuwiki/inc/lang/pt-br/index.txt
/dokuwiki/inc/lang/pt-br/lang.php
/dokuwiki/inc/lang/pt-br/locked.txt
/dokuwiki/inc/lang/pt-br/login.txt
/dokuwiki/inc/lang/pt-br/mailtext.txt
/dokuwiki/inc/lang/pt-br/newpage.txt
/dokuwiki/inc/lang/pt-br/norev.txt
/dokuwiki/inc/lang/pt-br/preview.txt
/dokuwiki/inc/lang/pt-br/read.txt
/dokuwiki/inc/lang/pt-br/recent.txt
/dokuwiki/inc/lang/pt-br/register.txt
/dokuwiki/inc/lang/pt-br/revisions.txt
/dokuwiki/inc/lang/pt-br/searchpage.txt
/dokuwiki/inc/lang/pt-br/showrev.txt
/dokuwiki/inc/lang/ro/editrev.txt
/dokuwiki/inc/lang/ro/locked.txt
/dokuwiki/inc/lang/ro/mailtext.txt
/dokuwiki/inc/lang/ro/newpage.txt
/dokuwiki/inc/lang/ro/norev.txt
/dokuwiki/inc/lang/ro/password.txt
/dokuwiki/inc/lang/ro/read.txt
/dokuwiki/inc/lang/ro/revisions.txt
/dokuwiki/inc/lang/ro/searchpage.txt
/dokuwiki/inc/lang/ro/showrev.txt
/dokuwiki/inc/lang/ru/editrev.txt
/dokuwiki/inc/lang/ru/locked.txt
/dokuwiki/inc/lang/ru/mailtext.txt
/dokuwiki/inc/lang/ru/norev.txt
/dokuwiki/inc/lang/ru/password.txt
/dokuwiki/inc/lang/ru/read.txt
/dokuwiki/inc/lang/ru/revisions.txt
/dokuwiki/inc/lang/ru/searchpage.txt
/dokuwiki/inc/lang/ru/showrev.txt
/dokuwiki/inc/lang/ru/subscribermail.txt
/dokuwiki/inc/lang/sl/editrev.txt
/dokuwiki/inc/lang/sl/locked.txt
/dokuwiki/inc/lang/sl/mailtext.txt
/dokuwiki/inc/lang/sl/newpage.txt
/dokuwiki/inc/lang/sl/norev.txt
/dokuwiki/inc/lang/sl/password.txt
/dokuwiki/inc/lang/sl/read.txt
/dokuwiki/inc/lang/sl/revisions.txt
/dokuwiki/inc/lang/sl/searchpage.txt
/dokuwiki/inc/lang/sl/showrev.txt
/dokuwiki/inc/lang/sr/editrev.txt
/dokuwiki/inc/lang/sr/locked.txt
/dokuwiki/inc/lang/sr/mailtext.txt
/dokuwiki/inc/lang/sr/newpage.txt
/dokuwiki/inc/lang/sr/norev.txt
/dokuwiki/inc/lang/sr/password.txt
/dokuwiki/inc/lang/sr/read.txt
/dokuwiki/inc/lang/sr/revisions.txt
/dokuwiki/inc/lang/sr/searchpage.txt
/dokuwiki/inc/lang/sr/showrev.txt
/dokuwiki/inc/lang/sr/subscribermail.txt
/dokuwiki/inc/lang/sv/showrev.txt
/dokuwiki/inc/lang/uk/locked.txt
/dokuwiki/inc/lang/vi/admin.txt
/dokuwiki/inc/lang/vi/backlinks.txt
/dokuwiki/inc/lang/vi/conflict.txt
/dokuwiki/inc/lang/vi/denied.txt
/dokuwiki/inc/lang/vi/diff.txt
/dokuwiki/inc/lang/vi/editrev.txt
/dokuwiki/inc/lang/vi/index.txt
/dokuwiki/inc/lang/vi/lang.php
/dokuwiki/inc/lang/vi/locked.txt
/dokuwiki/inc/lang/vi/login.txt
/dokuwiki/inc/lang/vi/mailtext.txt
/dokuwiki/inc/lang/vi/newpage.txt
/dokuwiki/inc/lang/vi/norev.txt
/dokuwiki/inc/lang/vi/password.txt
/dokuwiki/inc/lang/vi/preview.txt
/dokuwiki/inc/lang/vi/read.txt
/dokuwiki/inc/lang/vi/recent.txt
/dokuwiki/inc/lang/vi/register.txt
/dokuwiki/inc/lang/vi/revisions.txt
/dokuwiki/inc/lang/vi/searchpage.txt
/dokuwiki/inc/lang/vi/showrev.txt
/dokuwiki/inc/lang/vi/wordblock.txt
/dokuwiki/inc/lang/zh-tw/subscribermail.txt
/dokuwiki/inc/parserutils.php
/dokuwiki/lib/plugins/acl/lang/cs/lang.php
/dokuwiki/lib/plugins/acl/lang/el/lang.php
/dokuwiki/lib/plugins/acl/lang/ja/intro.txt
/dokuwiki/lib/plugins/acl/lang/vi/intro.txt
/dokuwiki/lib/plugins/acl/lang/vi/lang.php
ja/intro.txt
ja/lang.php
/dokuwiki/lib/plugins/plugin/admin.php
/dokuwiki/lib/plugins/plugin/lang/de/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/ja/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/ja/lang.php
/dokuwiki/lib/plugins/usermanager/lang/ja/lang.php
7757c81006-Aug-2006 polinnia <polinnia@tin.it>

IT-20060806-patch

completed IT translation for new release of Dokuwiki

darcs-hash:20060806094947-57bea-f82fb29ada061db880bbab84d7cee79711f3e49b.gz

f255651b31-Jul-2006 miguel.pagano <miguel.pagano@gmail.com>

Missing Spanish translations

darcs-hash:20060731224944-072b4-a965cc88f22614bde7d57fa2d714c749933d66f8.gz

b895ecb202-Aug-2006 Grzegorz Zur <grzegorz.zur@gmail.com>

polish lang update

darcs-hash:20060802132121-e561a-20e7882da3fe22eb06598a52d4e80fe64af441f0.gz

1395d5e101-Aug-2006 Oleksiy Voronin <raven@corax.org.ua>

ukrainian translation additions and corrections

Added missing files and strings for ukrainian translation.

darcs-hash:20060801083018-71672-0eccf6e76ae33374b964666e753b5f7a40710789.gz

4632eafa29-Jul-2006 larsch8 <larsch8@m2.stud.ku.dk>

rest of Danish lang minus installer

darcs-hash:20060729232120-a08f5-76f30344ee4b77b2dff6cfc010ab30a3bff1948e.gz

341744ec29-Jul-2006 Guy Brand <gb@isis.u-strasbg.fr>

French lang update

darcs-hash:20060729182720-19e2d-9adbc9aaf5bcb637a8765e4658a216b7fcc375eb.gz

a1a9ec2a29-Jul-2006 larsch8 <larsch8@m2.stud.ku.dk>

Danish lang update

darcs-hash:20060729003543-a08f5-e3ee3d4f5a21e36655b52edd8ee30421cfc4aa34.gz

b4f284ac28-Jul-2006 Oleksiy Voronin <raven@corax.org.ua>

ukrainian_translation

darcs-hash:20060728201449-71672-da3bb0b702f89ad1f24526e592755f0f43c89850.gz

416326e728-Jul-2006 Andreas Gohr <andi@splitbrain.org>

german language update

darcs-hash:20060728103450-7ad00-02001d13abc3808272ebe0ca5090f77ec8a831bb.gz


/dokuwiki/conf/acl.auth.php.dist
/dokuwiki/inc/events.php
/dokuwiki/inc/geshi.php
/dokuwiki/inc/geshi/actionscript.php
/dokuwiki/inc/geshi/ada.php
/dokuwiki/inc/geshi/apache.php
/dokuwiki/inc/geshi/applescript.php
/dokuwiki/inc/geshi/asm.php
/dokuwiki/inc/geshi/asp.php
/dokuwiki/inc/geshi/autoit.php
/dokuwiki/inc/geshi/bash.php
/dokuwiki/inc/geshi/blitzbasic.php
/dokuwiki/inc/geshi/c.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/cpp.php
/dokuwiki/inc/geshi/csharp.php
/dokuwiki/inc/geshi/css.php
/dokuwiki/inc/geshi/d.php
/dokuwiki/inc/geshi/delphi.php
/dokuwiki/inc/geshi/diff.php
/dokuwiki/inc/geshi/div.php
/dokuwiki/inc/geshi/dos.php
/dokuwiki/inc/geshi/eiffel.php
/dokuwiki/inc/geshi/fortran.php
/dokuwiki/inc/geshi/freebasic.php
/dokuwiki/inc/geshi/gml.php
/dokuwiki/inc/geshi/groovy.php
/dokuwiki/inc/geshi/html4strict.php
/dokuwiki/inc/geshi/ini.php
/dokuwiki/inc/geshi/inno.php
/dokuwiki/inc/geshi/java.php
/dokuwiki/inc/geshi/java5.php
/dokuwiki/inc/geshi/javascript.php
/dokuwiki/inc/geshi/lisp.php
/dokuwiki/inc/geshi/lua.php
/dokuwiki/inc/geshi/matlab.php
/dokuwiki/inc/geshi/mpasm.php
/dokuwiki/inc/geshi/mysql.php
/dokuwiki/inc/geshi/nsis.php
/dokuwiki/inc/geshi/objc.php
/dokuwiki/inc/geshi/ocaml-brief.php
/dokuwiki/inc/geshi/ocaml.php
/dokuwiki/inc/geshi/oobas.php
/dokuwiki/inc/geshi/oracle8.php
/dokuwiki/inc/geshi/pascal.php
/dokuwiki/inc/geshi/perl.php
/dokuwiki/inc/geshi/php-brief.php
/dokuwiki/inc/geshi/php.php
/dokuwiki/inc/geshi/python.php
/dokuwiki/inc/geshi/qbasic.php
/dokuwiki/inc/geshi/reg.php
/dokuwiki/inc/geshi/robots.php
/dokuwiki/inc/geshi/ruby.php
/dokuwiki/inc/geshi/sas.php
/dokuwiki/inc/geshi/scheme.php
/dokuwiki/inc/geshi/sdlbasic.php
/dokuwiki/inc/geshi/smalltalk.php
/dokuwiki/inc/geshi/smarty.php
/dokuwiki/inc/geshi/sql.php
/dokuwiki/inc/geshi/tcl.php
/dokuwiki/inc/geshi/text.php
/dokuwiki/inc/geshi/tsql.php
/dokuwiki/inc/geshi/vb.php
/dokuwiki/inc/geshi/vbnet.php
/dokuwiki/inc/geshi/vhdl.php
/dokuwiki/inc/geshi/visualfoxpro.php
/dokuwiki/inc/geshi/winbatch.php
/dokuwiki/inc/geshi/xml.php
/dokuwiki/inc/html.php
/dokuwiki/inc/lang/de/draft.txt
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/de/mailtext.txt
/dokuwiki/inc/lang/de/pwconfirm.txt
/dokuwiki/inc/lang/en/install.html
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/parserutils.php
/dokuwiki/inc/template.php
/dokuwiki/install.php
de/lang.php
/dokuwiki/lib/plugins/plugin/admin.php
/dokuwiki/lib/plugins/plugin/lang/de/lang.php
/dokuwiki/lib/plugins/plugin/lang/en/lang.php
/dokuwiki/lib/plugins/usermanager/lang/de/lang.php
f29dc96923-Jul-2006 larsch8 <larsch8@m2.stud.ku.dk>

Danish lang update 3

darcs-hash:20060723030705-a08f5-7de42a43c8edb35592faaa60bc2c66223db93db3.gz

b4df946b13-Jul-2006 Andreas Gohr <andi@splitbrain.org>

greek language update

darcs-hash:20060713204609-7ad00-541e0203b571ee94a735938affeeb408fde7deb7.gz

f183a5b709-Jul-2006 larsch8 <larsch8@m2.stud.ku.dk>

More Danish lang update

darcs-hash:20060709214043-a08f5-b57b818851c3c406f04efa573d8888f6e39c6526.gz

306ca8aa05-Jul-2006 chris <chris@jalakai.co.uk>

disabled actions addition to config plugin

This patch adds a new generic settings class, setting_multicheckbox. The class
displays each of a list of possible choices as a checkbox and an additional

disabled actions addition to config plugin

This patch adds a new generic settings class, setting_multicheckbox. The class
displays each of a list of possible choices as a checkbox and an additional text
input field for "other" values. The final result is saved in the config file as
a comma separated list.

It also supports an additional, optional, parameter, "_combine" which can be used
to group complimentary values, allowing them to be set or unset together with one
checkbox.

darcs-hash:20060705012142-9b6ab-b92daddd1393bfc5e9b650a57348237726957c71.gz

show more ...


/dokuwiki/_test/cases/inc/parser/parser_headers.test.php
/dokuwiki/_test/cases/inc/utf8_stripspecials.test.php
/dokuwiki/_test/cases/inc/utf8_substr.test.php
/dokuwiki/conf/dokuwiki.php
/dokuwiki/data/pages/wiki/dokuwiki.txt
/dokuwiki/data/pages/wiki/syntax.txt
/dokuwiki/inc/actions.php
/dokuwiki/inc/aspell.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/common.php
/dokuwiki/inc/confutils.php
/dokuwiki/inc/geshi.php
/dokuwiki/inc/geshi/actionscript.php
/dokuwiki/inc/geshi/ada.php
/dokuwiki/inc/geshi/apache.php
/dokuwiki/inc/geshi/applescript.php
/dokuwiki/inc/geshi/asm.php
/dokuwiki/inc/geshi/asp.php
/dokuwiki/inc/geshi/autoit.php
/dokuwiki/inc/geshi/bash.php
/dokuwiki/inc/geshi/blitzbasic.php
/dokuwiki/inc/geshi/c.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/cpp.php
/dokuwiki/inc/geshi/csharp.php
/dokuwiki/inc/geshi/css.php
/dokuwiki/inc/geshi/d.php
/dokuwiki/inc/geshi/delphi.php
/dokuwiki/inc/geshi/diff.php
/dokuwiki/inc/geshi/div.php
/dokuwiki/inc/geshi/dos.php
/dokuwiki/inc/geshi/eiffel.php
/dokuwiki/inc/geshi/fortran.php
/dokuwiki/inc/geshi/freebasic.php
/dokuwiki/inc/geshi/gml.php
/dokuwiki/inc/geshi/groovy.php
/dokuwiki/inc/geshi/html4strict.php
/dokuwiki/inc/geshi/ini.php
/dokuwiki/inc/geshi/inno.php
/dokuwiki/inc/geshi/java.php
/dokuwiki/inc/geshi/java5.php
/dokuwiki/inc/geshi/javascript.php
/dokuwiki/inc/geshi/lisp.php
/dokuwiki/inc/geshi/lua.php
/dokuwiki/inc/geshi/matlab.php
/dokuwiki/inc/geshi/mpasm.php
/dokuwiki/inc/geshi/mysql.php
/dokuwiki/inc/geshi/nsis.php
/dokuwiki/inc/geshi/objc.php
/dokuwiki/inc/geshi/ocaml-brief.php
/dokuwiki/inc/geshi/ocaml.php
/dokuwiki/inc/geshi/oobas.php
/dokuwiki/inc/geshi/oracle8.php
/dokuwiki/inc/geshi/pascal.php
/dokuwiki/inc/geshi/perl.php
/dokuwiki/inc/geshi/php-brief.php
/dokuwiki/inc/geshi/php.php
/dokuwiki/inc/geshi/python.php
/dokuwiki/inc/geshi/qbasic.php
/dokuwiki/inc/geshi/reg.php
/dokuwiki/inc/geshi/robots.php
/dokuwiki/inc/geshi/ruby.php
/dokuwiki/inc/geshi/sas.php
/dokuwiki/inc/geshi/scheme.php
/dokuwiki/inc/geshi/sdlbasic.php
/dokuwiki/inc/geshi/smalltalk.php
/dokuwiki/inc/geshi/smarty.php
/dokuwiki/inc/geshi/sql.php
/dokuwiki/inc/geshi/tcl.php
/dokuwiki/inc/geshi/text.php
/dokuwiki/inc/geshi/tsql.php
/dokuwiki/inc/geshi/vb.php
/dokuwiki/inc/geshi/vbnet.php
/dokuwiki/inc/geshi/vhdl.php
/dokuwiki/inc/geshi/visualfoxpro.php
/dokuwiki/inc/geshi/winbatch.php
/dokuwiki/inc/geshi/xml.php
/dokuwiki/inc/html.php
/dokuwiki/inc/indexer.php
/dokuwiki/inc/lang/fi/lang.php
/dokuwiki/inc/lang/zh-tw/lang.php
/dokuwiki/inc/lang/zh-tw/resendpwd.txt
/dokuwiki/inc/lang/zh-tw/updateprofile.txt
/dokuwiki/inc/pageutils.php
/dokuwiki/inc/parser/handler.php
/dokuwiki/inc/parser/xhtml.php
/dokuwiki/inc/parserutils.php
/dokuwiki/inc/template.php
/dokuwiki/lib/exe/css.php
/dokuwiki/lib/exe/indexer.php
/dokuwiki/lib/exe/js.php
/dokuwiki/lib/plugins/acl/lang/el/intro.txt
/dokuwiki/lib/plugins/acl/lang/el/lang.php
/dokuwiki/lib/plugins/acl/lang/zh-tw/lang.php
en/lang.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/plugins/plugin/admin.php
/dokuwiki/lib/plugins/plugin/style.css
/dokuwiki/lib/plugins/usermanager/lang/el/add.txt
/dokuwiki/lib/plugins/usermanager/lang/el/delete.txt
/dokuwiki/lib/plugins/usermanager/lang/el/edit.txt
/dokuwiki/lib/plugins/usermanager/lang/el/intro.txt
/dokuwiki/lib/plugins/usermanager/lang/el/lang.php
/dokuwiki/lib/plugins/usermanager/lang/el/list.txt
/dokuwiki/lib/plugins/usermanager/lang/zh-tw/add.txt
/dokuwiki/lib/plugins/usermanager/lang/zh-tw/delete.txt
/dokuwiki/lib/plugins/usermanager/lang/zh-tw/edit.txt
/dokuwiki/lib/plugins/usermanager/lang/zh-tw/intro.txt
/dokuwiki/lib/plugins/usermanager/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/usermanager/lang/zh-tw/list.txt
/dokuwiki/lib/scripts/script.js
/dokuwiki/lib/scripts/spellcheck.js
/dokuwiki/lib/styles/style.css
/dokuwiki/lib/tpl/default/design.css
/dokuwiki/lib/tpl/default/layout.css
/dokuwiki/lib/tpl/default/print.css
/dokuwiki/lib/tpl/default/rtl.css
8a1f5d5016-Jun-2006 Andreas Gohr <andi@splitbrain.org>

added missing settings to config plugin

darcs-hash:20060616124539-7ad00-22cc3417b2a3b8e183d272f6c132ce88a27c4fac.gz


/dokuwiki/_test/cases/inc/pageutils_resolve_pageid.test.php
/dokuwiki/_test/cases/lib/exe/js_js_compress.test.php
/dokuwiki/conf/dokuwiki.php
/dokuwiki/data/meta/_dummy
/dokuwiki/inc/HTTPClient.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/auth/mysql.class.php
/dokuwiki/inc/auth/pgsql.class.php
/dokuwiki/inc/common.php
/dokuwiki/inc/io.php
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/de/registermail.txt
/dokuwiki/inc/lang/el/admin.txt
/dokuwiki/inc/lang/el/backlinks.txt
/dokuwiki/inc/lang/el/conflict.txt
/dokuwiki/inc/lang/el/denied.txt
/dokuwiki/inc/lang/el/diff.txt
/dokuwiki/inc/lang/el/edit.txt
/dokuwiki/inc/lang/el/editrev.txt
/dokuwiki/inc/lang/el/index.txt
/dokuwiki/inc/lang/el/lang.php
/dokuwiki/inc/lang/el/locked.txt
/dokuwiki/inc/lang/el/login.txt
/dokuwiki/inc/lang/el/mailtext.txt
/dokuwiki/inc/lang/el/newpage.txt
/dokuwiki/inc/lang/el/norev.txt
/dokuwiki/inc/lang/el/password.txt
/dokuwiki/inc/lang/el/preview.txt
/dokuwiki/inc/lang/el/read.txt
/dokuwiki/inc/lang/el/recent.txt
/dokuwiki/inc/lang/el/register.txt
/dokuwiki/inc/lang/el/resendpwd.txt
/dokuwiki/inc/lang/el/revisions.txt
/dokuwiki/inc/lang/el/searchpage.txt
/dokuwiki/inc/lang/el/showrev.txt
/dokuwiki/inc/lang/el/stopwords.txt
/dokuwiki/inc/lang/el/subscribermail.txt
/dokuwiki/inc/lang/el/updateprofile.txt
/dokuwiki/inc/lang/el/wordblock.txt
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/en/registermail.txt
/dokuwiki/inc/lang/zh-tw/lang.php
/dokuwiki/inc/media.php
/dokuwiki/inc/pageutils.php
/dokuwiki/inc/utf8.php
/dokuwiki/lib/exe/fetch.php
/dokuwiki/lib/exe/js.php
/dokuwiki/lib/images/fileicons/bz2.png
/dokuwiki/lib/images/fileicons/conf.png
/dokuwiki/lib/images/fileicons/deb.png
/dokuwiki/lib/images/fileicons/doc.png
/dokuwiki/lib/images/fileicons/file.png
/dokuwiki/lib/images/fileicons/gif.png
/dokuwiki/lib/images/fileicons/gz.png
/dokuwiki/lib/images/fileicons/htm.png
/dokuwiki/lib/images/fileicons/html.png
/dokuwiki/lib/images/fileicons/jpeg.png
/dokuwiki/lib/images/fileicons/jpg.png
/dokuwiki/lib/images/fileicons/odc.png
/dokuwiki/lib/images/fileicons/odf.png
/dokuwiki/lib/images/fileicons/odg.png
/dokuwiki/lib/images/fileicons/odi.png
/dokuwiki/lib/images/fileicons/odp.png
/dokuwiki/lib/images/fileicons/ods.png
/dokuwiki/lib/images/fileicons/odt.png
/dokuwiki/lib/images/fileicons/pdf.png
/dokuwiki/lib/images/fileicons/png.png
/dokuwiki/lib/images/fileicons/ppt.png
/dokuwiki/lib/images/fileicons/ps.png
/dokuwiki/lib/images/fileicons/rpm.png
/dokuwiki/lib/images/fileicons/rtf.png
/dokuwiki/lib/images/fileicons/swf.png
/dokuwiki/lib/images/fileicons/sxc.png
/dokuwiki/lib/images/fileicons/sxd.png
/dokuwiki/lib/images/fileicons/sxi.png
/dokuwiki/lib/images/fileicons/sxw.png
/dokuwiki/lib/images/fileicons/tar.png
/dokuwiki/lib/images/fileicons/tgz.png
/dokuwiki/lib/images/fileicons/txt.png
/dokuwiki/lib/images/fileicons/xls.png
/dokuwiki/lib/images/fileicons/xml.png
/dokuwiki/lib/images/fileicons/zip.png
en/lang.php
/dokuwiki/lib/plugins/config/settings/config.metadata.php
/dokuwiki/lib/scripts/events.js
/dokuwiki/lib/scripts/media.js
33225f5108-Jun-2006 Bohumir Zamecnik <bohumir@zamecnik.org>

Czech lang update, added czech to config

darcs-hash:20060608085236-9be09-3142ff6fd2a13cd03205a6703b3fd22bddf5e078.gz


/dokuwiki/.htaccess.dist
/dokuwiki/_test/cases/inc/mail_quoted_printable_encode.php
/dokuwiki/_test/cases/inc/parser/parser_headers.test.php
/dokuwiki/_test/cases/inc/parser/parser_i18n.test.php
/dokuwiki/_test/cases/lib/exe/js_js_compress.test.php
/dokuwiki/conf/dokuwiki.php
/dokuwiki/conf/interwiki.conf
/dokuwiki/feed.php
/dokuwiki/inc/SimplePie.php
/dokuwiki/inc/actions.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/common.php
/dokuwiki/inc/html.php
/dokuwiki/inc/init.php
/dokuwiki/inc/lang/cs/lang.php
/dokuwiki/inc/lang/cs/resendpwd.txt
/dokuwiki/inc/lang/cs/updateprofile.txt
/dokuwiki/inc/lang/en/editrev.txt
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/en/locked.txt
/dokuwiki/inc/lang/en/mailtext.txt
/dokuwiki/inc/lang/en/subscribermail.txt
/dokuwiki/inc/lang/sk/admin.txt
/dokuwiki/inc/lang/sk/lang.php
/dokuwiki/inc/lang/sk/resendpwd.txt
/dokuwiki/inc/lang/sk/showrev.txt
/dokuwiki/inc/lang/sk/stopwords.txt
/dokuwiki/inc/lang/sk/subscribermail.txt
/dokuwiki/inc/lang/sk/updateprofile.txt
/dokuwiki/inc/mail.php
/dokuwiki/inc/media.php
/dokuwiki/inc/parser/handler.php
/dokuwiki/inc/parser/metadata.php
/dokuwiki/inc/parser/parser.php
/dokuwiki/inc/parser/renderer.php
/dokuwiki/inc/parser/xhtml.php
/dokuwiki/inc/parserutils.php
/dokuwiki/lib/exe/ajax.php
/dokuwiki/lib/exe/css.php
/dokuwiki/lib/exe/indexer.php
/dokuwiki/lib/exe/js.php
/dokuwiki/lib/exe/mediamanager.php
/dokuwiki/lib/exe/spellcheck.php
/dokuwiki/lib/images/magnifier.png
/dokuwiki/lib/images/wrap.gif
/dokuwiki/lib/plugins/acl/lang/sk/intro.txt
/dokuwiki/lib/plugins/acl/lang/sk/lang.php
cs/intro.txt
cs/lang.php
/dokuwiki/lib/plugins/plugin/lang/cs/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/cs/lang.php
/dokuwiki/lib/plugins/usermanager/lang/cs/intro.txt
/dokuwiki/lib/plugins/usermanager/lang/cs/lang.php
/dokuwiki/lib/scripts/media.js
/dokuwiki/lib/scripts/script.js
/dokuwiki/lib/styles/style.css
/dokuwiki/lib/tpl/default/design.css
/dokuwiki/lib/tpl/default/media.css
/dokuwiki/lib/tpl/default/mediamanager.php
018a837f22-May-2006 Andreas Gohr <andi@splitbrain.org>

Lithuanian update

darcs-hash:20060522181314-7ad00-7830b7819a770628c6e63f9d294292a876575ac7.gz


/dokuwiki/data/pages/wiki/syntax.txt
/dokuwiki/inc/geshi.php
/dokuwiki/inc/geshi/actionscript.php
/dokuwiki/inc/geshi/ada.php
/dokuwiki/inc/geshi/apache.php
/dokuwiki/inc/geshi/applescript.php
/dokuwiki/inc/geshi/asm.php
/dokuwiki/inc/geshi/asp.php
/dokuwiki/inc/geshi/autoit.php
/dokuwiki/inc/geshi/bash.php
/dokuwiki/inc/geshi/blitzbasic.php
/dokuwiki/inc/geshi/c.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/cpp.php
/dokuwiki/inc/geshi/csharp.php
/dokuwiki/inc/geshi/css.php
/dokuwiki/inc/geshi/d.php
/dokuwiki/inc/geshi/delphi.php
/dokuwiki/inc/geshi/diff.php
/dokuwiki/inc/geshi/div.php
/dokuwiki/inc/geshi/dos.php
/dokuwiki/inc/geshi/eiffel.php
/dokuwiki/inc/geshi/fortran.php
/dokuwiki/inc/geshi/freebasic.php
/dokuwiki/inc/geshi/gml.php
/dokuwiki/inc/geshi/groovy.php
/dokuwiki/inc/geshi/html4strict.php
/dokuwiki/inc/geshi/ini.php
/dokuwiki/inc/geshi/inno.php
/dokuwiki/inc/geshi/java.php
/dokuwiki/inc/geshi/java5.php
/dokuwiki/inc/geshi/javascript.php
/dokuwiki/inc/geshi/lisp.php
/dokuwiki/inc/geshi/lua.php
/dokuwiki/inc/geshi/matlab.php
/dokuwiki/inc/geshi/mpasm.php
/dokuwiki/inc/geshi/mysql.php
/dokuwiki/inc/geshi/nsis.php
/dokuwiki/inc/geshi/objc.php
/dokuwiki/inc/geshi/ocaml-brief.php
/dokuwiki/inc/geshi/ocaml.php
/dokuwiki/inc/geshi/oobas.php
/dokuwiki/inc/geshi/oracle8.php
/dokuwiki/inc/geshi/pascal.php
/dokuwiki/inc/geshi/perl.php
/dokuwiki/inc/geshi/php-brief.php
/dokuwiki/inc/geshi/php.php
/dokuwiki/inc/geshi/python.php
/dokuwiki/inc/geshi/qbasic.php
/dokuwiki/inc/geshi/reg.php
/dokuwiki/inc/geshi/robots.php
/dokuwiki/inc/geshi/ruby.php
/dokuwiki/inc/geshi/sas.php
/dokuwiki/inc/geshi/scheme.php
/dokuwiki/inc/geshi/sdlbasic.php
/dokuwiki/inc/geshi/smarty.php
/dokuwiki/inc/geshi/sql.php
/dokuwiki/inc/geshi/tcl.php
/dokuwiki/inc/geshi/text.php
/dokuwiki/inc/geshi/tsql.php
/dokuwiki/inc/geshi/vb.php
/dokuwiki/inc/geshi/vbnet.php
/dokuwiki/inc/geshi/vhdl.php
/dokuwiki/inc/geshi/visualfoxpro.php
/dokuwiki/inc/geshi/winbatch.php
/dokuwiki/inc/geshi/xml.php
/dokuwiki/inc/lang/lt/lang.php
/dokuwiki/inc/lang/lt/resendpwd.txt
/dokuwiki/inc/lang/lt/updateprofile.txt
lt/intro.txt
/dokuwiki/lib/plugins/plugin/lang/lt/admin_plugin.txt
/dokuwiki/lib/plugins/usermanager/lang/lt/add.txt
/dokuwiki/lib/plugins/usermanager/lang/lt/delete.txt
/dokuwiki/lib/plugins/usermanager/lang/lt/edit.txt
/dokuwiki/lib/plugins/usermanager/lang/lt/intro.txt
/dokuwiki/lib/plugins/usermanager/lang/lt/list.txt
1fb550bb22-May-2006 Denis Simakov <akinoame1@gmail.com>

russian translation update

darcs-hash:20060522115828-3c565-1145b34530614474f56494f57b41e9304f902cc7.gz

685bdd2e20-May-2006 Ben Coburn <btcoburn@silicodon.net>

config plugin ui update 20060520

This patch hides settings that are missing config metadata and optionally
provides a list of warnings about settings that are not properly configured.
- Warnings a

config plugin ui update 20060520

This patch hides settings that are missing config metadata and optionally
provides a list of warnings about settings that are not properly configured.
- Warnings about settings are listed if $conf['allowdebug'] is true.
- Warnings are listed by the $conf string as it appears in local.php.
- Warnings show the $meta string as it would appear in the correct
settings metadata file.
- There are 3 kinds of warnings.
- undefined
There is no $meta information defined for this setting.
- no class
The setting class specified in $meta can not be found.
This setting does have a $meta entry.
- no default
The setting is missing a default value.
The setting does have a $meta entry with a valid setting class.
- Note: Settings with metadata but other warnings are allowed to appear
in the normal config settings list.

Also...
- Templates can now define their own settings classes.
- Removed an XHTML validation error from the first patch.
- More language strings to go with the new warnings.

The warnings under the 'Undefined Settings' heading are intended to
provide developers with a list of any settings that they have forgotten to
finish preparing for the config plugin. This list should be blank for stable
releases.

darcs-hash:20060520103718-05dcb-6d4e6bce78498cbf9d087e27d52e4aa30917b0a5.gz

show more ...

524be65d16-May-2006 Ben Coburn <btcoburn@silicodon.net>

gzip content-encoding option

- Enables gzip compression of output xhtml for browsers that support it.
For example the wiki:syntax page takes up 46.80KB raw, but only 9.88KB gzip encoded.
- S

gzip content-encoding option

- Enables gzip compression of output xhtml for browsers that support it.
For example the wiki:syntax page takes up 46.80KB raw, but only 9.88KB gzip encoded.
- Setting is configurable through the config plugin.

darcs-hash:20060516084132-05dcb-d8d1c7911a951b00e166c5a94f46a2cf1cfa5846.gz

show more ...

2b03e74d16-May-2006 Ben Coburn <btcoburn@silicodon.net>

jpg quality option

- Adds a jpg quality setting for scaled images
(Some images were getting too many jpg artifacts
at the hard-coded compression setting.)
- Creates a group for the medi

jpg quality option

- Adds a jpg quality setting for scaled images
(Some images were getting too many jpg artifacts
at the hard-coded compression setting.)
- Creates a group for the media settings in the
config plugin.

darcs-hash:20060516062321-05dcb-a175b0de3264322a335cf60d8ee96317f7b03144.gz

show more ...

4fa2dffc10-May-2006 Ben Coburn <btcoburn@silicodon.net>

config plugin ui organization

- organizes the configuration settings list into chunks
- provides a table of contents for the configuration chunks
- provides one chunk for each plugin with conf

config plugin ui organization

- organizes the configuration settings list into chunks
- provides a table of contents for the configuration chunks
- provides one chunk for each plugin with configurable settings
- provides one chunk for the active template (if it has settings)
- provides the config file setting as a tool-tip on the setting label
ex. $conf['start']
- provides for localization of useful strings
- generates a "smart" fallback name for plugins and templates
- plugin and template sections are only shown if they have settings
- current configuration list is organized into chunks

Note: There are NEW strings to translate into the non-english language files.

darcs-hash:20060510065732-05dcb-398d5c7efa7981f690d97a25a5110b1f39be9f8e.gz

show more ...

1...<<41424344454647