phab/src/applications/maniphest/controllerstable
phab/src/applications/maniphest/controller
stable
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
112c2ebfbe5f | Bob Trahan | make sort controls only show up if sorting will work | Feb 5 2013 | |||
40547030a54e | epriestley | render_tag -> tag: PropertyListView | Jan 29 2013 | |||
caa7fcef588b | epriestley | render_tag -> tag: more miscellaenous easy cases | Jan 29 2013 | |||
3093d1663de4 | epriestley | Add javelin_tag(), convert easy callsites | Jan 25 2013 | |||
21a5956a3553 | vrana | Convert phutil_render_tag(X, Y, pht('...')) to phutil_tag | Jan 25 2013 | |||
20768d65d566 | vrana | Convert phutil_render_tag(X, Y, '...') to phutil_tag | Jan 25 2013 | |||
48561a8b1f7b | vrana | Convert phutil_render_tag(X, Y, phutil_escape_html(Z)) to phutil_tag | Jan 25 2013 | |||
f8dbfdd59d51 | vrana | Convert phutil_render_tag(X, Y) to phutil_tag | Jan 25 2013 | |||
d3323d0b3d5c | Chad Little | Maniphest Detail view for mobile. | Jan 25 2013 | |||
47a81aa9c4cf | Chad Little | Make Create Task mobile friendly, pht'd | Jan 22 2013 | |||
be1ee3c5307d | epriestley | Fix Maniphest Excel export for tasks with descriptions beginning with "=" | Jan 21 2013 | |||
d588e5c161d9 | Chad Little | Fix 'No Task' Header | Jan 20 2013 | |||
117589c160f6 | Chad Little | Clean up Login, Responsive Forms | Jan 19 2013 | |||
f7cc0886a019 | Chad Little | Use panels for spacing in Maniphest. | Jan 19 2013 | |||
1b4369056e5a | epriestley | Remove unnecessary `$nav` | Jan 17 2013 | |||
55072a264002 | epriestley | Move all ListFilter buttons into crumbs | Jan 16 2013 | |||
38626dce649c | Chad Little | Remove spacer from sidebars. | Jan 13 2013 | |||
141318fd01f4 | epriestley | Fix a Maniphest issue where multiple saved copies of a query break the menu | Dec 21 2012 | |||
03a114848065 | epriestley | Restore Maniphest to use comma-style lists for subscribers, projects | Dec 12 2012 | |||
571ec81dd95c | epriestley | Modernize the top half of Maniphest | Dec 11 2012 | |||
416d26b621b8 | Ricky Elrod/epriestley | Allow users to set whether or not textareas are monospaced. | Nov 27 2012 | |||
cd8a9c603ead | Bob Trahan | fix Maniphest search for null-like values edge case | Nov 12 2012 | |||
2e993f756118 | epriestley | Fix an issue where projects queried in "Any Projects" in Maniphest did not have… | Nov 8 2012 | |||
ef85f49adc07 | vrana | Delete license headers from files | Nov 5 2012 | |||
3ffc76414157 | Bob Trahan | Introduce lightbox view for images | Oct 23 2012 | |||
602d94fd876b | epriestley | Fix a fatal in "create subtask" | Oct 16 2012 | |||
d9c6e07f2c4e | Bob Trahan | If users are on the email to Phabricator, do not send them the Phabricator… | Oct 10 2012 | |||
8573a1e14231 | epriestley | Make the drop target for file attachments smaller | Oct 8 2012 | |||
5578ccdff27b | epriestley | Expose "withAnyProjects()" in the UI | Oct 5 2012 | |||
5cbc4fe7e1fc | epriestley | Rename ManiphestTaskQuery::withProjects() to withAllProjects() | Oct 5 2012 | |||
030726b144de | epriestley | Improve implementation of ManiphestTaskQuery | Oct 5 2012 | |||
84ddc4a0c95b | Bob Trahan | Add a defaulty priority configuration flag for maniphest tasks | Oct 4 2012 | |||
3d6a3e28fa3f | vrana | Don't store empty drafts | Oct 2 2012 | |||
557cc5b29c34 | Bob Trahan | Make a PhabricatorRemarkupControl to de-duplicate code usage around adding a… | Sep 19 2012 | |||
dbc8218f0687 | epriestley | Add 'viewer' to some Remarkup callsites | Sep 5 2012 | |||
8ff52c0b6ca1 | vrana | Set viewer for all handles loaded in controllers | Sep 5 2012 | |||
a8a4e85443dc | epriestley | Minor, did not intend to land this actively quite yet. | Aug 12 2012 | |||
d3fd79057492 | epriestley | Add basic support for new navigation menu | Aug 11 2012 | |||
330b0a3d4b9c | epriestley | Make projects policy-aware | Aug 9 2012 | |||
8a4c08b01db0 | Bob Trahan | Allow commits to be associated with projects and associated goodies | Aug 8 2012 | |||
5b8028e254bc | Alan Huang | Fix sorting algorithm for group-by-project | Aug 8 2012 | |||
b0fda3be25ac | epriestley | Rename setMembers() to withMemberPHIDs() in PhabricatorProjectQuery | Aug 7 2012 | |||
b4544ebe0fee | epriestley | Make "Create New Similar Task" inherit priorities | Aug 6 2012 | |||
c691d4bfa99e | Evan Priestley | Merge pull request #172 from floatingLomas/arcpatch-D3109 | Aug 3 2012 | |||
9b8a2cbf51ff | Alan Huang | Add a 'title' sort option to Maniphest | Aug 2 2012 | |||
10f159f87659 | Jonathan Lomas | Change `From Priorty` to `To Priority` and `To Priority` to `Max Priority` to… | Aug 1 2012 | |||
54d1b95141c9 | Jonathan Lomas | Add minimum and maximum priority select boxes to Maniphest Custom Query. | Aug 1 2012 | |||
fceabd42e88b | epriestley | Allow Fact app to draw charts | Jul 30 2012 | |||
f1eb92a12674 | epriestley | Fix a bug where some Maniphest batch edits were incorrectly skipped | Jul 28 2012 | |||
9be12551a9e9 | epriestley | Move Task <=> Revision storage to Edges | Jul 20 2012 | |||
108ffb9e0aa7 | Bob Trahan | Fix small bugs regarding Maniphest Task <=> Differential Revision attachments | Jul 19 2012 | |||
9196a6bd9f3c | epriestley | Use Edges to store dependencies between tasks in Maniphest | Jul 19 2012 | |||
621bac74c721 | epriestley | Unfatal the "show change" link in Maniphest description edits | Jul 13 2012 | |||
5d8b75b4da97 | epriestley | Use the unified markup cache for Maniphest | Jul 11 2012 | |||
92fac3121512 | Jonathan Lomas/epriestley | Fixes broken search if no task ids created by D2771. | Jun 16 2012 | |||
7629d4417587 | Jonathan Lomas | Strip non-integers out of task id entries | Jun 16 2012 | |||
f91fc70b142b | Jonathan Lomas | Add fulltext search to Maniphest custom query screen. | Jun 15 2012 | |||
e51958159483 | David Fisher/epriestley | "Please Refresh" Notifications | Jun 14 2012 | |||
2e484e257d4e | vrana | Fix lint errors found by Nemo | Jun 12 2012 | |||
3a6ee79190b7 | John-Ashton Allen/epriestley | Adds base notification application | Jun 8 2012 | |||
6cc196a2e557 | vrana | Move files in Phabricator one level up | Jun 1 2012 | |||
09c8af4de065 | epriestley | Upgrade phabricator to libphutil v2 | May 30 2012 | |||
758db327d371 | epriestley | Allow users to specify whether Maniphest custom fields should be copied or not… | May 7 2012 | |||
1ff68376f50d | 20after4/epriestley | New maniphest event TYPE_MANIPHEST_DIDEDITTASK | Apr 17 2012 | |||
6be9f6f3a875 | Bob Trahan | Make Maniphest Transaction preview tokenizer aware | Apr 14 2012 | |||
488b1cf641d1 | epriestley | Allow Maniphest queries to be saved | Apr 10 2012 | |||
a5903d2a53bb | epriestley | Use head_key() and last_key() to explicitly communicate intent | Apr 9 2012 | |||
db2fef4c87b5 | vrana | Don't display "Foul Magicks" in Maniphest | Apr 9 2012 | |||
6c1e2cd8b299 | epriestley | Minor, make sure burnup buckets are unique year-over-year | Apr 9 2012 | |||
05b4c90bfd86 | epriestley | Allow Commits to be attached to Tasks using edges | Apr 5 2012 | |||
a309d5ba2f3a | vrana | Replace leading double underscore in function names by single underscore | Apr 4 2012 | |||
8813c7be0e39 | vrana | Use assert_instances_of() everywhere but Differential and Diffusion | Apr 3 2012 | |||
dfb17b9c9c21 | epriestley | Minor, address feedback from D1731. | Apr 2 2012 | |||
e7853e48013e | epriestley | Allow tasks to be subprioritized by drag-and-drop | Apr 2 2012 | |||
49a0b3fab0a3 | epriestley | Show projects on Maniphest tasks | Apr 2 2012 | |||
5945546440a3 | epriestley | Unify Differential/Maniphest/Diffusion styles and allow commits to be flagged… | Mar 30 2012 | |||
75e89c0c7848 | 20after4/epriestley | Amended D2009 based on feedback from @epriestley. | Mar 30 2012 | |||
7ad68e63e49b | epriestley | Add "Flags" to allow users to collect the things they love | Mar 28 2012 | |||
b9931fa34027 | epriestley | Fix reuse of $link in report controller | Mar 23 2012 | |||
e2a457873e5d | epriestley | Minor Tasks fixes | Mar 22 2012 | |||
33bce2771830 | epriestley | Allow Maniphest reports to be sorted, filtered by project, and have adjustable… | Mar 22 2012 | |||
6c412961eb87 | epriestley | Add "Change Priority", "Open / Close", "Comment" and "Assign" actions to… | Mar 21 2012 | |||
81be1cf27b5a | epriestley | Fix batch editor for edits which both add and remove projects | Mar 21 2012 | |||
afed8bb92955 | epriestley | Add "Group by: Project" to Maniphest | Mar 20 2012 | |||
7cfe006c7feb | epriestley | Add "Oldest" and "Fixed Last 7d" columns to Maniphest reports | Mar 20 2012 | |||
49cc3d9f0dab | epriestley | Simplify and improve the "burnup" chart | Mar 20 2012 | |||
fffc1e51d0d8 | Hafsteinn Baldvinsson/epriestley | Inset view controller for inset elements of forms. | Mar 16 2012 | |||
14c936dcfa3b | Keebuhm Park/epriestley | Add "User Projects" Filter to Maniphest | Mar 15 2012 | |||
f158b32a543f | epriestley | Minor, formalize changeset response class. | Mar 13 2012 | |||
4c147b496c5d | epriestley | Minor, unbreak other changeset APIs. | Mar 13 2012 | |||
43bd76336c6a | epriestley | Use Javelin placeholders and new sorting rules broadly; consolidate tokenizer… | Mar 10 2012 | |||
b2890eeb0e6f | epriestley | Add "final" to all Phabricator "Controller" classes | Mar 10 2012 | |||
df361a07616b | epriestley | Improve rendering for Maniphest custom fields | Mar 7 2012 | |||
fa1d8868647c | epriestley | Maniphest CSS changes | Mar 5 2012 | |||
b5da96f67af3 | epriestley | Use PHPExcel, not Spreadsheet_Excel_Writer, to export Excel sheets | Mar 2 2012 | |||
41a265b46478 | epriestley | Update Javelin and packaging | Mar 2 2012 | |||
e9dedb0c88cd | epriestley | Iterate on Maniphest reports | Mar 1 2012 | |||
93152a971905 | epriestley | Minor, fix Maniphest defualt user selection. | Feb 29 2012 | |||
4117cdbdfbe0 | epriestley | Enhance Maniphest custom queries | Feb 29 2012 | |||
280d7cd29498 | epriestley | Add excel export to Maniphest | Feb 29 2012 |
c4science · Help