summaryrefslogtreecommitdiffstats
path: root/app/models/changeset.rb
Commit message (Expand)AuthorAgeFilesLines
* Makes visible scopes accept projects option and deprecate Project.visible_by.Jean-Philippe Lang2011-04-051-1/+1
* Prevent error when referencing an issue without project (#7890).Jean-Philippe Lang2011-03-161-1/+1
* scm: ignore log encoding setting in Subversion and Mercurial (#7597).Toshi MARUYAMA2011-02-281-18/+15
* scm: return if str.blank? in to_utf8(str).Toshi MARUYAMA2011-02-281-0/+1
* Fixes syntax for time logging in commit messages (#7630, #7718).Jean-Philippe Lang2011-02-261-2/+4
* scm: for log in Ruby 1.9, replace invalid UTF-8 to '?' instead of removing.Toshi MARUYAMA2011-02-221-6/+14
* scm: Ruby 1.9 compatibility for log.Toshi MARUYAMA2011-02-221-7/+0
* Changing revision label and identifier at SCM adapter level (#3724, #6092)Toshi MARUYAMA2011-01-021-2/+20
* Fixes utf8 conversions with ruby1.9.Jean-Philippe Lang2011-01-011-1/+7
* Fixes Changeset#text_tag for numeric scmid (#6681).Jean-Philippe Lang2010-12-111-4/+3
* Automatic spent time logging from commit messages (#4155).Jean-Philippe Lang2010-12-051-40/+88
* Removed useless debug code. #5978Jean-Baptiste Barth2010-08-081-1/+0
* Fixed: Update of Subversion changesets broken by r3466 under Solaris (#5255).Jean-Philippe Lang2010-04-111-1/+6
* Avoid unnecessary SQL queries when loading changesets.Jean-Philippe Lang2010-02-211-6/+7
* Remove invalid utf8 sequences from commit comments and author name (#4773).Jean-Philippe Lang2010-02-201-3/+8
* Refactor: Extract method to create a Change from a Changeset.Eric Davis2010-02-021-0/+9
* Allow commits to reference issues of parent projects and subprojects (#4674).Jean-Philippe Lang2010-01-311-2/+13
* Allow referencing issue numbers in brackets. This style is used by otherEric Davis2009-09-031-1/+1
* Added hook, :model_changeset_scan_commit_for_issue_ids_pre_issue_update. #3279Eric Davis2009-05-301-0/+2
* Fixed: links to changesets in activity and atom feeds uses project id instead...Jean-Philippe Lang2009-04-071-2/+2
* Added observers to watch model objects for mail delivery instead of calling M...Eric Davis2009-03-281-1/+0
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-1/+1
* Do not repeat one-line commit logs on the activity view.Jean-Philippe Lang2009-02-011-2/+16
* Display latest user's activity on account/show view.Jean-Philippe Lang2008-11-301-0/+1
* Maps repository users to Redmine users (#1383).Jean-Philippe Lang2008-11-101-16/+14
* Fixes error with CVS+Postgresql and non-UTF8 commit logs (#917, #1659).Jean-Philippe Lang2008-08-261-2/+7
* Adds support for commit logs reencoding to UTF-8 before insertion in the data...Jean-Philippe Lang2008-08-261-1/+18
* Activity refactoring.Jean-Philippe Lang2008-07-271-0/+3
* Fixed: using '*' as keyword for repository referencing keywords doesn't work ...Jean-Philippe Lang2008-05-251-1/+1
* Ability to search all projects or the projects the user belongs to (#791).Jean-Philippe Lang2008-05-181-1/+1
* Postgresql 8.3 compatibility fix (#834).Jean-Philippe Lang2008-04-261-0/+4
* Merged Git support branch (r1200 to r1226).Jean-Philippe Lang2008-03-121-4/+7
* Activity enhancements:Jean-Philippe Lang2008-03-111-0/+4
* Fixed: fetch_changesets fails on commit comments that close 2 duplicates issues.Jean-Philippe Lang2008-03-011-0/+2
* Create a journal and send an email when an issue is closed by commit (#609).Jean-Philippe Lang2008-02-061-1/+15
* * Added links to previous and next revisions on revision view (patch by Cyril...Jean-Philippe Lang2007-12-011-0/+10
* * Referencing issues in commit messages: enter * in 'Referencing keywords' to...Jean-Philippe Lang2007-11-201-0/+9
* Commit message parser:Jean-Philippe Lang2007-10-221-7/+6
* Added the ability to set the "done ratio" of issues fixed by commit (original...Jean-Philippe Lang2007-10-101-1/+3
* Search engines now supports pagination.Jean-Philippe Lang2007-09-271-0/+5
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-0/+6
* Changeset comments are now stripped before being stored in the database (patc...Jean-Philippe Lang2007-08-251-0/+4
* Added Darcs basic support.Jean-Philippe Lang2007-06-241-0/+1
* Fixed: 10342 Creation of Schema in OracleJean-Philippe Lang2007-04-251-2/+2
* Commit messages are now scanned for referenced or fixed issue IDs.Jean-Philippe Lang2007-04-241-0/+38
* added simple svn statistics graphs, rendered using SVG::GraphJean-Philippe Lang2007-03-251-1/+6
* SVN commits are now stored in the database, and added to the activity view an...Jean-Philippe Lang2007-03-251-0/+25