summaryrefslogtreecommitdiffstats
path: root/app/helpers/projects_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Removes wiki tab in project settings (#26579).Jean-Philippe Lang2017-07-301-1/+0
* Hide the issue tracking tab if module is disabled (#26488).Jean-Philippe Lang2017-07-271-2/+4
* Renames tab to "Project".Jean-Philippe Lang2017-07-271-1/+1
* Project settings: Move issue tracking settings to their own tab (#26488).Jean-Philippe Lang2017-07-271-0/+1
* Removes the Modules tab in project settings (#26488).Jean-Philippe Lang2017-07-261-1/+0
* Renames project settings tab to "Time tracking".Jean-Philippe Lang2017-07-201-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Option to set a default assignee on each project (#482).Jean-Philippe Lang2017-04-081-0/+5
* REST API: option to get the project activities for time entries (#7506).Jean-Philippe Lang2017-03-031-1/+6
* Use the main menu for project related actions that support cross-project disp...Jean-Philippe Lang2016-11-191-9/+2
* Use the regular "icon icon-*" in other pages (#24313).Jean-Philippe Lang2016-11-191-1/+1
* Enable filtering versions on Project -> Settings -> Versions (#22608).Jean-Philippe Lang2016-08-301-1/+2
* Forum list can be reordered with drag and drop (#12909).Jean-Philippe Lang2016-04-181-0/+13
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Default target version for new issues (#1828).Jean-Philippe Lang2015-11-011-0/+8
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Restores commits reverted when rails-4.1 branch was merged (#18174).Jean-Philippe Lang2014-10-241-5/+0
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-0/+5
* Include enabled modules in projects API (#17602).Jean-Baptiste Barth2014-09-061-0/+21
* Moved #link_to_version to ApplicationHelper (#17431).Jean-Philippe Lang2014-07-141-5/+0
* Use named routes.Jean-Philippe Lang2014-03-211-5/+11
* Extract code to render project context links to helper (#16381).Jean-Philippe Lang2014-03-211-0/+9
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Replaces <option value=""></option> which is not HTML5 valid (#15191).Jean-Philippe Lang2013-10-261-1/+1
* Preserve field values on bulk edit failure (#13943).Jean-Philippe Lang2013-05-041-2/+3
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Extract code to render nested listed of projects in an helper (#11539).Jean-Philippe Lang2012-08-101-29/+6
* Do not propose non-assignable version (#11506).Jean-Philippe Lang2012-07-271-4/+0
* Visual hint for closed projects on project list (#3640).Jean-Philippe Lang2012-06-251-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Set tab caption to plural.Jean-Philippe Lang2012-01-151-1/+1
* Resourcified repositories for CRUD operations to prepare for multiple SCM per...Jean-Philippe Lang2012-01-151-1/+1
* Added encoding comment to helpers (#9792).Jean-Philippe Lang2011-12-141-0/+2
* Rails3: use String#html_safe for render_project_hierarchy() at ProjectsHelper.Toshi MARUYAMA2011-08-201-1/+1
* Rails3: use String#html_safe for parent_project_select_tag() at ProjectsHelper.Toshi MARUYAMA2011-08-201-1/+1
* remove trailing white-spaces from projects helper source.Toshi MARUYAMA2011-05-181-11/+11
* Refactor: added link_to_project helper to handle links to projectsJean-Baptiste Barth2010-08-081-1/+1
* Set @project so macros will work on the welcome and project list. #5781Eric Davis2010-06-301-0/+4
* Fixed some labels to be more accessible.Eric Davis2010-01-211-1/+1
* Adds a 'Add subprojects' permission.Jean-Philippe Lang2009-12-241-1/+10
* Remove invalid escaping in version field (#4460).Jean-Philippe Lang2009-12-231-2/+2
* Fixed: Bulk edit of issues throws 500 if no versions are defined on the proje...Jean-Philippe Lang2009-12-091-1/+1
* Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...Jean-Philippe Lang2009-12-061-1/+24
* Allow non admin users to add subprojects (#2963).Jean-Philippe Lang2009-11-151-1/+1
* Added a Activities tab to Project SettingsEric Davis2009-10-211-1/+2
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-241-0/+35
* Display latest user's activity on account/show view.Jean-Philippe Lang2008-11-301-12/+0
* Adds support for free ticket filtering and custom queries on Gantt chart.Jean-Philippe Lang2008-09-101-150/+0
* Fixed: private method 'gsub' called for nil:NilClass on activity (#1519).Jean-Philippe Lang2008-06-241-1/+1