summaryrefslogtreecommitdiffstats
path: root/app/models/journal.rb
Commit message (Expand)AuthorAgeFilesLines
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Fixed that journals are shown multiple times in activity (#19168).Jean-Philippe Lang2015-04-121-1/+1
* Set :inverse_of on details association.Jean-Philippe Lang2015-01-241-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Don't create a journal when creating an issue.Jean-Philippe Lang2014-12-081-3/+6
* Moved journal details generation to Journal model.Jean-Philippe Lang2014-12-051-0/+102
* remove unneeded "references" of joinsToshi MARUYAMA2014-10-241-1/+0
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-5/+7
* Adds an option to send email on "Assignee updated" in application settings (#...Jean-Philippe Lang2014-03-171-1/+1
* Adds an option to send email on "Assignee updated" in application settings (#...Jean-Philippe Lang2014-03-171-4/+10
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded Relation#all from Journal modelToshi MARUYAMA2014-01-271-1/+1
* Rails4: replace deprecated find_all_by_* at Journal modelToshi MARUYAMA2014-01-071-1/+1
* Avoid lots of CustomField.find_by_id calls when displaying an issue history w...Jean-Philippe Lang2013-10-131-3/+17
* remove trailing white-space from app/models/journal.rbToshi MARUYAMA2013-09-051-1/+1
* Use AR callbacks instead of observers (removed in Rails4) for notifications.Jean-Philippe Lang2013-07-141-0/+11
* Don't notify users about relations that are not visible (#1005).Jean-Philippe Lang2013-07-131-0/+13
* Fixed that relations to issues that are not visible are displayed in the issu...Jean-Philippe Lang2013-07-131-0/+3
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-131-4/+24
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Group events in the activity view (#12542).Jean-Philippe Lang2012-12-081-0/+1
* Fixed that watchers receive notifications for private comments without permis...Jean-Philippe Lang2012-11-051-0/+8
* Private issue notes (#1554).Jean-Philippe Lang2012-10-031-4/+39
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* model: replace Rails2 "named_scope" to Rails3 "scope"Toshi MARUYAMA2012-04-261-1/+1
* remove trailing white-spaces from app/models/journal.rb.Toshi MARUYAMA2011-08-311-13/+13
* Fixed: activity shows updates of private issues (#8432).Jean-Philippe Lang2011-05-291-1/+0
* Fixed: notes are lost when copying issue(s) (#6901, #8239).Jean-Philippe Lang2011-04-291-0/+8
* Makes visible scopes accept projects option and deprecate Project.visible_by.Jean-Philippe Lang2011-04-051-1/+1
* Adds a visible scope to the Journal model.Jean-Philippe Lang2011-03-151-2/+7
* Refactor: move method to model. (references r4057)Eric Davis2010-09-051-0/+8
* Fixes Journal#save signature (#3014).Jean-Philippe Lang2009-03-231-1/+1
* Display latest user's activity on account/show view.Jean-Philippe Lang2008-11-301-0/+1
* Activity refactoring.Jean-Philippe Lang2008-07-271-0/+6
* Search engine: display total results count (#906) and count by result type.Jean-Philippe Lang2008-07-201-6/+0
* Fixed: search engine may reveal private projects (#1613).Jean-Philippe Lang2008-07-101-1/+2
* Display issue notes in the activity view (#1509).Jean-Philippe Lang2008-06-211-1/+1
* Display status change before subject of issue on the activity view otherwise ...Jean-Philippe Lang2008-06-071-1/+1
* Ability to search all projects or the projects the user belongs to (#791).Jean-Philippe Lang2008-05-181-1/+1
* Add an icon to each event on the activity view.Jean-Philippe Lang2008-04-121-0/+1
* Add a user preference to choose how comments/replies are displayed: in chrono...Jean-Philippe Lang2008-03-051-0/+1
* Fixes:Jean-Philippe Lang2008-02-171-1/+8
* Atom feeds:Jean-Philippe Lang2008-02-161-1/+1
* Added the following permissions (#527, #585, #627):Jean-Philippe Lang2008-02-161-1/+2
* Administrators can edit issue notes.Jean-Philippe Lang2008-02-021-0/+4
* Display the issue status in the email subject only if the status was actually...Jean-Philippe Lang2008-01-201-0/+5
* Added issues status changes on the activity view (initial patch by Cyril Moug...Jean-Philippe Lang2007-11-081-1/+8
* ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf mer...Jean-Philippe Lang2007-11-051-0/+4
* Fixed: unable to add a file to an issue without entering a note.Jean-Philippe Lang2007-10-191-0/+5
* Search engines now supports pagination.Jean-Philippe Lang2007-09-271-0/+5