summaryrefslogtreecommitdiff
path: root/features/project/wiki.feature
Commit message (Collapse)AuthorAgeFilesLines
* Relax constraints for wiki slugDouglas Barbosa Alexandre2016-01-141-5/+0
| | | | | | | | | | | Since GitHub doesn’t apply these constraints to theirs wiki slug allowing characters like `,`, `:`, `*`, etc, we need to relax our constraints or some wiki pages will not be available after they were imported. For an example the Devise project have a wiki page with the following slug: “How To: Add sign_in, sign_out, and sign_up links to your layout template”
* Fix broken Wiki Page HistoryStan Hu2015-09-011-0/+12
| | | | | | | | | | Closes #2104 Closes #1751 Closes #1592 Closes https://github.com/gitlabhq/gitlabhq/issues/9399
* Fix features syntaxRobert Speicher2015-06-221-1/+1
|
* Validate wiki page creationJeroen van Baarsen2015-05-261-0/+5
| | | | | | | | | | | | | | | | | | | | **What does this do?** It adds validation to the creation of a wiki page, that way the user gets real feedback instead of just a 404 page if the name of the wiki page was invalid **Why is this needed?** There are a lot of characters that are not allowed in the creation of a wiki page, there is even a small text that is saying: Please don't use spaces. Although we have that text there, we don't actually validate on this. This commit adds validation on the title and gives the user actual feedback. **What issues does this fix?** Fixes http://github.com/gitlabhq/gitlabhq/issues/5357 Fixes https://github.com/gitlabhq/gitlabhq/issues/8565 Fixes https://github.com/gitlabhq/gitlabhq/issues/3913 Fixes https://github.com/gitlabhq/gitlabhq/issues/8166 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Fix bug where Wiki pages that include a '/' were no longer accessibleStan Hu2015-04-071-0/+24
| | | | Closes #1363
* Unstub after the test is done.Marin Jankovski2014-05-071-6/+6
|
* Add tests for wiki files showing.Marin Jankovski2014-05-051-0/+17
|
* Fix the Cancel button on the Edit Wiki page.Dan Knox2013-03-191-0/+11
| | | | | | | | | | | | | 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.
* Add Spinach coverage for Gollum Wiki system and correct the Delete link.Dan Knox2013-03-101-2/+29
| | | | | | | | | | | | | 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.
* Removed feature: comments on wikiDmitriy Zaporozhets2012-11-291-6/+0
|
* add spinach steps for remaining featuresNihad Abbasov2012-09-101-3/+3
|
* rewrite project commits features using spinachNihad Abbasov2012-09-101-0/+15