Forum OpenACS Q&A: Re: Status of Wiki Package?

Collapse
Posted by Frank Bergmann on
Hi Dave,

I have finally used the CR "live_version" as a kind of "confirmed version" while always showing the CR "latest_version" in the Wiki "page.tcl". That's not exactly the semantics you would expect from the CR, but I guess it's ok. Atleast it's convenient and avoids adding columns or extension tables.

I've added:

- /packages/wiki/admin/index*: A admin page that lists all Wiki pages of the specified folder. This page shows you the "diff" between the latest confirmed version ("live_version") and the latest changes ("latest_version") and allows you to "confirm" or "revert".

- /packages/wiki/lib/footer*: Added a few more links

- /packages/wiki/lib/page.tcl: Modified according to the semantics above and fixed a bug (no item_id when creating a new item leads to SQL error when linking items).

You maybe have to cleanup the template setting before commiting to CVS.

Please find my tarball at: http://projop.dnsalias.com/wiki.050415.tgz

You can check the new Wiki version working at: http://projop.dnsalias.com/l10n-pm/

Bests,
Frank