summaryrefslogtreecommitdiffstats
path: root/app/views/projects
Commit message (Expand)AuthorAgeFilesLines
* Fixed: Custom field is rendered, even if its value is empty (for multiple) (#...Jean-Philippe Lang2015-01-101-4/+2
* HTML improvements on project landing page (#18565).Jean-Philippe Lang2014-12-132-6/+6
* Removed duplicate element ids.Jean-Philippe Lang2014-11-232-8/+8
* Moved new project member to its own action MemberController#new.Jean-Philippe Lang2014-11-151-30/+2
* Prevents one query per tracker.Jean-Philippe Lang2014-11-021-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-1/+1
* Backport r13313 from rails-4.1 to trunk.Toshi MARUYAMA2014-09-141-1/+1
* Moves project sidebar content to a partial (#17380).Jean-Philippe Lang2014-09-132-11/+13
* Include enabled modules in projects API (#17602).Jean-Baptiste Barth2014-09-062-12/+2
* Add project is_public to GET /projects/:id and /projects API response (#17628).Jean-Baptiste Barth2014-08-152-0/+2
* Extract code to render project context links to helper (#16381).Jean-Philippe Lang2014-03-211-6/+1
* code format clean up app/views/projects/settings/_members.html.erbToshi MARUYAMA2014-02-041-6/+8
* Focus first text field automatically (#13134).Jean-Philippe Lang2014-01-191-1/+0
* Removes duplicate ids (#15485).Jean-Philippe Lang2014-01-113-4/+7
* Adds project status to GET /projects/:id and GET /projects API response (#158...Jean-Philippe Lang2014-01-112-0/+2
* Removed deprecated align and width html attributes (#15307).Jean-Philippe Lang2013-11-115-11/+11
* Adds a CSS class for reorder links (#15307).Jean-Philippe Lang2013-11-101-1/+1
* 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