summaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* trunk: revert r14300 (#16535, #20466, #20641)Toshi MARUYAMA2015-09-014-27/+4
* Don't render empty divs when there are no custom fields on the issue form (#2...Jean-Philippe Lang2015-08-181-0/+2
* Adds support for custom date format when importing a CSV file (#950).Jean-Philippe Lang2015-08-141-0/+4
* Import issues from CSV file (#950).Jean-Philippe Lang2015-08-149-0/+241
* adjust source indents (#20298)Toshi MARUYAMA2015-08-121-33/+33
* "div" tag around revision details (#20298)Toshi MARUYAMA2015-08-121-0/+2
* Makes new issue initial status settable in workflow (#5816).Jean-Philippe Lang2015-07-261-4/+5
* Welcome text misses wiki div (#5770).Jean-Philippe Lang2015-07-241-1/+3
* Don't display estimated hours when nil and total is 0.Jean-Philippe Lang2015-07-051-1/+1
* Adds a named route for test email.Jean-Philippe Lang2015-06-291-1/+1
* The test email action should only be accessible with POST (#20203).Jean-Philippe Lang2015-06-291-1/+1
* Fixed that user with "Manage public queries" permission, can create global pu...Jean-Philippe Lang2015-06-291-6/+8
* Add avatar and edit link to "My account" page (#5418).Jean-Philippe Lang2015-06-271-1/+5
* Removed unused view.Jean-Philippe Lang2015-06-211-13/+0
* Removed extra blank lines (#19851).Jean-Philippe Lang2015-06-192-3/+0
* Adds a UI test (#19851).Jean-Philippe Lang2015-06-191-1/+1
* Removed extra blank lines (#19851).Jean-Philippe Lang2015-06-191-3/+0
* Fixed wrong password rendering broken by r14339 (#19851).Jean-Philippe Lang2015-06-191-2/+2
* Fixed the sudo dialog when called from a dialog, eg. email addresses (#19851).Jean-Philippe Lang2015-06-191-3/+3
* Use existing label for password submission (#19851).Jean-Philippe Lang2015-06-192-2/+2
* Require password re-entry for sensitive actions (#19851).Jean-Philippe Lang2015-06-196-2/+53
* Deprecates Project#member_principals.Jean-Philippe Lang2015-06-181-1/+1
* Adds a form to manually submit an email to the mail handler.Jean-Philippe Lang2015-06-151-0/+43
* Set new member form width to 90% (#19844).Jean-Philippe Lang2015-06-141-1/+1
* Put roadmap versions in <article> tags (#19341).Jean-Philippe Lang2015-06-131-1/+5
* Put news articles into <article> tags (#19339).Jean-Philippe Lang2015-06-131-7/+11
* Set a max width to html email content (#16535).Jean-Philippe Lang2015-06-064-4/+27
* Replaces hard-coded strings in views (#19707).Jean-Philippe Lang2015-06-061-3/+3
* Ability to limit member management to certain roles (#19707).Jean-Philippe Lang2015-05-313-5/+34
* Update activities list when changing project/issue id on the time entry form ...Jean-Philippe Lang2015-05-302-0/+14
* Adds a role setting that viewing all or own time entries (#8929).Jean-Philippe Lang2015-05-304-4/+10
* Display time spent on the issue and the total time spent like estimated hours...Jean-Philippe Lang2015-05-251-1/+3
* Don't store total estimated hours on parent issues (#16092).Jean-Philippe Lang2015-05-251-2/+2
* Adds a setting to control done ratio on parent tasks (#5490).Jean-Philippe Lang2015-05-251-0/+2
* Adds settings to control start/due dates and priority on parent tasks (#5490).Jean-Philippe Lang2015-05-252-6/+13
* Code cleanup (#19458).Jean-Philippe Lang2015-05-101-1/+1
* Add the ability to expire passwords after a configurable number of days (#194...Jean-Philippe Lang2015-05-102-1/+5
* Refresh watchers list when watching/unwatching an issue (#4334).Jean-Philippe Lang2015-05-082-1/+2
* "Required" and "Read-only" rules on "Fields Permissions" screen are not color...Jean-Philippe Lang2015-04-111-1/+1
* Include custom fields description in project settings and issue view (#19296).Jean-Philippe Lang2015-03-211-1/+1
* Don't let users be sorted by email (#19161).Jean-Philippe Lang2015-03-201-1/+1
* Adds the date format for ambiguous dates (#19243).Jean-Philippe Lang2015-03-071-1/+1
* Use named routes.Jean-Philippe Lang2015-02-251-5/+5
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-2394-159/+159
* Check plugins updates using https (#17722).Jean-Philippe Lang2015-02-151-1/+1
* Adds custom fields to documents (#7249).Jean-Philippe Lang2015-02-142-0/+13
* Implements /issues/new form for creating issues outside a project (#1003).Jean-Philippe Lang2015-02-142-3/+3
* Removed IssuesController#update_form action, use #new and #edit instead.Jean-Philippe Lang2015-02-134-3/+4
* Added Issue#attributes_editable?Jean-Philippe Lang2015-02-131-1/+1
* Moved users list diplayed as available watchers on the new issue form to an h...Jean-Philippe Lang2015-02-131-1/+1