Commit Graph

179 Commits (5c8e04db55591fb15e413cda13c3c404b04db5ff)

Author SHA1 Message Date
Eric Davis fc6e7f12b7 Small test refactoring, extract method. 14 years ago
Eric Davis 73ba49a715 Use the base layout for all 403, 404, and 500 pages. #6172 14 years ago
Eric Davis 1f8d396e3f Refactor: move IssuesController#preview to a new controller. 14 years ago
Eric Davis 3eff27344b Refactor: move IssuesController#auto_complete to a new controller. #4382 14 years ago
Eric Davis 22c978ad94 Refactor: move IssuesController#reply to JournalsController 14 years ago
Eric Davis ff43bb1a74 Refactor: Extract a new IssueMovesController from IssuesController. 14 years ago
Eric Davis 041bca6ac9 Refactor: start to split IssuesController#move into two separate actions. 14 years ago
Tim Felgentreff 1f9eda4e0d update tests to work with the new data model, where neccessary 14 years ago
Eric Davis 345301284a Added JSON support to the issues API. #1214 15 years ago
Eric Davis f484fe8556 Convert tests to shoulda 15 years ago
Eric Davis 36c82ecc1f Refactor: move Project Calendar to it's own controller. 15 years ago
Eric Davis e65c3cfc7d Refactor: Move gantts to a separate controller. 15 years ago
Eric Davis 2c898d8a81 Refactor: Split IssuesController#new to #new and #create to match REST pattern. 15 years ago
Eric Davis 9b595c689d Refactor: Move the rest of the routing tests to RoutingTest. 15 years ago
Eric Davis 0fc884cf42 Move more routing tests into the routing integration test. 15 years ago
Jean-Philippe Lang aa4d1fe816 Fixed: API 401 response does not include WWW-Authenticate header (#5322). 15 years ago
Jean-Philippe Lang c88a467ddf Fixes an error when running tests coverage. 15 years ago
Jean-Philippe Lang d6f9e576e8 Makes AuthSource.authenticate return a hash instead of an array. 15 years ago
Eric Davis c68d853bf4 Refactor: Move the updating of an Issue to the #update method. 15 years ago
Eric Davis 89cf2d256d Moved the IssuesController routing tests to an integration test. 15 years ago
Eric Davis 597725d77c Separated ReportsController#issue_report into two separate actions. 15 years ago
Eric Davis 23c46c68ab Moved a routing test from a functional to an integration test. 15 years ago
Jean-Philippe Lang 1bc00ac022 Accept filters from API calls without set_filter parameter. 15 years ago
Jean-Philippe Lang 68a4cd38f5 XML REST API for Projects (#296). 15 years ago
Jean-Philippe Lang 3873388f9b XML REST API for issues that provides CRUD operations for Issues (#1214). 15 years ago
Eric Davis bfcd5039f2 Added an Admin setting to enable/disable the REST web service. (#3920) 15 years ago
Eric Davis e07e9d8bfe Added support for HTTP Basic access to the API. (#3920) 15 years ago
Eric Davis baa1ad4256 Allow authenticating with an API token via XML or JSON. (#3920) 15 years ago
Jean-Philippe Lang 5f8e9d7118 Version sharing (#465) + optional inclusion of subprojects in the roadmap view (#2666). 15 years ago
Jean-Philippe Lang 0485d3a524 Reset session on login/logout (#4248). 15 years ago
Eric Davis 93bf1df5d4 Fix 500 errors with a POST request that requires a login. #4216 15 years ago
Jean-Philippe Lang ac8a67191f Renames uploaded_test_file helper. 15 years ago
Jean-Philippe Lang 7707457145 User groups branch merged. 15 years ago
Eric Davis 677d1769d6 Reset the default language for the test, autotest was caught it staying at :no 15 years ago
Jean-Philippe Lang 9c282842a9 Do not start user session when accessing atom feed with token-based authentication. 16 years ago
Eric Davis 62e58f26b0 Changed Enumerations to use a Single Table Inheritance 16 years ago
Jean-Philippe Lang 8141110eb2 Ability to allow non-admin users to create projects (#1007). 16 years ago
Jean-Philippe Lang 3d78a1b3f3 Test failure (#3041). 16 years ago
Jean-Philippe Lang 4181f85962 Fixes that user's last_login_on was not set when using registration with automatic activation. 16 years ago
Jean-Philippe Lang dc8b804eba Fixed: export links on the issue list lose project param after applying a filter (#2908). 16 years ago
Jean-Philippe Lang 21eb3c089d Fixed: When logging in via an autologin cookie the user's last_login_on should be updated (#2820). 16 years ago
Jean-Philippe Lang 9c4a86d96c Moves project menu tests to a dedicated integration test. 16 years ago
Jean-Philippe Lang fe28193e4e Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. 16 years ago
Eric Davis 765f7abc60 Converted routing and urls to follow the Rails REST convention. 16 years ago
Jean-Philippe Lang 72d0843c1f Makes User.find_by_mail case-insensitive (password reminder #2322, repo users mapping). 16 years ago
Jean-Philippe Lang eb1d969237 Improved on-the-fly account creation. If some attributes are missing (eg. not present in the LDAP) or are invalid, the registration form is displayed so that the user is able to fill or fix these attributes. 17 years ago
Jean-Philippe Lang 7cdd88a6ce Merged Rails 2.1 compatibility branch. 17 years ago
Jean-Philippe Lang ce6cf66f6c Custom fields refactoring: most of code moved from controllers to models (using new module ActsAsCustomizable). 17 years ago
Jean-Philippe Lang 19cb6f96f4 Log the user in after registration if account activation is not needed. 17 years ago
Jean-Philippe Lang 80a7486f95 File viewer for attached text files. 17 years ago