- 22 Jul, 2016 1 commit
-
-
Timothy Andrew authored
The issue was fixed in 2ba5e625. The spec is going in separately just so the fix could go in as soon as possible.
-
- 14 Jan, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
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”
-
- 02 Sep, 2015 1 commit
-
-
Stan Hu authored
Closes #2104 Closes #1751 Closes #1592 Closes https://github.com/gitlabhq/gitlabhq/issues/9399
-
- 22 Jun, 2015 1 commit
-
-
Robert Speicher authored
-
- 26 May, 2015 1 commit
-
-
Jeroen van Baarsen authored
**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/8166Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- 07 Apr, 2015 1 commit
-
-
Stan Hu authored
Closes #1363
-
- 07 May, 2014 1 commit
-
-
Marin Jankovski authored
-
- 05 May, 2014 1 commit
-
-
Marin Jankovski authored
-
- 20 Mar, 2013 1 commit
-
-
Dan Knox authored
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.
-
- 10 Mar, 2013 1 commit
-
-
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.
-
- 29 Nov, 2012 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 10 Sep, 2012 2 commits
-
-
Nihad Abbasov authored
-
Nihad Abbasov authored
-
- 03 Aug, 2012 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 15 Jun, 2012 1 commit
-
-
Dmitriy Zaporozhets authored
* Profile * Browse code * Sceleton for main features * Wiki * Commits
-