Redmine/test/functional
Eric Davis cdfc57d544 Change the TimelogController's to/from dates based on the project time entries
Instead of looking for the earliest and latest time entry system wide for the
dates in the form, now TimelogController will only look at the time entries
for the current project (and parent/sub projects).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4087 e93f8b46-1217-0410-a6f0-8f06a7374b81
2010-09-14 19:02:25 +00:00
..
account_controller_test.rb Prevent 500 error on login when there's a typo in OpenID URI scheme, such as http;// or http.// 2010-08-10 21:12:32 +00:00
activities_controller_test.rb Refactor: extract ProjectsController#activity to a new Activities controller. 2010-08-27 14:05:54 +00:00
admin_controller_test.rb Add some assertions on the default data loading test to debug a Ruby 1.9 failure. 2010-06-20 16:08:20 +00:00
application_controller_test.rb Upgraded to Rails 2.3.4 (#3597) 2009-09-13 17:14:35 +00:00
attachments_controller_test.rb Refactor: Move the rest of the routing tests to RoutingTest. 2010-04-21 16:02:55 +00:00
auth_sources_controller_test.rb Fix a few requires for metric_fu's rcov. 2010-08-04 15:04:30 +00:00
auto_completes_controller_test.rb Refactor: move IssuesController#auto_complete to a new controller. #4382 2010-08-17 15:03:58 +00:00
boards_controller_test.rb Refactor: Move the rest of the routing tests to RoutingTest. 2010-04-21 16:02:55 +00:00
calendars_controller_test.rb Fix a few requires for metric_fu's rcov. 2010-08-04 15:04:30 +00:00
context_menus_controller_test.rb Allow mass status update through context menu. #3411 2010-09-03 19:54:24 +00:00
custom_fields_controller_test.rb Adds missing native eol properties. 2009-09-20 14:06:57 +00:00
documents_controller_test.rb Added tests for #5533's behavior. 2010-06-19 22:17:34 +00:00
enumerations_controller_test.rb Upgraded to Rails 2.3.4 (#3597) 2009-09-13 17:14:35 +00:00
files_controller_test.rb Refactor: convert FilesController to a restful resource. 2010-09-14 16:24:07 +00:00
gantts_controller_test.rb Rewrite the Gantt chart. #6276 2010-09-10 03:09:02 +00:00
groups_controller_test.rb Include missing fixtures. 2009-10-29 18:40:00 +00:00
issue_categories_controller_test.rb Refactor: Move the rest of the routing tests to RoutingTest. 2010-04-21 16:02:55 +00:00
issue_moves_controller_test.rb Fix path to test_helper 2010-08-12 13:57:46 +00:00
issue_relations_controller_test.rb Refactor: Move the rest of the routing tests to RoutingTest. 2010-04-21 16:02:55 +00:00
issue_statuses_controller_test.rb Refactor: Merged IssueStatusesController#list and #index. 2010-02-12 19:15:33 +00:00
issues_controller_test.rb Fixed "Create and continue" redirection broken by recent changes. #6333 2010-09-11 20:21:27 +00:00
issues_controller_transaction_test.rb Fixes some parameters in functional tests. 2010-04-30 10:06:51 +00:00
journals_controller_test.rb Refactor: move IssuesController#changes to JournalsController#index. 2010-08-23 15:04:36 +00:00
ldap_auth_sources_controller.rb Refactor AuthSourcesController to support non-LDAP sources. #1131 2010-05-23 03:16:31 +00:00
mail_handler_controller_test.rb Upgraded to Rails 2.3.4 (#3597) 2009-09-13 17:14:35 +00:00
members_controller_test.rb Add error messages to MembersController#new so a user is informed of missing data. 2010-05-24 20:21:16 +00:00
messages_controller_test.rb Refactor: Move the rest of the routing tests to RoutingTest. 2010-04-21 16:02:55 +00:00
my_controller_test.rb Added an API token for each User to use when making API requests. (#3920) 2009-12-23 06:27:28 +00:00
news_controller_test.rb Refactor: Move the rest of the routing tests to RoutingTest. 2010-04-21 16:02:55 +00:00
previews_controller_test.rb Refactor: move IssuesController#preview to a new controller. 2010-08-18 15:01:35 +00:00
project_enumerations_controller_test.rb Refactor: convert ProjectEnumerations to a resource on a project. 2010-09-10 16:00:49 +00:00
projects_controller_test.rb Refactor: split method ProjectsController#edit to ProjectsController#update. 2010-09-08 16:01:51 +00:00
queries_controller_test.rb Upgraded to Rails 2.3.4 (#3597) 2009-09-13 17:14:35 +00:00
reports_controller_test.rb Separated ReportsController#issue_report into two separate actions. 2010-02-08 17:53:58 +00:00
repositories_bazaar_controller_test.rb Upgraded to Rails 2.3.4 (#3597) 2009-09-13 17:14:35 +00:00
repositories_controller_test.rb Refactor: Move the rest of the routing tests to RoutingTest. 2010-04-21 16:02:55 +00:00
repositories_cvs_controller_test.rb Upgraded to Rails 2.3.4 (#3597) 2009-09-13 17:14:35 +00:00
repositories_darcs_controller_test.rb Upgraded to Rails 2.3.4 (#3597) 2009-09-13 17:14:35 +00:00
repositories_git_controller_test.rb Extend changes.path and changes.from_path to support longer paths. #5771 2010-07-06 02:07:46 +00:00
repositories_mercurial_controller_test.rb Upgraded to Rails 2.3.4 (#3597) 2009-09-13 17:14:35 +00:00
repositories_subversion_controller_test.rb Support listing directories in svn which include square brackets. #5548 2010-06-20 16:08:26 +00:00
roles_controller_test.rb Refactor: Merged RolesController#list and #index 2010-02-15 16:41:16 +00:00
search_controller_test.rb Typecast issue ids when searched for. 2010-06-20 20:01:32 +00:00
settings_controller_test.rb Adds a few functional tests. 2009-11-07 08:44:56 +00:00
sys_controller_test.rb Adds on optional API key to repositories management controller and reposman.rb. 2009-12-20 09:44:28 +00:00
timelog_controller_test.rb Change the TimelogController's to/from dates based on the project time entries 2010-09-14 19:02:25 +00:00
trackers_controller_test.rb Refactor: Merged TrackersController#list and #index 2010-02-15 16:41:27 +00:00
users_controller_test.rb Allow user password changes when changing to Internal authentication. #6267 2010-09-06 01:02:52 +00:00
versions_controller_test.rb Fixed broken context_menu on roadmap. #6351 2010-09-11 14:00:23 +00:00
watchers_controller_test.rb Make sure user can not watch what he is not allowed to view. 2009-12-13 14:48:28 +00:00
welcome_controller_test.rb Fixes EOL style related test failures. 2010-04-30 18:08:40 +00:00
wiki_controller_test.rb Move more routing tests into the routing integration test. 2010-04-20 15:42:57 +00:00
wikis_controller_test.rb Refactor: Move the rest of the routing tests to RoutingTest. 2010-04-21 16:02:55 +00:00
workflows_controller_test.rb By default, only show statuses that are used by the tracker on the workflow edit view. 2009-12-18 15:41:32 +00:00