| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
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
|
|
|
|
| |
darcs-hash:20081106193732-8bc3f-f839e4c1a2959cf304097d38b3283882c53ff967.gz
|
|
|
|
| |
darcs-hash:20081031202035-919a1-1155f22a8f5b76b752532e9d5473a8874eadc780.gz
|
|
|
|
| |
darcs-hash:20081029194117-8bc3f-95a3d3b09d99dbf2d122900c65a30c94979385f7.gz
|
|
|
|
| |
darcs-hash:20081026185024-919a1-6f94452d8369b799b9a81f6d909baa3c53a157c9.gz
|
|
|
|
| |
darcs-hash:20081024195449-ec8b6-46de56759da79ace750ccac2a5647f1c2c9bbb51.gz
|
|
|
|
| |
darcs-hash:20081023203855-1b343-e28ca98dceb029d046bb9c22e0ea55c26093baea.gz
|
|
|
|
| |
darcs-hash:20081023203651-f26e5-079f2ac342597cc56e3b7febc93ffcd4f9897eb1.gz
|
|
|
|
| |
darcs-hash:20081022191907-c3d16-19588d7f40797baa600409bd39ece192ac0ef9e8.gz
|
|
|
|
| |
darcs-hash:20081022191539-c8790-0b7ecc52c0e9c35b6633cded8269bf507c867888.gz
|
|
|
|
| |
darcs-hash:20081022191348-6e6b8-6932de5e471955f3ab71f41a2ee76da456774314.gz
|
|
|
|
| |
darcs-hash:20081016212547-71f9a-8d1e8c33ab8f148eab8b662c9f65a7f7da6f8a1b.gz
|
|
|
|
| |
darcs-hash:20081014211639-7b4a2-b57f3b24bfafc03eb291290e446d2e26e8ea4d1c.gz
|
|
|
|
| |
darcs-hash:20081014185611-7ad00-e575d3315c6f135059635dbf8a77be3f7020d6a0.gz
|
|
|
|
| |
darcs-hash:20081014183410-f6d1c-b5e7a807cfb16f381e0900573dfb5446455be422.gz
|
|
|
|
| |
darcs-hash:20081012144253-23886-c904f82c559c3ad5477bf921e93cb439a212134d.gz
|
|
|
|
| |
darcs-hash:20081012113150-7ad00-6408da058bdb6c923159d445e03b76f54b579362.gz
|
|
|
|
| |
darcs-hash:20081011175430-2b4f5-aa7e9048461324e0362852ef21beff456a03bd9b.gz
|
|
|
|
| |
darcs-hash:20081011165529-23886-b3e15b6316b57548dc040757d90d397fbb695dd4.gz
|
|
|
|
| |
darcs-hash:20081011155507-7ad00-c2da8c586fbb8fc954b84770653f8c04244ca809.gz
|
|
|
|
| |
darcs-hash:20081011121450-2b4f5-1e3139cc20cea62247be931ebc2749b8fb02c002.gz
|
|
|
|
| |
darcs-hash:20081010200511-66058-a1cc51ab3dec871054fd93f9a1de97efd38f37a6.gz
|
|
|
|
| |
darcs-hash:20081008203414-1011c-85b7d515a43f405e8fbc3366b8195881a552d7a3.gz
|