summaryrefslogtreecommitdiffstats
path: root/app/controllers/wiki_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Adds preview option to the wiki toolbar (#27758).Jean-Philippe Lang2018-09-261-1/+1
* fix file name corruption when export a wiki page with non-ASCII title in MS b...Toshi MARUYAMA2017-08-301-3/+3
* Kepp the arguments clean (#26043).Jean-Philippe Lang2017-07-081-1/+1
* Set the parent page when creating a new wiki page from the "Add page" link (#...Jean-Philippe Lang2017-07-081-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Don't check that param is a Hash.Jean-Philippe Lang2017-06-031-1/+1
* Adds before_render hook to WikiController#show (#23545).Jean-Philippe Lang2016-09-031-0/+3
* Creating a wiki page named "Sidebar" without proper permission raises an exce...Jean-Philippe Lang2016-08-301-1/+3
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-4/+4
* Add support for attaching file to WIKI pages by REST API (#14830).Jean-Philippe Lang2016-05-161-1/+1
* Adds "New wiki page" link to create a new wiki page (#5536).Jean-Philippe Lang2016-04-221-0/+17
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Fixed that #destroy_version with invalid version destroys wiki page content (...Jean-Philippe Lang2015-11-091-3/+6
* Adds support for macro and Redmine links in PDF export (#13051).Jean-Philippe Lang2015-01-251-4/+2
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Rescue RecordNotSaved in #save_with_content.Jean-Philippe Lang2014-12-031-5/+0
* Move wiki page to other project (#5450).Jean-Philippe Lang2014-11-231-3/+8
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-5/+9
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* cleanup syntax of Relation#all at WikiController#exportToshi MARUYAMA2014-01-111-1/+4
* code format cleanup WikiControllerToshi MARUYAMA2014-01-111-2/+8
* Return to section anchor after wiki section edit (#15182).Jean-Philippe Lang2013-10-261-2/+5
* Fixed that viewing/editing a wiki page without WikiContent raises an error (#...Jean-Philippe Lang2013-10-131-11/+10
* remove unneeded "require 'diff'" from WikiController (#15105)Toshi MARUYAMA2013-10-111-2/+0
* Use #per_page instead of #items_per_page.Jean-Philippe Lang2013-02-171-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Deprecation warnings (#12774).Jean-Philippe Lang2013-01-081-2/+2
* remove trailing white-space from app/controllers/wiki_controller.rbToshi MARUYAMA2013-01-041-1/+1
* A column has been specified more than once in the order by list (#12713).Jean-Philippe Lang2013-01-031-1/+1
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-6/+6
* Merged ajax_upload branch (#3957).Jean-Philippe Lang2012-12-101-1/+2
* Replaces find(:first/:all) calls.Jean-Philippe Lang2012-12-031-5/+6
* Code cleanup.Jean-Philippe Lang2012-11-181-11/+2
* Eager-load authors.Jean-Philippe Lang2012-11-181-1/+1
* Removed the limit of 75 pages when exporting wiki pages (#12274).Jean-Philippe Lang2012-11-181-1/+1
* Use page parameter instead of p for pagination.Jean-Philippe Lang2012-10-281-1/+1
* REST API for deleting wiki pages (#7082).Jean-Philippe Lang2012-10-281-3/+7
* REST API for creating/updating wiki pages (#7082).Jean-Philippe Lang2012-10-251-14/+38
* REST API for retrieving wiki pages (#7082).Jean-Philippe Lang2012-10-251-6/+15
* Ability to delete a version from a wiki page history (#10852).Jean-Philippe Lang2012-10-231-1/+9
* remove trailing white-space from app/controllers/wiki_controller.rbToshi MARUYAMA2012-08-311-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-0/+2
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-3/+0
* Ability to edit a wiki page's parent on the edit page (#6449).Jean-Philippe Lang2012-02-051-7/+6
* Removed useless permission check in wiki controller.Jean-Philippe Lang2012-01-301-5/+0
* Adds export of all wiki pages to a PDF file (#3463).Jean-Philippe Lang2012-01-301-7/+15
* Option to set parent automatically for new wiki pages (#3108).Jean-Philippe Lang2011-12-171-1/+9
* Adds #current_version? method to wiki content.Jean-Philippe Lang2011-11-281-1/+1