| |   |
| 0 | | |
| 1 | | The project has been renamed to Gitlab (it's more meaningful and the domain was available), it will be hosted on the gitlab.org domain. |
| 2 | | |
| 3 | | I will probably fork the project from Gitorious this week and stop updating, as Gitorious is about to add Krawek's events changes which |
| 4 | | conflict with events in Gitlab (also I'm now using different comment and project membership models so it's getting harder |
| 5 | | to merge). |
| 6 | | |
| 7 | | Completed merging in Gitorious reposistory browser, source browser etc. |
| 8 | | Wiki CRUD is now complete and working, including syntax highlighting for most languages |
| 9 | | Added Journalling system that records a history of any model (e.g. ticket, wiki, article) |
| 10 | | Added user membership of projects |
| 11 | | |
| 12 | | |
| 13 | | Still to do |
| 14 | | |
| 15 | | Ticket, Forum model |
| 16 | | User dashboard |
| 17 | | Complete a lot of CRUD |
| toggle raw diff |
--- a/test/fixtures/article_bodies/_gitlab-rename-and-update.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-
-The project has been renamed to Gitlab (it's more meaningful and the domain was available), it will be hosted on the gitlab.org domain.
-
-I will probably fork the project from Gitorious this week and stop updating, as Gitorious is about to add Krawek's events changes which
-conflict with events in Gitlab (also I'm now using different comment and project membership models so it's getting harder
-to merge).
-
-Completed merging in Gitorious reposistory browser, source browser etc.
-Wiki CRUD is now complete and working, including syntax highlighting for most languages
-Added Journalling system that records a history of any model (e.g. ticket, wiki, article)
-Added user membership of projects
-
-
-Still to do
-
-Ticket, Forum model
-User dashboard
-Complete a lot of CRUD |
| |   |
| 1 | <p>The project has been renamed to Gitlab (it's more meaningful and the domain was available), it will be hosted on the <a href='http://www.itlab.org'>gitlab.org</a> domain.</p> |
| 2 | |
| 3 | <p>I will probably fork the project from Gitorious this week and stop updating. Gitorious is about to add Krawek's events changes which |
| 4 | conflict with events in Gitlab (also I'm now using different comment and project membership models so it's getting harder |
| 5 | to merge).</p> |
| 6 | |
| 7 | <ul> |
| 8 | <li>Completed merging in Gitorious reposistory browser, source browser etc.</li> |
| 9 | <li>Wiki CRUD is now complete and working, including syntax highlighting for most languages</li> |
| 10 | <li>Added journalling system that records a change history of any model (e.g. ticket, wiki, article)</li> |
| 11 | <li>Added user membership of projects</li> |
| 12 | </ul> |
| 13 | |
| 14 | <p>Working now on the Ticket and Forum models, the User dashboard and completing a lot of the CRUD.</p> |
| toggle raw diff |
--- /dev/null
+++ b/test/fixtures/article_bodies/_gitlab-renamed-and-forked.txt
@@ -0,0 +1,14 @@
+<p>The project has been renamed to Gitlab (it's more meaningful and the domain was available), it will be hosted on the <a href='http://www.itlab.org'>gitlab.org</a> domain.</p>
+
+<p>I will probably fork the project from Gitorious this week and stop updating. Gitorious is about to add Krawek's events changes which
+conflict with events in Gitlab (also I'm now using different comment and project membership models so it's getting harder
+to merge).</p>
+
+<ul>
+<li>Completed merging in Gitorious reposistory browser, source browser etc.</li>
+<li>Wiki CRUD is now complete and working, including syntax highlighting for most languages</li>
+<li>Added journalling system that records a change history of any model (e.g. ticket, wiki, article)</li>
+<li>Added user membership of projects</li>
+</ul>
+
+<p>Working now on the Ticket and Forum models, the User dashboard and completing a lot of the CRUD.</p> |
| |   |
| 3 | 3 | # |
| 4 | 4 | <% fixtures :users, :categories, :projects, :journals %> |
| 5 | 5 | |
| 6 | A005: |
| 7 | id: 5 |
| 8 | title: "Renamed and forked" |
| 9 | body: "<%= File.open("#{RAILS_ROOT}/test/fixtures/article_bodies/_gitlab-renamed-and-forked.txt",'r').read %>" |
| 10 | body_summary: "<%= File.open("#{RAILS_ROOT}/test/fixtures/article_bodies/_gitlab-renamed-and-forked.txt",'r').read %>" |
| 11 | article_type: :news |
| 12 | permalink: "gitlab-rename-and-update" |
| 13 | user_id: <%= users(:mtkd) %> |
| 14 | project_id: <%= projects(:gitlab) %> |
| 15 | audience: :public |
| 16 | status: :published |
| 17 | comment_status: :open |
| 18 | category_id: <%= categories(:none) %> |
| 19 | created_at: "2008-04-28 05:52:00" |
| 6 | 20 | |
| 7 | 21 | A004: |
| 8 | 22 | id: 4 |
| 9 | 23 | title: "Major Refactor / Gitorious Merge" |
| 10 | 24 | body: "<%= File.open("#{RAILS_ROOT}/test/fixtures/article_bodies/_gitlab-major-refactor-gitorious-merge.txt",'r').read %>" |
| 11 | 25 | body_summary: "<%= File.open("#{RAILS_ROOT}/test/fixtures/article_bodies/_gitlab-major-refactor-gitorious-merge-summary.txt",'r').read %>" |
| 12 | | article_type: :code |
| 26 | article_type: :news |
| 13 | 27 | permalink: "gitlab-major-refactor-gitorious-merge" |
| 14 | 28 | user_id: <%= users(:mtkd) %> |
| 15 | 29 | project_id: <%= projects(:gitlab) %> |
| toggle raw diff |
--- a/test/fixtures/articles.yml
+++ b/test/fixtures/articles.yml
@@ -3,13 +3,27 @@
#
<% fixtures :users, :categories, :projects, :journals %>
+A005:
+ id: 5
+ title: "Renamed and forked"
+ body: "<%= File.open("#{RAILS_ROOT}/test/fixtures/article_bodies/_gitlab-renamed-and-forked.txt",'r').read %>"
+ body_summary: "<%= File.open("#{RAILS_ROOT}/test/fixtures/article_bodies/_gitlab-renamed-and-forked.txt",'r').read %>"
+ article_type: :news
+ permalink: "gitlab-rename-and-update"
+ user_id: <%= users(:mtkd) %>
+ project_id: <%= projects(:gitlab) %>
+ audience: :public
+ status: :published
+ comment_status: :open
+ category_id: <%= categories(:none) %>
+ created_at: "2008-04-28 05:52:00"
A004:
id: 4
title: "Major Refactor / Gitorious Merge"
body: "<%= File.open("#{RAILS_ROOT}/test/fixtures/article_bodies/_gitlab-major-refactor-gitorious-merge.txt",'r').read %>"
body_summary: "<%= File.open("#{RAILS_ROOT}/test/fixtures/article_bodies/_gitlab-major-refactor-gitorious-merge-summary.txt",'r').read %>"
- article_type: :code
+ article_type: :news
permalink: "gitlab-major-refactor-gitorious-merge"
user_id: <%= users(:mtkd) %>
project_id: <%= projects(:gitlab) %> |