summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Set @project so macros will work on the welcome and project list. #5781Eric Davis2010-06-301-0/+2
* Add a link to the cross project time entries page to /projects. #4935Eric Davis2010-06-201-0/+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
* Add ATOM auto discovery link to the Projects list. #5317Eric Davis2010-06-191-0/+4
* Fixed HTML validation errorsEric Davis2010-06-191-2/+2
* Updated the project calendar for greater accessibility.Eric Davis2010-06-151-2/+2
* Refactor: extract gantt zoom links to a helper.Eric Davis2010-05-261-10/+2
* 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
* 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-231-1/+1
* Refactor AuthSourcesController to support non-LDAP sources. #1131Eric Davis2010-05-234-1/+15
* Use present? instead of any?. Handles nil case.Eric Davis2010-05-141-5/+5
* Adds missing thead tags (#5440).Jean-Philippe Lang2010-05-0910-60/+60
* Refactor: move Project Calendar to it's own controller.Eric Davis2010-05-032-3/+3
* 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-011-0/+6
* Refactor: Move gantts to a separate controller.Eric Davis2010-04-283-2/+2
* Add "Check/Unckeck all" buttons to rows and columns on workflow edit screen (...Jean-Philippe Lang2010-04-271-3/+13
* Refactor: Split IssuesController#new to #new and #create to match REST pattern.Eric Davis2010-04-221-1/+1
* Removes hard-coded size on user search fields (#5319).Jean-Philippe Lang2010-04-182-2/+2
* Fixes error on subtask XML format (#5336).Jean-Philippe Lang2010-04-171-1/+1
* Replace the hardcoded CustomField::FIELD_FORMATS with a class.Eric Davis2010-04-161-1/+1
* Adds parent issue id in issue REST API (#5304).Jean-Philippe Lang2010-04-132-0/+2
* 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
* Makes the wiki sidebar editable (#5208).Jean-Philippe Lang2010-04-111-0/+4
* Removed count from issues.xml. It causes a typecast error in ActiveResource. ...Eric Davis2010-04-101-1/+1
* Adds a css class to issue id tds (#5204).Jean-Philippe Lang2010-03-291-1/+1
* Preview description if it was edited while updating an issue (#741).Jean-Philippe Lang2010-03-281-0/+11
* Applies the same style to the admin project tree than issues.Jean-Philippe Lang2010-03-281-2/+2
* Issue list improvements for subtasking (#5196):Jean-Philippe Lang2010-03-271-2/+2
* Fixed: Links to missing wiki pages not red on project overview page (#5177).Jean-Philippe Lang2010-03-271-1/+3
* Escape revision on repository view (#5153).Jean-Philippe Lang2010-03-271-1/+1
* Adds an option to enable/disable email notifications during a project copy (#...Jean-Philippe Lang2010-03-211-0/+2
* Fixed: code syntax highlighting not working in Document page (#3740).Jean-Philippe Lang2010-03-181-0/+4
* Adds text formatting to documents index (#202).Jean-Philippe Lang2010-03-181-3/+6
* Adds an helper for displaying the 'checked' image.Jean-Philippe Lang2010-03-176-9/+9
* Do not query the database for project level on projects list.Jean-Philippe Lang2010-03-171-2/+2
* Fixes undefined method 'notes' error from r3594Eric Davis2010-03-171-1/+1
* Inlines some code to speed up large ticket history rendering.Jean-Philippe Lang2010-03-162-2/+2
* Replace the hardcoded "CodeRay" css class name for highlighted elements.Jean-Philippe Lang2010-03-144-5/+5
* Move issue watchers to the sidebar.Jean-Philippe Lang2010-03-132-22/+22
* Slight UI changes to the subtasks tree.Jean-Philippe Lang2010-03-132-2/+2
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-135-12/+52