epriestley
147d2e2e3d
Rought cut of search.
...
Summary: Botched this pretty badly in git so we'll see how much I broke. :/
Test Plan:
Reviewers:
CC:
2011-02-14 15:34:20 -08:00
epriestley
fcc467fe5e
Fix some derp with Differential revision formatting.
...
Summary:
- Prevent long comments from expanding the inline box.
- Make anchor links to inlines work properly.
- Get rid of "pre" white-space formatting in inline comments.
Test Plan: Viewed a revision with crazy comments in it.
Reviewers:
CC:
2011-02-13 16:00:21 -08:00
epriestley
580116b1c1
Herp derp.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-12 18:49:28 -08:00
epriestley
f55a30a288
Rough cut of Repositories and GitHub post-receive hooks.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-12 18:26:15 -08:00
epriestley
8784b5bd3b
Link "DNNNN" and "TNNNN" in Phabricator remarkup.
...
Summary: Autolink Differential and Maniphest objects.
Test Plan: Typed "D12345 " and "T12345 " into the Differential comment preview,
got links. Typed "http://www.elsewhere.com/D12345 " and got a single link to
that URI, not a mess where the D12345 part linked incorrectly.
Reviewers: aran
CC:
Differential Revision: 35
2011-02-11 18:07:45 -08:00
epriestley
1bb055d163
Introduction doc.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-11 17:53:35 -08:00
epriestley
3b7d73c41b
Add a "Config" plugin to DarkConsole.
...
Summary: This plugin lets you see how the host is configured at runtime.
Test Plan:
Reviewers:
CC:
2011-02-11 16:48:43 -08:00
epriestley
bacf622178
Use Filesystem::readRandomBytes() instead of copy/pasting reads of /dev/urandom
...
everywhere.
Summary:
Test Plan: Logged out and in a few times, verified I got reasonable session
keys assigned.
Reviewers:
CC:
2011-02-11 16:12:34 -08:00
epriestley
3671f88a52
Minor conf tweaks.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-11 16:12:24 -08:00
epriestley
2082d5e227
Minor doc tweaks.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-11 16:12:02 -08:00
epriestley
2e4022aca8
Improve docs to a semi-defensible level.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-11 14:58:45 -08:00
epriestley
cb6aa26ee3
Lint junk.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-11 13:17:19 -08:00
epriestley
a4852d4a64
Dedupe conf loading function.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-11 13:17:06 -08:00
epriestley
5fbeac4abc
Border-oriented priority junk.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-11 13:07:02 -08:00
epriestley
8c7581b148
Make task summary views slightly prettier.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-11 11:21:18 -08:00
epriestley
0d1da3df15
Improve filtering and sorting options for Maniphest.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-11 10:29:30 -08:00
epriestley
33a9019a89
Improve availability of MetaMTA debugging info.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-10 16:19:17 -08:00
epriestley
175884e5d2
Merge branch 'differential.find'
2011-02-10 16:15:31 -08:00
epriestley
a3584efe78
Merge branch 'upload'
2011-02-10 16:15:18 -08:00
epriestley
03b88d1da3
Don't throw when a user saves account settings without changing their profile
...
picture.
Summary:
Going to Settings -> Account and hitting "Save" without selecting
a file in the file dialog currently throws.
Test Plan:
Went to Settings -> Account and hit "Save" without making changes.
No exception. Then uploaded a picture normally.
Differential Revision: 30
Reviewed By: tomo
Reviewers: tomo
2011-02-10 16:15:11 -08:00
epriestley
70fd45b139
Use the correct actor handle when sending DifferentialNewDiffMail.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-09 22:46:18 -08:00
epriestley
99a40ab666
Fix differential.find and the web API for the conduit console
...
Summary: differential.find was fataling in the console because of a bad
constant, and you couldn't submit requests requiring authentication because
the auth stuff didn't know to look for web sessions. Resolve these issues.
Test Plan: Hit differential.find successfully, ran a user.find query from
the web console without issues.
Reviewers: tomo
CC:
Differential Revision: 31
2011-02-09 22:43:24 -08:00
epriestley
e8e185ceb3
Make Maniphest emails align title numbers better and fix a transaction
...
aggregation bug.
Summary:
Transactions always aggregated even when separated by large time
differences becuase of some clown typoing; fix that. Also make the subject
lines for tasks align better in the inbox.
Test Plan:
I'm feeling lucky.
Differential Revision: 29
Reviewed By: tomo
Reviewers: tomo
2011-02-09 20:45:28 -08:00
epriestley
193dbf16b4
Very basic daemon infrastructure, plus MetaMTA daemon.
...
Summary: Amazon SES seems to be working well, except that it takes more than a
second to send mail in-process. Kick it out of process. (Between this and the
ImplementationAdapter layer, MetaMTA almost makes sense. :/)
Test Plan: Ran the daemon and got a flood of unsent test email.
Reviewers:
CC:
2011-02-09 17:39:55 -08:00
epriestley
b7801c44fe
Don't double-generate message IDs.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-09 16:46:33 -08:00
epriestley
91fb157253
Use the task title as the page title for Maniphest task detail views.
...
Summary: Instead of "Create Task", show the task's ID and name in the page
title.
Test Plan: Looked at a task. Also double-cheked XSS junk and plugged a hole.
Reviewers: cpiro
CC:
Differential Revision: 27
2011-02-09 16:38:51 -08:00
epriestley
5d586f149d
Improve task list filtering views.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-09 16:29:46 -08:00
epriestley
38c6ce273a
Don't duplicate comments in add-CC side effects.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-09 16:20:08 -08:00
epriestley
2527dcddce
Add a bunch of threading headers to Maniphest.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-09 16:13:04 -08:00
epriestley
8347729fc0
When sending with Amazon SES, use the AWS sendRawEmail API instead of sendEmail,
...
so we can send custom headers.
Summary:
Test Plan:
Reviewers:
CC:
2011-02-09 16:05:06 -08:00
epriestley
ed5cddf8d7
Convert SES from tabs to spaces
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-09 16:04:14 -08:00
epriestley
f239a9a930
Convert PHPMailer to unix newlines and spaces.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-09 16:02:46 -08:00
epriestley
076f342aed
Fix an issue with comment group aggregation.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-09 14:28:16 -08:00
epriestley
1636e8274a
Maniphest style tweaks.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-09 14:10:12 -08:00
epriestley
56880cc92e
Discard no-op transactions from transaction groups.
...
Move assignees to CC as a side effect of reassignment.
Summary:
Test Plan:
Reviewers:
CC:
2011-02-09 12:57:38 -08:00
epriestley
9eccb3e23d
Don't try to render RevisionRefs since they haven't been brought over yet.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-09 12:47:41 -08:00
epriestley
539b245055
Group Maniphest transactions.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-09 12:47:24 -08:00
epriestley
b500105a56
Maniphest styling pass
...
Summary: Makes maniphest slightly less gross looking
Test Plan: Looked at it
Reviewers: tomo
CC:
Differential Revision: 26
2011-02-09 11:39:20 -08:00
epriestley
616c22eae2
I think this improves email a good deal, although it's hard to really test it
...
since Exchange has been down for like 30 minutes now. Push & Pray!
Summary:
Test Plan:
Reviewers:
CC:
2011-02-09 11:11:24 -08:00
epriestley
e3a91902b7
This might make emails work better.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-09 09:58:48 -08:00
epriestley
7aa95fd112
differential.markcommitted
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-09 09:48:26 -08:00
epriestley
1369bd3dd4
Conduit: differential.getcommitmessage
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-09 09:41:26 -08:00
epriestley
bb8bc4ff54
Make commit message parsing at least sort of work.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-09 09:17:21 -08:00
epriestley
7c209590c1
Use "(?P<" for named capturing subpatterns.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-09 09:13:07 -08:00
epriestley
21058f9a08
Fix an issue with "Assigned To" display in Maniphest
...
Summary: I inverted the logic.
Test Plan: Will push
Reviewers: tomo, aran
CC:
Differential Revision: 25
2011-02-08 21:09:56 -08:00
epriestley
6ec5e682f4
Maniphest wireframes
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-08 20:39:56 -08:00
epriestley
3018d44279
When a user enables DarkConsole, make it visible.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-08 10:36:21 -08:00
epriestley
9c48de28f1
Point Phabricator at the meta-install.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-07 21:57:42 -08:00
epriestley
8098954776
Add basic Amazon SES support.
...
Summary:
Test Plan:
Reviewers:
CC:
2011-02-07 21:08:32 -08:00
epriestley
058cb69308
Use the long-form "?P<...>" for named capturing subgroups since some versions of
...
stuff choke on the short form.
Summary:
Test Plan:
Reviewers:
CC:
2011-02-07 20:56:27 -08:00