History log of /dokuwiki/lib/scripts/ (Results 476 – 500 of 602)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
42e90eeb27-Aug-2009 Andreas Gohr <gohr@cosmocode.de>

Fixed IE compatibility for recent JavaScript changes

Ignore-this: 62d43ad8ce4d6c506839a0da4a8ec40

Note: development is part of ICKE 2.0 project
http://www.icke-projekt.de

darcs-hash:20090827

Fixed IE compatibility for recent JavaScript changes

Ignore-this: 62d43ad8ce4d6c506839a0da4a8ec40

Note: development is part of ICKE 2.0 project
http://www.icke-projekt.de

darcs-hash:20090827113438-6e07b-4378f3835e023b81dc12ce93e2c5b20cb8ad9a59.gz

show more ...

3e23cbfd14-Aug-2009 Andreas Gohr <andi@splitbrain.org>

More Link wizard cleanup

Ignore-this: 100b66fbe26d82dfd6cffba751cf6992

darcs-hash:20090814114056-7ad00-f5dc711f467f9f6d8904bb6b08d7daac4e675ec2.gz

7fe97caa14-Aug-2009 Andreas Gohr <andi@splitbrain.org>

fix scrolling on keyboard select in LinkWizard

Ignore-this: 831a3252b5cb7c3f8658c377f60c0a95

darcs-hash:20090814105344-7ad00-6643571c3363ceb25d818246cf1425e3db6c8216.gz

55be22a114-Aug-2009 Andreas Gohr <andi@splitbrain.org>

small JS fix

Ignore-this: 42bc05343dabfa0b7cb7b14b9ba61834

darcs-hash:20090814092553-7ad00-89080ef0ba30d25b3d85afbb8a0a29a6e28b7b07.gz

6392c3b612-Aug-2009 Andreas Gohr <gohr@cosmocode.de>

simplify JavaScript loading

Ignore-this: 7637977e042ed8ba7e9e9097f9e9f03f

This patch removes the differences between the JavaScript loaded in
edit and view modes.

* increases the amount of JavaS

simplify JavaScript loading

Ignore-this: 7637977e042ed8ba7e9e9097f9e9f03f

This patch removes the differences between the JavaScript loaded in
edit and view modes.

* increases the amount of JavaScript that is loaded initially
* decreases the number of requests
* only one cache for all javascript
* all javascript is available in view mode

The last point is the most important as it makes a lot of functionality
available to plugins working in the view mode. The discussion plugin
now can reuse the toolbar code for example.

Note: development is part of ICKE 2.0 project
http://www.icke-projekt.de

darcs-hash:20090812194007-6e07b-c8a71dedf506065a95d8b84b55aafce67810236c.gz

show more ...

0071aa2112-Aug-2009 Andreas Gohr <gohr@cosmocode.de>

Language file cleanups for JS changes

Ignore-this: 7c8f68f29f52bc1d33fdb76ba98d2307

Removed unused string, move another string to the [js] subarray.

darcs-hash:20090812191138-6e07b-65db1b7560d437f

Language file cleanups for JS changes

Ignore-this: 7c8f68f29f52bc1d33fdb76ba98d2307

Removed unused string, move another string to the [js] subarray.

darcs-hash:20090812191138-6e07b-65db1b7560d437fb26a1a4d0095cd768b2c9af01.gz

show more ...

6977dcef12-Aug-2009 Andreas Gohr <gohr@cosmocode.de>

make dragged objects stylable via CSS

Ignore-this: ae47b532b80d10868e82e0ccc5c963d1

A DOM object that is dragged through the new drag Object gets the ondrag
assigned.

note: development was part of

make dragged objects stylable via CSS

Ignore-this: ae47b532b80d10868e82e0ccc5c963d1

A DOM object that is dragged through the new drag Object gets the ondrag
assigned.

note: development was part of the ICKE 2.0 project see
http://www.icke-projekt.de for info

darcs-hash:20090812180344-6e07b-a50d6589f0650897ddd5f5d345a3d15513aada77.gz

show more ...

56dfcc1212-Aug-2009 Andreas Gohr <gohr@cosmocode.de>

Link Wizard added

Ignore-this: c15561aa909f921f7845576378851b93

This adds a new link wizard to the toolbar which helps users to find the page the want to link to.

Pages can be found by a simple pa

Link Wizard added

Ignore-this: c15561aa909f921f7845576378851b93

This adds a new link wizard to the toolbar which helps users to find the page the want to link to.

Pages can be found by a simple page name search or by browsing the
existing namespaces.

This is the first checkin. Some cleanup and MSIE compatibility checks
remain.

note: development was part of the ICKE 2.0 project see
http://www.icke-projekt.de for info

darcs-hash:20090812102302-6e07b-fcc564fcaf2ed6aa832918870dd0f92607748687.gz

show more ...

050f4a9412-Aug-2009 Andreas Gohr <gohr@cosmocode.de>

Script lib for draggable DOM objects

Ignore-this: 907af01f2757cc494d2c54d8e4d7b9d1

This adds a simple object that can be attached to positioned DOM objects
to make them draggable. This is useful fo

Script lib for draggable DOM objects

Ignore-this: 907af01f2757cc494d2c54d8e4d7b9d1

This adds a simple object that can be attached to positioned DOM objects
to make them draggable. This is useful for inplace dialogs.

note: development was part of the ICKE 2.0 project see
http://www.icke-projekt.de for info

darcs-hash:20090812102055-6e07b-88451d4d67877224950a289b9cd415544f4c2755.gz

show more ...

21aec47c06-Aug-2009 Andreas Gohr <gohr@cosmocode.de>

some cleanup in the IE selection handling

Ignore-this: 5a6b527fbf3f2ffc79e3ceef11552763

darcs-hash:20090806093833-6e07b-f5fbd738bff54ec6a3488e4fb9ab98c6e49799d4.gz

edfd1f8905-Aug-2009 Andreas Gohr <gohr@cosmocode.de>

fixes another IE weirdnes when handling list items

Ignore-this: d5a0f9671af3607796332a1afcc8de79

Fixes a problem where list mode couldn't easily be left by removing a bullet.
Hitting enter would re

fixes another IE weirdnes when handling list items

Ignore-this: d5a0f9671af3607796332a1afcc8de79

Fixes a problem where list mode couldn't easily be left by removing a bullet.
Hitting enter would readd a bullet always.

note: development was part of the ICKE 2.0 project see
http://www.icke-projekt.de for info

darcs-hash:20090805123523-6e07b-46570b10a1422d04ad3c7251323568c712037864.gz

show more ...

8f99c3ec04-Aug-2009 Andreas Gohr <gohr@cosmocode.de>

Some text selection workarounds for MSIE

Ignore-this: b4a14bbf96712ec9ce9011e172f2af81

This patch solves some problems with reading the cursor positions
and text selection on MSIE.

note: developme

Some text selection workarounds for MSIE

Ignore-this: b4a14bbf96712ec9ce9011e172f2af81

This patch solves some problems with reading the cursor positions
and text selection on MSIE.

note: development was part of the ICKE 2.0 project see
http://www.icke-projekt.de for info

darcs-hash:20090804150501-6e07b-5e3cf60261f5f51906df2d4cf15509e9075757e0.gz

show more ...

201ea5f304-Aug-2009 Andreas Gohr <andi@splitbrain.org>

improved list handling

Ignore-this: 2e4f3fbfb28917ee66cf3e1925c806d3

This patch adds multiple enhancements to handling lists and indented
code blocks in the editor.

1. Pressing enter when in a lis

improved list handling

Ignore-this: 2e4f3fbfb28917ee66cf3e1925c806d3

This patch adds multiple enhancements to handling lists and indented
code blocks in the editor.

1. Pressing enter when in a list item or code block will keep the indention
and adds a new list point
2. Pressing space at the start of a list item will indent the item to the
next level
3. Pressing bckspace at the start of a list item will outdent the item
to the previous level or delete the list bullet when you are at the
1st level already
4. A new type of formatting button called formatln is added. It applies
formatting to several lines. It's used for the list buttons currently
and makes it possible to convert mutiple lines to a list

This enhncement are currently only tested in Firefox are most likely to
break IE compatibility. A compatibility patch will be submitted later

note: development was part of the ICKE 2.0 project see
http://www.icke-projekt.de for info

darcs-hash:20090804095707-7ad00-e565c66087c7121188ad7ece8265d9f64f7e6947.gz

show more ...

db65893225-Aug-2009 Andreas Gohr <gohr@cosmocode.de>

allow disabling of nosmblink warning via JavaScript

Just add
LANG['nosmblinks']

darcs-hash:20090825143507-6e07b-ec114d8972d5636c783abbe405f064adb4f920a2.gz

0b2c7f4018-Aug-2009 Samuele Tognini <samuele@samuele.netsons.org>

Javascript variable explicitly declared

Ignore-this: 6cd522b1fa6d768ac7735c30fac3e1df

darcs-hash:20090818154140-f213d-0770cbe838dcd4126843b16558b3387d065fce00.gz


