1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-28 17:52:43 +01:00
phorge-phorge/src/applications/feed
Nick Pellegrino 3e6fa43658 getConfigEnv fails fast when key is not found and no default value is given.
Summary:
T2345
getConfig throws an Exception when the key does not exist.
Also removes dead code that throws an Exception.

Test Plan:
Reloaded the Phabricator home page.  In the process, found
2 Exceptions thrown due to nonexistent keys.  After addressing these problems,
the home page loads without Exceptions.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4541
2013-01-19 12:11:28 -08:00
..
application Make feed its own application 2013-01-10 16:06:29 -08:00
builder fix fatal - setViewer => setUser 2012-12-21 13:59:27 -08:00
conduit Missing verb in StoryPhriction renderText 2013-01-13 12:50:26 -08:00
config Feed options. 2013-01-14 18:35:30 -08:00
constants Delete license headers from files 2012-11-05 11:16:51 -08:00
controller Make feed its own application 2013-01-10 16:06:29 -08:00
storage Delete license headers from files 2012-11-05 11:16:51 -08:00
story Missing verb in StoryPhriction renderText 2013-01-13 12:50:26 -08:00
view Rename setViewer() to setUser() in views 2012-12-21 12:18:55 -08:00
worker Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorFeedQuery.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorFeedStoryPublisher.php getConfigEnv fails fast when key is not found and no default value is given. 2013-01-19 12:11:28 -08:00