History log of /dokuwiki/lib/ (Results 3576 – 3600 of 4512)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
cd3c835d25-Jan-2009 Andreas Gohr <andi@splitbrain.org>

removed importoldchangelog and importoldindex plugins

Ignore-this: fb48b24cecb52541a728ba9c17597d8f
These one-shot plugins where used for upgrading older DokuWiki versions
and are no longer needed.

removed importoldchangelog and importoldindex plugins

Ignore-this: fb48b24cecb52541a728ba9c17597d8f
These one-shot plugins where used for upgrading older DokuWiki versions
and are no longer needed.
If you upgrade from a really old version you might want upgrade to
intermediate versions instead.

darcs-hash:20090125143050-7ad00-5ff7b2cd5f61c392e9e02e13eab947d045d60b04.gz

show more ...

b5676fcf24-Jan-2009 Anika Henke <anika@selfthinker.org>

adjusted and moved style.ini viewer to represent style.ini of current template (not just default template)

darcs-hash:20090124184033-f7d6d-b8d5aab351089866fecbb07f3fb3516f753bb077.gz

96fbf40623-Jan-2009 Andreas Gohr <andi@splitbrain.org>

added simple style.ini viewer to default template

darcs-hash:20090123192937-7ad00-758bed69d026ed63a937e77072723877e4edc01c.gz

658b1aa023-Jan-2009 Anika Henke <anika@selfthinker.org>

better styling of new diff header

darcs-hash:20090123004015-f7d6d-814c0c3cb2abe0aa202b7e7b97cda6fc78ae9c56.gz

98bda4fd22-Jan-2009 Andreas Gohr <andi@splitbrain.org>

fixed multiple gzip/sendfile problems in css and js dispatchers FS#1571

- Avoid double compression when gzip_output is enabled
- Only compress when gzip_output is enabled
- Do not use x-sendfile for

fixed multiple gzip/sendfile problems in css and js dispatchers FS#1571

- Avoid double compression when gzip_output is enabled
- Only compress when gzip_output is enabled
- Do not use x-sendfile for compressed content (content-encoding is not supported)
- Make sure the script terminates after using x-sendfile
- Moved gzip browser support check to init.php

darcs-hash:20090122215010-7ad00-765765d353ff78df5b8704086328c5c699bbe7e0.gz

show more ...

404d298122-Jan-2009 Chris Smith <chris.eureka@jalakai.co.uk>

upgradeplugindirectory plugin: rework redirect loop fix + improve messages for wiki admins

darcs-hash:20090122121128-f07c6-942f3696f2424432da6f45ab127273b98c7d9bf6.gz

f812158522-Jan-2009 Chris Smith <chris.eureka@jalakai.co.uk>

further updates to config_cascade patch

- add mediameta and license config files into the cascade
- update the cache validity code in cache.php, css.php & js.php to use config_cascade
- redo inclusi

further updates to config_cascade patch

- add mediameta and license config files into the cascade
- update the cache validity code in cache.php, css.php & js.php to use config_cascade
- redo inclusion of main config files to avoid suppression of errors in config files
- add getConfigFiles($type) function
- minor updates elsewhere to use config_cascade rather than hardcoded config file names

darcs-hash:20090122114457-f07c6-98ad5627fd5df93edf8dd03289b9cf6d81962afe.gz

show more ...

e5e61eb021-Jan-2009 Anika Henke <anika@selfthinker.org>

