phab/src/applications/project/query/PhabricatorProjectQuery.phpstable
phab/src/applications/project/query/PhabricatorProjectQuery.php
stable
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
ca908d7cc4a8 | epriestley | Don't autoname milestones, but do show the previous milestone name as a hint | Feb 12 2016 | |||
7550557e4428 | epriestley | Don't show archived projects by default in policy control | Feb 6 2016 | |||
c51752b4aa79 | epriestley | When publishing project transactions, load ancestor members | Jan 19 2016 | |||
10ef973735b2 | epriestley | Allow older, invalid project tags to continue to function | Jan 18 2016 | |||
373ff7f9d465 | epriestley | Read materialized project members instead of real members | Dec 27 2015 | |||
77897ce86258 | epriestley | Clean up ProjectQuery when viewer is logged-out or omnipotent | Dec 27 2015 | |||
211a6c0d55f3 | epriestley | Move project slug normalization inside project Query | Dec 27 2015 | |||
1c572d1da51f | epriestley | Implement a "Project Members" object policy rule | Dec 24 2015 | |||
26ba4e871720 | epriestley | Materialize parent project memberships | Dec 23 2015 | |||
70f6bf306f24 | epriestley | Implement child/descendant query rules in Projects | Dec 23 2015 | |||
3068639ccffc | epriestley | Implement query and policy rules for subprojects | Dec 23 2015 | |||
16d8e806a0bc | epriestley | Simplify ProjectQuery handling of viewer membership | Dec 23 2015 | |||
cd8be8106be8 | epriestley | Improve ruleset for generating project hashtags | Oct 13 2015 | |||
0ef1d4bc17bb | epriestley | Don't try to load profile images for projects with no profile image | Jun 30 2015 | |||
bf87976d25de | epriestley | Support ordering in SearchField | Jun 8 2015 | |||
3cdaf52ce97a | epriestley | Make Subscribers automatically provide working SearchFields | Jun 8 2015 | |||
36e2d02d6ec5 | Joshua Spence | phtize all the things | May 22 2015 | |||
e27c0b416d45 | epriestley | Add "Edge Logic" support to PolicyAwareQuery | Apr 20 2015 | |||
55e49d7e316c | epriestley | Provide more buildXClause() and buildXClauseParts() on PolicyAwareQuery | Apr 20 2015 | |||
f5580c7a083e | epriestley | Make buildWhereClause() a method of AphrontCursorPagedPolicyAwareQuery | Apr 20 2015 | |||
c8dc11d81a75 | epriestley | Improve browsability of Projects query | Apr 17 2015 | |||
8efdc4aabf09 | epriestley | Replace getPagingValue() with cursor methods | Apr 13 2015 | |||
d496f4d28c7c | epriestley | Modernize ProjectQuery paging/ordering | Apr 13 2015 | |||
4fba6e7730aa | epriestley | Remove trivial implementations of getPagingColumn() | Apr 13 2015 | |||
ac504f232fed | Bob Trahan | Projects - smooth out scenarios around renaming a project and slugs | Feb 10 2015 | |||
7c2a7d03651c | Joshua Spence | Modernize remaining edge types | Jan 3 2015 | |||
f0db6e48189d | Joshua Spence | Migrate Project edges to subclass `PhabricatorEdgeType` | Jan 2 2015 | |||
94389fcd9f58 | epriestley | Allow projects to be filtered by icon and color | Aug 12 2014 | |||
1e375c97c594 | epriestley | Normalize project slugs before querying for them | Aug 5 2014 | |||
86c399b65783 | Joshua Spence | Rename `PhabricatorApplication` subclasses | Jul 23 2014 | |||
a115810912e7 | epriestley | Give projects a proper on-demand datasource | Jul 18 2014 | |||
922e5c08497d | Bob Trahan | Projects - add "Additional Hashtags" to projects | May 22 2014 | |||
3a3155426898 | epriestley | Allow projects to be "watched", sort of a super-subscribe | May 19 2014 | |||
8c84ed61b1e6 | epriestley | Migrate project profiles onto projects, and remove ProjectProfile object | Feb 10 2014 | |||
7c8a875c1924 | epriestley | Implement custom fields in Projects | Feb 10 2014 | |||
1fb2f39fc0f6 | Erik Fercak/epriestley | Enable prefilling of projects and priority fields in Maniphest task creation | Oct 25 2013 | |||
2a5c987c714d | epriestley | Lock policy queries to their applications | Oct 22 2013 | |||
4f0573617562 | epriestley | Add an icon+background selector for project images | Oct 17 2013 | |||
c4abf160cc51 | epriestley | Fix some file policy issues and add a "Query Workspace" | Oct 14 2013 | |||
c587b8a9c8fb | epriestley | Remove `ProjectProfile->loadProfileImageURI()` | Oct 7 2013 | |||
80f6d0094041 | epriestley | Remove PhabricatorProject->loadProfile | Oct 7 2013 | |||
b799f5671b91 | epriestley | Implement PhrictionDocumentQuery | Mar 8 2013 | |||
b3a63a62a21b | vrana | Introduce PhabricatorEmptyQueryException | Mar 7 2013 | |||
ef85f49adc07 | vrana | Delete license headers from files | Nov 5 2012 | |||
a1df1f2b7041 | epriestley | Allow projects to be set as policies | Sep 13 2012 | |||
7b068d3e4690 | epriestley | Reverse project paging order | Aug 11 2012 | |||
bd0be1c650ea | epriestley | Add View, Edit and Join policies to PhabricatorProject | Aug 11 2012 | |||
330b0a3d4b9c | epriestley | Make projects policy-aware | Aug 9 2012 | |||
f9fcaa1f8447 | epriestley | Migrate project membership to edges | Aug 8 2012 | |||
8668ecaf5416 | epriestley | Make PhabricatorProjectQuery extend PhabricatorOffsetPagedQuery | Aug 7 2012 | |||
b0fda3be25ac | epriestley | Rename setMembers() to withMemberPHIDs() in PhabricatorProjectQuery | Aug 7 2012 | |||
d25d9ddb0171 | epriestley | Remove setOwners() from PhabricatorProjectQuery | Aug 7 2012 | |||
6cc196a2e557 | vrana | Move files in Phabricator one level up | Jun 1 2012 |
c4science · Help