/dokuwiki/bin/indexer.php
/dokuwiki/data/pages/wiki/syntax.txt
/dokuwiki/doku.php
/dokuwiki/feed.php
/dokuwiki/inc/HTTPClient.php
/dokuwiki/inc/blowfish.php
/dokuwiki/inc/common.php
/dokuwiki/inc/html.php
/dokuwiki/inc/infoutils.php
/dokuwiki/inc/init.php
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/eo/adminplugins.txt
/dokuwiki/inc/lang/eo/lang.php
/dokuwiki/inc/lang/es/adminplugins.txt
/dokuwiki/inc/lang/es/lang.php
/dokuwiki/inc/lang/fa/adminplugins.txt
/dokuwiki/inc/lang/fa/lang.php
/dokuwiki/inc/lang/fr/adminplugins.txt
/dokuwiki/inc/lang/fr/backlinks.txt
/dokuwiki/inc/lang/fr/install.html
/dokuwiki/inc/lang/fr/lang.php
/dokuwiki/inc/lang/is/adminplugins.txt
/dokuwiki/inc/lang/is/diff.txt
/dokuwiki/inc/lang/is/lang.php
/dokuwiki/inc/lang/is/login.txt
/dokuwiki/inc/lang/is/recent.txt
/dokuwiki/inc/lang/is/subscribermail.txt
/dokuwiki/inc/lang/it/adminplugins.txt
/dokuwiki/inc/lang/it/lang.php
/dokuwiki/inc/lang/km/admin.txt
/dokuwiki/inc/lang/km/backlinks.txt
/dokuwiki/inc/lang/km/conflict.txt
/dokuwiki/inc/lang/km/denied.txt
/dokuwiki/inc/lang/km/edit.txt
/dokuwiki/inc/lang/km/editrev.txt
/dokuwiki/inc/lang/km/index.txt
/dokuwiki/inc/lang/km/lang.php
/dokuwiki/inc/lang/km/login.txt
/dokuwiki/inc/lang/km/newpage.txt
/dokuwiki/inc/lang/km/norev.txt
/dokuwiki/inc/lang/km/password.txt
/dokuwiki/inc/lang/km/pwconfirm.txt
/dokuwiki/inc/lang/km/recent.txt
/dokuwiki/inc/lang/km/register.txt
/dokuwiki/inc/lang/km/revisions.txt
/dokuwiki/inc/lang/no/adminplugins.txt
/dokuwiki/inc/lang/no/lang.php
/dokuwiki/inc/lang/ro/adminplugins.txt
/dokuwiki/inc/lang/ro/lang.php
/dokuwiki/inc/lang/ru/adminplugins.txt
/dokuwiki/inc/lang/ru/lang.php
/dokuwiki/inc/lang/sv/adminplugins.txt
/dokuwiki/inc/lang/sv/lang.php
/dokuwiki/inc/parser/code.php
/dokuwiki/inc/parser/handler.php
/dokuwiki/inc/parser/parser.php
/dokuwiki/inc/parser/renderer.php
/dokuwiki/inc/parser/xhtml.php
/dokuwiki/inc/parserutils.php
/dokuwiki/inc/template.php
/dokuwiki/inc/utf8.php
/dokuwiki/install.php
/dokuwiki/lib/plugins/acl/admin.php
/dokuwiki/lib/plugins/acl/ajax.php
/dokuwiki/lib/plugins/acl/lang/eo/lang.php
/dokuwiki/lib/plugins/acl/lang/es/lang.php
/dokuwiki/lib/plugins/acl/lang/fa/lang.php
/dokuwiki/lib/plugins/acl/lang/fr/lang.php
/dokuwiki/lib/plugins/acl/lang/is/lang.php
/dokuwiki/lib/plugins/acl/lang/it/lang.php
/dokuwiki/lib/plugins/acl/lang/no/lang.php
/dokuwiki/lib/plugins/acl/lang/ru/lang.php
/dokuwiki/lib/plugins/acl/lang/sv/lang.php
/dokuwiki/lib/plugins/config/lang/eo/lang.php
/dokuwiki/lib/plugins/config/lang/es/lang.php
/dokuwiki/lib/plugins/config/lang/fa/lang.php
/dokuwiki/lib/plugins/config/lang/fr/lang.php
/dokuwiki/lib/plugins/config/lang/is/lang.php
/dokuwiki/lib/plugins/config/lang/it/lang.php
/dokuwiki/lib/plugins/config/lang/no/lang.php
/dokuwiki/lib/plugins/config/lang/ru/lang.php
/dokuwiki/lib/plugins/config/lang/sv/lang.php
/dokuwiki/lib/plugins/plugin/admin.php
/dokuwiki/lib/plugins/plugin/classes/ap_delete.class.php
/dokuwiki/lib/plugins/plugin/classes/ap_download.class.php
/dokuwiki/lib/plugins/plugin/classes/ap_enable.class.php
/dokuwiki/lib/plugins/plugin/classes/ap_info.class.php
/dokuwiki/lib/plugins/plugin/classes/ap_manage.class.php
/dokuwiki/lib/plugins/plugin/classes/ap_update.class.php
/dokuwiki/lib/plugins/plugin/lang/eo/lang.php
/dokuwiki/lib/plugins/plugin/lang/es/lang.php
/dokuwiki/lib/plugins/plugin/lang/fa/lang.php
/dokuwiki/lib/plugins/plugin/lang/fr/lang.php
/dokuwiki/lib/plugins/plugin/lang/is/lang.php
/dokuwiki/lib/plugins/plugin/lang/it/lang.php
/dokuwiki/lib/plugins/plugin/lang/no/lang.php
/dokuwiki/lib/plugins/plugin/lang/ru/lang.php
/dokuwiki/lib/plugins/plugin/lang/sv/lang.php
/dokuwiki/lib/plugins/popularity/lang/eo/lang.php
/dokuwiki/lib/plugins/popularity/lang/es/lang.php
/dokuwiki/lib/plugins/popularity/lang/fa/lang.php
/dokuwiki/lib/plugins/popularity/lang/fr/lang.php
/dokuwiki/lib/plugins/popularity/lang/is/lang.php
/dokuwiki/lib/plugins/popularity/lang/it/lang.php
/dokuwiki/lib/plugins/popularity/lang/no/lang.php
/dokuwiki/lib/plugins/popularity/lang/ru/lang.php
/dokuwiki/lib/plugins/popularity/lang/sv/lang.php
/dokuwiki/lib/plugins/revert/lang/eo/lang.php
/dokuwiki/lib/plugins/revert/lang/es/lang.php
/dokuwiki/lib/plugins/revert/lang/fa/lang.php
/dokuwiki/lib/plugins/revert/lang/fr/lang.php
/dokuwiki/lib/plugins/revert/lang/is/lang.php
/dokuwiki/lib/plugins/revert/lang/it/lang.php
/dokuwiki/lib/plugins/revert/lang/no/lang.php
/dokuwiki/lib/plugins/revert/lang/ru/lang.php
/dokuwiki/lib/plugins/revert/lang/sv/lang.php
/dokuwiki/lib/plugins/usermanager/lang/eo/lang.php
/dokuwiki/lib/plugins/usermanager/lang/es/lang.php
/dokuwiki/lib/plugins/usermanager/lang/fa/lang.php
/dokuwiki/lib/plugins/usermanager/lang/fr/lang.php
/dokuwiki/lib/plugins/usermanager/lang/is/lang.php
/dokuwiki/lib/plugins/usermanager/lang/it/lang.php
/dokuwiki/lib/plugins/usermanager/lang/no/lang.php
/dokuwiki/lib/plugins/usermanager/lang/ru/lang.php
/dokuwiki/lib/plugins/usermanager/lang/sv/lang.php
script.js
/dokuwiki/lib/tpl/default/design.css
8567cbc429-Jun-2009 Andreas Gohr <andi@splitbrain.org>

fixed headline level detection

Ignore-this: 39675a7f375e3eb619228dbabda857ea
This fixes incorrect headline headline level detetion when the
text starts with a headline (eg. in most cases)

darcs-has

fixed headline level detection

Ignore-this: 39675a7f375e3eb619228dbabda857ea
This fixes incorrect headline headline level detetion when the
text starts with a headline (eg. in most cases)

darcs-hash:20090629211200-7ad00-d8a7cbe331806fcdbca70b5da188b387dc2c2a87.gz

show more ...