display summary + user in diff-view (FS#1424)

darcs-hash:20090121003858-f7d6d-7ede1c1b9b83f059c98389356614a9018c9fc0c2.gz

02c2de0220-Jan-2009 Michael Klier <chi@chimeric.de>

prevent possible infinite redirect loop in upgradeplugindirectory plugin

darcs-hash:20090120222709-23886-478ff1ee40ff91f2a478735e51423e888b47a5af.gz

f99fbb6421-Jan-2009 Nicolas Pourcelot <nicolas.pourcelot@gmail.com>

French language update

darcs-hash:20090121173138-6a2a0-10799601ac5dc943a029af047401c8e3465eb286.gz

1e1721f921-Jan-2009 Luis Dantas <luis@dantas.com>

Spanish language upgrade

darcs-hash:20090121173038-15659-bd88e89b637d26cfe078690dc61e8b91a0a77d9e.gz

3994772a19-Jan-2009 Chris Smith <chris.eureka@jalakai.co.uk>

FS#1517, obscure passwords in config files

This patch extends the config 'password' class to support a "_code" parameter

darcs-hash:20090119164809-f07c6-c136b559772610539bccb9e9c0191f6a973216ad.gz

10e4394918-Jan-2009 Chris Smith <chris.eureka@jalakai.co.uk>

Major rework of pluginutils

This patch completely reworks pluginutils to:
- reduce the number of file accesses to enumerate and load plugins
- change the way disabled plugins are recorded.
a disab

Major rework of pluginutils

This patch completely reworks pluginutils to:
- reduce the number of file accesses to enumerate and load plugins
- change the way disabled plugins are recorded.
a disabled plugin will now have ".disabled" added to its directory name
(this halves the number of file accesses required to enumerate installed plugins)
- place the guts of pluginutils code inside a class, Doku_Plugin_Controller,
the existing access routines are preserved and no changes are required.
- add two globals, $plugin_controller_class & $plugin_controller
this allows preload.php to define its own plugin controller class
- update config plugin to support new plugin structure
config plugin now issues a PLUGIN_CONFIG_PLUGINLIST event before it
finalizes the list of plugins it will be working with. Handlers of this
event can remove plugins from the list.
- update plugin manager plugin to support new plugin structure
plugin manager now issues a PLUGIN_PLUGINMANAGER_PLUGINLIST event similarly
to config plugin.
- plugin manager updated to redirect after changes to plugins and to use msg()

Finally, this patch contains a one-shot action plugin which will automatically
convert a plugins directory from the old style disabled file to the new style.

Note for darcs users, the new disabled format will mean a couple of old oneshot
plugins, importoldchangelog and importoldindex, will have their directory names
changed, which could lead to darcs wanting to record the change.

darcs-hash:20090118190143-f07c6-d2e79af546a49a4af5817dd0c5cc27066e67c4d0.gz

show more ...

ca2b464b18-Jan-2009 Chris Smith <chris.eureka@jalakai.co.uk>

Add capability to send pre-compressed js & css files if the browser can accept them

- save a gzipped version of js & css files at the same time as the uncompressed version is cache
- basic content n

Add capability to send pre-compressed js & css files if the browser can accept them

- save a gzipped version of js & css files at the same time as the uncompressed version is cache
- basic content negotiation to send the compressed files
- uses sendfile (for compressed or uncompressed versions) if config indicates its available

darcs-hash:20090118184354-f07c6-66c5b465ab147d83de409708bab2c47d1dafcf8d.gz

show more ...

6106ad8918-Jan-2009 Chris Smith <chris.eureka@jalakai.co.uk>

add http_sendfile() function

- update fetch.php to use the new function

darcs-hash:20090118183600-f07c6-65c818bba58fab8856c9f353ff4953ead9b5221e.gz

cb043f5218-Jan-2009 Chris Smith <chris.eureka@jalakai.co.uk>

Rework configuration loading to use a predefined file list or cascade

This change add the global $config_cascade which holds the list of files to be
read for each configuration setting group. Dokuw

Rework configuration loading to use a predefined file list or cascade

This change add the global $config_cascade which holds the list of files to be
read for each configuration setting group. Dokuwiki adds in its configuration
file values after preload.php, giving preload.php to set its own configuration
cascade.

One side effect of the change is "local.protected.php" is part of the default
cascade, removing the need for it to be included at the bottom of local.php.

darcs-hash:20090118181204-f07c6-fea1c406da1bbdb0a52ab40914f11b835e797728.gz

show more ...

1cf7edcb19-Jan-2009 Pavel Hajek <pavel@tfc.cz>

Czech language update

darcs-hash:20090119175459-2105c-03441bcf63592c49fa7ef1f16dada2b1df5e1f25.gz

99c8d7f218-Jan-2009 michael <michael@content-space.de>

Media changelog added

There is a new media changelog now, with the flag RECENTS_MEDIA_CHANGES media changes can be requested from the getRecents()-function or the new getRecentsSince()-function, tha

Media changelog added

There is a new media changelog now, with the flag RECENTS_MEDIA_CHANGES media changes can be requested from the getRecents()-function or the new getRecentsSince()-function, that returns all changes since a given timestamp and optionally before a given timestamp. The media upload and the XML-RPC-server have been changed to use these functions.

Additionally, the event MEDIA_UPLOAD_FINISH has been extended, it has a new $data-attribute (the 5th), that contains a boolean if the file does already exist and will be overwritten.

darcs-hash:20090118154345-074e0-5d9a90d269e86d8c6a156ecce5cf63115c827433.gz

show more ...

5dfff27918-Jan-2009 Luis Dantas <luis@dantas.com>

Brazilian Portuguese language update

darcs-hash:20090118200637-15659-d4230d3d5d713aa30d0034813b8f0828ca3d126e.gz

4dc44bc317-Jan-2009 Saroj Dhakal <lotusnagarkot@gmail.com>

Nepali language update

darcs-hash:20090117185001-22994-fc748e4a1c4b4c8ef48a322bdf0b474ccd4e3be7.gz

55d0039f17-Jan-2009 Anika Henke <anika@selfthinker.org>

disable multiple revisions checkboxes if two are checked

darcs-hash:20090117172920-f7d6d-d8a093a5b80a48b92c2f3abb08f7d029ae23e732.gz

c69534d416-Jan-2009 Anika Henke <anika@selfthinker.org>

adjusted config manager for new config option 'tocminheads'

darcs-hash:20090116235051-f7d6d-8898c5f3433c701191bfd8652bdccb6d46a8ce6b.gz

365be58616-Jan-2009 Andreas Gohr <andi@splitbrain.org>

replaced str_replace with sprintf in media manager

darcs-hash:20090116220659-7ad00-176afb347702b72fdb75faa3401b5c2c4b50c6a0.gz

666cdec516-Jan-2009 Michael Klier <chi@chimeric.de>

fix for FS#1534

darcs-hash:20090116225428-23886-2ce4d48a20f66265764c95b19ee505c6519446e2.gz

9767623b16-Jan-2009 Andreas Gohr <andi@splitbrain.org>

fixed confirmation dialog on media delete

darcs-hash:20090116214118-7ad00-47a90e682e8ffab313fee7e775d82a3e892dc5bc.gz

1...<<141142143144145146147148149150>>...181