summaryrefslogtreecommitdiffstats
path: root/app/models/news.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* remove spaces inside {} of app/models/news.rbToshi MARUYAMA2020-11-181-1/+1
* use "do end" instead of {} at ActiveRecord scope lambda of app/models/news.rbToshi MARUYAMA2020-11-101-2/+2
* Evaluate acts_as_activity_provider's scope lazily (#33664).Go MAEDA2020-10-171-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* 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
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-7/+16
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Rewrites search engine to properly paginate results (#18631).Jean-Philippe Lang2014-12-121-1/+1
* Edit attachments after upload (#1326).Jean-Philippe Lang2014-11-291-1/+2
* Preload users and projects for latest news on welcome page.Jean-Philippe Lang2014-11-061-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-5/+9
* Only notify users that can see news (#16134).Jean-Philippe Lang2014-02-221-1/+1
* Enable the watching of news (#2549).Jean-Philippe Lang2014-02-091-0/+12
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* backout r12540 : remove unneeded Relation#all from News#latestToshi MARUYAMA2014-01-091-1/+1
* remove unneeded Relation#all from News#latestToshi MARUYAMA2014-01-091-1/+1
* Use AR callbacks instead of observers (removed in Rails4) for notifications.Jean-Philippe Lang2013-07-141-0/+7
* Always notify project members about news unless they turned off all notificat...Jean-Philippe Lang2013-01-261-0/+4
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Rewrites named scopes with ARel queries.Jean-Philippe Lang2012-12-071-4/+3
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Code cleanup, reuse the visible scope.Jean-Philippe Lang2012-05-051-3/+1
* model: convert news finder to Rails3 syntaxToshi MARUYAMA2012-05-041-4/+3
* model: replace Rails2 "named_scope" to Rails3 "scope"Toshi MARUYAMA2012-04-261-1/+1
* Prevent mass-assignment when adding/updating a news (#10390).Jean-Philippe Lang2012-03-061-0/+3
* Adds a News#commentable? method to easily specific additional rules.Jean-Philippe Lang2012-02-111-0/+5
* Allows attachments on news (#1972).Jean-Philippe Lang2012-01-291-0/+1
* code layout clean up app/models/news.rbToshi MARUYAMA2012-01-051-1/+4
* remove trailing white-spaces from news model source.Toshi MARUYAMA2011-05-171-11/+11
* Makes visible scopes accept projects option and deprecate Project.visible_by.Jean-Philippe Lang2011-04-051-1/+1
* Adds email notifications support for news comments (#2074).Jean-Philippe Lang2011-03-041-1/+10
* Refactor and add tests for News #index API (#7072).Jean-Philippe Lang2010-12-121-0/+5
* 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
* Fixed: News summary field is not searchable (#2998).Jean-Philippe Lang2009-03-281-1/+1
* Display latest user's activity on account/show view.Jean-Philippe Lang2008-11-301-1/+2
* Fixed: Latest news appear on the homepage for projects with the News module d...Jean-Philippe Lang2008-09-281-4/+4
* 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