phab/src/applications/searchstable
phab/src/applications/search
stable
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
23a202866a1f | epriestley | When running a fulltext query with no query, enforce order by document creation… | Nov 29 2016 | |||
b2cdebefea83 | epriestley | Fix two errors from the error logs | Nov 26 2016 | |||
7c5b5327c8cc | epriestley | Use stemming in the MySQL fulltext search engine | Nov 26 2016 | |||
d54c14c64444 | epriestley | If InnoDB FULLTEXT is available, use it for for fulltext indexes | Nov 26 2016 | |||
2b7ec1deea31 | epriestley | Boost search result title matches | Nov 26 2016 | |||
54470a12d430 | epriestley | Execute fulltext queries using a subquery instead of by ordering the entire… | Nov 26 2016 | |||
48a34eced28d | epriestley | Prepare for InnoDB FULLTEXT support | Nov 26 2016 | |||
ff3333548f8a | epriestley | Create and populate a stopwords table for InnoDB fulltext indexes to use in the… | Nov 26 2016 | |||
a9560479894f | epriestley | Use PhutilQueryCompiler in Phabricator fulltext search | Nov 25 2016 | |||
706c21375e8f | epriestley | Remove empty implementations of `describeAutomaticCapabilities()` | Nov 10 2016 | |||
c3644216bf22 | epriestley | Add developer UI for accessing NUX and "Overheated" query states | Oct 20 2016 | |||
a3253f78ce14 | epriestley | Make query engines "overheat" instead of stalling when filtering too many… | Oct 20 2016 | |||
f9f25c1e4d5b | epriestley | Allow users to drop .ics files on calendar views to import them | Oct 19 2016 | |||
c71bb0550c5d | Giedrius Dubinskas/gd | Conduit accept int/bool parameters as strings | Oct 14 2016 | |||
754397c4e75d | Chad Little | Fix some minor UI issues with mobile application search | Oct 12 2016 | |||
fa6a5a46ba57 | epriestley | Make more of the Calendar export workflow work | Oct 6 2016 | |||
87ebb80059f0 | Chad Little | Revert "Clean up more Quicksand" | Oct 1 2016 | |||
5eb4bc6ca960 | Chad Little | Clean up more Quicksand | Oct 1 2016 | |||
e498d4476d4f | Chad Little | Fix some Quicksand bugs | Sep 30 2016 | |||
38ae81fb3916 | epriestley | Throw when callers pass an invalid constraint to a "*.search" method | Sep 7 2016 | |||
b75cea55a782 | Chad Little | Fix search results with tables, fatals in Phortune | Aug 30 2016 | |||
60d1762a85ce | Chad Little | Redesign Config Application | Aug 30 2016 | |||
d135b3f2d56f | Josh Cox | Added application name to the typeahead results for doc type search | Aug 25 2016 | |||
7f7c3acfac92 | Josh Cox | Remove unused apps from the DocumentType typeahead | Aug 25 2016 | |||
b521f2349e46 | Josh Cox | Explain how cats use their time | Aug 22 2016 | |||
15ed2b936c37 | Chad Little | Update Config Application UI | Aug 22 2016 | |||
07082d28678c | epriestley | Don't allow empty list constraints in Conduit calls | Aug 14 2016 | |||
0cb9ca5500d6 | Evaldas Alexander/epriestley | Explain reasoning behind kitty gifts | Aug 6 2016 | |||
11e84c166a38 | Chad Little | Redesign Application Search | Aug 1 2016 | |||
6e57582aff82 | epriestley | Allow `*.search` Conduit API methods to have data bulk-loaded by extensions | Jul 31 2016 | |||
eab74a9d7cd7 | epriestley | Provide better headers and crumbs for Calendar result views | Jul 27 2016 | |||
ba00022730c7 | epriestley | Remove extra margins on Calendar month view | Jul 27 2016 | |||
637b58c7c83a | epriestley | Correct an issue with epoch timestamps in Conduit | Jul 26 2016 | |||
1c33b70c663a | epriestley | Remove two unused SearchEngine methods | Jul 14 2016 | |||
c21be4849f8d | epriestley | By default, do not save queries when executing Conduit "*.search" calls | Jul 10 2016 | |||
70505062673a | epriestley | Fix a bad getURI() call in Profile Panel handle construction | Jul 7 2016 | |||
0a132e468fc4 | epriestley | Render parent and child tasks in Maniphest with a graph trace | Jul 1 2016 | |||
7a315780b4fe | epriestley | When using the "Close as Duplicate" relationship action, limit the UI to 1 task | Jun 30 2016 | |||
163f2c4262a2 | epriestley | Refine available filters and defaults for relationship selection | Jun 30 2016 | |||
7574f8dcf51a | epriestley | When all actions in a submenu are disabled, disable the submenu header | Jun 30 2016 | |||
2a7545a452b0 | epriestley | Convert Maniphest merge operations to modern Relationship code | Jun 30 2016 | |||
dc9283b85d71 | epriestley | Convert all standard relationship-editing actions to modern Relationships code | Jun 29 2016 | |||
25cc90d63247 | epriestley | Inch toward using ApplicationSearch to power related objects | Jun 29 2016 | |||
2cb779575dd5 | epriestley | Split "Edit Blocking Tasks" into "Edit Parent Tasks" and "Edit Subtasks" | Jun 22 2016 | |||
4bbe6f307a7a | epriestley | Resolve relationship edit conflicts more naturally | Jun 22 2016 | |||
b5d90b4714b2 | epriestley | Drive modular task relationships through a new "relationships" controller | Jun 22 2016 | |||
bf62badfdaec | epriestley | Modularize "related objects" menu items in Maniphest | Jun 22 2016 | |||
83c470123151 | Chad Little/chad | Check CAN_VIEW and CAN_EDIT at SearchAttachController | Jun 22 2016 | |||
6f275ba1441f | epriestley | Render browse results with global result style | Jun 21 2016 | |||
fc45de29a6fa | epriestley | Modernize various menu collapse settings | Jun 4 2016 | |||
edfc6a69345a | epriestley | Convert some loadPreferences() to getUserSetting() | Jun 2 2016 | |||
ba505c03f92b | Aviv Eyal/avivey | Fix typo in link to docs | Jun 1 2016 | |||
a4e57800431f | epriestley | Remove "Search Preferences" | May 26 2016 | |||
3d3fff4991ab | epriestley | Fix weird remarkup linewrapping on a few instructions forms, plus move toward… | May 22 2016 | |||
5d30ea56cf5e | epriestley | Add a modern `user.search` Conduit API method | May 22 2016 | |||
7ae33d14ec7b | epriestley | Use new Differential bucketing logic on default (non-dashboard) homepage | May 20 2016 | |||
08bea1d363fd | epriestley | Add ViewController and SearchEngine for SSH Public Keys | May 19 2016 | |||
d46378df208f | epriestley | Modernize "Responsible Users" tokenizer and add "exact(user)" token | May 16 2016 | |||
42d49be47bfc | epriestley | Change Differential revision buckets to focus on "next required action" | May 16 2016 | |||
eade206625ea | epriestley | Introduce search result buckets | May 16 2016 | |||
467c4e84e5ac | epriestley | Add an edge table to the `search` database | Apr 26 2016 | |||
7f15e8fbe8d2 | epriestley | Formally deprecate owners.query Conduit API method | Apr 20 2016 | |||
4761dba0cd37 | Chad Little | Update Search edit page for new UI | Apr 5 2016 | |||
e2685a248b8c | Chad Little | Update Conduit for new UI | Apr 5 2016 | |||
a939bbc4fa21 | Chad Little | Update EditEngine for two column | Mar 28 2016 | |||
c29ba039bbda | epriestley | Update Buildable search in Harbormaster | Feb 27 2016 | |||
f7d5904e4b53 | epriestley | Expose modern `*.search` Conduit endpoints in Almanac | Feb 23 2016 | |||
0782652a8059 | epriestley | Add a basic progress bar for milestones | Feb 9 2016 | |||
f097c9c5951a | epriestley | Disable "Subprojects" menu item for milestone projects | Feb 6 2016 | |||
6bb24e1d0cbd | Chad Little/chad | Move PhabricatorHovercard to PHUIHovercard | Feb 3 2016 | |||
5263c5bea4a0 | Chad Little | Fix setting of default project tab | Feb 2 2016 | |||
a019f1651870 | cburroughs/cburroughs | increase team productivity with feline facts | Feb 2 2016 | |||
fe5cd4ca2c77 | Chad Little | Move FontIcon calls to Icon | Jan 28 2016 | |||
36158dbdc081 | Chad Little | Convert all calls to 'IconFont' to just 'Icon' | Jan 28 2016 | |||
49a44a0b1f76 | epriestley | Make project menus unconditionally configurable | Jan 26 2016 | |||
c11c7f29009a | epriestley | Prevent "Manage" profile menu items from being hidden | Jan 25 2016 | |||
cb1c3424a86a | epriestley | Use "tag" more consistenty when referring to associating a project with an… | Jan 24 2016 | |||
b381265d926a | Chad Little | First cut of new Project Home | Jan 24 2016 | |||
0b67e89904c3 | epriestley | Add a "make the workboard the default view" checkbox when creating a workboard | Jan 23 2016 | |||
b1f3e02d8213 | Sbastien Santoro/chad | Fixed typo in PhabricatorMotivatorProfilePanel | Jan 22 2016 | |||
df4b484a5f78 | epriestley | Write documentation for profile menus | Jan 22 2016 | |||
51ed95c00b8d | epriestley | Give profile menus more straightforward hide/disable/delete/default interactions | Jan 22 2016 | |||
12a872678310 | epriestley | Fix an issue where the first click on the profile menu collapse link could be… | Jan 22 2016 | |||
6ea9aa39a08a | epriestley | Fix quicksand interaction with HTTP GET prefilling in ApplicationSearch | Jan 22 2016 | |||
6a701c198843 | Chad Little | Spiffy up new sidebar, simplify UI | Jan 21 2016 | |||
0a554c2ed535 | epriestley | Allow profile menus to be collapsed and expanded | Jan 19 2016 | |||
99ea7082d6f3 | epriestley | Add a missing transaction query class for panel transactions | Jan 19 2016 | |||
77447fc94583 | epriestley | Add a motivational profile menu panel | Jan 15 2016 | |||
22aebab1c18c | epriestley | Add a visual divider element to profile menus | Jan 15 2016 | |||
da5d01e54205 | epriestley | Convert user profiles to Profile Panels | Jan 15 2016 | |||
2a6b2dbbfdf1 | epriestley | Prepare Profile Panels for adoption in other applications | Jan 15 2016 | |||
468031d1fd77 | epriestley | Rough initial cut of profile new profile menu | Jan 15 2016 | |||
473693786b86 | epriestley | Allow profile menu items to be disabled | Jan 13 2016 | |||
1c5167dc7482 | epriestley | Allow profile menu items to be reordered | Jan 13 2016 | |||
f24318f3086a | epriestley | Make "profile menu" configuration mostly work | Jan 13 2016 | |||
7bde92b9c980 | epriestley | Begin modularizing profile panel/link construction | Jan 13 2016 | |||
9fb929dff3f0 | epriestley | Show repositories in global autocomplete dropdown | Jan 11 2016 | |||
e84693f589d3 | epriestley | Fix a bad lookup in hovercards | Jan 10 2016 | |||
ff1bfb64dd56 | epriestley | Reduce the total number of calls to getCallsign() | Jan 2 2016 | |||
b74f93f229d4 | epriestley | Add phame.blog.search Conduit API endpoint | Dec 28 2015 |
c4science · Help