1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-11 06:18:33 +01:00
phorge-phorge/src/applications/conpherence/controller
Bob Trahan b1e44239ba Fix calendar display on profile.
Summary:
...maybe anyway because I can't reproduce it live. This diff does two things that should help with bugginess though - uses $viewer rather than $user (...$user is who we are looking at...) *AND* upgrades a Conpherence util class to Calendar, and said util class has unit tests and came about from fixing a similar bug in Conpherence back in the day.

Wrote some comments in the util class because I think it has a tendency to trip people up. These comments are not partciularly good however.

Test Plan: viewed user profile - looked good. viewed conpherence - looked good. ran unit tests - they passed. (note I would also like to push this live and verify Chad's profile is fixed on secure.phabricator.com)

Reviewers: epriestley, chad

Reviewed By: epriestley

CC: Korvin, epriestley, aran

Differential Revision: https://secure.phabricator.com/D8341
2014-02-25 13:43:31 -08:00
..
ConpherenceController.php Rename "status" to "event" in most URIs / classes / etc 2014-02-06 10:10:07 -08:00
ConpherenceListController.php Conpherence - make the JS layer a bit better 2013-05-29 12:46:06 -07:00
ConpherenceNewController.php Always pass handles to tokenizers, not <phid -> name> maps 2013-10-07 12:51:24 -07:00
ConpherenceNotificationPanelController.php Replace some hsprintf() by phutil_tag() 2013-11-11 09:23:23 -08:00
ConpherenceUpdateController.php Fix variable issue on Conpherence draft saving pathway 2014-02-24 11:56:04 -08:00
ConpherenceViewController.php Conpherence - add draft support 2014-02-17 15:57:13 -08:00
ConpherenceWidgetController.php Fix calendar display on profile. 2014-02-25 13:43:31 -08:00