summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Refactor: move IssuesController#preview to a new controller.Eric Davis2010-08-183-2/+2
* Refactor: move IssuesController#auto_complete to a new controller. #4382Eric Davis2010-08-172-4/+1
* Fixed: changing view style in repository/diff doesn't keep previously selecte...Jean-Baptiste Barth2010-08-131-1/+1
* Refactor: Extract a new IssueMovesController from IssuesController.Eric Davis2010-08-113-6/+6
* Refactor: added link_to_project helper to handle links to projectsJean-Baptiste Barth2010-08-087-7/+7
* Refactor: start to split IssuesController#move into two separate actions.Eric Davis2010-08-061-1/+1
* Focus on the input when adding a related issue on issues/show page. #4656Jean-Baptiste Barth2010-08-041-1/+1
* Display projects as links in users/memberships partial. #5898Jean-Baptiste Barth2010-08-041-1/+3
* Added css classes to the HTML body based on the theme, controller, and action...Eric Davis2010-08-041-1/+1
* Add maxlength attributes to some Project fields. #4896Eric Davis2010-08-041-2/+2
* Use the MenuManager for the Administration menu. #6008Eric Davis2010-08-041-18/+3
* RTL theme for reference (thanks to Orgad Shaneh, #5972)Azamat Hackimov2010-07-292-2/+4
* Add a favicon link with support for suburi. #3301Eric Davis2010-07-291-0/+1
* Moves LDAP entry in admin menu.Jean-Philippe Lang2010-07-251-1/+1
* Fixes context menu broken by r3869 (#5925).Jean-Philippe Lang2010-07-251-2/+2
* Fixed: Add Another file to ticket doesn't work in IE (broken by r3750).Jean-Philippe Lang2010-07-251-2/+1
* Fixed: Forum message permalinks don't take pagination into account (#5945).Jean-Philippe Lang2010-07-251-1/+1
* Fixes broken status change in context menu (#5892).Jean-Philippe Lang2010-07-251-1/+1
* Disable priority (#5925) and progress in context menu for parent issues.Jean-Philippe Lang2010-07-251-2/+2
* Moves code to controller.Jean-Philippe Lang2010-07-251-5/+2
* Added icon for the LDAP authentication menu item. #5775Eric Davis2010-07-202-2/+2
* Add :view_issues_index_bottom hook. #5169Eric Davis2010-07-161-0/+1
* 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