/dokuwiki/inc/HTTPClient.php
/dokuwiki/inc/html.php
/dokuwiki/inc/lang/de/adminplugins.txt
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/en/adminplugins.txt
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/fr/adminplugins.txt
/dokuwiki/inc/lang/fr/lang.php
/dokuwiki/inc/lang/hr/lang.php
/dokuwiki/inc/lang/km/admin.txt
/dokuwiki/inc/lang/km/backlinks.txt
/dokuwiki/inc/lang/km/conflict.txt
/dokuwiki/inc/lang/km/denied.txt
/dokuwiki/inc/lang/km/diff.txt
/dokuwiki/inc/lang/km/draft.txt
/dokuwiki/inc/lang/km/edit.txt
/dokuwiki/inc/lang/km/editrev.txt
/dokuwiki/inc/lang/km/index.txt
/dokuwiki/inc/lang/km/install.html
/dokuwiki/inc/lang/km/lang.php
/dokuwiki/inc/lang/km/locked.txt
/dokuwiki/inc/lang/km/login.txt
/dokuwiki/inc/lang/km/mailtext.txt
/dokuwiki/inc/lang/km/newpage.txt
/dokuwiki/inc/lang/km/norev.txt
/dokuwiki/inc/lang/km/password.txt
/dokuwiki/inc/lang/km/preview.txt
/dokuwiki/inc/lang/km/pwconfirm.txt
/dokuwiki/inc/lang/km/read.txt
/dokuwiki/inc/lang/km/recent.txt
/dokuwiki/inc/lang/km/register.txt
/dokuwiki/inc/lang/km/registermail.txt
/dokuwiki/inc/lang/km/resendpwd.txt
/dokuwiki/inc/lang/km/revisions.txt
/dokuwiki/inc/lang/km/searchpage.txt
/dokuwiki/inc/lang/km/showrev.txt
/dokuwiki/inc/lang/km/stopwords.txt
/dokuwiki/inc/lang/km/subscribermail.txt
/dokuwiki/inc/lang/km/updateprofile.txt
/dokuwiki/inc/lang/km/uploadmail.txt
/dokuwiki/inc/lang/km/wordblock.txt
/dokuwiki/inc/lang/lt/lang.php
/dokuwiki/inc/lang/lv/adminplugins.txt
/dokuwiki/inc/lang/lv/lang.php
/dokuwiki/inc/lang/pt/lang.php
/dokuwiki/inc/lang/ro/lang.php
/dokuwiki/inc/lang/ru/lang.php
/dokuwiki/inc/lang/sv/lang.php
/dokuwiki/inc/media.php
/dokuwiki/inc/search.php
/dokuwiki/inc/template.php
/dokuwiki/lib/_fla/MultipleUpload.as
/dokuwiki/lib/_fla/multipleUpload.fla
/dokuwiki/lib/exe/mediamanager.php
/dokuwiki/lib/exe/multipleUpload.swf
/dokuwiki/lib/images/admin/README
/dokuwiki/lib/images/admin/acl.png
/dokuwiki/lib/images/admin/config.png
/dokuwiki/lib/images/admin/plugin.png
/dokuwiki/lib/images/admin/popularity.png
/dokuwiki/lib/images/admin/revert.png
/dokuwiki/lib/images/admin/usermanager.png
/dokuwiki/lib/plugins/acl/lang/de/lang.php
/dokuwiki/lib/plugins/acl/lang/hr/lang.php
/dokuwiki/lib/plugins/acl/lang/lt/lang.php
/dokuwiki/lib/plugins/acl/lang/pt/lang.php
/dokuwiki/lib/plugins/acl/lang/ru/lang.php
/dokuwiki/lib/plugins/acl/lang/sv/lang.php
/dokuwiki/lib/plugins/config/lang/de/lang.php
/dokuwiki/lib/plugins/config/lang/fr/lang.php
/dokuwiki/lib/plugins/config/lang/hr/lang.php
/dokuwiki/lib/plugins/config/lang/lt/lang.php
/dokuwiki/lib/plugins/config/lang/pt/lang.php
/dokuwiki/lib/plugins/config/lang/ro/lang.php
/dokuwiki/lib/plugins/config/lang/ru/lang.php
/dokuwiki/lib/plugins/config/lang/sv/lang.php
/dokuwiki/lib/plugins/plugin/lang/de/lang.php
/dokuwiki/lib/plugins/plugin/lang/hr/lang.php
/dokuwiki/lib/plugins/plugin/lang/lt/lang.php
/dokuwiki/lib/plugins/plugin/lang/pt/lang.php
/dokuwiki/lib/plugins/plugin/lang/ru/lang.php
/dokuwiki/lib/plugins/plugin/lang/sv/lang.php
/dokuwiki/lib/plugins/popularity/lang/de/lang.php
/dokuwiki/lib/plugins/popularity/lang/hr/lang.php
/dokuwiki/lib/plugins/popularity/lang/lt/lang.php
/dokuwiki/lib/plugins/popularity/lang/pt/lang.php
/dokuwiki/lib/plugins/popularity/lang/ru/lang.php
/dokuwiki/lib/plugins/popularity/lang/sv/lang.php
/dokuwiki/lib/plugins/revert/lang/de/lang.php
/dokuwiki/lib/plugins/revert/lang/hr/lang.php
/dokuwiki/lib/plugins/revert/lang/lt/lang.php
/dokuwiki/lib/plugins/revert/lang/pt/lang.php
/dokuwiki/lib/plugins/revert/lang/ru/lang.php
/dokuwiki/lib/plugins/revert/lang/sv/lang.php
/dokuwiki/lib/plugins/usermanager/lang/de/lang.php
/dokuwiki/lib/plugins/usermanager/lang/hr/lang.php
/dokuwiki/lib/plugins/usermanager/lang/lt/lang.php
/dokuwiki/lib/plugins/usermanager/lang/pt/lang.php
/dokuwiki/lib/plugins/usermanager/lang/ru/lang.php
/dokuwiki/lib/plugins/usermanager/lang/sv/lang.php
edit.js
/dokuwiki/lib/tpl/default/_admin.css
/dokuwiki/lib/tpl/default/style.ini
5979067e03-Jun-2009 Andreas Gohr <andi@splitbrain.org>

reset scroll position when setting selection FS#1707

Ignore-this: cb035f32eccc0fcb2c9163b8620abb91

darcs-hash:20090603170042-7ad00-07ee60074714d6d23d34e59269776ccb504d1f0a.gz


/dokuwiki/inc/HTTPClient.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/auth/plain.class.php
/dokuwiki/inc/common.php
/dokuwiki/inc/html.php
/dokuwiki/inc/lang/ca-valencia/backlinks.txt
/dokuwiki/inc/lang/ca-valencia/conflict.txt
/dokuwiki/inc/lang/ca-valencia/denied.txt
/dokuwiki/inc/lang/ca-valencia/diff.txt
/dokuwiki/inc/lang/ca-valencia/draft.txt
/dokuwiki/inc/lang/ca-valencia/edit.txt
/dokuwiki/inc/lang/ca-valencia/editrev.txt
/dokuwiki/inc/lang/ca-valencia/index.txt
/dokuwiki/inc/lang/ca-valencia/install.html
/dokuwiki/inc/lang/ca-valencia/lang.php
/dokuwiki/inc/lang/ca-valencia/mailtext.txt
/dokuwiki/inc/lang/ca-valencia/newpage.txt
/dokuwiki/inc/lang/ca-valencia/norev.txt
/dokuwiki/inc/lang/ca-valencia/password.txt
/dokuwiki/inc/lang/ca-valencia/preview.txt
/dokuwiki/inc/lang/ca-valencia/pwconfirm.txt
/dokuwiki/inc/lang/ca-valencia/read.txt
/dokuwiki/inc/lang/ca-valencia/register.txt
/dokuwiki/inc/lang/ca-valencia/registermail.txt
/dokuwiki/inc/lang/ca-valencia/resendpwd.txt
/dokuwiki/inc/lang/ca-valencia/revisions.txt
/dokuwiki/inc/lang/ca-valencia/searchpage.txt
/dokuwiki/inc/lang/ca-valencia/showrev.txt
/dokuwiki/inc/lang/ca-valencia/subscribermail.txt
/dokuwiki/inc/lang/ca-valencia/uploadmail.txt
/dokuwiki/inc/lang/ca-valencia/wordblock.txt
/dokuwiki/inc/mail.php
/dokuwiki/inc/pageutils.php
/dokuwiki/inc/parser/handler.php
/dokuwiki/inc/parser/lexer.php
/dokuwiki/inc/parser/metadata.php
/dokuwiki/inc/toolbar.php
/dokuwiki/lib/plugins/acl/lang/ca-valencia/help.txt
/dokuwiki/lib/plugins/acl/lang/ca-valencia/lang.php
/dokuwiki/lib/plugins/config/lang/ca-valencia/intro.txt
/dokuwiki/lib/plugins/config/lang/ca-valencia/lang.php
/dokuwiki/lib/plugins/config/lang/eu/lang.php
/dokuwiki/lib/plugins/config/lang/fr/lang.php
/dokuwiki/lib/plugins/plugin/lang/ca-valencia/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/ca-valencia/lang.php
/dokuwiki/lib/plugins/popularity/lang/ca-valencia/intro.txt
/dokuwiki/lib/plugins/popularity/lang/ca-valencia/lang.php
/dokuwiki/lib/plugins/revert/lang/ca-valencia/intro.txt
/dokuwiki/lib/plugins/revert/lang/ca-valencia/lang.php
/dokuwiki/lib/plugins/usermanager/lang/ca-valencia/lang.php
textselection.js
e7c855f328-May-2009 Andreas Gohr <andi@splitbrain.org>

fix JS when compaction is enabled

Ignore-this: 4a6d9f3da25a04ec132cca2297328b1

darcs-hash:20090528161552-7ad00-679be8f486462e0b779039443d2af056ef8e5304.gz

9b53a46b28-May-2009 Andreas Gohr <andi@splitbrain.org>

Make sub-toolbars in pickers possible

Ignore-this: ace153a4684f7b345df56d796717a172
Now all types of buttons kan also be placed in a toolbar picker window. It
should even be possible to create deep

Make sub-toolbars in pickers possible

Ignore-this: ace153a4684f7b345df56d796717a172
Now all types of buttons kan also be placed in a toolbar picker window. It
should even be possible to create deep nested picker cascades.

darcs-hash:20090528153507-7ad00-828c7a9022b7a4021bf8a74bcd0771373deee254.gz

show more ...

6b6da7f528-May-2009 Andreas Gohr <andi@splitbrain.org>

more javascript refactoring

Ignore-this: 10badc0f97ef80fcd366ae4622c43ff1

darcs-hash:20090528121543-7ad00-df34efabe84c632df9ef0c6fd691c991d2c3ac82.gz

bbca79d815-May-2009 Andreas Gohr <andi@splitbrain.org>

