| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r22877 from trunk to 5.1-stable (#40655). | Go MAEDA | 2024-06-17 | 1 | -1/+1 |
* | Deprecate and rename rss_* methods to atom_* methods (#15118). | Marius Balteanu | 2022-03-19 | 2 | -4/+4 |
* | Allow users to be mentioned using @ in issues and wiki pages (#13919): | Marius Balteanu | 2022-02-23 | 1 | -0/+4 |
* | Fix WikiContentVersion API returns 500 if author is nil (#36494). | Marius Balteanu | 2022-02-18 | 1 | -1/+1 |
* | Ability to add watchers to Wiki pages (#7652). | Go MAEDA | 2021-05-29 | 1 | -0/+6 |
* | Add edit button to Wiki sidebar (#32629). | Go MAEDA | 2021-03-26 | 1 | -0/+8 |
* | Store inline autocomplete data sources in a JS variable (#34122). | Go MAEDA | 2020-10-25 | 1 | -2/+1 |
* | Inline auto complete for issue (#) in wiki-edit fields (#31989). | Go MAEDA | 2019-09-09 | 1 | -2/+7 |
* | Fix missing icons (#31433). | Go MAEDA | 2019-05-30 | 1 | -1/+1 |
* | Hierarchy in TOC is not preserved when Wiki index is exported to HTML (#20910). | Go MAEDA | 2019-05-09 | 1 | -5/+1 |
* | Add hook :view_wiki_show_sidebar_bottom (#7975). | Go MAEDA | 2019-05-03 | 1 | -0/+2 |
* | Show locked badge for protected pages (#9634). | Go MAEDA | 2019-04-27 | 1 | -4/+7 |
* | Use pre tags for wiki diff (#11359). | Jean-Philippe Lang | 2018-12-16 | 1 | -3/+1 |
* | Discourage search engines from indexing old versions of wiki pages (#29503). | Go MAEDA | 2018-12-06 | 1 | -0/+4 |
* | Moves some action links on the wiki page to a dropdown menu (#26575). | Jean-Philippe Lang | 2018-12-02 | 1 | -10/+20 |
* | Replace cancel button with cancel link in modals (#28662). | Go MAEDA | 2018-12-02 | 1 | -1/+1 |
* | Restore History link at the top of a wiki page (#26575). | Jean-Philippe Lang | 2018-11-29 | 1 | -0/+1 |
* | Hide "Files" section in wiki pages when printing (#29791). | Go MAEDA | 2018-10-31 | 1 | -1/+1 |
* | Remove trailing whitespaces from app/views/wiki/show.html.erb | Go MAEDA | 2018-10-31 | 1 | -1/+1 |
* | Add a checkbox to create the wiki page with or without parent (#26043). | Jean-Philippe Lang | 2018-09-30 | 1 | -1/+9 |
* | Adds preview option to the wiki toolbar (#27758). | Jean-Philippe Lang | 2018-09-26 | 1 | -5/+2 |
* | Use label_revision instead of label_version for wiki edits (#26575). | Jean-Philippe Lang | 2018-09-23 | 1 | -1/+1 |
* | Add some spacing. | Jean-Philippe Lang | 2018-09-23 | 1 | -2/+6 |
* | Cleanup. | Jean-Philippe Lang | 2018-09-23 | 1 | -6/+12 |
* | Remove link to current version, already present in the page breadcrumb (#26575). | Jean-Philippe Lang | 2018-09-23 | 1 | -2/+1 |
* | User label_revision instead of label_version for wiki edits (#26575). | Jean-Philippe Lang | 2018-09-23 | 2 | -4/+4 |
* | Add "View Differences" button above wiki and repository revisions table (#122... | Go MAEDA | 2018-09-18 | 1 | -1/+2 |
* | Bulk delete wiki attachments (#16410). | Go MAEDA | 2018-07-25 | 1 | -1/+23 |
* | Don't repeat revision on each line. | Jean-Philippe Lang | 2018-06-17 | 1 | -4/+4 |
* | Moving a wiki page to a different project should refresh parent page list (#2... | Go MAEDA | 2018-04-07 | 1 | -4/+13 |
* | Show the number of attachments on wiki pages (#27090). | Go MAEDA | 2018-03-10 | 1 | -1/+1 |
* | Generate full URLs to images and linked pages in the Wiki HTML export (#16446). | Go MAEDA | 2018-03-08 | 2 | -2/+2 |
* | Use reverse_each instead of reverse.each (#27671). | Go MAEDA | 2017-12-31 | 1 | -1/+1 |
* | Adds a delete link on the wiki index (#26579). | Jean-Philippe Lang | 2017-07-30 | 2 | -0/+6 |
* | Adds a checkbox to set a page as the wiki start page (#26579). | Jean-Philippe Lang | 2017-07-30 | 1 | -0/+3 |
* | Add update info at the bottom of the wiki page. | Jean-Philippe Lang | 2017-07-29 | 1 | -1/+7 |
* | Kepp the arguments clean (#26043). | Jean-Philippe Lang | 2017-07-08 | 2 | -2/+2 |
* | Set the parent page when creating a new wiki page from the "Add page" link (#... | Jean-Philippe Lang | 2017-07-08 | 2 | -2/+2 |
* | Use css pseudo-classes instead of cycle("odd", "even") (#15361). | Jean-Philippe Lang | 2017-01-25 | 1 | -1/+1 |
* | Reverts r16051 and r16050 for now (#15361). | Jean-Philippe Lang | 2016-12-03 | 1 | -1/+1 |
* | Use css pseudo-classes instead "odd", "even" classes (#15361). | Jean-Philippe Lang | 2016-12-03 | 1 | -1/+1 |
* | Removes test code introduced in r15994. | Jean-Philippe Lang | 2016-11-30 | 1 | -12/+5 |
* | Replaces project jump select with custom dropdown (#23310). | Jean-Philippe Lang | 2016-11-26 | 1 | -5/+12 |
* | Hide wiki attachments by default and add thumbnails (#22941). | Jean-Philippe Lang | 2016-07-03 | 1 | -15/+17 |
* | Adds "New wiki page" link to create a new wiki page (#5536). | Jean-Philippe Lang | 2016-04-22 | 6 | -0/+49 |
* | Wiki lists in the sidebar are broken (#21263). | Jean-Philippe Lang | 2016-01-30 | 1 | -1/+3 |
* | Add cancel button during edition of a wiki page (#4285). | Jean-Philippe Lang | 2015-10-24 | 1 | -2/+5 |
* | Raises wiki edits comments limit to 1024 (#19886). | Jean-Philippe Lang | 2015-09-21 | 1 | -1/+1 |
* | Removed unneeded #h calls in views. | Jean-Philippe Lang | 2015-02-23 | 9 | -14/+14 |
* | Adds support for macro and Redmine links in PDF export (#13051). | Jean-Philippe Lang | 2015-01-25 | 2 | -0/+2 |