summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixes an object instantiation in tests.Jean-Philippe Lang2010-04-301-1/+1
* Only copy visible issues.Eric Davis2010-04-291-1/+1
* Refactor: pull #query_statement_invalid up to ApplicationController.Eric Davis2010-04-293-17/+11
* Refactor: Move gantts to a separate controller.Eric Davis2010-04-2810-93/+131
* Add "Check/Unckeck all" buttons to rows and columns on workflow edit screen (...Jean-Philippe Lang2010-04-271-3/+13
* Adds an assertion on issues deletion when deleting a project (#5381).Jean-Philippe Lang2010-04-271-2/+3
* Fixed: private subprojects names may be revealed on issue summary report (#53...Jean-Philippe Lang2010-04-271-2/+2
* Refactor: move method to helper.Eric Davis2010-04-272-34/+34
* Refactor: extract error to new method with before_filter.Eric Davis2010-04-261-4/+8
* Refactor: Extract duplicated code to a new method.Eric Davis2010-04-231-43/+26
* Refactor: Split IssuesController#new to #new and #create to match REST pattern.Eric Davis2010-04-226-53/+75
* Refactor: Move the rest of the routing tests to RoutingTest.Eric Davis2010-04-2115-702/+167
* Move more routing tests into the routing integration test.Eric Davis2010-04-206-212/+46
* Adding missing setter for Query#available_columnsEric Davis2010-04-201-0/+8
* Refactor: Move method to Query modelEric Davis2010-04-192-6/+9
* Fixes behaviour of move_issues permission for non member role (#5309).Jean-Philippe Lang2010-04-183-8/+34
* Removes hard-coded size on user search fields (#5319).Jean-Philippe Lang2010-04-183-2/+4
* Fixes acts_as_event with a String as url option (#5343).Jean-Philippe Lang2010-04-181-1/+9
* Add "Repository" menu item after repository creation (#5328).Jean-Philippe Lang2010-04-171-1/+8
* Fixed: API 401 response does not include WWW-Authenticate header (#5322).Jean-Philippe Lang2010-04-172-2/+25
* Fixed: Error on db:migrate with table prefix set (#5335).Jean-Philippe Lang2010-04-171-1/+1
* Fixes error on subtask XML format (#5336).Jean-Philippe Lang2010-04-171-1/+1
* Translation updatesAzamat Hackimov2010-04-172-907/+907
* Let custom field formats control how they are edited.Eric Davis2010-04-162-3/+12
* Change the case statement into a method call based on the nameEric Davis2010-04-161-5/+21
* Refactor: Move methodEric Davis2010-04-162-9/+13
* Replace the hardcoded CustomField::FIELD_FORMATS with a class.Eric Davis2010-04-165-12/+80
* Adds parent issue id in issue REST API (#5304).Jean-Philippe Lang2010-04-132-0/+2
* Added missing Enumeration STI exemplars.Eric Davis2010-04-132-0/+20
* Fixes a test failure with SQLite3 due to transaction fixtures (#5290).Jean-Philippe Lang2010-04-122-26/+83
* Do not raise an error when destroying a Version with assigned issues.Jean-Philippe Lang2010-04-112-13/+11
* Adds bottom margin to issue watchers avatars (#5264).Jean-Philippe Lang2010-04-111-1/+1
* Fixed: empty ul tag for issue updates with notes only (#5281).Jean-Philippe Lang2010-04-111-3/+5
* Merge issue and time entry validation error messages.Jean-Philippe Lang2010-04-111-2/+1
* Fixes Issue#save_issue_with_child_records so that time entry do not get saved...Jean-Philippe Lang2010-04-112-38/+42
* Fixed: issue optimistic locking broken by r3308 (#5280).Jean-Philippe Lang2010-04-114-12/+38
* Linkify folder names on revision view (#5164).Jean-Philippe Lang2010-04-111-14/+20
* Fixed: Update of Subversion changesets broken by r3466 under Solaris (#5255).Jean-Philippe Lang2010-04-111-1/+6
* Check that admin LDAP user is untouched after authentication (#5263).Jean-Philippe Lang2010-04-111-2/+14
* Fixes calculation of version estimated hours with subtasks (#5265).Jean-Philippe Lang2010-04-112-1/+30
* Makes the wiki sidebar editable (#5208).Jean-Philippe Lang2010-04-118-1/+61
* Removed count from issues.xml. It causes a typecast error in ActiveResource. ...Eric Davis2010-04-101-1/+1
* Added rake task to generate the yardoc (rake yard)Eric Davis2010-04-091-0/+11
* Translation updates:Azamat Hackimov2010-04-064-33/+34
* Translation updatesAzamat Hackimov2010-04-032-16/+15
* New strings to localization (#5225)Azamat Hackimov2010-04-0343-10/+161
* Translation updates and new Mongolian language (#5237)Azamat Hackimov2010-04-036-73/+1113
* Adds a css class to issue id tds (#5204).Jean-Philippe Lang2010-03-291-1/+1
* Fixes an error when running tests coverage.Jean-Philippe Lang2010-03-281-1/+1
* Preview description if it was edited while updating an issue (#741).Jean-Philippe Lang2010-03-283-3/+38