summaryrefslogtreecommitdiffstats
path: root/app/models/wiki_page.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r15989 and r15991 (#24283).Jean-Philippe Lang2016-11-261-0/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Fixed that moving a wiki page with a child raises an error when target wiki c...Jean-Philippe Lang2016-01-301-1/+1
* Replaces a piggy back query with an association for loading wiki pages updates.Jean-Philippe Lang2015-09-281-16/+14
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Preload wiki page content for search results.Jean-Philippe Lang2014-12-261-1/+1
* Rewrites search engine to properly paginate results (#18631).Jean-Philippe Lang2014-12-121-1/+2
* Rescue RecordNotSaved in #save_with_content.Jean-Philippe Lang2014-12-031-2/+7
* Move wiki page to other project (#5450).Jean-Philippe Lang2014-11-231-18/+58
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-7/+6
* Fixed that requesting a specific version of a non-existent wiki page raises a...Jean-Philippe Lang2014-03-151-3/+5
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded Relation#all from WikiPage#handle_redirectsToshi MARUYAMA2014-01-081-1/+1
* Rails4: replace deprecated find_all_by_* at WikiPage modelToshi MARUYAMA2014-01-081-2/+2
* Rails4: replace deprecated find_all_by_* at WikiPage modelToshi MARUYAMA2014-01-081-1/+1
* Fixed that viewing/editing a wiki page without WikiContent raises an error (#...Jean-Philippe Lang2013-10-131-1/+2
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Use \A and \z in validation regexps.Jean-Philippe Lang2012-12-081-1/+1
* Rewrites named scopes with ARel queries.Jean-Philippe Lang2012-12-071-4/+4
* Use lambda form in model scopes (#12499)Jean-Baptiste Barth2012-12-071-2/+2
* Respond with 404 instead of 500 when requesting a wiki diff with invalid vers...Jean-Philippe Lang2012-11-241-1/+2
* Code cleanup.Jean-Philippe Lang2012-11-181-0/+15
* REST API for creating/updating wiki pages (#7082).Jean-Philippe Lang2012-10-251-1/+1
* REST API for retrieving wiki pages (#7082).Jean-Philippe Lang2012-10-251-1/+1
* Handle deleted wiki page versions (#10852).Jean-Philippe Lang2012-10-211-4/+5
* Fixed test failures on wiki_page updated_on eager loading (#10996).Jean-Philippe Lang2012-05-261-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* model: replace Rails2 "named_scope" to Rails3 "scope"Toshi MARUYAMA2012-04-261-1/+1
* Ability to edit a wiki page's parent on the edit page (#6449).Jean-Philippe Lang2012-02-051-0/+5
* Rails3 compat.Jean-Philippe Lang2012-01-011-1/+4
* Removed after_initialize methods.Jean-Philippe Lang2011-12-181-1/+2
* Qualify searchable @text@ column to prevent exception thrown when :content as...Etienne Massip2011-10-031-1/+1
* Rails3: model: replace deprecated 'before_save' method at WikiPage modelToshi MARUYAMA2011-09-221-1/+2
* Rails3: model: replace deprecated 'before_destroy' method at WikiPage modelToshi MARUYAMA2011-09-221-1/+2
* Rails3: replace deprecated 'validate' method at WikiPage model.Toshi MARUYAMA2011-08-311-1/+3
* remove trailing white-spaces from app/models/wiki_page.rb.Toshi MARUYAMA2011-08-211-27/+27
* Fixed: Wiki annotated page does not display author of version 1 (#8449).Jean-Philippe Lang2011-07-091-1/+5
* Add permission option to wiki page activity provider.Jean-Philippe Lang2011-04-051-0/+1
* Moved wiki page updated_on eager load to a scope and fixed timestamp titles o...Jean-Philippe Lang2011-03-121-0/+18
* Extracts a diff helper from the WikiDiff class.Jean-Philippe Lang2011-02-271-8/+4
* Refactor: use :id instead of :page when linking to Wiki PagesEric Davis2010-10-271-2/+2
* Fix wiki links on the activity page. #6746Eric Davis2010-10-261-1/+1
* Makes the wiki sidebar editable (#5208).Jean-Philippe Lang2010-04-111-0/+9
* Fixed: wiki pages in search results are referenced by project number, not by ...Jean-Philippe Lang2009-12-231-1/+1
* Makes user unwatch what he can no longer view after its permissions have chan...Jean-Philippe Lang2009-12-131-0/+4
* Ability to watch a wiki or a single wiki page (#413).Jean-Philippe Lang2009-05-251-3/+4
* Ask user what to do with child pages when deleting a parent wiki page (#3202).Jean-Philippe Lang2009-04-211-1/+1
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-3/+3
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-091-1/+5
* Wiki page hierarchy (#528). Parent page can be assigned on Rename screen.Jean-Philippe Lang2008-07-261-1/+20