summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Handle unsuccessful destroys in TimelogController. #5700Eric Davis2010-06-201-2/+5
* Add a link to the cross project time entries page to /projects. #4935Eric Davis2010-06-201-0/+1
* Truncate incoming email subject lines to 255 characters. #5698Eric Davis2010-06-201-1/+1
* Fix for Ruby 1.9 strings.Eric Davis2010-06-201-1/+1
* Added two hooks to the issues report. #5233Eric Davis2010-06-201-0/+2
* Display the correct ISO week number on the project calendar.Eric Davis2010-06-191-1/+1
* Add a css class to hide content when printing. #5508Eric Davis2010-06-191-2/+2
* Hide the role forms when editing or adding Project members. #5452Eric Davis2010-06-191-1/+7
* Accept email from anonymous users with an empty from address. #5604Eric Davis2010-06-191-1/+1
* Accept key authentication to ProjectsController#index (for feeds). #5317Eric Davis2010-06-191-1/+1
* Add ATOM auto discovery link to the Projects list. #5317Eric Davis2010-06-191-0/+4
* Fixed HTML validation errorsEric Davis2010-06-191-2/+2
* Unused variableEric Davis2010-06-191-1/+0
* Fix a nil error when a Project cannot save attachments.Eric Davis2010-06-191-1/+7
* Updated the project calendar for greater accessibility.Eric Davis2010-06-151-2/+2
* Added JSON support to the issues API. #1214Eric Davis2010-06-052-1/+15
* Add an "Assigned To" keyword to receiving email. #5594Eric Davis2010-05-291-1/+14
* Add 'Start date' and 'End date' keywords for incoming email. #5595Eric Davis2010-05-281-3/+10
* Include the Project name when sorting versions.Eric Davis2010-05-271-4/+16
* Show subproject versions on the Roadmap.Eric Davis2010-05-272-1/+10
* 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