This website requires JavaScript.
Explore
Help
Sign in
revi-archive
/
phorge-phorge
Watch
1
Star
0
Fork
You've already forked phorge-phorge
0
mirror of
https://we.phorge.it/source/phorge.git
synced
2024-12-12 08:36:13 +01:00
Code
Issues
Releases
Wiki
Activity
11a20079ef
phorge-phorge
/
src
/
applications
/
diffusion
/
controller
/
DiffusionPushLogController.php
4 lines
80 B
PHP
Raw
Normal View
History
Unescape
Escape
Provide an "event" page for push logs, which shows details on all events in a given push Summary: Ref T4677. This shows a more detailed view of an entire "git push", "hg push", or "svn commit". This is mostly to give push summary emails a reasonable, stable URI to link to for T4677. Test Plan: - Pushed into SVN, Git and Mercurial. - Viewed partial and imported event records. {F134864} Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T4677 Differential Revision: https://secure.phabricator.com/D8616
2014-03-26 15:42:30 +01:00
<
?
php
Apply some autofix linter rules Summary: Self-explanatory. Test Plan: Eyeball it. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D10454
2014-09-09 22:49:56 +02:00
abstract
class
DiffusionPushLogController
extends
DiffusionController
{}
Copy permalink