templates/default/content/New%20Recent%20Changes%20class.textile in Soks-0.0.6 vs templates/default/content/New%20Recent%20Changes%20class.textile in Soks-0.0.7
- old
+ new
@@ -54,5 +54,15 @@
Would then need to change:
lib/soks-servlet.rb/WikiServlet#service to extract the desired revision number from the request (e.g. by looking at request.query['revision']) and then edit the call to view.view to have an extra parameter (e.g. view(pagename, view, person, revision)).
Then modify lib/soks-view.rb/View#view to accept the extra parameter. It would then be available as a local variable in the Page_diff.rhtml
+
+----
+
+Our Soks Wiki went "live" yesterday within a group of about 40 people and the recent changes page has nearly become useless in it's current form. I have it set to only show 100 changes for performance reasons, and these folks generated that many changes per hour(!) figuring this Wiki stuff out. (Note: the number of changes would probably be lower if they were able to preview before saving. However, it was interesting to see some of their intermediate page changes.) They are talking about going live within our entire center (~3,500 people) on Monday... --Bil
+
+--
+
+Ok, the cvs version now has a few improvements that are getting toward this: Automatic helpers are exlcuded, runs of changes by the same person are merged, and the changes are arranged under day headings. No direct link to specific diffs yet. -- tamc2
+
+p(. Updated 19 March via cvs, excellent so far. Thanks. --Bil