Page MenuHomePhabricator

Add a basic remarkup typeahead for users and projects
ClosedPublic

Authored by epriestley on Jan 15 2016, 1:22 PM.
Tags
None
Referenced Files
F14055680: D15029.diff
Sat, Nov 16, 2:40 PM
F14042844: D15029.diff
Tue, Nov 12, 6:35 AM
F14027428: D15029.diff
Fri, Nov 8, 7:09 AM
F14015434: D15029.id36292.diff
Sun, Nov 3, 6:47 PM
F13984021: D15029.id36293.diff
Sun, Oct 20, 10:26 AM
F13984012: D15029.id36294.diff
Sun, Oct 20, 10:23 AM
F13967731: D15029.id36292.diff
Oct 16 2024, 3:33 PM
F13961891: D15029.id36289.diff
Oct 15 2024, 6:53 AM
Subscribers
None
Tokens
"Like" token, awarded by joshuaspence."Mountain of Wealth" token, awarded by avivey."Yellow Medal" token, awarded by chad.

Details

Summary

Ref T3725. This probably has 900,000 bugs. This will need updates for subprojects/milestones.

Test Plan
  • Tested very gently in Safari, Firefox and Chrome.
  • Reasonable inputs appear to work.
  • Clicking, escape, tab, return, arrow keys work OK?

Diff Detail

Repository
rP Phabricator
Branch
auto1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 10123
Build 12278: Run Core Tests
Build 12277: arc lint + arc unit

Event Timeline

epriestley retitled this revision from to Add a basic remarkup typeahead for users and projects.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
epriestley edited edge metadata.
  • Minor style fix.
epriestley edited edge metadata.
  • Deactivate when the user types @d, then clicks outside the text area.
  • Deactivate without autocompleting on Shift + Tab.
epriestley edited edge metadata.
  • If the user types "tab" or "return" to autocomplete but there are no matches, eat it without deactivating.
epriestley edited edge metadata.
  • Move configuration to PHP.
epriestley edited edge metadata.
  • When a user types "@", try to guess whether they're trying to type a username or not by examining the text prior to the "@".
epriestley edited edge metadata.
  • When the user types "@whatever<comma, space or colon>", drop the suffix when querying and retain it when autocompleting so we don't eat spaces/colons/etc.
This revision is now accepted and ready to land.Jan 15 2016, 4:36 PM

(i think this is super awesome btw)

I think I'm going to cut stable today and then land all this whack junk (this + profile menu).

This revision was automatically updated to reflect the committed changes.