Commit Graph

  • 58820a1e90 scm: bazaar: add unit adapter test to get .bzr/branch/branch.conf path from specified path (#2799, #4741, #8030). Toshi MARUYAMA 2011-05-25 07:46:38 +00:00
  • 05b292030c scm: bazaar: add adapter method to get .bzr/branch/branch.conf path from specified path (#2799, #4741, #8030). Toshi MARUYAMA 2011-05-25 07:46:03 +00:00
  • 228ac57ada remove trailing white-spaces from functional sys controller test. Toshi MARUYAMA 2011-05-25 04:40:18 +00:00
  • f5aec8f562 remove trailing white-spaces from sys controller source. Toshi MARUYAMA 2011-05-25 04:39:33 +00:00
  • 3325a3c355 scm: replace a tab to two spaces in app/views/settings/_repositories.rhtml. Toshi MARUYAMA 2011-05-25 04:38:35 +00:00
  • 972bcd01dd scm: remove trailing white-spaces from app/views/settings/_repositories.rhtml. Toshi MARUYAMA 2011-05-24 22:38:57 +00:00
  • 108aa7d6bf scm: remove trailing white-spaces from functional repositories controller test. Toshi MARUYAMA 2011-05-24 01:58:29 +00:00
  • 083b2864c7 scm: bazaar: remove trailing white-spaces from functional test. Toshi MARUYAMA 2011-05-24 01:47:53 +00:00
  • 5977d1be20 scm: bazaar: code clean up functional test. Toshi MARUYAMA 2011-05-24 01:47:26 +00:00
  • 29b2db0891 scm: bazaar: use constant for project id in functional test. Toshi MARUYAMA 2011-05-24 01:46:53 +00:00
  • 12801ca031 Fixed: GET /time_entries.xml ignores limit/offset parameters (#8356). Jean-Philippe Lang 2011-05-22 10:48:59 +00:00
  • ef00501c36 Fixed: validation error on issue creation when trying to add an invalid user as a watcher (#5373). Jean-Philippe Lang 2011-05-22 10:30:26 +00:00
  • 723030e40a Set version to stable. Jean-Philippe Lang 2011-05-22 09:20:14 +00:00
  • e6ed112d9d 1.2-stable branch added. Jean-Philippe Lang 2011-05-22 09:17:45 +00:00
  • 1b4a5e5aff Set version to 1.2.0. Jean-Philippe Lang 2011-05-22 09:17:05 +00:00
  • 7e1f04bdfb Do not propose users that can't view an issue as watchers (#7412). Jean-Philippe Lang 2011-05-22 09:14:36 +00:00
  • 5543ec5f5a scm: code clean up repositories controller. Toshi MARUYAMA 2011-05-21 06:16:19 +00:00
  • 782f7ca3bf scm: remove trailing white-spaces from repositories controller. Toshi MARUYAMA 2011-05-21 06:15:34 +00:00
  • 331489e8b8 set svn:eol-style=native app/views/projects/settings/_activities.rhtml. Toshi MARUYAMA 2011-05-21 04:33:11 +00:00
  • 760168366e set svn:eol-style=native app/views/common/error.html.erb. Toshi MARUYAMA 2011-05-21 04:26:15 +00:00
  • 61fb6d6e10 scm: git: add unit adapter test of default path_encoding is UTF-8 (#5251). Toshi MARUYAMA 2011-05-21 02:40:19 +00:00
  • 61c5740a86 scm: git: override "path_encoding" method in adapter (#5251). Toshi MARUYAMA 2011-05-21 02:39:42 +00:00
  • c9a3d925ca scm: mercurial: add unit adapter test of default path_encoding is UTF-8 (#2664). Toshi MARUYAMA 2011-05-21 02:38:56 +00:00
  • a1e3cf8218 scm: mercurial: override "path_encoding" method in adapter (#2664). Toshi MARUYAMA 2011-05-21 02:38:04 +00:00
  • c8309589b6 scm: cvs: add unit adapter test of default path_encoding is UTF-8 (#3462). Toshi MARUYAMA 2011-05-21 02:19:38 +00:00
  • 0840ad69ea scm: cvs: override "path_encoding" method in adapter (#3462). Toshi MARUYAMA 2011-05-21 02:18:53 +00:00
  • 2c817160ab scm: filesystem: add unit adapter test of default path_encoding is UTF-8 (#2274). Toshi MARUYAMA 2011-05-21 02:18:07 +00:00
  • cbd1715109 scm: filesystem: override "path_encoding" method in adapter (#2274). Toshi MARUYAMA 2011-05-21 02:17:34 +00:00
  • 3d4a3315f6 scm: add "path_encoding" method in abstract adapter (#2274, #3462, #2664, #5251). Toshi MARUYAMA 2011-05-21 02:16:51 +00:00
  • 7296315c95 scm: filesystem: code clean up unit model test. Toshi MARUYAMA 2011-05-21 01:10:47 +00:00
  • eb65817ff9 scm: filesystem: code clean up functional test. Toshi MARUYAMA 2011-05-21 01:00:24 +00:00
  • f36d8cacba scm: code clean up app/views/repositories/revisions.rhtml. Toshi MARUYAMA 2011-05-21 00:59:40 +00:00
  • e4d726bde3 scm: code clean up app/views/repositories/revision.rhtml. Toshi MARUYAMA 2011-05-21 00:58:47 +00:00
  • f1f4362b50 scm: git: brush up model fetch_changesets() comment. Toshi MARUYAMA 2011-05-19 22:58:38 +00:00
  • 27a491766f Traditional Chinese translation updated by ChunChang Lo (#8400). Toshi MARUYAMA 2011-05-19 03:57:01 +00:00
  • fe7e8fa590 scm: git: use hash#dup for extra_info in model fetch_changesets(). Toshi MARUYAMA 2011-05-19 02:38:14 +00:00
  • 24d58543be scm: git: add unit model test that revisions ordering is inconsistent in existing database (#5357). Toshi MARUYAMA 2011-05-19 02:17:19 +00:00
  • 9376f6e2c3 scm: git: add unit model test that revisions ordering is consistent in new database (#5357). Toshi MARUYAMA 2011-05-19 02:16:56 +00:00
  • 098655dbd0 scm: git: set revisions ordering inconsistent in existing database (#5357). Toshi MARUYAMA 2011-05-19 02:16:27 +00:00
  • 8dc8c625f6 remove trailing white-spaces from functional settings controller test. Toshi MARUYAMA 2011-05-18 11:37:31 +00:00
  • 6fea3e997b remove trailing white-spaces from unit setting test. Toshi MARUYAMA 2011-05-18 11:36:35 +00:00
  • 7111bdd426 remove trailing white-spaces from reports helper source. Toshi MARUYAMA 2011-05-18 11:13:45 +00:00
  • 40d9d4f08c remove trailing white-spaces from projects helper source. Toshi MARUYAMA 2011-05-18 11:13:02 +00:00
  • 9831c27fd0 remove trailing white-spaces from unit document test. Toshi MARUYAMA 2011-05-18 07:56:16 +00:00
  • 7a8552cbad remove trailing white-spaces from unit enabled module test. Toshi MARUYAMA 2011-05-18 07:55:38 +00:00
  • 59066eaa44 remove trailing white-spaces and an empty line from unit document category test. Toshi MARUYAMA 2011-05-18 07:54:54 +00:00
  • a913bc6a9d remove trailing white-spaces from unit default data test. Toshi MARUYAMA 2011-05-18 07:54:25 +00:00
  • b2670f4650 remove trailing white-spaces from unit attachment test. Toshi MARUYAMA 2011-05-18 07:53:50 +00:00
  • 441985fb24 remove trailing white-spaces from functional documents controller test. Toshi MARUYAMA 2011-05-18 07:53:16 +00:00
  • 04b1c974fb remove trailing white-spaces from document observer model source. Toshi MARUYAMA 2011-05-18 07:52:48 +00:00
  • b86fe9a604 remove trailing white-spaces from enabled module source. Toshi MARUYAMA 2011-05-18 07:52:23 +00:00
  • 1150917358 remove trailing white-spaces and an empty line from document category custom field model source. Toshi MARUYAMA 2011-05-18 07:51:51 +00:00
  • 966390148f remove trailing white-spaces from document category model source. Toshi MARUYAMA 2011-05-18 07:51:15 +00:00
  • 5e36c24f66 remove trailing white-spaces from mail handler controller source. Toshi MARUYAMA 2011-05-18 07:13:08 +00:00
  • 7e308ae375 remove trailing white-spaces from files controller source. Toshi MARUYAMA 2011-05-18 07:12:48 +00:00
  • 554c6f0d4a remove trailing white-spaces from attachments controller source. Toshi MARUYAMA 2011-05-18 07:12:27 +00:00
  • 5d4e4f241c remove trailing white-spaces and an empty line from activities controller source. Toshi MARUYAMA 2011-05-18 07:12:04 +00:00
  • 6eaf34c214 scm: bazaar: code clean up model. Toshi MARUYAMA 2011-05-18 07:11:41 +00:00
  • 944829861d remove trailing white-spaces excluding here-documents from unit application helper test. Toshi MARUYAMA 2011-05-18 02:46:50 +00:00
  • c42fdcd26a remove trailing white-spaces from application helper source. Toshi MARUYAMA 2011-05-18 02:46:24 +00:00
  • fb41e3dab4 remove trailing white-spaces from issues helper source. Toshi MARUYAMA 2011-05-18 02:45:59 +00:00
  • 6f0de178f9 remove trailing white-spaces from repositories helper source. Toshi MARUYAMA 2011-05-18 02:45:35 +00:00
  • 3660e28c05 remove trailing white-spaces from settings helper source. Toshi MARUYAMA 2011-05-18 02:45:11 +00:00
  • c5554dd65e remove trailing white-spaces from setting model source. Toshi MARUYAMA 2011-05-18 02:19:08 +00:00
  • 71088ed847 remove trailing white-spaces from settings controller source. Toshi MARUYAMA 2011-05-18 02:18:47 +00:00
  • 1f0ddc3199 scm: mercurial: code clean up unit adapter test. Toshi MARUYAMA 2011-05-18 02:18:25 +00:00
  • 574511fced remove trailing white-spaces and empty lines from extra/svn/reposman.rb. Toshi MARUYAMA 2011-05-17 13:32:08 +00:00
  • 5b8dfe0372 remove trailing white-spaces from wiki controller source. Toshi MARUYAMA 2011-05-17 04:34:44 +00:00
  • 4eb3af53d0 remove trailing white-spaces from issues controller source. Toshi MARUYAMA 2011-05-17 04:34:03 +00:00
  • 22e80f04ae remove trailing white-spaces from query model source. Toshi MARUYAMA 2011-05-17 04:33:19 +00:00
  • e357057559 remove trailing white-spaces from issue moves controller source. Toshi MARUYAMA 2011-05-17 03:59:02 +00:00
  • 6f8e3c031f remove trailing white-spaces from time entry model source. Toshi MARUYAMA 2011-05-17 03:58:41 +00:00
  • 32cb715db9 remove trailing white-spaces from news model source. Toshi MARUYAMA 2011-05-17 03:58:19 +00:00
  • da5140b1ac remove trailing white-spaces from message observer model source. Toshi MARUYAMA 2011-05-17 03:57:57 +00:00
  • c810b9db9c remove trailing white-spaces from message model source. Toshi MARUYAMA 2011-05-17 03:57:34 +00:00
  • 01c5311662 remove trailing white-spaces from mailer model source. Toshi MARUYAMA 2011-05-17 03:57:10 +00:00
  • f2e5b62448 remove trailing white-spaces from mail handler model source. Toshi MARUYAMA 2011-05-17 03:56:45 +00:00
  • fdea829952 remove trailing white-spaces from unit search test. Toshi MARUYAMA 2011-05-17 02:39:40 +00:00
  • 4e8fab3206 remove trailing white-spaces from unit wiki content test. Toshi MARUYAMA 2011-05-17 02:38:55 +00:00
  • 817f185e57 remove trailing white-spaces from unit wiki test. Toshi MARUYAMA 2011-05-17 02:38:09 +00:00
  • 274bd27c54 remove trailing white-spaces from unit wiki page test. Toshi MARUYAMA 2011-05-17 02:37:04 +00:00
  • 42a367b258 remove trailing white-spaces excluding SQL from issue model source. Toshi MARUYAMA 2011-05-17 02:14:06 +00:00
  • 2d7ce91e80 remove trailing white-spaces from unit mail handler test. Toshi MARUYAMA 2011-05-17 02:13:19 +00:00
  • 07fe60b639 remove trailing white-spaces from unit journal test. Toshi MARUYAMA 2011-05-17 01:16:31 +00:00
  • 435e9b326c remove trailing white-spaces and an empty line from unit journal observer test. Toshi MARUYAMA 2011-05-17 01:16:04 +00:00
  • de13c0007b remove trailing white-spaces and empty lines from unit issue test. Toshi MARUYAMA 2011-05-17 01:15:35 +00:00
  • 1122fd0e6a remove trailing white-spaces from unit issue nested set test. Toshi MARUYAMA 2011-05-17 01:15:01 +00:00
  • a955a5140b remove trailing white-spaces from unit issues helper test. Toshi MARUYAMA 2011-05-16 22:56:46 +00:00
  • 5e1576b8b4 remove trailing white-spaces from functional search controller test. Toshi MARUYAMA 2011-05-16 22:56:25 +00:00
  • dfa509b69e remove trailing white-spaces from functional wiki controller test. Toshi MARUYAMA 2011-05-16 22:56:04 +00:00
  • 3ec87dd73f remove trailing white-spaces from functional projects controller test. Toshi MARUYAMA 2011-05-16 22:55:41 +00:00
  • d3a953450e remove trailing white-spaces from functional journals controller test. Toshi MARUYAMA 2011-05-16 22:55:14 +00:00
  • 13e64ba624 Bulgarian translation updated by Ivan Cenov (#8380). Toshi MARUYAMA 2011-05-16 22:54:47 +00:00
  • 0aaa2b1b87 remove trailing white-spaces from unit activity test. Toshi MARUYAMA 2011-05-16 03:48:44 +00:00
  • 6a5c9ed3c7 remove trailing white-spaces from functional IssuesController test. Toshi MARUYAMA 2011-05-16 03:48:18 +00:00
  • 596670d615 remove trailing white-spaces from functional activities controller test. Toshi MARUYAMA 2011-05-16 00:09:58 +00:00
  • 97abb12aeb remove trailing white-spaces from WikiContent model source. Toshi MARUYAMA 2011-05-16 00:00:26 +00:00
  • 674a61dc8e remove trailing white-spaces from Document model source. Toshi MARUYAMA 2011-05-15 23:52:48 +00:00
  • b829acfb4a remove trailing white-spaces from Attachment model source. Toshi MARUYAMA 2011-05-15 23:45:13 +00:00
  • 0f245c0e56 remove trailing white-spaces from changeset model source. Toshi MARUYAMA 2011-05-15 23:01:21 +00:00