Page MenuHomePhabricator

D7476.diff

Index: templates/phabricator-org/changelog/2013.html
===================================================================
--- templates/phabricator-org/changelog/2013.html
+++ templates/phabricator-org/changelog/2013.html
@@ -6,6 +6,88 @@
<div class="row">
<div class="span8">
+ <!-- October -->
+ <div class="post_content">
+ <h2>October 2013</h2>
+
+ <div class="phabricator-remarkup">
+ <h2><a name="major-changes"></a>Major Changes</h2>
+
+ <ul>
+ <li>Differential now shows each reviewer's status individually.</li>
+ <li>Projects can now review revisions.</li>
+ <li>Repository creation and management has been substantially rewritten and is now only somewhat horrible and confusing, down from very horrible and confusing.</li>
+ <li>We've made significant progress toward allowing Phabricator to host repositories. This should be usable for the ambitious in about a week.</li>
+ <li>Projects now have a nicer editor for composing project icons.</li>
+ <li>Added support for Mozilla Persona as an Auth provider.</li>
+ <li>Many interfaces look much nicer.</li>
+ <li>Remarkup now supports <tt>dot</tt>, <tt>figlet</tt>, and <tt>cowsay</tt>.</li>
+ </ul>
+
+ <div class="PhabricatorMonospaced remarkup-cowsay">
+ _______
+ &lt; moo &gt;
+ -------
+ \ ^__^
+ \ (oo)\_______
+ (__)\ )\/\
+ ||----w |
+ || ||
+ </div>
+
+
+
+ <h2><a name="herald"></a>Herald</h2>
+
+ <ul>
+ <li>Herald can now add reviewers, and add blocking reviewers.</li>
+ <li>Herald has several new fields available.</li>
+ <li>Herald now respects policies more carefully.</li>
+ </ul>
+
+ <h2><a name="general"></a>General</h2>
+
+ <ul>
+ <li>"Applications" application now uses ApplicationSearch.</li>
+ <li>Added a <tt>differential.getrawdiff</tt> Conduit method.</li>
+ <li>Applications now have application-level use policies which are consistently enforced.</li>
+ <li>Phabricator now supports custom, rule-based policies.</li>
+ <li>Maniphest now supports an <tt>!assign</tt> email command.</li>
+ <li>Handles now distinguish between restricted and unknown objects.</li>
+ <li>Phrequent is very moderately less terrible than it used to be.</li>
+ <li>Maniphest now has very granular field-level permissions.</li>
+ <li>Didn't add any secret board views to projects.</li>
+ <li>Flags can now filter by object type.</li>
+ </ul>
+
+ <h2><a name="arcanist"></a>Arcanist</h2>
+
+ <ul>
+ <li><tt>arc patch</tt> now attempts to apply dependencies.</li>
+ <li><tt>arc feature</tt> now autocompletes branch names.</li>
+ </ul>
+
+ <h2><a name="developer-infrastructure"></a>Developer / Infrastructure</h2>
+
+ <ul>
+ <li>Added <tt>setEnv()</tt> to <tt>ExecFuture</tt>.</li>
+ <li>Arcanist now sets <tt>ARCANIST</tt> in the environment when running commands. Scripts in subprocesses (like local Git commit hooks) can examine the environment for this value to determine if they are running inside an <tt>arc</tt> command.</li>
+ <li>Arcanist now manages configuration more sensibly.</li>
+ <li>Remarkup rules are now more reasonably pluggable.</li>
+ </ul>
+
+ <h2><a name="bug-fixes"></a>Bug Fixes</h2>
+
+ <ul>
+ <li>Improved parsing of diffs with exotic comment headers.</li>
+ <li>Fixed a parsing issue with PhutilSimpleOptions with backslashes and unterminated quotes.</li>
+ <li>Fixed an issue where <tt>arc</tt> would interpret <tt>a/b/</tt> being an external to mean <tt>a/breakfast/</tt> was also an external.</li>
+ <li>Fixed an issue with first-time registration not prompting correctly for account creation.</li>
+ <li>Fixed an issue with some exotic email clients and their creative quoting styles.</li>
+ </ul></div>
+
+ </div>
+
<!-- September -->
<div class="post_content">
<h2>September 2013</h2>
Index: templates/phabricator-org/index.html
===================================================================
--- templates/phabricator-org/index.html
+++ templates/phabricator-org/index.html
@@ -38,8 +38,10 @@
<ul>
<li>reviewing and auditing code;</li>
<li>browsing repositories;</li>
- <li>tracking bugs; and</li>
+ <li>tracking bugs;</li>
+ <li>hiding stuff from coworkers; and</li>
<li>also some other things.</li>
+ <li>so features; such applications;</li>
</ul>
</div>
</div> <!-- span4 info -->
@@ -52,7 +54,8 @@
<div class="padd_all">{{ base.product_name }} supports <strong>Git</strong>, <strong>Mercurial</strong>,
and <strong>Subversion</strong>. {{ base.product_name }} runs on Linux or Mac OS X.
The optional command line client runs on Linux, Mac OS X or
- Windows. {{ base.product_name }} is written mostly in PHP.
+ Windows. {{ base.product_name }} is written mostly in PHP. Browse the <a href="/changelog/">latest changes</a>
+ if you are actually curious what we've been up to.
</div>
</div>
<div class="span4 info">
Index: webroot/css/features.css
===================================================================
--- webroot/css/features.css
+++ webroot/css/features.css
@@ -295,6 +295,21 @@
border-top: 1px solid #d7d7d7;
}
+.PhabricatorMonospaced {
+ font: 10px "Menlo", "Consolas", "Monaco", monospace;
+}
+
+.phabricator-remarkup tt {
+ color: #333;
+ background: #EBEBEB;
+ padding: 0 .25em;
+ white-space: pre-wrap;
+}
+
+.remarkup-cowsay {
+ white-space: pre-wrap;
+}
+
/* Responsive
-------------------------------------------------- */

File Metadata

Mime Type
text/x-diff
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/oi/az/2beikrqaqn5akbz7
Default Alt Text
D7476.diff (6 KB)

Event Timeline