69 Revize (5e57a1a9d9478162ac4f27ae96b2ccaf55a1aba7)

Autor SHA1 Zpráva Datum
  Jean-Philippe Lang 5e57a1a9d9 Merged rails-3.2 branch. před 12 roky
  Toshi MARUYAMA cd9b62d734 Rails3: scm: use .to_s for overriding human_attribute_name parameter at repository model před 12 roky
  Toshi MARUYAMA a261006666 scm: use to_s for revision in find_changeset_by_name method před 12 roky
  Jean-Philippe Lang 8f92121606 Fixed that changesets parents associations are not deleted when deleting a repository. před 12 roky
  Jean-Philippe Lang 34d1683087 Skip a bunch of useless "UPDATE repositories SET extra_info = ..." queries when navigating in repositories. před 12 roky
  Jean-Philippe Lang 83bb41d3a3 Display identifier for the default repository too (#779). před 12 roky
  Jean-Philippe Lang 1bd5e58c84 Adds support for multiple repositories per project (#779). před 12 roky
  Jean-Philippe Lang fb1a2fd7cd Resourcified repositories for CRUD operations to prepare for multiple SCM per project (#779). před 12 roky
  Jean-Philippe Lang 5eed64b848 human_attribute_name accepts optional argument. před 12 roky
  Toshi MARUYAMA 15795c4385 scm: model: add method to switch revision graph support or not and set default false (#5501) před 12 roky
  Toshi MARUYAMA 93b838c3f7 scm: remove before_save() because of duplicate at url=(arg) and root_url=(arg). před 12 roky
  Toshi MARUYAMA 38ba617f99 Rails3: replace deprecated 'validate_on_create' to declared validation method at Repository model. před 12 roky
  Toshi MARUYAMA 5cfc42982b scm: return nil at model default_branch and override at git model (#8458, #6713). před 13 roky
  Toshi MARUYAMA ee2236f5bd scm: catch all exceptions to get scm command version in repository model (#8510). před 13 roky
  Toshi MARUYAMA fa94e86d43 scm: add exception of fetching revisions error in repository model (#5357, #2799, #4741, #8030). před 13 roky
  Toshi MARUYAMA d65c3d438d scm: git: show only filename and filesize if setting of reporting last commit is disable (#8365, #7047). před 13 roky
  Toshi MARUYAMA 4ee79a60ef scm: add a repository model method "merge_extra_info()" to merge "extra_info" serializing hash yaml (#7146, #7047). před 13 roky
  Toshi MARUYAMA 30aecd5e25 scm: add "extra_info" column to repositories table and set serialize (#7146, #7047). před 13 roky
  Toshi MARUYAMA fbdbdf96fe scm: code clean up repository model. před 13 roky
  Toshi MARUYAMA 86d9ea32db scm: code clean up repository model. před 13 roky
  Toshi MARUYAMA bb929f4f75 scm: use i18n string at commit log encoding setting (#1735). před 13 roky
  Toshi MARUYAMA bae1763a09 scm: set supporting directory revisions or not at scm level. před 13 roky
  Toshi MARUYAMA de5c337df2 scm: set supporting all revisions or not at scm level. před 13 roky
  Toshi MARUYAMA 5f5dec16f2 scm: add feature of per project repository log encoding setting (#1735). před 13 roky
  Toshi MARUYAMA 06f078a813 scm: ignore log encoding setting in Subversion and Mercurial (#7597). před 13 roky
  Jean-Philippe Lang a78d565959 Adds support for SCM/LDAP passwords encryption in the database (#7411). před 13 roky
  Toshi MARUYAMA 9937ac677f scm: update adapter initialize() to use path encoding (#2664, #2274). před 13 roky
  Toshi MARUYAMA a092f5e0b9 scm: catch exception of getting command and version in model (#4273). před 13 roky
  Toshi MARUYAMA 60d80653ba scm: catch CommandFailed during bulk Repository.fetch_changesets (#4455). před 13 roky
  Toshi MARUYAMA cc4e8fe0d6 scm: add scm command and version methods at repository models (#4273). před 13 roky
  Toshi MARUYAMA acb0d96617 scm: use #blank? instead of #nil? || #empty? at Repository#find_changeset_by_name(name) (#7307). před 13 roky
  Toshi MARUYAMA 98b3a50657 scm: fix error on revision page for empty revision (#7307). před 13 roky
  Toshi MARUYAMA ebb19c5863 scm: changing two revision diff text at SCM adapter level (#3724). před 13 roky
  Jean-Philippe Lang 3d393a5711 Memorize commit authors to speed up changesets loading. před 14 roky
  Jean-Philippe Lang d04d3f181a Fixed: Repository.fetch_changesets tries to fetch changesets for archived projects (#4782). před 14 roky
  Jean-Philippe Lang 4e811bebd1 Fixes Repository#find_changeset_by_name with PostgreSQL (#3937). před 14 roky
  Jean-Philippe Lang 30ad78e57d Fixed: RepositoriesController#revision may show wrong revision (#3779). před 14 roky
  Jean-Philippe Lang e10577e9ed SCM: před 14 roky
  Jean-Philippe Lang 6fb80efdae Fixes argument in Repository#latest_changesets. před 14 roky
  Eric Davis c28b044d68 Added branch and tag support to the git repository viewer. (#1406) před 14 roky
  Jean-Philippe Lang 3704653c7a Removes hardcoded table names in Repository#clear_changesets. před 15 roky
  Jean-Philippe Lang fe28193e4e Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. před 15 roky
  Jean-Philippe Lang ab5e07e83e Adds a setting to limit the number of revisions displayed on a repository file log (default=100). před 15 roky
  Jean-Philippe Lang e8d0c26e43 Eager-load users. před 15 roky
  Jean-Philippe Lang 79c33bbc83 Maps repository users to Redmine users (#1383). před 15 roky
  Jean-Philippe Lang 4b9df2eac7 Fixes Repository#clear_changesets. před 15 roky
  Jean-Philippe Lang fc07ba2a99 Clear changesets and changes with raw sql when deleting a repository (#1627). před 16 roky
  Jean-Philippe Lang 12fbd06c02 Display svn properties in the browser, svn >= 1.5.0 only (#1581). před 16 roky
  Jean-Philippe Lang ca6e69ec24 Fixed: view file at given revision with CVS. před 16 roky
  Jean-Philippe Lang ec0525d497 Move unified diff parser out of the scm abstract adapter so it can be reused for viewing attached diffs (#1403). před 16 roky