| Commit message (Expand) | Author | Age | Files | Lines |
* | Makes AuthSource.authenticate return a hash instead of an array. | Jean-Philippe Lang | 2010-02-26 | 1 | -2/+2 |
* | Refactor: Move the updating of an Issue to the #update method. | Eric Davis | 2010-02-25 | 2 | -2/+2 |
* | Moved the IssuesController routing tests to an integration test. | Eric Davis | 2010-02-22 | 1 | -1/+43 |
* | Separated ReportsController#issue_report into two separate actions. | Eric Davis | 2010-02-08 | 1 | -1/+1 |
* | Moved a routing test from a functional to an integration test. | Eric Davis | 2010-02-08 | 1 | -0/+26 |
* | Accept filters from API calls without set_filter parameter. | Jean-Philippe Lang | 2010-01-18 | 1 | -0/+9 |
* | XML REST API for Projects (#296). | Jean-Philippe Lang | 2010-01-14 | 1 | -0/+134 |
* | XML REST API for issues that provides CRUD operations for Issues (#1214). | Jean-Philippe Lang | 2010-01-13 | 1 | -0/+158 |
* | Added an Admin setting to enable/disable the REST web service. (#3920) | Eric Davis | 2009-12-23 | 4 | -0/+116 |
* | Added support for HTTP Basic access to the API. (#3920) | Eric Davis | 2009-12-23 | 3 | -6/+171 |
* | Allow authenticating with an API token via XML or JSON. (#3920) | Eric Davis | 2009-12-23 | 1 | -0/+73 |
* | Version sharing (#465) + optional inclusion of subprojects in the roadmap vie... | Jean-Philippe Lang | 2009-12-06 | 1 | -1/+1 |
* | Reset session on login/logout (#4248). | Jean-Philippe Lang | 2009-11-21 | 1 | -0/+18 |
* | Fix 500 errors with a POST request that requires a login. #4216 | Eric Davis | 2009-11-14 | 1 | -0/+6 |
* | Renames uploaded_test_file helper. | Jean-Philippe Lang | 2009-10-10 | 1 | -1/+1 |
* | User groups branch merged. | Jean-Philippe Lang | 2009-09-12 | 1 | -3/+4 |
* | Reset the default language for the test, autotest was caught it staying at :no | Eric Davis | 2009-09-04 | 1 | -0/+1 |
* | Do not start user session when accessing atom feed with token-based authentic... | Jean-Philippe Lang | 2009-06-06 | 1 | -1/+12 |
* | Changed Enumerations to use a Single Table Inheritance | Eric Davis | 2009-05-30 | 1 | -1/+1 |
* | Ability to allow non-admin users to create projects (#1007). | Jean-Philippe Lang | 2009-05-17 | 1 | -24/+0 |
* | Test failure (#3041). | Jean-Philippe Lang | 2009-03-28 | 1 | -1/+1 |
* | Fixes that user's last_login_on was not set when using registration with auto... | Jean-Philippe Lang | 2009-03-15 | 1 | -1/+4 |
* | Fixed: export links on the issue list lose project param after applying a fil... | Jean-Philippe Lang | 2009-03-06 | 1 | -1/+38 |
* | Fixed: When logging in via an autologin cookie the user's last_login_on shoul... | Jean-Philippe Lang | 2009-02-25 | 1 | -0/+32 |
* | Moves project menu tests to a dedicated integration test. | Jean-Philippe Lang | 2009-02-21 | 1 | -0/+69 |
* | Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. | Jean-Philippe Lang | 2009-02-21 | 4 | -12/+14 |
* | Converted routing and urls to follow the Rails REST convention. | Eric Davis | 2009-01-26 | 3 | -11/+11 |
* | Makes User.find_by_mail case-insensitive (password reminder #2322, repo users... | Jean-Philippe Lang | 2008-12-12 | 1 | -1/+1 |
* | Improved on-the-fly account creation. If some attributes are missing (eg. not... | Jean-Philippe Lang | 2008-07-19 | 1 | -0/+48 |
* | Merged Rails 2.1 compatibility branch. | Jean-Philippe Lang | 2008-07-04 | 1 | -0/+3 |
* | Custom fields refactoring: most of code moved from controllers to models (usi... | Jean-Philippe Lang | 2008-06-27 | 1 | -2/+3 |
* | Log the user in after registration if account activation is not needed. | Jean-Philippe Lang | 2008-06-09 | 1 | -2/+6 |
* | File viewer for attached text files. | Jean-Philippe Lang | 2008-06-09 | 1 | -0/+18 |
* | Fix tests broken by r1243 (Redirect to issue page after creating a new issue). | Jean-Philippe Lang | 2008-03-15 | 1 | -2/+2 |
* | Adds an optional description to attachments. | Jean-Philippe Lang | 2008-02-29 | 1 | -1/+2 |
* | Fixed a bug in localization introduced by r1131 (anonymous users inherit the ... | Jean-Philippe Lang | 2008-02-13 | 1 | -0/+43 |
* | Merged IssuesController #edit and #update into a single actions. | Jean-Philippe Lang | 2008-02-09 | 1 | -1/+1 |
* | Added default value for custom fields. Fixed javascript on custom field form ... | Jean-Philippe Lang | 2008-01-20 | 1 | -2/+12 |
* | ProjectsController#add_issue moved to IssuesController#new. | Jean-Philippe Lang | 2008-01-20 | 1 | -3/+3 |
* | Merged IssuesController change_status and add_note actions. | Jean-Philippe Lang | 2008-01-06 | 1 | -1/+3 |
* | Project identifier is now used in URLs (instead of project id). | Jean-Philippe Lang | 2007-12-17 | 1 | -1/+1 |
* | There's now 3 account activation strategies (available in application settings): | Jean-Philippe Lang | 2007-11-18 | 1 | -1/+42 |
* | ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf mer... | Jean-Philippe Lang | 2007-11-05 | 1 | -1/+1 |
* | Fix: error when posting to projects/add or users/add with no custom_fields pa... | Jean-Philippe Lang | 2007-08-29 | 1 | -1/+5 |
* | Merged 0.6 branch into trunk. | Jean-Philippe Lang | 2007-08-29 | 2 | -4/+4 |
* | Added the ability to archive projects: | Jean-Philippe Lang | 2007-05-27 | 1 | -0/+44 |
* | Moved functional tests for MyController | Jean-Philippe Lang | 2007-04-28 | 1 | -43/+1 |
* | Initial commit for svn repository management and access control: | Jean-Philippe Lang | 2007-04-01 | 1 | -1/+1 |
* | file upload test now uses ActionController::TestUploadedFile | Jean-Philippe Lang | 2007-02-18 | 1 | -23/+3 |
* | empty tokens table | Jean-Philippe Lang | 2007-02-02 | 1 | -0/+2 |