| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r17614 from trunk to 3.4-stable (#29791). | Go MAEDA | 2018-10-31 | 1 | -1/+1 |
* | Merged r17231 from trunk to 3.4-stable (#27090). | Go MAEDA | 2018-06-03 | 1 | -1/+1 |
* | 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 |
* | Move wiki page to other project (#5450). | Jean-Philippe Lang | 2014-11-23 | 1 | -0/+5 |
* | Merged rails-4.1 branch (#14534). | Jean-Philippe Lang | 2014-10-22 | 2 | -2/+2 |
* | Backport r13313 from rails-4.1 to trunk. | Toshi MARUYAMA | 2014-09-14 | 2 | -2/+2 |
* | cleanup syntax of Relation#all at app/views/wiki/rename.html.erb | Toshi MARUYAMA | 2014-01-10 | 1 | -1/+1 |
* | cleanup syntax of Relation#all at app/views/wiki/edit.html.erb | Toshi MARUYAMA | 2014-01-10 | 1 | -1/+2 |
* | Wiki Pages REST API with version returns wrong comments (#15235). | Jean-Philippe Lang | 2013-11-09 | 1 | -1/+1 |
* | Adds some links for wiki history navigation. | Jean-Philippe Lang | 2013-10-14 | 4 | -11/+14 |
* | use li tags for issue links in the wiki sidebar (#13242) | Toshi MARUYAMA | 2013-05-03 | 1 | -4/+7 |
* | Don't wrap watcher link with span. | Jean-Philippe Lang | 2013-02-07 | 3 | -3/+3 |
* | Use page parameter instead of p for pagination. | Jean-Philippe Lang | 2012-10-28 | 1 | -1/+1 |
* | Adds last edit comments on the wiki page (#7082). | Jean-Philippe Lang | 2012-10-25 | 1 | -0/+1 |
* | Adds ?include=attachments option when retrieving a wiki page with the REST AP... | Jean-Philippe Lang | 2012-10-25 | 1 | -0/+6 |
* | REST API for retrieving wiki pages (#7082). | Jean-Philippe Lang | 2012-10-25 | 2 | -0/+24 |
* | Ability to delete a version from a wiki page history (#10852). | Jean-Philippe Lang | 2012-10-23 | 1 | -1/+4 |
* | Wiki page versions routes cleanup. | Jean-Philippe Lang | 2012-10-21 | 1 | -1/+1 |
* | Don't show watch, lock/unlock, delete links on previous wiki page versions. | Jean-Philippe Lang | 2012-10-21 | 1 | -7/+10 |
* | Handle deleted wiki page versions (#10852). | Jean-Philippe Lang | 2012-10-21 | 1 | -3/+3 |
* | Moved syntax highlight styles to application.css. | Jean-Philippe Lang | 2012-07-28 | 2 | -5/+0 |
* | JQuery in, Prototype/Scriptaculous out (#11445). | Jean-Philippe Lang | 2012-07-22 | 3 | -4/+4 |
* | Adds a helper for preview links. | Jean-Philippe Lang | 2012-07-18 | 1 | -8/+1 |
* | Deprecated :confirm => 'Text' option. | Jean-Philippe Lang | 2012-07-07 | 1 | -1/+1 |
* | code layout cleanup app/views/wiki/edit.html.erb | Toshi MARUYAMA | 2012-05-09 | 1 | -3/+8 |
* | Merged rails-3.2 branch. | Jean-Philippe Lang | 2012-04-25 | 6 | -9/+14 |
* | code layout cleanup app/views/wiki/edit.html.erb | Toshi MARUYAMA | 2012-02-05 | 1 | -2/+4 |
* | replace tabs to spaces at app/views/wiki/edit.html.erb | Toshi MARUYAMA | 2012-02-05 | 1 | -3/+3 |
* | Ability to edit a wiki page's parent on the edit page (#6449). | Jean-Philippe Lang | 2012-02-05 | 1 | -2/+7 |
* | replace tabs to spaces at app/views/wiki/index.html.erb | Toshi MARUYAMA | 2012-01-31 | 1 | -2/+2 |
* | Adds export of all wiki pages to a PDF file (#3463). | Jean-Philippe Lang | 2012-01-30 | 2 | -4/+8 |
* | Check parent wiki page by default. | Jean-Philippe Lang | 2012-01-30 | 1 | -1/+1 |
* | code layout clean up app/views/wiki/rename.html.erb | Toshi MARUYAMA | 2012-01-03 | 1 | -2/+7 |
* | Rails3: view: use explicit post method at wiki/rename.html.erb | Toshi MARUYAMA | 2012-01-03 | 1 | -1/+3 |
* | code layout clean up app/views/wiki/index.html.erb | Toshi MARUYAMA | 2012-01-03 | 1 | -3/+11 |
* | Give explicit url option. | Jean-Philippe Lang | 2012-01-01 | 1 | -1/+1 |
* | Rails3: view: html_safe for wiki/show.html.erb | Toshi MARUYAMA | 2012-01-01 | 1 | -2/+2 |
* | Option to set parent automatically for new wiki pages (#3108). | Jean-Philippe Lang | 2011-12-17 | 1 | -0/+4 |
* | Changed style of the wiki edit form. | Jean-Philippe Lang | 2011-12-17 | 1 | -3/+6 |