summaryrefslogtreecommitdiff
path: root/features/steps/project/wiki.rb
Commit message (Collapse)AuthorAgeFilesLines
* Allow wiki pages to be renamed in the UIwendy04022017-08-031-1/+1
|
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-1/+1
|
* Merge branch '1827-prevent-concurrent-editing-wiki' into 'master'Robert Speicher2017-07-271-1/+1
|\ | | | | | | | | | | | | Prevent concurrent editing wiki Closes #1827 See merge request !9707
| * Fix error of spinach testHiroyuki Sato2017-07-231-1/+1
| |
* | Resolve "Lazy load images on the Frontend"Tim Zallmann2017-07-241-1/+1
|/
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-4/+4
|
* Fixed button capitalisation for Projects in viewsJose Ivan Vargas Lopez2017-04-061-10/+18
|
* fix tests broken by new wiki page designMike Greiling2016-11-301-10/+6
|
* Updated testsPhil Hughes2016-08-131-0/+2
|
* Add spec for dashes in pathsStan Hu2016-07-241-4/+4
|
* Add a spec for #20079.Timothy Andrew2016-07-221-0/+10
| | | | | The issue was fixed in 2ba5e62. The spec is going in separately just so the fix could go in as soon as possible.
* Hook up the updated `WikiLinkFilter` to the wiki controllers.Timothy Andrew2016-06-091-2/+2
| | | | | | | | | - Need to pass in a `page_slug` to the filter, so it can rewrite based on the current page (all links are rewritten to the level of the app root). - The earlier `markdown_preview` endpoint was at the level of the wiki. We need to know the current page (for rewriting, as above), so this commit moves the endpoint to the level of a wiki page. - Fix all tests
* Wrap images in discussions and wikis with a link to the image source using ↵connorshea2016-04-041-1/+1
| | | | | | | | ImageLinkFilter. Resolves #14411. See merge request !3464
* Update tests to match new wiki headerDmitriy Zaporozhets2016-02-091-2/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Adds base64 background search icon.Jacob Schatz2016-01-241-1/+1
| | | | | | | | | All inputs of type `search` will have the gray background and search icon centered. Because the search magnifier is a bg image, I had to hide it with `[value=""]`. I added a little javascript to make sure each input always has it's own value.
* Relax constraints for wiki slugDouglas Barbosa Alexandre2016-01-141-10/+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 specsui/wikiDouwe Maan2015-12-031-1/+1
|
* Use new style for wikiDouwe Maan2015-12-021-6/+6
|
* Fix broken Wiki Page HistoryStan Hu2015-09-011-1/+8
| | | | | | | | | | Closes #2104 Closes #1751 Closes #1592 Closes https://github.com/gitlabhq/gitlabhq/issues/9399
* Change `within` to `page.within` in feature stepsRobert Speicher2015-06-121-1/+1
|
* Update all `should`-style syntax to `expect` in featuresRobert Speicher2015-06-121-25/+25
|
* Validate wiki page creationJeroen van Baarsen2015-05-261-0/+10
| | | | | | | | | | | | | | | | | | | | **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 Error 500 when searching Wiki pagesStan Hu2015-04-301-0/+5
| | | | Closes #1547
* Fix bug where Wiki pages that include a '/' were no longer accessibleStan Hu2015-04-071-0/+36
| | | | Closes #1363
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-4/+4
| | | | | | 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.
* Factor current_url + URI.path into current_path.Ciro Santilli2014-09-231-8/+4
|
* Replace old spinach step definitions with step.Ciro Santilli2014-09-221-24/+24
|
* Unstub after the test is done.Marin Jankovski2014-05-071-0/+2
|
* Use stub in testing.Marin Jankovski2014-05-061-2/+3
|
* Add tests for wiki files showing.Marin Jankovski2014-05-051-0/+38
|
* Better title format for wiki pageHiroyuki Sato2014-04-101-1/+1
| | | | | | The title format for wiki page may be unintelligible. For example 'GitLab' is converted to 'Git Lab', 'MySQL' is converted to 'My Sql', etc.
* Use ProjectWiki instead of GollumWiki in codeDmitriy Zaporozhets2014-04-091-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove dir prefix and suffix from tests inside dir.Ciro Santillli2014-02-231-0/+92