<div dir="ltr">I think it might be useful to go into future versions, sure.  Especially if I'll have to keep updating actions/usersettings.php on every upgrade. Users brought this to me because they wanted to see the full list/history of a page and its revisions.  When storing policy documents and things like that, it's good to be able to see how they've changed over the years(and who made what changes).<div>
<br></div><div>Thanks, this solution seems to work okay.  However, a better way of doing this is to maybe paginate all previous revisions, if possible.  I imagine on busy public wikis, this could easily go into thousands of revisions.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Sep 22, 2013 at 2:55 PM, Brian Koontz <span dir="ltr"><<a href="mailto:brian@wikkawiki.org" target="_blank">brian@wikkawiki.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Wed, Sep 18, 2013 at 03:49:52PM -0600, Mike Shultz wrote:<br>
</div><div class="im">> Is there a way to set REVISION_DISPLAY_LIMIT_MAX in the config without<br>
> having to edit usersettings.php?<br>
><br>
> I'd rather not have these changes wiped out on every upgrade.<br>
<br>
</div>Mike, try this:<br>
<br>
1.  Add the following line to wikka.config.php (not the last line):<br>
<br>
'revision_display_limit_max' => '5',<br>
<br>
2.  Copy the attached file to your actions/ directory (or diff it to<br>
see what changes I made).<br>
<br>
Basically, you can retrieve any value in wikka.config.php in actions<br>
and handlers using the following construct:<br>
<br>
$this->config['my_new_parameter']<br>
<br>
Now that I'm re-reading your email, are you asking that future<br>
versions of WW include this setting in wikka.config.php?<br>
<div class="HOEnZb"><div class="h5"><br>
  --Brian<br>
<br>
<br>
--<br>
Brian Koontz<br>
Wikka Development Team<br>
Systems Support and Random Tasking Dept.<br>
</div></div><br>_______________________________________________<br>
WikkaWiki Community mailing list<br>
<a href="mailto:community@lists.wikkawiki.org">community@lists.wikkawiki.org</a><br>
<a href="http://lists.wikkawiki.org/mailman/listinfo/community" target="_blank">http://lists.wikkawiki.org/mailman/listinfo/community</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><div>Mike Shultz<br></div>Web Developer<br>Project Vote Smart<br></div>
</div>