1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-18 12:52:42 +01:00
No description
Find a file
epriestley 4fdca4ca41 Allow Maniphest task titles to wrap
Summary:
Long task titles currently break the task list in icky ways, let them
wrap instead. We probably need some shorten() / word break action here
eventually since I can still type "MMMMMMMMMMMMMMMMMMMMMMMMMM" (etc) to break
the layout but this covers non-prankster use cases.

Test Plan:
Created a task with an exceptionally long title, viewed it in the
task list, it wrapped reasonably and didn't ruin everything.

Differential Revision: 40
Reviewed By: aran
Reviewers: fratrik, aran
CC: epriestley, aran
2011-02-24 14:44:12 -08:00
conf Lint slop and some cleanup. 2011-02-22 09:22:57 -08:00
externals When sending with Amazon SES, use the AWS sendRawEmail API instead of sendEmail, 2011-02-09 16:05:06 -08:00
resources Store OAuth tokens and more OAuth account info. 2011-02-22 10:27:27 -08:00
scripts Rought cut of search. 2011-02-14 15:34:20 -08:00
src Allow Maniphest task titles to wrap 2011-02-24 14:44:12 -08:00
webroot Allow Maniphest task titles to wrap 2011-02-24 14:44:12 -08:00
.arcconfig Point Phabricator at the meta-install. 2011-02-07 21:57:42 -08:00
.divinerconfig Introduction doc. 2011-02-11 17:53:35 -08:00
.gitignore PhabricatorEnv 2011-01-31 11:55:26 -08:00
README Update the README to be more full of caution. 2011-02-07 12:20:08 -08:00

PROJECT STATUS: CAVEAT EMPTOR

This is an unstable preview release. I'm open sourcing some of Facebook's
internal tools, but they'll be unstable for probably at least a couple months.
-epriestley


WHAT IS PHABRICATOR?

Phabricator is a suite of web applications that facilitate software development
tasks, particularly code review. The primary application in the suite is
Differential, a code review tool.

Phabricator is highly unstable and has many missing features! These applications
are being brought over from Facebook's internal toolset, but there's a lot of
stuff that hasn't made it over yet. Feel free to follow the project but you
probably shouldn't try to install this yet unless you're extremely ambitious
or just want to take a look at it. I'm opening it up now mostly to make it
easier for me to do test deployments outside of Facebook.