blob: ab64d848abf518fd20e7d70f4db49aede0ca9753 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Allura</title><link href="http://allura.apache.org/" rel="alternate"></link><link href="http://allura.apache.org/feeds/tag.feature.atom.xml" rel="self"></link><id>http://allura.apache.org/</id><updated>2015-07-29T00:00:00+00:00</updated><entry><title>New Markdown Editor</title><link href="http://allura.apache.org/posts/2015-markdown-editor.html" rel="alternate"></link><updated>2015-07-29T00:00:00+00:00</updated><author><name></name></author><id>tag:allura.apache.org,2015-07-29:posts/2015-markdown-editor.html</id><summary type="html">&lt;p&gt;Allura's markdown editor has been completely replaced. Previously a simple textarea with limited assistance, it now runs
the &lt;a href="http://nextstepwebs.github.io/simplemde-markdown-editor/"&gt;SimpleMDE Markdown Editor&lt;/a&gt; and includes live syntax highlighting and
a helpful toolbar. It will be included in the next release of Allura, or is available now by using the latest code from &lt;code&gt;git&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Markdown is a core part of Allura and is used in every text area, including tickets, wiki pages, commenting, etc. Markdown
makes it easy to do simple formatting of your text, but not everyone is familiar with it. The existing formatting help
and preview mode was helpful, but we wanted to do more.&lt;/p&gt;
&lt;p&gt;The new editor's live syntax highlighting makes it really easy
to get an idea of what your text is going to look like and avoid formatting mistakes. The preview mode is still there
to show you an exact rendering of the formatting. And then the toolbar makes common formatting operations very easy.
It's a time saver and allows people new to Markdown to format their text without reading the comprehensive formatting
reference page.&lt;/p&gt;</summary><category term="feature"></category></entry><entry><title>CORS support added to Allura</title><link href="http://allura.apache.org/posts/2015-cors.html" rel="alternate"></link><updated>2015-07-24T00:00:00+00:00</updated><author><name></name></author><id>tag:allura.apache.org,2015-07-24:posts/2015-cors.html</id><summary type="html">&lt;p&gt;The latest Allura code now supports CORS http headers. It will be included in the next release of Allura,
or is available now by using the latest code from &lt;code&gt;git&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS"&gt;CORS headers&lt;/a&gt; allow JavaScript running on other sites
to access the Allura APIs. By default, browser's Same Origin Policy would prevent that. CORS is still secure, because Allura's
authenticate is in place. APIs that require authorization still require it. OAuth or OAuth tokens can be used,
cookies cannot be used - so nobody could be tricked into doing something accidentally.&lt;/p&gt;
&lt;p&gt;To enable this and allow more sites to integrate with Allura, see the &lt;code&gt;cors.*&lt;/code&gt; settings in your &lt;code&gt;development.ini&lt;/code&gt; file.&lt;/p&gt;</summary><category term="feature"></category></entry></feed>