summaryrefslogtreecommitdiffstats
path: root/app/views/projects/show.rhtml
Commit message (Expand)AuthorAgeFilesLines
* rename .rhtml to .html.erb of app/views/projects/show.rhtml.Toshi MARUYAMA2011-09-011-80/+0
* remove trailing white-spaces from app/views/projects/show.rhtml.Toshi MARUYAMA2011-08-021-8/+8
* HTML escape.Jean-Philippe Lang2011-07-301-2/+2
* Replaces TimeEntry.visible_by with a visible scope.Jean-Philippe Lang2011-03-161-1/+1
* Adds a "visible" option on User and Project custom fields (#1738).Jean-Philippe Lang2010-11-071-1/+1
* Refactor: rename TimelogController#details to #indexEric Davis2010-10-061-1/+1
* Refactor: extract TimelogController#report to a new controller classEric Davis2010-10-051-1/+1
* Fix the new subproject link on project overview. #6388Eric Davis2010-09-171-1/+1
* Refactor: extract ProjectsController#activity to a new Activities controller.Eric Davis2010-08-271-1/+1
* Refactor: extract Members Box to partial.Eric Davis2010-08-191-8/+1
* Refactor: move Project Calendar to it's own controller.Eric Davis2010-05-031-1/+1
* Refactor: Move gantts to a separate controller.Eric Davis2010-04-281-1/+1
* Fixed: Links to missing wiki pages not red on project overview page (#5177).Jean-Philippe Lang2010-03-271-1/+3
* Fixed: Wrong link when "http" not included in project "Homepage" link (#4944).Jean-Philippe Lang2010-02-281-1/+1
* Adds a 'Add subprojects' permission.Jean-Philippe Lang2009-12-241-0/+6
* Issue sidebar cleanup.Jean-Philippe Lang2009-12-181-10/+9
* Removes large icons.Jean-Philippe Lang2009-12-171-5/+5
* Fixed: Custom values with a nil value cause error on (project|account)/show (...Jean-Philippe Lang2009-09-201-1/+1
* Added plugin hook, :view_projects_show_sidebar_bottomEric Davis2009-09-121-0/+1
* Escape role name.Jean-Philippe Lang2009-05-121-1/+1
* Display all users roles on project overview (#3339).Jean-Philippe Lang2009-05-121-5/+3
* Added two new plugin hooks to the Project Overview pageEric Davis2009-04-241-0/+2
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-3/+4
* Adds (a maximum of 3) links to project ancestors in the page title (#2788).Jean-Philippe Lang2009-02-201-4/+0
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-241-5/+7
* link_to project homepage instead of auto_link (#1937).Jean-Philippe Lang2008-10-181-1/+1
* Adds support for free ticket filtering and custom queries on Calendar.Jean-Philippe Lang2008-09-111-1/+1
* Adds support for free ticket filtering and custom queries on Gantt chart.Jean-Philippe Lang2008-09-101-1/+1
* Escapes HTML tags.Jean-Philippe Lang2008-07-021-1/+1
* Custom fields refactoring: most of code moved from controllers to models (usi...Jean-Philippe Lang2008-06-271-1/+1
* Make 'Planning' string translatable (closes #890).Jean-Philippe Lang2008-03-231-1/+1
* Added a 'New issue' link in the main menu (accesskey 7).Jean-Philippe Lang2008-01-201-5/+0
* ProjectsController#add_issue moved to IssuesController#new.Jean-Philippe Lang2008-01-201-1/+1
* Slight improvements to the browser views.Jean-Philippe Lang2008-01-021-1/+1
* More detailed html title on several views.Jean-Philippe Lang2007-12-071-0/+2
* Project name format limitation removed (name can now contain any character).Jean-Philippe Lang2007-12-031-2/+2
* Added per-project tracker selection. Trackers can be selected on project sett...Jean-Philippe Lang2007-11-201-1/+1
* Moved ProjectsController#list_news to NewsController#index.Jean-Philippe Lang2007-11-051-2/+2
* ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf mer...Jean-Philippe Lang2007-11-051-2/+2
* Removed ProjectsController#feeds. This view was incomplete and inconsistent w...Jean-Philippe Lang2007-10-011-11/+1
* Fixed: Planning title displayed in the project sidebar even if there is no li...Jean-Philippe Lang2007-09-231-2/+7
* Application layout refactored.Jean-Philippe Lang2007-09-221-21/+36
* Added project module concept.Jean-Philippe Lang2007-09-141-0/+2
* Fixed: "new issue" drop-down only visible by admin users.Jean-Philippe Lang2007-08-291-1/+1
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-1/+2
* Added feeds auto discovery links on projects/show (patch by Nicolas Chuche).Jean-Philippe Lang2007-08-161-1/+12
* Added per user custom queries.Jean-Philippe Lang2007-06-231-3/+0
* Added the ability to archive projects:Jean-Philippe Lang2007-05-271-1/+1
* Fixed: 10342 Creation of Schema in OracleJean-Philippe Lang2007-04-251-1/+1
* News box on project/show is hidden if there is no news to display.Jean-Philippe Lang2007-04-201-0/+2