summaryrefslogtreecommitdiffstats
path: root/app/models/document.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-101-2/+2
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+0
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Raises 60-character limit for document titles to 255 (#12312).Jean-Philippe Lang2015-05-101-1/+1
* Adds custom fields to documents (#7249).Jean-Philippe Lang2015-02-141-1/+2
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-0/+4
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Rewrites search engine to properly paginate results (#18631).Jean-Philippe Lang2014-12-121-1/+1
* remove unneeded "references" of joinsToshi MARUYAMA2014-10-241-1/+0
* Removed unneeded :foreign_key option on belongs_to associations.Jean-Philippe Lang2014-10-221-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-3/+7
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Use AR callbacks instead of observers (removed in Rails4) for notifications.Jean-Philippe Lang2013-07-141-0/+10
* Split "Manage documents" permission into create, edit and delete permissions ...Jean-Philippe Lang2013-01-201-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Rewrites named scopes with ARel queries.Jean-Philippe Lang2012-12-071-2/+3
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-1/+1
* Changes RedMine to Redmine in copyright notices.Jean-Philippe Lang2012-05-051-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
* Prevent mass-assignment when adding/updating a document (#10390).Jean-Philippe Lang2012-03-061-0/+3
* Order is already defined on attachments association.Jean-Philippe Lang2012-01-011-1/+1
* Removed after_initialize methods.Jean-Philippe Lang2011-12-181-1/+2
* remove trailing white-spaces from Document model source.Toshi MARUYAMA2011-05-151-9/+9
* Makes visible scopes accept projects option and deprecate Project.visible_by.Jean-Philippe Lang2011-04-051-1/+1
* Adds visible scope to redmine links queries.Jean-Philippe Lang2011-01-231-0/+3
* Refactor: Move recipients method into acts_as_eventEric Davis2010-02-011-7/+0
* Make sure users don't get notified for thing they can not view (#3589).Jean-Philippe Lang2009-12-131-0/+11
* Show last update datetime (last attachment added) on document list (#4232).Jean-Philippe Lang2009-11-261-0/+8
* Changed Enumerations to use a Single Table InheritanceEric Davis2009-05-301-2/+2
* Replaces Enumeration.get_values and Enumeration.default with named scopes.Jean-Philippe Lang2009-02-151-1/+1
* Fixed: default category ignored when adding a document (#2328).Jean-Philippe Lang2008-12-121-0/+6
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-091-1/+1
* Activity refactoring.Jean-Philippe Lang2008-07-271-1/+2
* Ability to search all projects or the projects the user belongs to (#791).Jean-Philippe Lang2008-05-181-1/+1
* Fixed: error on activity page when displaying a document (undefined method 'a...Jean-Philippe Lang2007-11-121-0/+1
* Search engines now supports pagination.Jean-Philippe Lang2007-09-271-1/+3
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-0/+2
* Added several validates_length_ofJean-Philippe Lang2007-07-161-0/+1
* added svn:eol-style native property on /app filesJean-Philippe Lang2007-03-121-22/+22
* replaced deprecated ":dependent => true" statementsJean-Philippe Lang2006-12-261-1/+1
* trunk moved from /trunk/redmine to /trunkJean-Philippe Lang2006-12-051-0/+24