summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Filters collapsed by default for saved queries (#4623).Jean-Philippe Lang2010-03-031-2/+2
* Refactor: Decouple failed attachments and the flash messagesEric Davis2010-03-038-19/+26
* Added test for when an attachment fails to save.Eric Davis2010-03-031-1/+21
* Fixes destroying attachments if the update fails. (r2875 r3523)Eric Davis2010-03-031-1/+1
* Allow multiple selected projects in #project_tree_options_for_selectEric Davis2010-03-031-1/+6
* Fixed: error while deleting an in-use enumeration (#4970).Jean-Philippe Lang2010-03-021-2/+2
* Refactor: Moved ApplicationController#attach_files to the Attachment modelEric Davis2010-03-027-37/+54
* Fixes failing tests from r3521Eric Davis2010-03-021-6/+6
* Fixes some context menu links broken by r3478.Jean-Philippe Lang2010-03-011-9/+9
* Verify issues are updated by HTTP PUT only. Regression from r3486.Eric Davis2010-03-012-1/+17
* Refactor: Decouple building Issue and TimeEntry objects in #issue_update.Eric Davis2010-03-011-7/+7
* Adds a test for not sending email without recipient (#4920).Jean-Philippe Lang2010-02-281-0/+21
* Fixed: Trac importer creates duplicate wiki records (#4743).Jean-Philippe Lang2010-02-281-0/+1
* Fixes bottom links placement in issue with associated changesets (#4883).Jean-Philippe Lang2010-02-282-2/+3
* Fixed: Plugin generators should display help if no parameter is given (#4609).Jean-Philippe Lang2010-02-282-0/+2
* Fixed: Git blame/annotate fails on moved files (#3832).Jean-Philippe Lang2010-02-282-3/+26
* Adds 'Blocked by' (#1755) and 'Duplicated by' relation types to the dropdown ...Jean-Philippe Lang2010-02-281-5/+10
* Fixed: attachments with the same name at the same time overwrite (#3691).Jean-Philippe Lang2010-02-282-5/+19
* Allow project custom fields to be searchable (#4945).Jean-Philippe Lang2010-02-281-0/+1
* Fixes a test failure due to a default custom field value.Jean-Philippe Lang2010-02-281-4/+2
* Adds missing fixtures.Jean-Philippe Lang2010-02-281-0/+1
* Update for 0.9.3 release.Jean-Philippe Lang2010-02-282-1/+21
* Adds attachments upload on wiki edit form (#1223).Jean-Philippe Lang2010-02-283-1/+22
* Fixed: journal details duplicated when an issue is saved twice (#3690).Jean-Philippe Lang2010-02-282-29/+75
* Fixed: Wrong link when "http" not included in project "Homepage" link (#4944).Jean-Philippe Lang2010-02-281-1/+1
* Refactor: Extracted saving logic out of #update and into a utility methodEric Davis2010-02-261-29/+34
* Link to the user from the wiki history view.Jean-Philippe Lang2010-02-261-1/+1
* Adds a link to the user profile from the administration user edit screen (#44...Jean-Philippe Lang2010-02-2639-0/+39
* Removes a useless assignment in Trac importer (#4931).Jean-Philippe Lang2010-02-261-1/+1
* Let administrators see locked user profiles.Jean-Philippe Lang2010-02-262-6/+14
* Makes AuthSource.authenticate return a hash instead of an array.Jean-Philippe Lang2010-02-264-14/+12
* Test that AuthSourceLdap#authenticate returns valid User attributes only.Jean-Philippe Lang2010-02-261-16/+9
* Moves the LDAP test server to a fixture.Jean-Philippe Lang2010-02-263-24/+18
* Adds a sample test LDAP configuration file.Jean-Philippe Lang2010-02-261-0/+19
* User model should not have to clean up LDAP attributes.Jean-Philippe Lang2010-02-262-3/+2
* Refactor: Extracted the duplication from the last commit into a new methodEric Davis2010-02-251-32/+27
* Refactor: Move the updating of an Issue to the #update method.Eric Davis2010-02-254-10/+29
* Fix LDAP on the fly creation. The User object doesn't have a :dn attribute.Eric Davis2010-02-252-1/+32
* Optimize: Only select the name when getting the module names.Eric Davis2010-02-251-1/+1
* Fixed: changing user/roles of project member not possible without javascript ...Jean-Philippe Lang2010-02-242-1/+7
* Fixed: projects are referenced by id in search results.Jean-Philippe Lang2010-02-241-1/+1
* Makes project identifiers searchable (#4897).Jean-Philippe Lang2010-02-241-1/+1
* Refactor: Start to extract IssuesController#edit into #update (REST).Eric Davis2010-02-244-29/+37
* Reduces spacing on the bulk edit form.Jean-Philippe Lang2010-02-232-4/+4
* Bulk edit refactoring.Jean-Philippe Lang2010-02-235-75/+53
* Move hardcoded calendar images to css classes.Jean-Philippe Lang2010-02-238-11/+10
* Fixed view_issues_move_bottom hook arguments (#4893).Jean-Philippe Lang2010-02-231-1/+1
* Refactor: Extract Issue#bulk_edit from the IssuesControllerEric Davis2010-02-232-13/+31
* Moved the IssuesController routing tests to an integration test.Eric Davis2010-02-222-116/+43
* Avoid unnecessary SQL queries when loading changesets.Jean-Philippe Lang2010-02-211-6/+7