Table of Contents
Links
- URLs with trailing slashes render with the trailing slash as not part of the link. Eg. http://wagn.org/
- Link within a link pop-up appears when you create a link, delete it then double click to select the previously linked word and attempt relink it. Goes away if you re-render the wysiwyg view. General weirdness with this error pop-up.
- Double-clicking to select a link, then clicking the link editor gives an error message. (Hard to fix -- need workaround)
- parsing problems on urls in content that have brackets in them (especially new card links specifying a cardtype)
- example=Company]
- Ethan's 2¢: would like to fix this both by having a better url for a new card of type
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
Cardtype-specific
- pointers
- When pointers go to cards that don't exist, clicking on "Add pointed-to-card" then cancelling shows just a horizontal rule (reloading makes it visible).
- When you X out the last item in a pointer, it shouldn't delete the text box.
In Edit tab, some links are not visible (except when hovering, then they show underlining).
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...
- refers to self, but it's not a junction card...
Transclusion:
- 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)
- made +phone bold in http://staff.grasscommons.org/wagn/Organization%20*template and as a result, when you multi-edit on an Organization card, some text (i.e. Wysiwyg, HTML) is bold that probably shouldn't be.
Special Characters / Whitespace
- create a card with an & in the name and it will create it properly, but the redirect to the new card is busted.
- some characters like " cause connection cards to have the whole card title in line view instead of just the abbreviation.
- " doesn't seem to be getting escaped in link_to_page? works in content but not in footer. See: http://www.connectipedia.org/wagn/Ethan_%22the_Heathen%22_McCutchen
- Illegal characters are allowed in double-square bracket links, and if you click on one, it will let you try to create a page, parsing should be done letting you know about illegal links before this point, try c++ --Mike Buland [I think we need a pretty robust answer to this -- there is a whole class of related problems. I'm not sure it should be fixed in the link, but it should definitely be caught earlier than it is. Happy to do a design session -- efm.]
- not handling % signs in cardnames well. Eg: http://o.wagn.org/wiki/Transitions+10%25_Club gives "Bad Request - Your browser sent a request that this server could not understand."
- single quote busts opening search cards in related tab, eg. http://connectipedia.org/wagn/The_Children's_Investment_Fund
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.

