• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

修訂1a794197b182a77602d67cdd9f47195c2ea182f3 (tree)
時間2012-03-30 21:49:32
作者Cory Johns <johnsca@geek...>
CommiterYaroslav Luzin

Log Message

[#3943] Removed references to beta, allura, and changed migrate to update

Signed-off-by: Cory Johns <johnsca@geek.net>

Change Summary

差異

--- a/Allura/allura/controllers/project.py
+++ b/Allura/allura/controllers/project.py
@@ -174,7 +174,7 @@ class NeighborhoodController(object):
174174 if tools and not neighborhood.project_template:
175175 for i, tool in enumerate(tools):
176176 c.project.install_app(tool, ordinal=i+offset)
177- flash('Welcome to the SourceForge Beta System! '
177+ flash('Welcome to the SourceForge Project System! '
178178 'To get started, fill out some information about your project.')
179179 redirect(c.project.script_name + 'admin/overview')
180180
--- a/Allura/allura/ext/admin/templates/project_admin.html
+++ b/Allura/allura/ext/admin/templates/project_admin.html
@@ -10,7 +10,7 @@
1010 {% block header %}Project Admin{% endblock %}
1111
1212 {% block content %}
13- <p>SourceForge beta projects come with a number of Tools, which can be configured and adjusted to your needs.</p>
13+ <p>SourceForge projects come with a number of Tools, which can be configured and adjusted to your needs.</p>
1414
1515 <div class="grid-2">
1616 <img src="{{g.forge_static('images/project_default.png')}}" alt="">
--- a/Allura/allura/templates/jinja_master/lib.html
+++ b/Allura/allura/templates/jinja_master/lib.html
@@ -113,7 +113,7 @@
113113 <h1>Markdown Syntax Guide</h1>
114114
115115 <div class="markdown_syntax_section md_ex_toc{{id}}">
116-<p>The Allura code uses markdown syntax everywhere to allow you to create rich<br>text markup, and extends markdown in several ways to allow for quick linking<br>to other artifacts in your project. </p>
116+<p>SourceForge uses markdown syntax everywhere to allow you to create rich<br>text markup, and extends markdown in several ways to allow for quick linking<br>to other artifacts in your project. </p>
117117 <p>Markdown was created to be easy to read, easy to write, and still readable in plain text format.</p>
118118
119119 <ul class="markdown_syntax_toc">