| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Ignore-this: fc0f94a262534b47a1018faf51484d4f
darcs-hash:20090130082300-e161a-6614000a87c44d0eccc0466c658006f9834c4476.gz
|
|
|
|
|
|
| |
Ignore-this: 56331f08a2df285b9ac26ee186700722
darcs-hash:20090129203500-ec8b6-916084a2b58d4213f726d50a3f6cf8f8e4f65077.gz
|
|
|
|
|
|
| |
Ignore-this: 456baa2a6da2b1a635059b37507b2294
darcs-hash:20090129190509-28fc2-76a8c3f93329fb9422a75f8b6abbf1b7b0279554.gz
|
|
|
|
|
|
| |
Ignore-this: 83b249f767bffc80aa1cf216fd23cb3d
darcs-hash:20090129190002-5fb9e-17f60fdb77d9673d8519f00f8e82b9ca2422544c.gz
|
|
|
|
|
|
| |
Ignore-this: a47135ec0caec23dd14f243ac2d3f4eb
darcs-hash:20090129182231-daa12-eeaec824379175bb042798e5b51c62ef37d3c98f.gz
|
|
|
|
|
|
| |
Ignore-this: dc7791e92e6e634bde31405d68a3d2ff
darcs-hash:20090128153853-1af7f-5d2e9cc1a99fc692d86e642d56a868e89cf9f39e.gz
|
|
|
|
|
|
| |
Ignore-this: dbc4899c6a32b235249403eeb5b950b5
darcs-hash:20090128151859-78808-d3bfb2ba096e77d126a15817d2f15ced889bb426.gz
|
|
|
|
|
|
| |
Ignore-this: 27d25dde73f24167077fd30550181efc
darcs-hash:20090128151801-dc188-3ba6dc9916a664db87ca990216d384ba68125888.gz
|
|
|
|
|
|
| |
Ignore-this: 1d9e7b8ce772f50ce717eea122fa725b
darcs-hash:20090128151649-52524-b5189d197988e513fab53c7afe8d7cb43e7b7104.gz
|
|
|
|
|
|
| |
Ignore-this: d42e85efd7bb4563eaeb8fd51823732f
darcs-hash:20090128151543-91f80-6a20305ab3db6fe4aff7c3b1d91ffda84afa31a1.gz
|
|
|
|
|
|
| |
Ignore-this: 654a8677c2e07728125e2dcf97144576
darcs-hash:20090128151347-25afe-8bb53cebb5ea8d519e9123526894db1c19203b1d.gz
|
|
|
|
|
|
| |
Ignore-this: ec383cdf144c72fb5375c2a9015db3a
darcs-hash:20090128151234-26b1c-3d2dee445e0b5dd17dc533e50f53e2a2b6f02894.gz
|
|
|
|
|
|
| |
Ignore-this: 52ad8f9da90d450cd42cb5fb589492bd
darcs-hash:20090128151137-c693b-440f1096a6074c7830e0100e96f5277e171efd60.gz
|
|
|
|
|
|
| |
Ignore-this: b68d8d1a5f5e28cc4cdd02401bfedeee
darcs-hash:20090128150845-ec832-39ade91a7df605dc7acfeeb05fbc6d7bbd468a2c.gz
|
|
|
|
|
|
| |
Ignore-this: c878b6607cf1e1d12123d220efb502be
darcs-hash:20090127172145-28fc2-4132d44c5dda847c9403b76beca323ec002d2e5a.gz
|
|
|
|
|
|
| |
Ignore-this: dba6327126b766e79da8819152a5c25c
darcs-hash:20090127165756-b9abf-16a885ad0739b31a980a5bee46ba7637b7f964d4.gz
|
|
|
|
|
|
| |
Ignore-this: 175d0e952b0a579161dcd147e374c561
darcs-hash:20090127164541-3166f-2bc3d1906c66c807f1fa6628121898dc091b21c4.gz
|
|
|
|
|
|
| |
Ignore-this: b247aaab6ca9436f123ddb1298f7d14e
darcs-hash:20090127154436-6e6b8-6693aec1e03e563cf32584863c258d0345425b04.gz
|
|
|
|
|
|
| |
Ignore-this: ceae810011a53eb935a7037c274ba1da
darcs-hash:20090127154147-28fc2-2b3c9f25417817d3954d6dd4156248b4a04f58a6.gz
|
|
|
|
|
|
| |
Ignore-this: 25e0dc33f99cc4b0d02627976ded5bac
darcs-hash:20090127154043-a6b47-0c00c648b245221a64dba0a16130af5dbcb6a23f.gz
|
|
|
|
| |
darcs-hash:20090121173138-6a2a0-10799601ac5dc943a029af047401c8e3465eb286.gz
|
|
|
|
| |
darcs-hash:20090121173038-15659-bd88e89b637d26cfe078690dc61e8b91a0a77d9e.gz
|
|
|
|
|
|
| |
This patch extends the config 'password' class to support a "_code" parameter
darcs-hash:20090119164809-f07c6-c136b559772610539bccb9e9c0191f6a973216ad.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
darcs-hash:20090118200637-15659-d4230d3d5d713aa30d0034813b8f0828ca3d126e.gz
|
|
|
|
| |
darcs-hash:20090117185001-22994-fc748e4a1c4b4c8ef48a322bdf0b474ccd4e3be7.gz
|
|
|
|
| |
darcs-hash:20090116235051-f7d6d-8898c5f3433c701191bfd8652bdccb6d46a8ce6b.gz
|
|
|
|
| |
darcs-hash:20090116185506-0f120-b63ed7b126ef4a99e495600195114726cbcf135f.gz
|
|
|
|
| |
darcs-hash:20090114194125-ce5f5-57ad64d6f969272d6d37dd7268146d2e5842b28e.gz
|
|
|
|
| |
darcs-hash:20090105223447-22cdf-17d85a94c7161f32c6d6c02f31c4588a050bccdc.gz
|
|
|
|
| |
darcs-hash:20090105200626-a6b47-b6d6e0e014a4d019c60a90e17521123648c52009.gz
|
|
|
|
| |
darcs-hash:20090104142215-35bef-9be965705b6e5958aafc1ab4179f8ceb6472ee28.gz
|
|
|
|
| |
darcs-hash:20090102131540-e561a-0995043ee67b9f1d8bd69362792136500ea0b4ef.gz
|
|
|
|
| |
darcs-hash:20081230185728-6a3d1-33718529206b5bec2719819d8deccac3e532bf3f.gz
|
|
|
|
| |
darcs-hash:20081216184544-8d1e6-b3545e256cd69a2ad1436c90eb12d84e43f365ec.gz
|
|
|
|
| |
darcs-hash:20081207165012-1b343-8b9e7c4dccc5aa6ce1e11e9a97dbfad3044bef31.gz
|
|
|
|
| |
darcs-hash:20081205090229-74baf-6dff489c6729923fdd512cbfac17707ea03edc06.gz
|
|
|
|
| |
darcs-hash:20081205085700-73425-00df7f340719a30f0bfd65c55b36ab0735583031.gz
|
|
|
|
| |
darcs-hash:20081201231425-cdf66-cb61f0d5fa1e51ea8e91c3e29c87341a5e3ca9ff.gz
|
|
|
|
| |
darcs-hash:20081201230816-2225f-f163b076905dc112b165c6983b394cb28e57f27b.gz
|
|
|
|
| |
darcs-hash:20081201212346-23886-81f2bc6c2c021b3f1e9c7367d8ffbab12700e379.gz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and/or navigation links
$conf['useheading'] values are now:
- 0 : off, use page name in link text
- 'content' : use first heading text for links in wiki page content
- 'navigation' : use first heading text for links in non-page content, e.g. breadcrumps, backlinks, search results, etc.
- 1 : use first heading text in all links
(for backwards compatibility, any other values are mapped to 0 or 1 by empty() function.)
$conf['useheading'] value should now be checked using the useHeading($linktype) function,
where linktype can be "content" or "navigation"
darcs-hash:20081119140758-f07c6-6e26456d50dcecc949fada31b0d4e72877fde1cc.gz
|
|
|
|
| |
darcs-hash:20081125174711-f7d6d-3ab79afebb8fdb2b29273bf39a79ba3ed681c4b8.gz
|
|
|
|
| |
darcs-hash:20081127154301-2faaa-aab154895ba76049c4ba8ae86d34471694dc5311.gz
|
|
|
|
| |
darcs-hash:20081127154111-23fc2-fc3e8d00faf76013fd7d18dba03e642679b1d175.gz
|
|
|
|
| |
darcs-hash:20081127153520-8bc3f-399c2dfd3870b76e230a42479864f4864712aeda.gz
|
|
|
|
| |
darcs-hash:20081109231113-6b576-8a6d52f80275a7689c65125762232e99f62231f2.gz
|
|
|
|
| |
darcs-hash:20081107134818-8bc3f-35c86519b7addeea5d40511060fb1de03af3d8ae.gz
|
|
|
|
| |
darcs-hash:20081106193835-a7172-6bafb920f27c2ad6244750fb4950f75b3aa2cc96.gz
|