Error handling


ugly in all these cases:

  • invites and request invitation (eg., when email busts on cutch)
  • renaming cards
    • eg. rename to name of existing card
    • eg rename card that is part of a plus card you don't have permission to see (what should even happen?)
  • cardtype changing (eg. changing cardtype of a user)
  • new card (eg. name already exists)
  • setting options (eg. on staff, changing Admin)
  • wql that is invalid json
  • valid json, invalid wql
    • refers to self, but it's not a junction card...

Inclusion

  • ruby not executed when transcluded. (or at least not two levels deep?? -- there is -- or used to be -- a dev test failing on this one)

Probably fixed:

 

Trash

  • re-creating a new card from trash always takes previous cardtype.
  • recreated cards should show up in recent change

Installation

  • In 0.7.0, the require "lib/wagn" doesn't work for me when I set wagn to run under an Apache2 virtual host. However, changing lib/wagn.rb to lib/wagn_lib.rb and the require to require "wagn_lib" seems to work just fine.
    --Mike Vess

Recent Changes

  • Changed links look strange in show-changes view - when i make a bit of text that was a link into no-longer-a-link, it shows up in the Changes/diff view as a link.
  • very slow on long cards

Miscellaneous

  • request an invitation page shouldn't come up when you're logged in.