gitlabhq/lib/api
Dan Knox ea9b3687db Replace current Wiki system with Gollum Wikis.
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.
2013-03-09 16:39:51 -08:00
..
entities.rb User's blocked field refactored to use state machine 2013-03-04 18:52:30 +04:00
groups.rb API: fixes project creation and removed redundant info 2013-03-07 15:11:33 +01:00
helpers.rb API: extracted helper method to validate required parameters, code clean up 2013-02-27 17:50:30 +01:00
internal.rb Replace current Wiki system with Gollum Wikis. 2013-03-09 16:39:51 -08:00
issues.rb API: extracted helper method to validate required parameters, code clean up 2013-02-27 17:50:30 +01:00
merge_requests.rb Merge branch 'master' into fixes/api, code clean up and tests fixed 2013-03-07 14:51:56 +01:00
milestones.rb API: extracted helper method to validate required parameters, code clean up 2013-02-27 17:50:30 +01:00
notes.rb API: fixed adding a note 2013-02-27 18:12:02 +01:00
projects.rb API: fixes project creation and removed redundant info 2013-03-07 15:11:33 +01:00
session.rb API: return 401 for invalid session 2012-09-20 08:38:08 -07:00
system_hooks.rb System hooks API. 2013-03-06 15:15:26 +00:00
users.rb Merge branch 'master' into fixes/api, code clean up and tests fixed 2013-03-07 14:51:56 +01:00