X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/b1ccc0d2976ec93b81e232782fa8401612d23059..b26b1d51ab4e71fb04674815c6b08f401ec22993:/doc/index/discussion.mdwn diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn index d409a30e2..8e410d639 100644 --- a/doc/index/discussion.mdwn +++ b/doc/index/discussion.mdwn @@ -287,6 +287,14 @@ Clicking on an old "?" or going to a create link but new Markdown content exists > I belive that currently it does a redirect to the new static web page. > At least that's the intent of the code. --[[Joey]] +>> Try at your site: `?page=discussion&from=index&do=create` +>> It brings up an empty textarea to start a new webpage -- even though it already exists here. --reed + +>>> Ah, right. Notice that the resulting form allows saving the page as +>>> discussion, or users/discussion, but not index/discussion, since this +>>> page already exists. If all the pages existed, it would do the redirect +>>> thing. --[[Joey]] + ---- # Refreshing RecentChanges page @@ -299,6 +307,12 @@ in WWW browser tab than subscribing to page. --Pawel > Unwanted server load due to refeshing could be a problem for some. > --[[Joey]] +>> Yes, it should be configurable by ikiwiki admin. I believe he's not +>> stupid and he will not set too short refresh period to kill his server :) +>> I propose to add `recentchanges_refresh` variable in ikiwiki setup +>> to setting refresh period. If it's not defined, then ikiwiki doesn't put +>> refresh meta tag into `recentchanges.tmpl`. Do you like it? ;) --Pawel + ---- # Fall back for templatedir @@ -311,3 +325,5 @@ As it is now, RecentChanges will have Perl CGI error and Preferences will be an I can quickly make a patch and submit to the patch queue. Any comments? > I'd probably accept a patch immediately. --[[Joey]] + +>> at [[patchqueue/fallback_for_templates]] --reed \ No newline at end of file