- 10 Mar, 2013 2 commits
-
-
Dan Knox authored
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.
-
Dan Knox authored
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.
-
- 09 Mar, 2013 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 08 Mar, 2013 3 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Added system hooks link to doc index
-
Matt Humphrey authored
-
- 07 Mar, 2013 13 commits
-
-
Dmitriy Zaporozhets authored
Fix API return codes
-
Sebastian Ziebell authored
-
Sebastian Ziebell authored
Conflicts: doc/api/projects.md spec/requests/api/projects_spec.rb
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Capistrano deploy example
-
Dmitriy Zaporozhets authored
Autofocus to username input (LDAP login).
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Additional Admin APIs
-
Dmitriy Zaporozhets authored
Allow connection to Redis via unix socket
-
Dmitriy Zaporozhets authored
Refactor README to split production/development environments
-
Danilo Cabello authored
-
- 06 Mar, 2013 21 commits
-
-
Sebastian Ziebell authored
All the info to return codes from the API functions are available in the `README.md` file as suggested.
-
Pierre GUINOISEAU authored
Allow connection to Redis via unix socket, using unix:/var/run/redis/redis.sock for example. Default behaviour does not change, except that the full Redis URL must be configured, with redis:// for tcp or unix: for unix socket.
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Use secure protocol
-
Sytse Sijbrandij authored
-
Dmitriy Zaporozhets authored
Added methods to manage project deploy keys via API
-
Dmitriy Zaporozhets authored
Added methods to manage system hooks from API
-
Dmitriy Zaporozhets authored
Update README with references to versions.
-
Dmitriy Zaporozhets authored
-
Danilo Cabello authored
-
Matt Humphrey authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Fix routing error
-
Sato Hiroyuki authored
-
Sato Hiroyuki authored
-
Sato Hiroyuki authored
It should fix #2598.
-
Sato Hiroyuki authored
It is linked to #2598.
-