1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 01:12:41 +01:00
phorge-phorge/src/applications/project
epriestley 7f81fd4bf4 Make contextual matching of project monograms more liberal
Summary:
We currently share the same regexp between PHID matching (usually unambiguous) and remarkup matching (often ambiguous).

This means that some project monograms which should work fine don't work properly in some contexts. Improve these behaviors.

For example:

  - `#domain.com`
    - Previously did not work at all.
    - Now works in unambiguous cases, and in remarkup.
  - `#1`
    - Previously did not work at all.
    - Now works in unambiguous cases.
  - `#dot.`
    - Previously did not work at all.
    - Now works in unambiguous cases.

Test Plan:
  - Created projects `domain.com`, `1`, etc.
  - Used jump nav to match them unambiguously, everything worked.
  - Used remarkup preview to match them ambiguously, the reasonable ones worked.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D8703
2014-04-04 11:13:06 -07:00
..
application Workboards - add column detail page 2014-03-26 14:40:47 -07:00
capability Add a 'create' policy to Project 2013-10-10 04:33:18 -07:00
conduit Uninstall Conduit calls when uninstalling applications 2013-03-13 07:09:05 -07:00
config Migrate project blurb/description to standard custom field storage 2014-02-10 14:31:57 -08:00
constants Move Project transaction storage to modern tables 2013-10-22 13:49:28 -07:00
controller Fix Maniphest links w.r.t. new "status" data format 2014-03-28 12:59:09 -07:00
customfield Use ApplicationTransactions and CustomField to implement build steps 2014-03-25 16:08:40 -07:00
editor Workboards - add column detail page 2014-03-26 14:40:47 -07:00
exception Delete license headers from files 2012-11-05 11:16:51 -08:00
lipsum Migrate project profiles onto projects, and remove ProjectProfile object 2014-02-10 14:32:14 -08:00
phid Make contextual matching of project monograms more liberal 2014-04-04 11:13:06 -07:00
query Workboards - add column detail page 2014-03-26 14:40:47 -07:00
remarkup Make contextual matching of project monograms more liberal 2014-04-04 11:13:06 -07:00
search Use ApplicationTransactions/CustomField to power Differential global search 2014-02-26 11:18:06 -08:00
storage Workboards - add column detail page 2014-03-26 14:40:47 -07:00
view Project work boards - make editing tasks from workboards work 2014-03-04 11:50:44 -08:00