summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Make the Gantt zoom images more accessibleEric Davis2010-05-261-4/+8
* Refactor: extract gantt zoom links to a helper.Eric Davis2010-05-262-10/+24
* Add the page title when editing /my/page.Eric Davis2010-05-261-0/+1
* Convert the file attachment's description to a label.Eric Davis2010-05-252-3/+3
* Add error messages to MembersController#new so a user is informed of missing ...Eric Davis2010-05-241-6/+22
* Invalid HTMLEric Davis2010-05-241-1/+1
* Added a missing label to my/page_layout.Eric Davis2010-05-241-0/+1
* Added missing labels to the Issue Calendar.Eric Davis2010-05-242-1/+3
* Allow AuthSources to control if they allow password changes.Eric Davis2010-05-234-5/+24
* Refactor AuthSourcesController to support non-LDAP sources. #1131Eric Davis2010-05-236-8/+55
* Remove hard coded LDAP log message.Eric Davis2010-05-231-1/+1
* Use present? instead of any?. Handles nil case.Eric Davis2010-05-141-5/+5
* Eager load group projects to avoid N SQL queries.Jean-Philippe Lang2010-05-091-1/+1
* Adds missing thead tags (#5440).Jean-Philippe Lang2010-05-0910-60/+60
* Refactor: move Project Calendar to it's own controller.Eric Davis2010-05-034-31/+43
* Fixing indentation.Jean-Philippe Lang2010-05-011-12/+12
* Adds trackers to individual project XML (#5342).Jean-Philippe Lang2010-05-011-7/+13
* Adds issue relations to individual issue XML (#5305).Jean-Philippe Lang2010-05-012-7/+24
* Refactor: Pull up #find_optional_project to ApplicationController.Eric Davis2010-04-303-19/+10
* Fixes workflow edit with JRuby (#5404).Jean-Philippe Lang2010-04-301-1/+1
* Fixes time report with JRuby (#5404).Jean-Philippe Lang2010-04-301-1/+1
* Removes broken code in ProjectsController (#5412).Jean-Philippe Lang2010-04-301-1/+0
* Fixes selected menu tab when issue creation fails.Jean-Philippe Lang2010-04-301-1/+1
* Fixed: 500 internal error when browsing any Redmine page in Epiphany (#5401).Jean-Philippe Lang2010-04-301-1/+2
* 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-285-35/+67
* Add "Check/Unckeck all" buttons to rows and columns on workflow edit screen (...Jean-Philippe Lang2010-04-271-3/+13
* 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-222-29/+50
* 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-182-8/+17
* Removes hard-coded size on user search fields (#5319).Jean-Philippe Lang2010-04-182-2/+2
* 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-171-2/+2
* 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
* Let custom field formats control how they are edited.Eric Davis2010-04-161-3/+5
* Refactor: Move methodEric Davis2010-04-161-9/+1
* Replace the hardcoded CustomField::FIELD_FORMATS with a class.Eric Davis2010-04-163-12/+3
* Adds parent issue id in issue REST API (#5304).Jean-Philippe Lang2010-04-132-0/+2
* Do not raise an error when destroying a Version with assigned issues.Jean-Philippe Lang2010-04-112-13/+11
* 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-111-27/+28
* Fixed: issue optimistic locking broken by r3308 (#5280).Jean-Philippe Lang2010-04-112-12/+14