Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
account_controller_test.rb 5.41 KB 2988 about 16 years Jean-Philippe Lang AccountController#show (/account/show/:id) move...
admin_controller_test.rb 3.65 KB 2887 about 16 years Eric Davis Upgraded to Rails 2.3.4 (#3597) * Ran the Rail...
application_controller_test.rb 1.62 KB 2895 about 16 years Jean-Philippe Lang Adds missing native eol properties.
attachments_controller_test.rb 5.07 KB 2887 about 16 years Eric Davis Upgraded to Rails 2.3.4 (#3597) * Ran the Rail...
boards_controller_test.rb 5.02 KB 2887 about 16 years Eric Davis Upgraded to Rails 2.3.4 (#3597) * Ran the Rail...
custom_fields_controller_test.rb 2.5 KB 2895 about 16 years Jean-Philippe Lang Adds missing native eol properties.
documents_controller_test.rb 4.37 KB 2909 about 16 years Jean-Philippe Lang Renames uploaded_test_file helper.
enumerations_controller_test.rb 2.12 KB 2887 about 16 years Eric Davis Upgraded to Rails 2.3.4 (#3597) * Ran the Rail...
groups_controller_test.rb 2.94 KB 2989 about 16 years Jean-Philippe Lang Include missing fixtures.
issue_categories_controller_test.rb 2.87 KB 2887 about 16 years Eric Davis Upgraded to Rails 2.3.4 (#3597) * Ran the Rail...
issue_relations_controller_test.rb 1.96 KB 3013 about 16 years Jean-Philippe Lang Adds a few functional tests.
issue_statuses_controller_test.rb 1.88 KB 3013 about 16 years Jean-Philippe Lang Adds a few functional tests.
issues_controller_test.rb 39.4 KB 3007 about 16 years Jean-Philippe Lang Use FasterCSV or ruby1.9 CSV instead of ruby1.8...
journals_controller_test.rb 2.07 KB 2887 about 16 years Eric Davis Upgraded to Rails 2.3.4 (#3597) * Ran the Rail...
mail_handler_controller_test.rb 1.99 KB 2887 about 16 years Eric Davis Upgraded to Rails 2.3.4 (#3597) * Ran the Rail...
members_controller_test.rb 2.79 KB 2895 about 16 years Jean-Philippe Lang Adds missing native eol properties.
messages_controller_test.rb 5.77 KB 2887 about 16 years Eric Davis Upgraded to Rails 2.3.4 (#3597) * Ran the Rail...
my_controller_test.rb 3.55 KB 2895 about 16 years Jean-Philippe Lang Adds missing native eol properties.
news_controller_test.rb 7.07 KB 2887 about 16 years Eric Davis Upgraded to Rails 2.3.4 (#3597) * Ran the Rail...
projects_controller_test.rb 27.9 KB 2950 about 16 years Eric Davis When a specific TimeEntryActivity are change, a...
queries_controller_test.rb 10.3 KB 2887 about 16 years Eric Davis Upgraded to Rails 2.3.4 (#3597) * Ran the Rail...
reports_controller_test.rb 2.01 KB 2895 about 16 years Jean-Philippe Lang Adds missing native eol properties.
repositories_bazaar_controller_test.rb 4.94 KB 2887 about 16 years Eric Davis Upgraded to Rails 2.3.4 (#3597) * Ran the Rail...
repositories_controller_test.rb 8.26 KB 2898 about 16 years Jean-Philippe Lang Fixed: RepositoriesController#revision may show...
repositories_cvs_controller_test.rb 6.4 KB 2887 about 16 years Eric Davis Upgraded to Rails 2.3.4 (#3597) * Ran the Rail...
repositories_darcs_controller_test.rb 3.75 KB 2887 about 16 years Eric Davis Upgraded to Rails 2.3.4 (#3597) * Ran the Rail...
repositories_git_controller_test.rb 6.2 KB 2887 about 16 years Eric Davis Upgraded to Rails 2.3.4 (#3597) * Ran the Rail...
repositories_mercurial_controller_test.rb 4.99 KB 2887 about 16 years Eric Davis Upgraded to Rails 2.3.4 (#3597) * Ran the Rail...
repositories_subversion_controller_test.rb 8.69 KB 2898 about 16 years Jean-Philippe Lang Fixed: RepositoriesController#revision may show...
roles_controller_test.rb 5.93 KB 2887 about 16 years Eric Davis Upgraded to Rails 2.3.4 (#3597) * Ran the Rail...
search_controller_test.rb 4.44 KB 2895 about 16 years Jean-Philippe Lang Adds missing native eol properties.
settings_controller_test.rb 2.07 KB 3013 about 16 years Jean-Philippe Lang Adds a few functional tests.
sys_controller_test.rb 2.07 KB 2887 about 16 years Eric Davis Upgraded to Rails 2.3.4 (#3597) * Ran the Rail...
timelog_controller_test.rb 16.5 KB 3009 about 16 years Jean-Philippe Lang Fixed: first day of date range is not included ...
trackers_controller_test.rb 3.99 KB 2887 about 16 years Eric Davis Upgraded to Rails 2.3.4 (#3597) * Ran the Rail...
users_controller_test.rb 6.88 KB 2991 about 16 years Jean-Philippe Lang Unified UsersController#list and #index.
versions_controller_test.rb 2.47 KB 2887 about 16 years Eric Davis Upgraded to Rails 2.3.4 (#3597) * Ran the Rail...
watchers_controller_test.rb 2.83 KB 2977 about 16 years Jean-Philippe Lang Add a permission to remove issue watchers (#2450).
welcome_controller_test.rb 2.32 KB 2887 about 16 years Eric Davis Upgraded to Rails 2.3.4 (#3597) * Ran the Rail...
wiki_controller_test.rb 15.3 KB 2887 about 16 years Eric Davis Upgraded to Rails 2.3.4 (#3597) * Ran the Rail...
wikis_controller_test.rb 2.54 KB 2887 about 16 years Eric Davis Upgraded to Rails 2.3.4 (#3597) * Ran the Rail...
workflows_controller_test.rb 3.33 KB 2887 about 16 years Eric Davis Upgraded to Rails 2.3.4 (#3597) * Ran the Rail...

Latest revisions

# Date Author Comment
3013 2009-11-07 09:44 Jean-Philippe Lang

Adds a few functional tests.

3009 2009-11-04 18:35 Jean-Philippe Lang

Fixed: first day of date range is not included in time report with SQLite (#3112).

3007 2009-11-04 14:22 Jean-Philippe Lang

Use FasterCSV or ruby1.9 CSV instead of ruby1.8 builtin CSV.

2991 2009-10-29 19:48 Jean-Philippe Lang

Unified UsersController#list and #index.

2989 2009-10-29 19:40 Jean-Philippe Lang

Include missing fixtures.

2988 2009-10-29 19:37 Jean-Philippe Lang

AccountController#show (/account/show/:id) moved to UsersController#show (/users/:id).

2986 2009-10-29 19:09 Jean-Philippe Lang

Do not show user profile if no visible project or activity (#4129, #3720).

2977 2009-10-25 13:11 Jean-Philippe Lang

Add a permission to remove issue watchers (#2450).

2960 2009-10-24 13:35 Jean-Philippe Lang

Reverts r2770 (#3391).

2951 2009-10-22 00:34 Eric Davis

Added all list and boolean custom data fields to the Time Report. #4077

View revisions

Also available in: Atom