ref: 2788ec76b24cb91a059736e3fd506050dfaa4005
parent: ff80d017bcbf857829b66ad1c1b125438ab9ce5c
parent: de99f2655df598635a7dcf379701749e3e3642d6
author: Uriel <u@berlinblue.org>
date: Wed Sep 23 08:31:52 EDT 2009
Merge bugfix for dirdir from werc-dev repo.
--- a/apps/dirdir/app.rc
+++ b/apps/dirdir/app.rc
@@ -6,7 +6,12 @@
fn dirdir_init { if(! ~ $#enable_wiki 0 && check_user $wiki_editors_groups) {- dirdir_file=$local_path.md
+ lp=$local_path
+ # werc.rc doesn't append /index when $local_path doesn't exit
+ # maybe it should, but for now we can fix it up here.
+ if(~ $lp */)
+ lp=$lp^'index'
+ dirdir_file=$lp.md
dirdir_dir=$dirdir_file^'_werc/dirdir/'
if(~ 1 $#post_arg_dirdir_edit $#post_arg_dirdir_preview)
--
⑨