Commit Graph

4230 Commits (7257266d32e515f2546291bf3063cd700a219e92)
 

Author SHA1 Message Date
Toshi MARUYAMA 7257266d32 scm: filesystem: prevent exception raises if path encoding is incorrect. 14 years ago
Jean-Philippe Lang 94d3595e31 Fixed: children projects are deleted instead of being destroyed when destroying parent project (#7904). 14 years ago
Jean-Philippe Lang 82ebb82706 Fixes error in RepositoriesHelper#replace_invalid_utf8 when given nil. 14 years ago
Jean-Philippe Lang af40f86731 Fixes RepositoriesHelper#to_utf8 test failure for ruby1.8. 14 years ago
Toshi MARUYAMA 8a0574ac5d scm: git: default_branch() returns nil explicitly if branches are empty. 14 years ago
Toshi MARUYAMA 348b990b92 scm: add unit test of invalid utf8 sequences should be stripped in repository_helper to_utf8(). 14 years ago
Toshi MARUYAMA 9888b93fdd scm: to_utf8() in repositories_helper always returns UTF-8 in Ruby 1.9. 14 years ago
Toshi MARUYAMA 2de5ef5aa2 scm: git: strict Ruby 1.9 string test in unit adapter test. 14 years ago
Toshi MARUYAMA 515dcdc5a5 scm: git: strict Ruby 1.9 string test in unit model test. 14 years ago
Toshi MARUYAMA c840a19659 scm: subversion: code clean up unit model test. 14 years ago
Toshi MARUYAMA a955663b8d scm: code clean up unit model changeset test. 14 years ago
Toshi MARUYAMA b1c37ba368 scm: strict Ruby 1.9 string test in unit model test. 14 years ago
Toshi MARUYAMA 3a5f89cb43 scm: subversion: simplify Ruby 1.9 string test in unit model test. 14 years ago
Toshi MARUYAMA 24db8296b8 scm: fix repository helper unit test fails in Ruby 1.9 and non UTF-8 locale. 14 years ago
Jean-Philippe Lang f34a566c75 Prevent error when referencing an issue without project (#7890). 14 years ago
Jean-Philippe Lang d71f4f2ef5 Do not actually try to fetch changesets from the subversion repository. 14 years ago
Jean-Philippe Lang f2021227e7 Adds a test for AuthSourcesController#destroy with users. 14 years ago
Jean-Philippe Lang a59bd805d3 Indentation. 14 years ago
Jean-Philippe Lang 7b547d4487 Saves an extra SQL query on each request. 14 years ago
Jean-Philippe Lang 57734bdf6c Removes a space before argument parentheses. 14 years ago
Jean-Philippe Lang 29ce58b493 Adds links to reset filters on users and projects list. 14 years ago
Jean-Philippe Lang 4f8e8df6e0 Adds a Group filter on the admin users list (#7893). 14 years ago
Jean-Philippe Lang 3c19cacf97 Replaces TimeEntry.visible_by with a visible scope. 14 years ago
Toshi MARUYAMA 65333f1a6c scm: bazaar: add changesets order test in unit model test. 14 years ago
Toshi MARUYAMA 51faa24b37 scm: use blank? for "root @ branch" in repository tree viewing. 14 years ago
Toshi MARUYAMA 232729d93f scm: mercurial: increase limit of branch directory latest changesets. 14 years ago
Toshi MARUYAMA ca2c2a2add scm: switch showing link all revisions and directory revisions if scm supports these feature or not. 14 years ago
Toshi MARUYAMA e311b26c41 scm: set supporting directory revisions or not at scm level. 14 years ago
Toshi MARUYAMA 8412b4f104 scm: set supporting all revisions or not at scm level. 14 years ago
Jean-Philippe Lang 27177defdd Adds a visible scope to the Journal model. 14 years ago
Jean-Philippe Lang 7c2a3dc57d Adds Issue#visible_condition to build issue visibility statement. 14 years ago
Jean-Philippe Lang a1ffabb490 Changed the way the visibility SQL statement is built. 14 years ago
Toshi MARUYAMA 1c0e7790be scm: recovery showing "root @ branch" in repository tree viewing. 14 years ago
Toshi MARUYAMA cb7426d86f scm: code clean up repositories/show.rhtml. 14 years ago
Toshi MARUYAMA ba9624fcf3 scm: git: prevent showing trace when repository path changed. 14 years ago
Toshi MARUYAMA 0ddc7bd1ec scm: code clean up repositories/show.rhtml. 14 years ago
Jean-Philippe Lang 08b40a67ca Use names instead of ids for wiki anchors (#6905). 14 years ago
Jean-Philippe Lang b38b871c7f Send the CSRF token with Ajax requests (#7843). 14 years ago
Jean-Philippe Lang 9049d58de4 Fixed: line breaks are ignored in quoted text (#6148). 14 years ago
Jean-Philippe Lang 3118308461 Moved text formatting tests from application_helper tests to formatter tests. 14 years ago
Toshi MARUYAMA ce42dfeb11 scm: mercurial: add tag test in functional test (#1981). 14 years ago
Toshi MARUYAMA 83567a28a4 scm: mercurial: add named branch test in functional test (#7246). 14 years ago
Toshi MARUYAMA 80223c3523 scm: mercurial: branches and tags are enable in model (#1981, #7246). 14 years ago
Toshi MARUYAMA 2fe311d0df scm: mercurial: add test of latest changesets support named branch in unit model test (#7246). 14 years ago
Toshi MARUYAMA 4362623282 scm: mercurial: latest changesets support named branch (#7246). 14 years ago
Toshi MARUYAMA 60745d7e5a scm: mercurial: add latest changesets supporting tag test in unit model test (#1981). 14 years ago
Toshi MARUYAMA 33581f524b scm: mercurial: add latest changesets improvement test in unit model test. 14 years ago
Toshi MARUYAMA e0370914b1 scm: mercurial: add latest changesets improvement test in functional test. 14 years ago
Toshi MARUYAMA ec6e2d1789 scm: mercurial: latest changesets improvement and supporting tag (#1981). 14 years ago
Toshi MARUYAMA 6b9b3783bc scm: mercurial: check changesets size is greater than 0 in browse test in functional test. 14 years ago