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
2025-01-31 00:48:21 +01:00
Code
Issues
Releases
Wiki
Activity
d248bc47cf
phorge-phorge
/
src
/
applications
/
differential
/
exception
/
DifferentialFieldValidationException.php
4 lines
77 B
PHP
Raw
Normal View
History
Unescape
Escape
Allow Differential custom fields to appear on edit and view interfaces Summary: Depends on D798. Extends custom fields and makes the vaguely useful: they can appear on the edit and view interfaces. This does not integrate them with commit messages yet; that's more complicated but I plan to do it shortly. Test Plan: Implemented a custom field per P123, it correctly appears on the edit interface, persists, validates, and shows up when viewing the revision. Reviewed By: jungejason Reviewers: jungejason, tuomaspelkonen, aran CC: aran, epriestley, jungejason Differential Revision: 800
2011-08-10 13:46:01 -07: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-10 06:49:56 +10:00
final
class
DifferentialFieldValidationException
extends
Exception
{}
Copy permalink