summaryrefslogtreecommitdiffstats
path: root/app/views/projects
Commit message (Expand)AuthorAgeFilesLines
* Hide issue custom fields when disabling issue tracking on new project.Jean-Philippe Lang2013-10-051-1/+12
* code format cleanup app/views/projects/settings/_members.html.erbToshi MARUYAMA2013-08-091-27/+41
* remove unneeded h() from app/views/projects/settings/_members.html.erbToshi MARUYAMA2013-08-091-3/+3
* change member save button from :button_change to :button_save (#13745)Toshi MARUYAMA2013-08-091-1/+1
* code format cleanup app/views/projects/index.html.erbToshi MARUYAMA2013-08-071-2/+2
* Adds missing html titles (#14517).Jean-Philippe Lang2013-07-282-2/+3
* Fixed one query per member on project settings.Jean-Philippe Lang2013-07-111-1/+1
* Add a "Cancel" button to the "Delete" project page when deleting a project (#...Jean-Philippe Lang2013-03-191-0/+1
* replace tabs to spaces at app/views/projects/settings/_issue_categories.html.erbToshi MARUYAMA2013-03-151-2/+2
* replace tabs to spaces at app/views/projects/settings/_boards.html.erbToshi MARUYAMA2013-03-151-1/+1
* Don't display the warning to administrators (#5605).Jean-Philippe Lang2013-02-031-1/+1
* Adds a warning for when a user with inherited permissions disables inheritanc...Jean-Philippe Lang2013-02-031-0/+14
* Removed div around fieldset on project modules.Jean-Philippe Lang2013-02-021-4/+2
* Raises project description height.Jean-Philippe Lang2013-02-021-1/+1
* Typo that makes the checkbox not visible (#5605).Jean-Philippe Lang2013-02-021-1/+1
* Optionaly inherit members from parent project (#5605).Jean-Philippe Lang2013-02-021-4/+9
* Adds pagination to users list when adding project or group members (#9549).Jean-Philippe Lang2013-01-181-6/+4
* Generate project identifier automatically with JavaScript (#9225).Jean-Philippe Lang2013-01-061-1/+7
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-231-9/+7
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-1/+1
* Fixed that repository identifier may not be displayed in project settings (#1...Jean-Philippe Lang2012-11-181-1/+1
* Display a projects tree instead of a flat list in notification preferences (#...Jean-Philippe Lang2012-08-101-0/+2
* Support for subforums (#3831).Jean-Philippe Lang2012-07-311-2/+2
* Add links to forums.Jean-Philippe Lang2012-07-291-1/+1
* Add links to repositories on repository list.Jean-Philippe Lang2012-07-291-3/+6
* fix confirmation page has broken HTML when a project folding sub project is d...Toshi MARUYAMA2012-07-261-1/+2
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-222-17/+5
* Removes calls to remote_form_for.Jean-Philippe Lang2012-07-181-2/+3
* Removes a call to link_to_remote.Jean-Philippe Lang2012-07-181-8/+3
* Deprecated :confirm => 'Text' option.Jean-Philippe Lang2012-07-076-9/+6
* Additional "Log time" link on project overview (#11181).Jean-Philippe Lang2012-06-261-1/+5
* Ability to close projects (read-only) (#3640).Jean-Philippe Lang2012-06-252-0/+21
* Fixed that wiki start page can't be changed (#11085).Jean-Philippe Lang2012-06-031-1/+1
* Fixed that creating a new version from project settings does not redirect to ...Jean-Philippe Lang2012-05-151-1/+1
* view: labelled_remote_form_for: equals sign mandatory to print blocks and use...Toshi MARUYAMA2012-04-291-1/+2
* view: remote_form_for: equals sign mandatory to print blocks and replace to f...Toshi MARUYAMA2012-04-291-4/+7
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-258-11/+11
* Fixed that the proposed users list may be empty when adding a project member ...Jean-Philippe Lang2012-03-061-1/+1
* Rails3: view: html_safe for auto_link of project homepageToshi MARUYAMA2012-02-231-2/+4
* add ":id => nil" to "Overall activity" link_toToshi MARUYAMA2012-02-221-1/+3
* Restyles user search fields and ajax indicator.Jean-Philippe Lang2012-02-141-0/+2
* Resourcified project memberships.Jean-Philippe Lang2012-02-051-12/+11
* Adds specific css class for information in forms.Jean-Philippe Lang2012-02-022-3/+3
* replace tabs to spaces at app/views/projects/settings/_repositories.html.erbToshi MARUYAMA2012-01-261-11/+11
* Sort repositories in settings (#779).Jean-Philippe Lang2012-01-171-1/+1
* Removed unused partial.Jean-Philippe Lang2012-01-151-39/+0
* Adds support for multiple repositories per project (#779).Jean-Philippe Lang2012-01-151-3/+8
* Resourcified repositories for CRUD operations to prepare for multiple SCM per...Jean-Philippe Lang2012-01-151-0/+36
* code layout clean up app/views/projects/settings/_members.html.erbToshi MARUYAMA2012-01-101-7/+14
* route: use ":controller" instead of ":as" for project_enumerationsToshi MARUYAMA2012-01-091-2/+2