fulltext orthogonality
refactor wql not
Ticket
refactor wql not+commit
refactor wql not+issues
if you have specs A and B (like A= plus:, and B= left_plus:), you have to determine whether the "not" negates each separately or both together.
So if you have a card def "A and B", there are two possibilities of what "not" that means:
1. not (A and B) -- equivalent to not A or not B
2. not A and not B -- equivalent to not (A or B)
#2 is what we have, #1 is what I think we want. If we do it that way, we can easily fix the current query to work. It would mean changing
not: { A , B }
to be
not: or: {A,B}
Lewis, would that make implementing "not" very generic? Conceptually we'd just have to say "id not in (subselect)"...
refactor wql not+example
names for ticket priority
tickets need status
Paging busted on search
User Contributions
change to number should convert and save and validate
User in trash blocks name, email
plus cards and plus parts different number??
Error when changing formatted cardtype card
name change doesn't clear trunk_id
Show All Edits In Recent Changes
Resizable images
Advanced view for recent changes
Put focus where expected
in multi-edit only update inclusions that changed
Support multiple values per key
have a link to Autosaved Draft in Edit mode
show history of inclusions and forms
update includer timestamps when includee edited
Account creation bug
Ability to specify site home card
support skins
Mac keyboard support for wysiwyg
Safari wysiwyg support
Switch 'newer' and 'older' link locations on history tab
add Search paging interface at bottom
comma between items in Pointer
layout and editing bug with large images
No footer on sidebar cards
recent changes broken on green.schools
wadget is broken
new card with bad cardtype needs better error
permission api should be clearer
revisit cascading permission design
Wql order by tagging design
Cards in trash cause cache error
UTF8 character encoding problem on wagn.org
Topic cards slow on Connectipedia
custom page title (head)
implement OpenID
Problems with Renaming Cards
Dataplace integration
Performance & benchmarking for Connectipedia
Type based forms don't seem to work
Create genuineimpact.wagn.org
referencing card names in links
script cards transclude content before call
static landing pages
gather more info from invitation requesters
handle very looooong urls