summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removes broken javascript on wiki history.Jean-Philippe Lang2010-03-101-1/+1
* Adds named scopes to replace custom finders.Eric Davis2010-03-101-7/+2
* Moves ProjectsController#add_issue_category to IssueCategoriesController#new.Jean-Philippe Lang2010-03-063-4/+4
* Moves ProjectsController#add_version to VersionsController#new.Jean-Philippe Lang2010-03-063-4/+4
* Adds context menu to the roadmap issue lists.Jean-Philippe Lang2010-03-061-5/+11
* Adds an helper for creating the context menu.Jean-Philippe Lang2010-03-042-11/+2
* Fixed: hard coded English string at the selection of issue watchers (#4982).Jean-Philippe Lang2010-03-041-1/+1
* Hide the main menu div if there isn't any items for it. #3259Eric Davis2010-03-041-0/+2
* Adds hooks on login view (#4978).Jean-Philippe Lang2010-03-031-0/+2
* Filters collapsed by default for saved queries (#4623).Jean-Philippe Lang2010-03-031-2/+2
* Fixes some context menu links broken by r3478.Jean-Philippe Lang2010-03-011-9/+9
* Fixes bottom links placement in issue with associated changesets (#4883).Jean-Philippe Lang2010-02-281-1/+2
* Allow project custom fields to be searchable (#4945).Jean-Philippe Lang2010-02-281-0/+1
* Adds attachments upload on wiki edit form (#1223).Jean-Philippe Lang2010-02-281-1/+3
* Fixed: Wrong link when "http" not included in project "Homepage" link (#4944).Jean-Philippe Lang2010-02-281-1/+1
* Link to the user from the wiki history view.Jean-Philippe Lang2010-02-261-1/+1
* Adds a link to the user profile from the administration user edit screen (#44...Jean-Philippe Lang2010-02-261-0/+1
* Fixed: changing user/roles of project member not possible without javascript ...Jean-Philippe Lang2010-02-241-1/+1