start of toolbar javascript refactoring

Ignore-this: 81ef7a71e6910751bf5d6c1b592978c4

darcs-hash:20090515173045-7ad00-e62f075dab9ec4dfa555554f4f50792ceccb97d7.gz

ae6dbf2026-May-2009 Mikhail I. Izmestev <izmestev@unix-mastery.ru>

disable diff button when no two revisions are selected FS#1663

Ignore-this: 9c8cf4530d94d7168e34158c59ee4c66

darcs-hash:20090526104223-8beed-76c3e9ef68cc651518994ce31a0e4dfe566e7020.gz


/dokuwiki/_test/cases/inc/pageutils_getid.test.php
/dokuwiki/_test/cases/inc/parser/lexer.test.php
/dokuwiki/_test/cases/inc/parser/parser.inc.php
/dokuwiki/_test/cases/inc/parser/parser_replacements.test.php
/dokuwiki/bin/dwpage.php
/dokuwiki/conf/dokuwiki.php
/dokuwiki/conf/interwiki.conf
/dokuwiki/data/pages/wiki/syntax.txt
/dokuwiki/inc/TarLib.class.php
/dokuwiki/inc/auth/basic.class.php
/dokuwiki/inc/blowfish.php
/dokuwiki/inc/fulltext.php
/dokuwiki/inc/geshi.php
/dokuwiki/inc/geshi/abap.php
/dokuwiki/inc/geshi/actionscript.php
/dokuwiki/inc/geshi/actionscript3.php
/dokuwiki/inc/geshi/ada.php
/dokuwiki/inc/geshi/apache.php
/dokuwiki/inc/geshi/applescript.php
/dokuwiki/inc/geshi/apt_sources.php
/dokuwiki/inc/geshi/asm.php
/dokuwiki/inc/geshi/asp.php
/dokuwiki/inc/geshi/autoit.php
/dokuwiki/inc/geshi/avisynth.php
/dokuwiki/inc/geshi/bash.php
/dokuwiki/inc/geshi/basic4gl.php
/dokuwiki/inc/geshi/bf.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_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/cil.php
/dokuwiki/inc/geshi/cobol.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/d.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/eiffel.php
/dokuwiki/inc/geshi/email.php
/dokuwiki/inc/geshi/fortran.php
/dokuwiki/inc/geshi/freebasic.php
/dokuwiki/inc/geshi/genero.php
/dokuwiki/inc/geshi/gettext.php
/dokuwiki/inc/geshi/glsl.php
/dokuwiki/inc/geshi/gml.php
/dokuwiki/inc/geshi/gnuplot.php
/dokuwiki/inc/geshi/groovy.php
/dokuwiki/inc/geshi/haskell.php
/dokuwiki/inc/geshi/hq9plus.php
/dokuwiki/inc/geshi/html4strict.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/java.php
/dokuwiki/inc/geshi/java5.php
/dokuwiki/inc/geshi/javascript.php
/dokuwiki/inc/geshi/kixtart.php
/dokuwiki/inc/geshi/klonec.php
/dokuwiki/inc/geshi/klonecpp.php
/dokuwiki/inc/geshi/latex.php
/dokuwiki/inc/geshi/lisp.php
/dokuwiki/inc/geshi/locobasic.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/make.php
/dokuwiki/inc/geshi/matlab.php
/dokuwiki/inc/geshi/mirc.php
/dokuwiki/inc/geshi/modula3.php
/dokuwiki/inc/geshi/mpasm.php
/dokuwiki/inc/geshi/mxml.php
/dokuwiki/inc/geshi/mysql.php
/dokuwiki/inc/geshi/nsis.php
/dokuwiki/inc/geshi/oberon2.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/oracle11.php
/dokuwiki/inc/geshi/oracle8.php
/dokuwiki/inc/geshi/pascal.php
/dokuwiki/inc/geshi/per.php
/dokuwiki/inc/geshi/perl.php
/dokuwiki/inc/geshi/php-brief.php
/dokuwiki/inc/geshi/php.php
/dokuwiki/inc/geshi/pic16.php
/dokuwiki/inc/geshi/pixelbender.php
/dokuwiki/inc/geshi/plsql.php
/dokuwiki/inc/geshi/povray.php
/dokuwiki/inc/geshi/powershell.php
/dokuwiki/inc/geshi/progress.php
/dokuwiki/inc/geshi/prolog.php
/dokuwiki/inc/geshi/providex.php
/dokuwiki/inc/geshi/python.php
/dokuwiki/inc/geshi/qbasic.php
/dokuwiki/inc/geshi/rails.php
/dokuwiki/inc/geshi/rebol.php
/dokuwiki/inc/geshi/reg.php
/dokuwiki/inc/geshi/robots.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/sql.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/vb.php
/dokuwiki/inc/geshi/vbnet.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/winbatch.php
/dokuwiki/inc/geshi/xml.php
/dokuwiki/inc/geshi/xorg_conf.php
/dokuwiki/inc/geshi/xpp.php
/dokuwiki/inc/geshi/z80.php
/dokuwiki/inc/html.php
/dokuwiki/inc/lang/ca-valencia/admin.txt
/dokuwiki/inc/lang/ca-valencia/backlinks.txt
/dokuwiki/inc/lang/ca-valencia/conflict.txt
/dokuwiki/inc/lang/ca-valencia/denied.txt
/dokuwiki/inc/lang/ca-valencia/diff.txt
/dokuwiki/inc/lang/ca-valencia/draft.txt
/dokuwiki/inc/lang/ca-valencia/edit.txt
/dokuwiki/inc/lang/ca-valencia/editrev.txt
/dokuwiki/inc/lang/ca-valencia/index.txt
/dokuwiki/inc/lang/ca-valencia/install.html
/dokuwiki/inc/lang/ca-valencia/lang.php
/dokuwiki/inc/lang/ca-valencia/locked.txt
/dokuwiki/inc/lang/ca-valencia/login.txt
/dokuwiki/inc/lang/ca-valencia/mailtext.txt
/dokuwiki/inc/lang/ca-valencia/newpage.txt
/dokuwiki/inc/lang/ca-valencia/norev.txt
/dokuwiki/inc/lang/ca-valencia/password.txt
/dokuwiki/inc/lang/ca-valencia/preview.txt
/dokuwiki/inc/lang/ca-valencia/pwconfirm.txt
/dokuwiki/inc/lang/ca-valencia/read.txt
/dokuwiki/inc/lang/ca-valencia/recent.txt
/dokuwiki/inc/lang/ca-valencia/register.txt
/dokuwiki/inc/lang/ca-valencia/registermail.txt
/dokuwiki/inc/lang/ca-valencia/resendpwd.txt
/dokuwiki/inc/lang/ca-valencia/revisions.txt
/dokuwiki/inc/lang/ca-valencia/searchpage.txt
/dokuwiki/inc/lang/ca-valencia/showrev.txt
/dokuwiki/inc/lang/ca-valencia/stopwords.txt
/dokuwiki/inc/lang/ca-valencia/subscribermail.txt
/dokuwiki/inc/lang/ca-valencia/updateprofile.txt
/dokuwiki/inc/lang/ca-valencia/wordblock.txt
/dokuwiki/inc/lang/cs/lang.php
/dokuwiki/inc/lang/da/lang.php
/dokuwiki/inc/lang/de/denied.txt
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/de/stopwords.txt
/dokuwiki/inc/lang/el/admin.txt
/dokuwiki/inc/lang/el/lang.php
/dokuwiki/inc/lang/el/mailtext.txt
/dokuwiki/inc/lang/el/subscribermail.txt
/dokuwiki/inc/lang/el/uploadmail.txt
/dokuwiki/inc/lang/es/lang.php
/dokuwiki/inc/lang/fr/lang.php
/dokuwiki/inc/lang/hi/lang.php
/dokuwiki/inc/lang/hr/lang.php
/dokuwiki/inc/lang/hu/lang.php
/dokuwiki/inc/lang/ja/lang.php
/dokuwiki/inc/lang/lt/lang.php
/dokuwiki/inc/lang/lv/lang.php
/dokuwiki/inc/lang/lv/subscribermail.txt
/dokuwiki/inc/lang/mr/lang.php
/dokuwiki/inc/lang/mr/stopwords.txt
/dokuwiki/inc/lang/nl/lang.php
/dokuwiki/inc/lang/no/lang.php
/dokuwiki/inc/lang/pt-br/install.html
/dokuwiki/inc/lang/pt-br/lang.php
/dokuwiki/inc/lang/pt/denied.txt
/dokuwiki/inc/lang/pt/lang.php
/dokuwiki/inc/lang/pt/login.txt
/dokuwiki/inc/lang/pt/newpage.txt
/dokuwiki/inc/lang/pt/revisions.txt
/dokuwiki/inc/lang/pt/searchpage.txt
/dokuwiki/inc/lang/pt/stopwords.txt
/dokuwiki/inc/lang/pt/updateprofile.txt
/dokuwiki/inc/lang/ro/lang.php
/dokuwiki/inc/lang/sk/lang.php
/dokuwiki/inc/lang/sl/diff.txt
/dokuwiki/inc/lang/sl/lang.php
/dokuwiki/inc/lang/sl/resendpwd.txt
/dokuwiki/inc/lang/sr/lang.php
/dokuwiki/inc/lang/sv/lang.php
/dokuwiki/inc/lang/tr/lang.php
/dokuwiki/inc/lang/zh-tw/lang.php
/dokuwiki/inc/pageutils.php
/dokuwiki/inc/parser/lexer.php
/dokuwiki/inc/parser/parser.php
/dokuwiki/inc/parser/xhtml.php
/dokuwiki/inc/search.php
/dokuwiki/inc/template.php
/dokuwiki/lib/_fla/README
/dokuwiki/lib/exe/ajax.php
/dokuwiki/lib/exe/xmlrpc.php
/dokuwiki/lib/plugins/acl/lang/ca-valencia/help.txt
/dokuwiki/lib/plugins/acl/lang/ca-valencia/lang.php
/dokuwiki/lib/plugins/acl/lang/cs/lang.php
/dokuwiki/lib/plugins/acl/lang/da/lang.php
/dokuwiki/lib/plugins/acl/lang/de/lang.php
/dokuwiki/lib/plugins/acl/lang/el/help.txt
/dokuwiki/lib/plugins/acl/lang/el/lang.php
/dokuwiki/lib/plugins/acl/lang/es/lang.php
/dokuwiki/lib/plugins/acl/lang/fr/lang.php
/dokuwiki/lib/plugins/acl/lang/hi/lang.php
/dokuwiki/lib/plugins/acl/lang/hr/lang.php
/dokuwiki/lib/plugins/acl/lang/hu/lang.php
/dokuwiki/lib/plugins/acl/lang/ja/lang.php
/dokuwiki/lib/plugins/acl/lang/lt/lang.php
/dokuwiki/lib/plugins/acl/lang/mr/lang.php
/dokuwiki/lib/plugins/acl/lang/nl/lang.php
/dokuwiki/lib/plugins/acl/lang/no/lang.php
/dokuwiki/lib/plugins/acl/lang/pt-br/lang.php
/dokuwiki/lib/plugins/acl/lang/pt/lang.php
/dokuwiki/lib/plugins/acl/lang/ro/lang.php
/dokuwiki/lib/plugins/acl/lang/sl/lang.php
/dokuwiki/lib/plugins/acl/lang/sr/lang.php
/dokuwiki/lib/plugins/acl/lang/sv/lang.php
/dokuwiki/lib/plugins/acl/lang/tr/lang.php
/dokuwiki/lib/plugins/acl/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/config/lang/ca-valencia/intro.txt
/dokuwiki/lib/plugins/config/lang/ca-valencia/lang.php
/dokuwiki/lib/plugins/config/lang/ca/lang.php
/dokuwiki/lib/plugins/config/lang/cs/lang.php
/dokuwiki/lib/plugins/config/lang/da/lang.php
/dokuwiki/lib/plugins/config/lang/de/lang.php
/dokuwiki/lib/plugins/config/lang/el/intro.txt
/dokuwiki/lib/plugins/config/lang/el/lang.php
/dokuwiki/lib/plugins/config/lang/en/lang.php
/dokuwiki/lib/plugins/config/lang/es/lang.php
/dokuwiki/lib/plugins/config/lang/fa/lang.php
/dokuwiki/lib/plugins/config/lang/fr/lang.php
/dokuwiki/lib/plugins/config/lang/hi/lang.php
/dokuwiki/lib/plugins/config/lang/hr/lang.php
/dokuwiki/lib/plugins/config/lang/hu/lang.php
/dokuwiki/lib/plugins/config/lang/ja/lang.php
/dokuwiki/lib/plugins/config/lang/ko/lang.php
/dokuwiki/lib/plugins/config/lang/lt/lang.php
/dokuwiki/lib/plugins/config/lang/lv/lang.php
/dokuwiki/lib/plugins/config/lang/mr/intro.txt
/dokuwiki/lib/plugins/config/lang/mr/lang.php
/dokuwiki/lib/plugins/config/lang/nl/lang.php
/dokuwiki/lib/plugins/config/lang/no/lang.php
/dokuwiki/lib/plugins/config/lang/pl/lang.php
/dokuwiki/lib/plugins/config/lang/pt-br/intro.txt
/dokuwiki/lib/plugins/config/lang/pt-br/lang.php
/dokuwiki/lib/plugins/config/lang/pt/intro.txt
/dokuwiki/lib/plugins/config/lang/pt/lang.php
/dokuwiki/lib/plugins/config/lang/ro/lang.php
/dokuwiki/lib/plugins/config/lang/sk/lang.php
/dokuwiki/lib/plugins/config/lang/sl/lang.php
/dokuwiki/lib/plugins/config/lang/sr/lang.php
/dokuwiki/lib/plugins/config/lang/sv/lang.php
/dokuwiki/lib/plugins/config/lang/tr/lang.php
/dokuwiki/lib/plugins/config/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/config/settings/config.class.php
/dokuwiki/lib/plugins/config/settings/config.metadata.php
/dokuwiki/lib/plugins/plugin/lang/ca-valencia/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/ca-valencia/lang.php
/dokuwiki/lib/plugins/plugin/lang/cs/lang.php
/dokuwiki/lib/plugins/plugin/lang/da/lang.php
/dokuwiki/lib/plugins/plugin/lang/de/lang.php
/dokuwiki/lib/plugins/plugin/lang/el/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/el/lang.php
/dokuwiki/lib/plugins/plugin/lang/es/lang.php
/dokuwiki/lib/plugins/plugin/lang/fr/lang.php
/dokuwiki/lib/plugins/plugin/lang/hi/lang.php
/dokuwiki/lib/plugins/plugin/lang/hr/lang.php
/dokuwiki/lib/plugins/plugin/lang/hu/lang.php
/dokuwiki/lib/plugins/plugin/lang/ja/lang.php
/dokuwiki/lib/plugins/plugin/lang/lt/lang.php
/dokuwiki/lib/plugins/plugin/lang/mr/lang.php
/dokuwiki/lib/plugins/plugin/lang/nl/lang.php
/dokuwiki/lib/plugins/plugin/lang/no/lang.php
/dokuwiki/lib/plugins/plugin/lang/pt-br/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/pt-br/lang.php
/dokuwiki/lib/plugins/plugin/lang/pt/lang.php
/dokuwiki/lib/plugins/plugin/lang/ro/lang.php
/dokuwiki/lib/plugins/plugin/lang/sl/lang.php
/dokuwiki/lib/plugins/plugin/lang/sr/lang.php
/dokuwiki/lib/plugins/plugin/lang/sv/lang.php
/dokuwiki/lib/plugins/plugin/lang/tr/lang.php
/dokuwiki/lib/plugins/plugin/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/popularity/lang/ca-valencia/intro.txt
/dokuwiki/lib/plugins/popularity/lang/ca-valencia/lang.php
/dokuwiki/lib/plugins/popularity/lang/cs/lang.php
/dokuwiki/lib/plugins/popularity/lang/da/lang.php
/dokuwiki/lib/plugins/popularity/lang/de/intro.txt
/dokuwiki/lib/plugins/popularity/lang/de/lang.php
/dokuwiki/lib/plugins/popularity/lang/el/intro.txt
/dokuwiki/lib/plugins/popularity/lang/el/lang.php
/dokuwiki/lib/plugins/popularity/lang/es/lang.php
/dokuwiki/lib/plugins/popularity/lang/hi/lang.php
/dokuwiki/lib/plugins/popularity/lang/hr/lang.php
/dokuwiki/lib/plugins/popularity/lang/hu/lang.php
/dokuwiki/lib/plugins/popularity/lang/ja/lang.php
/dokuwiki/lib/plugins/popularity/lang/lt/lang.php
/dokuwiki/lib/plugins/popularity/lang/mr/intro.txt
/dokuwiki/lib/plugins/popularity/lang/mr/lang.php
/dokuwiki/lib/plugins/popularity/lang/nl/lang.php
/dokuwiki/lib/plugins/popularity/lang/no/lang.php
/dokuwiki/lib/plugins/popularity/lang/pt-br/intro.txt
/dokuwiki/lib/plugins/popularity/lang/pt-br/lang.php
/dokuwiki/lib/plugins/popularity/lang/pt/intro.txt
/dokuwiki/lib/plugins/popularity/lang/pt/lang.php
/dokuwiki/lib/plugins/popularity/lang/ro/lang.php
/dokuwiki/lib/plugins/popularity/lang/sl/lang.php
/dokuwiki/lib/plugins/popularity/lang/sr/lang.php
/dokuwiki/lib/plugins/popularity/lang/sv/lang.php
/dokuwiki/lib/plugins/popularity/lang/tr/lang.php
/dokuwiki/lib/plugins/popularity/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/revert/lang/ca-valencia/intro.txt
/dokuwiki/lib/plugins/revert/lang/ca-valencia/lang.php
/dokuwiki/lib/plugins/revert/lang/cs/lang.php
/dokuwiki/lib/plugins/revert/lang/da/lang.php
/dokuwiki/lib/plugins/revert/lang/de/intro.txt
/dokuwiki/lib/plugins/revert/lang/de/lang.php
/dokuwiki/lib/plugins/revert/lang/el/lang.php
/dokuwiki/lib/plugins/revert/lang/es/lang.php
/dokuwiki/lib/plugins/revert/lang/fr/lang.php
/dokuwiki/lib/plugins/revert/lang/hi/lang.php
/dokuwiki/lib/plugins/revert/lang/hr/lang.php
/dokuwiki/lib/plugins/revert/lang/hu/lang.php
/dokuwiki/lib/plugins/revert/lang/ja/lang.php
/dokuwiki/lib/plugins/revert/lang/lt/lang.php
/dokuwiki/lib/plugins/revert/lang/nl/lang.php
/dokuwiki/lib/plugins/revert/lang/no/lang.php
/dokuwiki/lib/plugins/revert/lang/pt-br/lang.php
/dokuwiki/lib/plugins/revert/lang/pt/lang.php
/dokuwiki/lib/plugins/revert/lang/ro/lang.php
/dokuwiki/lib/plugins/revert/lang/sl/lang.php
/dokuwiki/lib/plugins/revert/lang/sr/lang.php
/dokuwiki/lib/plugins/revert/lang/sv/lang.php
/dokuwiki/lib/plugins/revert/lang/tr/lang.php
/dokuwiki/lib/plugins/revert/lang/zh-tw/lang.php
/dokuwiki/lib/plugins/usermanager/admin.php
/dokuwiki/lib/plugins/usermanager/lang/ca-valencia/add.txt
/dokuwiki/lib/plugins/usermanager/lang/ca-valencia/delete.txt
/dokuwiki/lib/plugins/usermanager/lang/ca-valencia/edit.txt
/dokuwiki/lib/plugins/usermanager/lang/ca-valencia/intro.txt
/dokuwiki/lib/plugins/usermanager/lang/ca-valencia/lang.php
/dokuwiki/lib/plugins/usermanager/lang/ca-valencia/list.txt
/dokuwiki/lib/plugins/usermanager/lang/cs/lang.php
/dokuwiki/lib/plugins/usermanager/lang/da/lang.php
/dokuwiki/lib/plugins/usermanager/lang/de/intro.txt
/dokuwiki/lib/plugins/usermanager/lang/de/lang.php
/dokuwiki/lib/plugins/usermanager/lang/el/lang.php
/dokuwiki/lib/plugins/usermanager/lang/es/lang.php
/dokuwiki/lib/plugins/usermanager/lang/fr/lang.php
/dokuwiki/lib/plugins/usermanager/lang/hi/lang.php
/dokuwiki/lib/plugins/usermanager/lang/hr/lang.php
/dokuwiki/lib/plugins/usermanager/lang/hu/lang.php
/dokuwiki/lib/plugins/usermanager/lang/ja/lang.php
/dokuwiki/lib/plugins/usermanager/lang/lt/lang.php
/dokuwiki/lib/plugins/usermanager/lang/nl/lang.php
/dokuwiki/lib/plugins/usermanager/lang/no/lang.php
/dokuwiki/lib/plugins/usermanager/lang/pt-br/lang.php
/dokuwiki/lib/plugins/usermanager/lang/pt/lang.php
/dokuwiki/lib/plugins/usermanager/lang/ro/lang.php
/dokuwiki/lib/plugins/usermanager/lang/sl/lang.php
/dokuwiki/lib/plugins/usermanager/lang/sr/lang.php
/dokuwiki/lib/plugins/usermanager/lang/sv/lang.php
/dokuwiki/lib/plugins/usermanager/lang/tr/lang.php
/dokuwiki/lib/plugins/usermanager/lang/zh-tw/lang.php
script.js
/dokuwiki/lib/styles/style.css
/dokuwiki/lib/tpl/default/design.css
de4e429d15-Apr-2009 Andreas Gohr <andi@splitbrain.org>

