summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Document why relation is reversed after validation.Jean-Philippe Lang2011-07-041-0/+2
* Set a default value for relation type.Jean-Philippe Lang2011-07-041-2/+10
* Adds REST API for issue relations (#7366).Jean-Philippe Lang2011-07-041-0/+5
* Do not show 2 validation errors when user mail is blank.Jean-Philippe Lang2011-07-031-1/+1
* Fixed: private queries should not be accessible to other users (#8729).Jean-Philippe Lang2011-07-031-0/+5
* Normalize issue description EOLs do prevent false journal details (#8712).Jean-Philippe Lang2011-07-021-0/+7
* Fixed: Workflow copy does not copy advanced workflow settings (#8739).Jean-Philippe Lang2011-07-021-2/+2
* Do not journalize blank description changes (#8712).Jean-Philippe Lang2011-07-021-1/+4
* scm: return nil at model default_branch and override at git model (#8458, #67...Toshi MARUYAMA2011-06-302-1/+5
* Fixed circular dependencies possibly introduced when using reverse relations,...Jean-Baptiste Barth2011-06-261-1/+6
* Added Project#enable_module! and Project#disable_module! (#7115)Jean-Baptiste Barth2011-06-191-1/+21
* replace RAILS_ROOT to Rails.root in setting model.Toshi MARUYAMA2011-06-161-1/+1
* replace RAILS_ROOT to Rails.root of attachments storage path.Toshi MARUYAMA2011-06-151-1/+1
* scm: fix JRuby tests fail in unit changeset following test.Toshi MARUYAMA2011-06-091-0/+7
* scm: catch all exceptions to get scm command version in repository model (#85...Toshi MARUYAMA2011-06-031-3/+3
* Fixed: activity shows updates of private issues (#8432).Jean-Philippe Lang2011-05-291-1/+0
* scm: mercurial: code clean up model.Toshi MARUYAMA2011-05-261-13/+16
* scm: mercurial: use regexp %r{} instead of // in model latest_changesets_cond().Toshi MARUYAMA2011-05-261-1/+1
* scm: add exception of fetching revisions error in repository model (#5357, #2...Toshi MARUYAMA2011-05-251-0/+2
* scm: git: brush up model fetch_changesets() comment.Toshi MARUYAMA2011-05-191-5/+6
* scm: git: use hash#dup for extra_info in model fetch_changesets().Toshi MARUYAMA2011-05-191-1/+2
* scm: git: set revisions ordering inconsistent in existing database (#5357).Toshi MARUYAMA2011-05-191-1/+11
* remove trailing white-spaces from document observer model source.Toshi MARUYAMA2011-05-181-4/+4
* remove trailing white-spaces from enabled module source.Toshi MARUYAMA2011-05-181-7/+7
* remove trailing white-spaces and an empty line from document category custom ...Toshi MARUYAMA2011-05-181-5/+4
* remove trailing white-spaces from document category model source.Toshi MARUYAMA2011-05-181-4/+4
* scm: bazaar: code clean up model.Toshi MARUYAMA2011-05-181-6/+11
* remove trailing white-spaces from setting model source.Toshi MARUYAMA2011-05-181-20/+20
* remove trailing white-spaces from query model source.Toshi MARUYAMA2011-05-171-76/+76
* remove trailing white-spaces from time entry model source.Toshi MARUYAMA2011-05-171-12/+12
* remove trailing white-spaces from news model source.Toshi MARUYAMA2011-05-171-11/+11
* remove trailing white-spaces from message observer model source.Toshi MARUYAMA2011-05-171-4/+4
* remove trailing white-spaces from message model source.Toshi MARUYAMA2011-05-171-18/+18
* remove trailing white-spaces from mailer model source.Toshi MARUYAMA2011-05-171-21/+21
* remove trailing white-spaces from mail handler model source.Toshi MARUYAMA2011-05-171-2/+2
* remove trailing white-spaces excluding SQL from issue model source.Toshi MARUYAMA2011-05-171-77/+77
* remove trailing white-spaces from WikiContent model source.Toshi MARUYAMA2011-05-161-15/+15
* remove trailing white-spaces from Document model source.Toshi MARUYAMA2011-05-151-9/+9
* remove trailing white-spaces from Attachment model source.Toshi MARUYAMA2011-05-151-22/+22
* remove trailing white-spaces from changeset model source.Toshi MARUYAMA2011-05-151-21/+21
* scm: git: fix fetching 7 days problem (#7146, #6013).Toshi MARUYAMA2011-05-131-29/+16
* scm: git: show only filename and filesize if setting of reporting last commit...Toshi MARUYAMA2011-05-132-0/+8
* scm: git: get "extra_report_last_commit" value from extra_info (#8365, #7047).Toshi MARUYAMA2011-05-131-1/+4
* scm: add a repository model method "merge_extra_info()" to merge "extra_info"...Toshi MARUYAMA2011-05-121-0/+7
* scm: add "extra_info" column to repositories table and set serialize (#7146, ...Toshi MARUYAMA2011-05-121-0/+2
* scm: mercurial: remove trailing white-spaces from model source.Toshi MARUYAMA2011-05-121-5/+5
* scm: darcs: code clean up model.Toshi MARUYAMA2011-05-121-7/+7
* scm: filesystem: code clean up model.Toshi MARUYAMA2011-05-121-5/+4
* scm: subversion: code clean up model.Toshi MARUYAMA2011-05-121-14/+14
* scm: bazaar: code clean up model.Toshi MARUYAMA2011-05-121-14/+14