summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* scm: subversion: code clean up model.Toshi MARUYAMA2011-05-121-13/+13
* scm: git: code clean up model.Toshi MARUYAMA2011-05-121-8/+9
* remove trailing white-spaces from MailHandler model source.Toshi MARUYAMA2011-05-081-35/+35
* scm: git: change model report_last_commit() name to extra_report_last_commit(...Toshi MARUYAMA2011-05-061-2/+2
* scm: git: use the model value of whether reporting last commit in repository ...Toshi MARUYAMA2011-05-051-1/+3
* scm: git: add the model method whether reporting last commit in repository tr...Toshi MARUYAMA2011-05-051-0/+4
* scm: git: override entries() in model for browsing tree performance (#7047).Toshi MARUYAMA2011-05-051-0/+4
* scm: code clean up repository model.Toshi MARUYAMA2011-05-051-21/+26
* scm: git: fix indent in model.Toshi MARUYAMA2011-05-051-1/+1
* scm: code clean up repository model.Toshi MARUYAMA2011-05-051-9/+13
* scm: git: add comments of revision order in fetch_changesets().Toshi MARUYAMA2011-05-041-0/+15
* scm: git: rearrange fetch_changesets() comment.Toshi MARUYAMA2011-05-041-3/+7
* scm: git: refactor saving a revision in model.Toshi MARUYAMA2011-05-041-13/+18
* Fixed: notes are lost when copying issue(s) (#6901, #8239).Jean-Philippe Lang2011-04-293-7/+23
* Fixed: copying an issue keeps the author of the original issue (#6901).Jean-Philippe Lang2011-04-291-0/+1
* Makes 'This week' filter work with any starting day of week (#7097).Jean-Philippe Lang2011-04-291-6/+4
* scm: cvs: use i18n string at 'CVSROOT' and 'Module' setting.Toshi MARUYAMA2011-04-231-5/+7
* scm: filesystem: use i18n string at 'Root directory' setting.Toshi MARUYAMA2011-04-231-4/+5
* scm: use i18n string at 'Path to repository' setting in Mercurial, Git, Bazaa...Toshi MARUYAMA2011-04-234-16/+20
* scm: mercurial: change "url" human attribute name from "Root directory" to "P...Toshi MARUYAMA2011-04-231-1/+1
* scm: darcs: change "url" human attribute name from "Root directory" to "Path ...Toshi MARUYAMA2011-04-231-1/+1
* scm: bazaar: change "url" human attribute name from "Root directory" to "Path...Toshi MARUYAMA2011-04-231-1/+1
* scm: use i18n string at commit log encoding setting (#1735).Toshi MARUYAMA2011-04-234-3/+8
* scm: cvs: fix mistake human attribute names of root_url and url.Toshi MARUYAMA2011-04-231-2/+2
* scm: darcs: set supports_directory_revisions true at model (#7984).Toshi MARUYAMA2011-04-171-0/+4
* scm: prevent PostgreSQL or Ruby 1.9 errors if paths is invalid UTF-8.Toshi MARUYAMA2011-04-161-7/+12
* Private issues (#7414).Jean-Philippe Lang2011-04-153-3/+33
* Code cleanup.Jean-Philippe Lang2011-04-141-7/+6
* scm: cvs: convert author encoding with log encoding setting.Toshi MARUYAMA2011-04-141-1/+1
* scm: cvs: fix parsing revisions if author is not ASCII.Toshi MARUYAMA2011-04-142-3/+2
* scm: cvs: code clean up model.Toshi MARUYAMA2011-04-131-25/+26
* scm: darcs: code clean up model.Toshi MARUYAMA2011-04-131-7/+6
* Extract visibility condition from project statement and use visible scopes in...Jean-Philippe Lang2011-04-121-7/+9
* scm: darcs: model entries returns nil if revision is not stored in database.Toshi MARUYAMA2011-04-121-1/+5
* scm: darcs: code clean up model.Toshi MARUYAMA2011-04-121-8/+10
* scm: cvs: model entries returns nil if revision is not stored in database.Toshi MARUYAMA2011-04-121-2/+6