IANAID, but here goes... On 1/23/06, Rich Morin <[EMAIL PROTECTED]> wrote: > * Why can't addresses contain underscores?
Cause the javascript that sanitizes the address is a bit overzealous and strips allowed characters as well. Modify cleanAddress() in \app\views\admin\create_system.rhtml. > * All edit pages should have preview buttons. ... and patches are welcome :-) I actually have tested this for Pimki in the templates section, and it's not too big a mess; but that was on pre-AR instiki. > * There seem to be some missing pages. > > I don't see a "help" page, There is no help page in Instiki (under Pimki it's filed as "don't panic" :-). > an "editing hints" page, etc. There is a textile/markdown help side bar. What are you after exactly? > I also don't see a way to login, so I'm currently running > as "Anonymous_Coward". When you edit a page there is a Author text field at the bottom. That's all you need to fill. There is no login functionality as there is no user model. This is a feature: it's a lightweight open wiki, not some enterprise lockdown version. > * Ability to edit page sections independently. Yep, patches are welcome. > I'd like to be able to break pages into sections that can > be edited independently. Going a bit further, I'd like to > be able to control which classes of users (!) can edit any > given section (type). If you're really after those kinds of controls than you'll need to start with a user model first. I don't think Instiki will ever have one, nor do I think it should. On 1/23/06, Joao Cruz Morais <[EMAIL PROTECTED]> wrote: > In addition to a preview button I loved to see a save&continue feature (or > something like auto-save?). Have I mentioned patches? :-) This is probably harder than the preview as you need to keep it in a "temp" state and manage it as well as the page edit lock. HTH, Assaph _______________________________________________ Instiki-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/instiki-users
