19 Mar, 2013
1 commit
-
The Cancel button on the Edit Wiki page was still redirecting back to the "Index" page which is no longer the default Wiki page. This commit changes the Cancel button in the following ways: * Pressing Cancel while editing an existing Wiki page will now redirect you back to the latest version of that page. * Pressing Cancel while editing a brand new Wiki home page that does not yet exist will redirect you to back to the same Edit Wiki Home page.
18 Mar, 2013
2 commits
15 Mar, 2013
4 commits
-
Conflicts: app/views/layouts/project_resource.html.haml app/views/wikis/edit.html.haml app/views/wikis/pages.html.haml app/views/wikis/show.html.haml spec/features/gitlab_flavored_markdown_spec.rb
14 Mar, 2013
2 commits
13 Mar, 2013
1 commit
-
This commit enables the usage of the Gitlab Markdown post processing on all Markdown formatted files. For file types that do not contain Markdown, it defaults to the Gollum native renderer to process the content.
10 Mar, 2013
1 commit
-
The previously failing Spinach steps have been fixed with this commit. I have also added new steps that cover the entire usage of the Wiki system. The new Spinach steps revealed a minor bug in the Delete page process. The path for the "Delete this page" button was previously set to `project_wikis_page(@project, @wiki)` when it should have been using the singular `project_wiki_page(@project, @wiki)` path helper. The link has been corrected and all steps are now passing.
09 Mar, 2013
1 commit
-
This commit replaces the old database backed Wiki system with the excellent Gollum git based Wiki system. The UI has been updated to allow for utilizing the extra features that Gollum provides. Specifically: * Edit page now allows you to choose the content format. * Edit page allows you to provide a commit message for the change. * History page now shows Format, Commit Message, and Commit Hash. * A new Git Access page has been added with the Wiki Repo URL. * The default page has been changed to Home from Index to match the Gollum standard. The old Wiki model has been left in tact to provide for the development of a migration script that will move all content stored in the old Wiki system into new Gollum Wikis.
30 Jan, 2013
1 commit
29 Jan, 2013
2 commits
11 Jan, 2013
4 commits
-
* Properly name columns in Pages and History views * Link to Authors * Make views more consistent
-
Changed the link in the pages of the wiki to the direct link instead of the first created page
04 Jan, 2013
1 commit
29 Nov, 2012
1 commit
19 Oct, 2012
1 commit
17 Oct, 2012
2 commits
09 Oct, 2012
1 commit
14 Sep, 2012
1 commit
06 Sep, 2012
1 commit
03 Sep, 2012
1 commit
30 Aug, 2012
1 commit
27 Aug, 2012
1 commit
10 Aug, 2012
1 commit
-
Didn't bother with files in db/, config/, or features/
09 Aug, 2012
1 commit
26 Jul, 2012
1 commit
-
Styled Wiki edit page
25 Jul, 2012
1 commit
19 Jul, 2012
1 commit
05 Jul, 2012
1 commit
14 Jun, 2012
1 commit
04 Jun, 2012
1 commit
20 Apr, 2012
1 commit
-
This gives us Github Flavored Markdown, which is awesome.
11 Apr, 2012
1 commit