- Nov 30, 2015
-
-
Douwe Maan authored
-
- Sep 02, 2015
-
-
Stan Hu authored
Closes #2104 Closes #1751 Closes #1592 Closes https://github.com/gitlabhq/gitlabhq/issues/9399
-
- Jun 12, 2015
-
-
Robert Speicher authored
-
Robert Speicher authored
-
- May 26, 2015
-
-
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/8166 Signed-off-by:
Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- Apr 30, 2015
-
- Apr 07, 2015
-
-
Stan Hu authored
Closes #1363
-
- Feb 14, 2015
-
-
Vinnie Okada authored
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
-
- Sep 23, 2014
-
-
Ciro Santilli authored
-
- Sep 22, 2014
-
-
Ciro Santilli authored
-
- May 07, 2014
-
-
Marin Jankovski authored
-
- May 06, 2014
-
-
Marin Jankovski authored
-
- May 05, 2014
-
-
Marin Jankovski authored
-
- Apr 10, 2014
-
-
Hiroyuki Sato authored
The title format for wiki page may be unintelligible. For example 'GitLab' is converted to 'Git Lab', 'MySQL' is converted to 'My Sql', etc.
-
- Apr 09, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Feb 23, 2014
-
-
Ciro Santillli authored
-
- Jan 02, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Aug 08, 2013
-
-
Dmitriy Zaporozhets authored
-
- Aug 02, 2013
-
-
Dmitriy Zaporozhets authored
-
- May 05, 2013
-
-
Andrey Kumanyaev authored
-
- Mar 20, 2013
-
-
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.
-
- Mar 10, 2013
-
-
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.
-
- Sep 10, 2012
-
-
Nihad Abbasov authored
-