late add DOKU_BASE for media popup

Ignore-this: 172ae2884fca0ee74d3b9c88c829dabe

darcs-hash:20090415185449-7ad00-f9689ddbb2cc4a77aeb7a0cde338ca107187c0d5.gz


/dokuwiki/doku.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/auth/pgsql.class.php
/dokuwiki/inc/changelog.php
/dokuwiki/inc/lang/gl/admin.txt
/dokuwiki/inc/lang/gl/backlinks.txt
/dokuwiki/inc/lang/gl/conflict.txt
/dokuwiki/inc/lang/gl/denied.txt
/dokuwiki/inc/lang/gl/diff.txt
/dokuwiki/inc/lang/gl/draft.txt
/dokuwiki/inc/lang/gl/edit.txt
/dokuwiki/inc/lang/gl/editrev.txt
/dokuwiki/inc/lang/gl/index.txt
/dokuwiki/inc/lang/gl/install.html
/dokuwiki/inc/lang/gl/lang.php
/dokuwiki/inc/lang/gl/locked.txt
/dokuwiki/inc/lang/gl/login.txt
/dokuwiki/inc/lang/gl/mailtext.txt
/dokuwiki/inc/lang/gl/newpage.txt
/dokuwiki/inc/lang/gl/norev.txt
/dokuwiki/inc/lang/gl/password.txt
/dokuwiki/inc/lang/gl/preview.txt
/dokuwiki/inc/lang/gl/pwconfirm.txt
/dokuwiki/inc/lang/gl/read.txt
/dokuwiki/inc/lang/gl/recent.txt
/dokuwiki/inc/lang/gl/register.txt
/dokuwiki/inc/lang/gl/registermail.txt
/dokuwiki/inc/lang/gl/resendpwd.txt
/dokuwiki/inc/lang/gl/revisions.txt
/dokuwiki/inc/lang/gl/searchpage.txt
/dokuwiki/inc/lang/gl/stopwords.txt
/dokuwiki/inc/lang/gl/subscribermail.txt
/dokuwiki/inc/lang/gl/updateprofile.txt
/dokuwiki/inc/lang/gl/uploadmail.txt
/dokuwiki/inc/lang/gl/wordblock.txt
/dokuwiki/inc/lang/ru/lang.php
/dokuwiki/inc/media.php
/dokuwiki/inc/parser/metadata.php
/dokuwiki/inc/template.php
/dokuwiki/inc/toolbar.php
/dokuwiki/lib/plugins/acl/lang/gl/help.txt
/dokuwiki/lib/plugins/acl/lang/gl/lang.php
/dokuwiki/lib/plugins/acl/lang/ru/lang.php
/dokuwiki/lib/plugins/config/lang/gl/intro.txt
/dokuwiki/lib/plugins/config/lang/gl/lang.php
/dokuwiki/lib/plugins/config/lang/ru/lang.php
/dokuwiki/lib/plugins/plugin/lang/gl/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/gl/lang.php
/dokuwiki/lib/plugins/plugin/lang/ru/lang.php
/dokuwiki/lib/plugins/popularity/lang/gl/intro.txt
/dokuwiki/lib/plugins/popularity/lang/gl/lang.php
/dokuwiki/lib/plugins/popularity/lang/ru/lang.php
/dokuwiki/lib/plugins/revert/lang/gl/intro.txt
/dokuwiki/lib/plugins/revert/lang/gl/lang.php
/dokuwiki/lib/plugins/revert/lang/ru/lang.php
/dokuwiki/lib/plugins/usermanager/lang/gl/add.txt
/dokuwiki/lib/plugins/usermanager/lang/gl/delete.txt
/dokuwiki/lib/plugins/usermanager/lang/gl/edit.txt
/dokuwiki/lib/plugins/usermanager/lang/gl/intro.txt
/dokuwiki/lib/plugins/usermanager/lang/gl/lang.php
/dokuwiki/lib/plugins/usermanager/lang/gl/list.txt
/dokuwiki/lib/plugins/usermanager/lang/ru/lang.php
edit.js
/dokuwiki/lib/tpl/default/images/button-php.gif
d0a9c58610-Apr-2009 Anika Henke <anika@selfthinker.org>

