- Jan 14, 2020
-
-
GitLab Bot authored
-
- Nov 17, 2019
-
-
GitLab Bot authored
-
- Oct 31, 2019
-
-
GitLab Bot authored
-
- Oct 23, 2019
-
-
GitLab Bot authored
-
- Aug 20, 2019
-
-
Luke Duncalfe authored
Previously we asked a user to enter a new slug before taking them to the Create Page page. As a UX improvement, we now take them to a randomly generated URI so they can begin creating their new page. https://gitlab.com/gitlab-org/gitlab-ce/issues/46299
-
- Jul 23, 2019
-
-
This removes the create_wiki permission check from the history controller, allowing show and history to have the same level of permissions. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/29528
-
- Jul 18, 2019
-
-
George Thomas authored
Closes #55564 This is first discovered in #54739 (comment 122609857) that if both if: and only: are used in a before_action or after_action or alike, if: is completely ignored.
-
- Apr 25, 2019
-
-
Francisco Javier López authored
Inside a wiki, when we show the sidebar or browse to the `pages`, all page contents are retrieved from Gitaly and that is a waste of resources, since no content from that pages are going to be showed. This MR introduces the method `ProjectWiki#list_pages`, which uses new wiki_list_pages RPC call to retrieve pages without content Also in the `WikisController` we're using the method to show pages in the sidebar and also on the `pages` page.
-
- Apr 04, 2019
-
-
- Add controls for sorting by title and date - Execute Gitaly call which now accepts sorting params for wikis
-
- Mar 27, 2019
-
-
Martin Wortschack authored
- concerns - dashboard - groups - import
-
- Oct 17, 2018
-
-
- Sep 26, 2018
-
-
gfyoung authored
Enables frozen string for some vestigial files as well as the following: * app/controllers/projects/**/*.rb * app/controllers/sherlock/**/*.rb * app/controllers/snippets/**/*.rb * app/controllers/users/**/*.rb Partially addresses #47424.
-
- Jul 31, 2018
-
-
Francisco Javier López authored
-
- Jul 24, 2018
-
-
Stan Hu authored
Without this parameter, every load of a Wiki page will load all the Wiki pages in the repository for the sidebar. This is a significant performance penalty that can significant slow the display of all Wiki pages. Relates to #40101
-
- Jul 09, 2018
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- Jun 25, 2018
-
-
Lin Jen-Shin authored
-
- May 29, 2018
-
-
Paul Slaughter authored
-
- Apr 18, 2018
-
-
- Mar 26, 2018
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- Mar 22, 2018
-
-
Joshua Sooter authored
Added support for custom wiki sidebar using _sidebar.md in the wiki root. If _sidebar.md exists it will be parsed and rendered otherwise the default sidebar file list will display deleted _sidebar_custom.html.haml and modified _sidebar.html.haml to check for sidebar_page and render it or the default wiki page list. Also removed white space. fix indent in show.html.haml restore newline at end of ile Add a newline at the end of changelogs/custom_wiki_sidebar.yml
-
- Feb 05, 2018
-
-
Francisco Javier López authored
-
- Jan 22, 2018
-
-
Zeger-Jan van de Weg authored
Part of gitlab-org/gitaly#639
-
- Nov 17, 2017
-
-
- Nov 16, 2017
-
-
Jacopo authored
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
-
- Oct 11, 2017
-
-
Vitaliy @blackst0ne Klachkov authored
-
- Oct 03, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Jul 05, 2017
-
-
Douwe Maan authored
-
- Jun 06, 2017
-
-
blackst0ne authored
Add a rubocop rule to check if a method 'redirect_to' is used without explicitly set 'status' in 'destroy' actions of controllers
-
- May 04, 2017
-
-
Rares Sfirlogea authored
Remove slash commands from Markdown preview and display their outcome next to the text field. Introduce new "explanation" block to our slash commands DSL. Introduce optional "parse_params" block to slash commands DSL that allows to process a parameter before it is passed to "explanation" or "command" blocks. Pass path for previewing Markdown as "data" attribute instead of setting a variable on "window".
-
- Apr 26, 2017
-
-
Jarka Kadlecova authored
-
- Mar 26, 2017
-
-
Keifer Furzland authored
-
- Mar 20, 2017
-
-
Dongqing Hu authored
-
- Mar 13, 2017
-
-
Rémy Coutable authored
See http://guides.rubyonrails.org/autoloading_and_reloading_constants.html for more info. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Mar 08, 2017
-
-
Hiroyuki Sato authored
-
- Feb 14, 2017
-
-
Mark Fletcher authored
* Add a new DestroyService for Wiki Pages * Alter WikiPagesController to use the new service
-
- Feb 07, 2017
-
-
Z.J. van de Weg authored
-
- Dec 31, 2016
-
-
Alex Braha Stoll authored
-
Alex Braha Stoll authored
-