stop most of the textarea jumping in IE8 (FS#1667)

darcs-hash:20090410184810-f7d6d-ce08cfcaa2f0e14992724a1c8e6484a35a5b8f3c.gz


/dokuwiki/_test/cases/inc/parser/parser.inc.php
/dokuwiki/_test/cases/inc/parser/parser_formatting.test.php
/dokuwiki/_test/cases/inc/parser/parser_replacements.test.php
/dokuwiki/data/pages/wiki/syntax.txt
/dokuwiki/feed.php
/dokuwiki/inc/HTTPClient.php
/dokuwiki/inc/IXR_Library.php
/dokuwiki/inc/TarLib.class.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/auth/pgsql.class.php
/dokuwiki/inc/common.php
/dokuwiki/inc/confutils.php
/dokuwiki/inc/fulltext.php
/dokuwiki/inc/geshi.php
/dokuwiki/inc/geshi/abap.php
/dokuwiki/inc/geshi/actionscript.php
/dokuwiki/inc/geshi/actionscript3.php
/dokuwiki/inc/geshi/ada.php
/dokuwiki/inc/geshi/apache.php
/dokuwiki/inc/geshi/applescript.php
/dokuwiki/inc/geshi/apt_sources.php
/dokuwiki/inc/geshi/asm.php
/dokuwiki/inc/geshi/asp.php
/dokuwiki/inc/geshi/autoit.php
/dokuwiki/inc/geshi/avisynth.php
/dokuwiki/inc/geshi/bash.php
/dokuwiki/inc/geshi/basic4gl.php
/dokuwiki/inc/geshi/bf.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_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/cil.php
/dokuwiki/inc/geshi/cobol.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/d.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/eiffel.php
/dokuwiki/inc/geshi/email.php
/dokuwiki/inc/geshi/fortran.php
/dokuwiki/inc/geshi/freebasic.php
/dokuwiki/inc/geshi/genero.php
/dokuwiki/inc/geshi/gettext.php
/dokuwiki/inc/geshi/glsl.php
/dokuwiki/inc/geshi/gml.php
/dokuwiki/inc/geshi/gnuplot.php
/dokuwiki/inc/geshi/groovy.php
/dokuwiki/inc/geshi/haskell.php
/dokuwiki/inc/geshi/hq9plus.php
/dokuwiki/inc/geshi/html4strict.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/java.php
/dokuwiki/inc/geshi/java5.php
/dokuwiki/inc/geshi/javascript.php
/dokuwiki/inc/geshi/kixtart.php
/dokuwiki/inc/geshi/klonec.php
/dokuwiki/inc/geshi/klonecpp.php
/dokuwiki/inc/geshi/latex.php
/dokuwiki/inc/geshi/lisp.php
/dokuwiki/inc/geshi/locobasic.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/make.php
/dokuwiki/inc/geshi/matlab.php
/dokuwiki/inc/geshi/mirc.php
/dokuwiki/inc/geshi/modula3.php
/dokuwiki/inc/geshi/mpasm.php
/dokuwiki/inc/geshi/mxml.php
/dokuwiki/inc/geshi/mysql.php
/dokuwiki/inc/geshi/nsis.php
/dokuwiki/inc/geshi/oberon2.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/oracle11.php
/dokuwiki/inc/geshi/oracle8.php
/dokuwiki/inc/geshi/pascal.php
/dokuwiki/inc/geshi/per.php
/dokuwiki/inc/geshi/perl.php
/dokuwiki/inc/geshi/php-brief.php
/dokuwiki/inc/geshi/php.php
/dokuwiki/inc/geshi/pic16.php
/dokuwiki/inc/geshi/pixelbender.php
/dokuwiki/inc/geshi/plsql.php
/dokuwiki/inc/geshi/povray.php
/dokuwiki/inc/geshi/powershell.php
/dokuwiki/inc/geshi/progress.php
/dokuwiki/inc/geshi/prolog.php
/dokuwiki/inc/geshi/providex.php
/dokuwiki/inc/geshi/python.php
/dokuwiki/inc/geshi/qbasic.php
/dokuwiki/inc/geshi/rails.php
/dokuwiki/inc/geshi/rebol.php
/dokuwiki/inc/geshi/reg.php
/dokuwiki/inc/geshi/robots.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/sql.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/vb.php
/dokuwiki/inc/geshi/vbnet.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/winbatch.php
/dokuwiki/inc/geshi/xml.php
/dokuwiki/inc/geshi/xorg_conf.php
/dokuwiki/inc/geshi/xpp.php
/dokuwiki/inc/geshi/z80.php
/dokuwiki/inc/html.php
/dokuwiki/inc/httputils.php
/dokuwiki/inc/infoutils.php
/dokuwiki/inc/lang/af/lang.php
/dokuwiki/inc/lang/eo/draft.txt
/dokuwiki/inc/lang/eo/lang.php
/dokuwiki/inc/lang/eo/mailtext.txt
/dokuwiki/inc/lang/fi/conflict.txt
/dokuwiki/inc/lang/fi/editrev.txt
/dokuwiki/inc/lang/fi/lang.php
/dokuwiki/inc/lang/fi/login.txt
/dokuwiki/inc/lang/fi/preview.txt
/dokuwiki/inc/lang/fi/read.txt
/dokuwiki/inc/lang/fi/register.txt
/dokuwiki/inc/lang/fi/updateprofile.txt
/dokuwiki/inc/lang/it/lang.php
/dokuwiki/inc/lang/no/lang.php
/dokuwiki/inc/lang/pl/lang.php
/dokuwiki/inc/lang/sv/subscribermail.txt
/dokuwiki/inc/lang/uk/backlinks.txt
/dokuwiki/inc/lang/uk/conflict.txt
/dokuwiki/inc/lang/uk/denied.txt
/dokuwiki/inc/lang/uk/diff.txt
/dokuwiki/inc/lang/uk/draft.txt
/dokuwiki/inc/lang/uk/editrev.txt
/dokuwiki/inc/lang/uk/install.html
/dokuwiki/inc/lang/uk/lang.php
/dokuwiki/inc/lang/uk/locked.txt
/dokuwiki/inc/lang/uk/login.txt
/dokuwiki/inc/lang/uk/mailtext.txt
/dokuwiki/inc/lang/uk/newpage.txt
/dokuwiki/inc/lang/uk/norev.txt
/dokuwiki/inc/lang/uk/preview.txt
/dokuwiki/inc/lang/uk/pwconfirm.txt
/dokuwiki/inc/lang/uk/recent.txt
/dokuwiki/inc/lang/uk/register.txt
/dokuwiki/inc/lang/uk/registermail.txt
/dokuwiki/inc/lang/uk/resendpwd.txt
/dokuwiki/inc/lang/uk/revisions.txt
/dokuwiki/inc/lang/uk/searchpage.txt
/dokuwiki/inc/lang/uk/stopwords.txt
/dokuwiki/inc/lang/uk/subscribermail.txt
/dokuwiki/inc/lang/uk/updateprofile.txt
/dokuwiki/inc/lang/uk/uploadmail.txt
/dokuwiki/inc/lang/uk/wordblock.txt
/dokuwiki/inc/lang/zh/lang.php
/dokuwiki/inc/media.php
/dokuwiki/inc/pageutils.php
/dokuwiki/inc/parser/metadata.php
/dokuwiki/inc/plugincontroller.class.php
/dokuwiki/inc/search.php
/dokuwiki/inc/template.php
/dokuwiki/lib/exe/css.php
/dokuwiki/lib/exe/fetch.php
/dokuwiki/lib/exe/js.php
/dokuwiki/lib/exe/xmlrpc.php
/dokuwiki/lib/plugins/acl/lang/af/lang.php
/dokuwiki/lib/plugins/acl/lang/eo/lang.php
/dokuwiki/lib/plugins/acl/lang/fi/lang.php
/dokuwiki/lib/plugins/acl/lang/it/lang.php
/dokuwiki/lib/plugins/acl/lang/no/lang.php
/dokuwiki/lib/plugins/acl/lang/ru/lang.php
/dokuwiki/lib/plugins/acl/lang/uk/help.txt
/dokuwiki/lib/plugins/acl/lang/uk/lang.php
/dokuwiki/lib/plugins/acl/lang/zh/lang.php
/dokuwiki/lib/plugins/config/admin.php
/dokuwiki/lib/plugins/config/images/danger.png
/dokuwiki/lib/plugins/config/images/security.png
/dokuwiki/lib/plugins/config/images/warning.png
/dokuwiki/lib/plugins/config/lang/af/lang.php
/dokuwiki/lib/plugins/config/lang/de/lang.php
/dokuwiki/lib/plugins/config/lang/en/lang.php
/dokuwiki/lib/plugins/config/lang/eo/lang.php
/dokuwiki/lib/plugins/config/lang/fi/intro.txt
/dokuwiki/lib/plugins/config/lang/fi/lang.php
/dokuwiki/lib/plugins/config/lang/fr/lang.php
/dokuwiki/lib/plugins/config/lang/it/lang.php
/dokuwiki/lib/plugins/config/lang/no/lang.php
/dokuwiki/lib/plugins/config/lang/uk/intro.txt
/dokuwiki/lib/plugins/config/lang/uk/lang.php
/dokuwiki/lib/plugins/config/lang/zh/lang.php
/dokuwiki/lib/plugins/config/settings/config.class.php
/dokuwiki/lib/plugins/config/style.css
/dokuwiki/lib/plugins/plugin/lang/af/lang.php
/dokuwiki/lib/plugins/plugin/lang/eo/lang.php
/dokuwiki/lib/plugins/plugin/lang/fi/lang.php
/dokuwiki/lib/plugins/plugin/lang/it/lang.php
/dokuwiki/lib/plugins/plugin/lang/no/lang.php
/dokuwiki/lib/plugins/plugin/lang/uk/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/uk/lang.php
/dokuwiki/lib/plugins/plugin/lang/zh/lang.php
/dokuwiki/lib/plugins/popularity/lang/af/lang.php
/dokuwiki/lib/plugins/popularity/lang/eo/lang.php
/dokuwiki/lib/plugins/popularity/lang/fi/lang.php
/dokuwiki/lib/plugins/popularity/lang/it/lang.php
/dokuwiki/lib/plugins/popularity/lang/no/lang.php
/dokuwiki/lib/plugins/popularity/lang/uk/intro.txt
/dokuwiki/lib/plugins/popularity/lang/uk/lang.php
/dokuwiki/lib/plugins/popularity/lang/zh/lang.php
/dokuwiki/lib/plugins/revert/lang/af/lang.php
/dokuwiki/lib/plugins/revert/lang/eo/intro.txt
/dokuwiki/lib/plugins/revert/lang/eo/lang.php
/dokuwiki/lib/plugins/revert/lang/fi/lang.php
/dokuwiki/lib/plugins/revert/lang/it/lang.php
/dokuwiki/lib/plugins/revert/lang/no/lang.php
/dokuwiki/lib/plugins/revert/lang/uk/intro.txt
/dokuwiki/lib/plugins/revert/lang/uk/lang.php
/dokuwiki/lib/plugins/revert/lang/zh/lang.php
/dokuwiki/lib/plugins/usermanager/lang/af/lang.php
/dokuwiki/lib/plugins/usermanager/lang/eo/lang.php
/dokuwiki/lib/plugins/usermanager/lang/fi/lang.php
/dokuwiki/lib/plugins/usermanager/lang/it/lang.php
/dokuwiki/lib/plugins/usermanager/lang/no/lang.php
/dokuwiki/lib/plugins/usermanager/lang/uk/delete.txt
/dokuwiki/lib/plugins/usermanager/lang/uk/edit.txt
/dokuwiki/lib/plugins/usermanager/lang/uk/lang.php
/dokuwiki/lib/plugins/usermanager/lang/zh/lang.php
edit.js
6b6b9e2614-Feb-2009 Andreas Gohr <andi@splitbrain.org>

highlight section on section edit button mouseover

Ignore-this: 128d5873729a0a00558465b45d5d9f58

Some people seem to have problems to see which section will be edited when
using a section editing b

highlight section on section edit button mouseover

Ignore-this: 128d5873729a0a00558465b45d5d9f58

Some people seem to have problems to see which section will be edited when
using a section editing button. This patch adds a litle bit JavaScript magic
to highlight the edited section to be, when hovering over a section button.

darcs-hash:20090214161135-7ad00-59db7d9185784ba1fec2f2c2da30c6e64ae1ccc3.gz

show more ...


/dokuwiki/_test/cases/inc/init_fullpath.test.php
/dokuwiki/conf/msg
/dokuwiki/inc/actions.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/common.php
/dokuwiki/inc/html.php
/dokuwiki/inc/init.php
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/es/lang.php
/dokuwiki/inc/lang/es/stopwords.txt
/dokuwiki/inc/lang/eu/lang.php
/dokuwiki/inc/lang/fa/admin.txt
/dokuwiki/inc/lang/fa/backlinks.txt
/dokuwiki/inc/lang/fa/conflict.txt
/dokuwiki/inc/lang/fa/denied.txt
/dokuwiki/inc/lang/fa/diff.txt
/dokuwiki/inc/lang/fa/draft.txt
/dokuwiki/inc/lang/fa/edit.txt
/dokuwiki/inc/lang/fa/editrev.txt
/dokuwiki/inc/lang/fa/index.txt
/dokuwiki/inc/lang/fa/install.html
/dokuwiki/inc/lang/fa/lang.php
/dokuwiki/inc/lang/fa/locked.txt
/dokuwiki/inc/lang/fa/login.txt
/dokuwiki/inc/lang/fa/mailtext.txt
/dokuwiki/inc/lang/fa/newpage.txt
/dokuwiki/inc/lang/fa/norev.txt
/dokuwiki/inc/lang/fa/password.txt
/dokuwiki/inc/lang/fa/preview.txt
/dokuwiki/inc/lang/fa/pwconfirm.txt
/dokuwiki/inc/lang/fa/read.txt
/dokuwiki/inc/lang/fa/recent.txt
/dokuwiki/inc/lang/fa/register.txt
/dokuwiki/inc/lang/fa/registermail.txt
/dokuwiki/inc/lang/fa/resendpwd.txt
/dokuwiki/inc/lang/fa/revisions.txt
/dokuwiki/inc/lang/fa/searchpage.txt
/dokuwiki/inc/lang/fa/showrev.txt
/dokuwiki/inc/lang/fa/stopwords.txt
/dokuwiki/inc/lang/fa/subscribermail.txt
/dokuwiki/inc/lang/fa/updateprofile.txt
/dokuwiki/inc/lang/fa/uploadmail.txt
/dokuwiki/inc/lang/fa/wordblock.txt
/dokuwiki/inc/lang/fi/install.html
/dokuwiki/inc/lang/fi/lang.php
/dokuwiki/inc/lang/fr/lang.php
/dokuwiki/inc/lang/fr/registermail.txt
/dokuwiki/inc/lang/it/lang.php
/dokuwiki/inc/lang/lv/lang.php
/dokuwiki/inc/lang/ne/lang.php
/dokuwiki/inc/lang/ne/locked.txt
/dokuwiki/inc/lang/ne/norev.txt
/dokuwiki/inc/lang/ne/read.txt
/dokuwiki/inc/lang/ne/resendpwd.txt
/dokuwiki/inc/lang/ne/searchpage.txt
/dokuwiki/inc/lang/ne/showrev.txt
/dokuwiki/inc/lang/ne/subscribermail.txt
/dokuwiki/inc/lang/ne/updateprofile.txt
/dokuwiki/inc/lang/ne/uploadmail.txt
/dokuwiki/inc/lang/pl/lang.php
/dokuwiki/inc/lang/sk/lang.php
/dokuwiki/inc/lang/sr/install.html
/dokuwiki/inc/lang/zh/lang.php
/dokuwiki/inc/media.php
/dokuwiki/inc/pageutils.php
/dokuwiki/inc/parser/parser.php
/dokuwiki/inc/plugin.php
/dokuwiki/inc/plugincontroller.class.php
/dokuwiki/install.php
/dokuwiki/lib/images/fileicons/index.php
/dokuwiki/lib/plugins/acl/lang/es/lang.php
/dokuwiki/lib/plugins/acl/lang/eu/lang.php
/dokuwiki/lib/plugins/acl/lang/fa/help.txt
/dokuwiki/lib/plugins/acl/lang/fa/lang.php
/dokuwiki/lib/plugins/acl/lang/lv/lang.php
/dokuwiki/lib/plugins/acl/lang/ne/lang.php
/dokuwiki/lib/plugins/acl/lang/pl/lang.php
/dokuwiki/lib/plugins/acl/lang/sk/help.txt
/dokuwiki/lib/plugins/acl/lang/sk/lang.php
/dokuwiki/lib/plugins/acl/lang/zh/lang.php
/dokuwiki/lib/plugins/config/lang/es/lang.php
/dokuwiki/lib/plugins/config/lang/eu/lang.php
/dokuwiki/lib/plugins/config/lang/fa/intro.txt
/dokuwiki/lib/plugins/config/lang/fa/lang.php
/dokuwiki/lib/plugins/config/lang/fi/lang.php
/dokuwiki/lib/plugins/config/lang/fr/lang.php
/dokuwiki/lib/plugins/config/lang/it/lang.php
/dokuwiki/lib/plugins/config/lang/lv/lang.php
/dokuwiki/lib/plugins/config/lang/ne/lang.php
/dokuwiki/lib/plugins/config/lang/pl/lang.php
/dokuwiki/lib/plugins/config/lang/sk/intro.txt
/dokuwiki/lib/plugins/config/lang/sk/lang.php
/dokuwiki/lib/plugins/config/lang/zh/lang.php
/dokuwiki/lib/plugins/plugin/lang/es/lang.php
/dokuwiki/lib/plugins/plugin/lang/eu/lang.php
/dokuwiki/lib/plugins/plugin/lang/fa/admin_plugin.txt
/dokuwiki/lib/plugins/plugin/lang/fa/lang.php
/dokuwiki/lib/plugins/plugin/lang/it/lang.php
/dokuwiki/lib/plugins/plugin/lang/lv/lang.php
/dokuwiki/lib/plugins/plugin/lang/ne/lang.php
/dokuwiki/lib/plugins/plugin/lang/nl/lang.php
/dokuwiki/lib/plugins/plugin/lang/pl/lang.php
/dokuwiki/lib/plugins/plugin/lang/sk/lang.php
/dokuwiki/lib/plugins/plugin/lang/zh/lang.php
/dokuwiki/lib/plugins/popularity/lang/es/lang.php
/dokuwiki/lib/plugins/popularity/lang/fa/intro.txt
/dokuwiki/lib/plugins/popularity/lang/fa/lang.php
/dokuwiki/lib/plugins/popularity/lang/ne/lang.php
/dokuwiki/lib/plugins/popularity/lang/pl/lang.php
/dokuwiki/lib/plugins/popularity/lang/sk/intro.txt
/dokuwiki/lib/plugins/popularity/lang/sk/lang.php
/dokuwiki/lib/plugins/popularity/lang/zh/lang.php
/dokuwiki/lib/plugins/revert/lang/es/lang.php
/dokuwiki/lib/plugins/revert/lang/fa/intro.txt
/dokuwiki/lib/plugins/revert/lang/fa/lang.php
/dokuwiki/lib/plugins/revert/lang/ne/lang.php
/dokuwiki/lib/plugins/revert/lang/pl/lang.php
/dokuwiki/lib/plugins/revert/lang/sk/lang.php
/dokuwiki/lib/plugins/revert/lang/zh/lang.php
/dokuwiki/lib/plugins/syntax.php
/dokuwiki/lib/plugins/usermanager/lang/de/lang.php
/dokuwiki/lib/plugins/usermanager/lang/es/lang.php
/dokuwiki/lib/plugins/usermanager/lang/fa/add.txt
/dokuwiki/lib/plugins/usermanager/lang/fa/delete.txt
/dokuwiki/lib/plugins/usermanager/lang/fa/edit.txt
/dokuwiki/lib/plugins/usermanager/lang/fa/intro.txt
/dokuwiki/lib/plugins/usermanager/lang/fa/lang.php
/dokuwiki/lib/plugins/usermanager/lang/fa/list.txt
/dokuwiki/lib/plugins/usermanager/lang/lv/lang.php
/dokuwiki/lib/plugins/usermanager/lang/ne/lang.php
/dokuwiki/lib/plugins/usermanager/lang/pl/lang.php
/dokuwiki/lib/plugins/usermanager/lang/sk/intro.txt
/dokuwiki/lib/plugins/usermanager/lang/sk/lang.php
/dokuwiki/lib/plugins/usermanager/lang/zh/lang.php
script.js
/dokuwiki/lib/tpl/default/design.css

1...<<11121314151617181920>>...25