summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Force rendering of activity view if activity items count changed.Jean-Philippe Lang2012-06-091-1/+1
* Fixed that link to user is escaped in activity title (#11124).Jean-Philippe Lang2012-06-091-1/+1
* Fixed that custom_fields property is ignored for time entries in REST API (#1...Jean-Philippe Lang2012-06-091-1/+1
* Ability to set default column order in issue list (#11068).Jean-Philippe Lang2012-06-082-6/+10
* Show repository images inline when clicking 'View' (#10362).Jean-Philippe Lang2012-06-071-0/+1
* Fixed that wiki start page can't be changed (#11085).Jean-Philippe Lang2012-06-031-1/+1
* Makes users optional in GET /groups/:id (#8981).Jean-Philippe Lang2012-06-031-1/+1
* Rails 3.2.5 compatibility.Jean-Philippe Lang2012-06-031-2/+2
* Fixed argument to repository_path that triggers an error with Rails 3.2.5.Jean-Philippe Lang2012-06-031-1/+1
* Renamed #changes association to #filechanges (clash with AR::Base.changes tha...Jean-Philippe Lang2012-06-036-12/+12
* REST Api for Groups (#8981).Jean-Philippe Lang2012-06-035-14/+59
* Adds #find_group filter.Jean-Philippe Lang2012-06-011-10/+9
* Removed auto-generated comments.Jean-Philippe Lang2012-06-011-20/+7
* Use safe_attributes in GroupsController.Jean-Philippe Lang2012-06-012-2/+11
* Replaced group[lastname] parameter with group[name].Jean-Philippe Lang2012-06-012-2/+8
* Use time_zone_select specific helper.Etienne Massip2012-06-011-2/+1
* Fixed that project, issue and activity should be preserved when logging time ...Jean-Philippe Lang2012-05-291-8/+16
* Fixed that logging time inside redirects at global time logging (#11038).Jean-Philippe Lang2012-05-291-0/+1
* code layout cleanup app/views/users/_mail_notifications.html.erbToshi MARUYAMA2012-05-281-8/+26
* fix project list is not shown on Email notifications (#11032)Toshi MARUYAMA2012-05-281-1/+1
* Fixed test failures on wiki_page updated_on eager loading (#10996).Jean-Philippe Lang2012-05-261-1/+1
* Fixed time zone issues introduced by r9719 (#10996).Jean-Philippe Lang2012-05-264-7/+22
* Code cleanup.Jean-Philippe Lang2012-05-251-1/+1
* Code cleanup.Jean-Philippe Lang2012-05-251-3/+2
* Code cleanup.Jean-Philippe Lang2012-05-252-9/+17
* Code cleanup.Jean-Philippe Lang2012-05-256-14/+11
* Code cleanup.Jean-Philippe Lang2012-05-251-6/+6
* Fixed that project identifier can always be updated (#11028).Jean-Philippe Lang2012-05-251-1/+1
* Fixed that the issue link is escaped on my page spent time (#10991).Jean-Philippe Lang2012-05-251-1/+1
* Use a modal form to create a category from the issue form.Jean-Philippe Lang2012-05-243-10/+33
* Fixed that updated_on is not updated when updating an issue (#10964).Jean-Philippe Lang2012-05-211-3/+8
* Fixed that columns selection in not displayed on the custom query form (#10972).Jean-Philippe Lang2012-05-211-1/+1
* Fixed that watchers delete links are escaped on the issue view (#10932).Jean-Philippe Lang2012-05-151-4/+8
* Fixed that creating a new version from project settings does not redirect to ...Jean-Philippe Lang2012-05-151-1/+1
* Removed delete_broken_cookies filter.Jean-Philippe Lang2012-05-131-11/+0
* Restored List-Id header in email notifications (#10888).Jean-Philippe Lang2012-05-131-1/+2
* Fixes custom_field_tag helper broken by r9682.Jean-Philippe Lang2012-05-131-1/+1
* Fixed that option tags are escaped.Jean-Philippe Lang2012-05-131-6/+6
* Use content_tag helper.Jean-Philippe Lang2012-05-131-3/+3
* Fixed that enumerations option tags are escaped.Jean-Philippe Lang2012-05-131-1/+1
* Use content_tag helper.Jean-Philippe Lang2012-05-131-1/+1
* Fixed that group filter is escaped on users index.Jean-Philippe Lang2012-05-131-1/+1
* Redirect to referer when deleting a user (#10865).Jean-Philippe Lang2012-05-131-1/+1
* Adds all/none operators to text custom field filters (#9790).Jean-Philippe Lang2012-05-121-2/+2
* Adaptive display of "Per page" links (#7720).Jean-Philippe Lang2012-05-101-4/+16
* change mailer model method comments to Rails3 styleToshi MARUYAMA2012-05-091-35/+35
* replace Mailer deliver syntax to Rails3 style at reminders method of mailer m...Toshi MARUYAMA2012-05-091-1/+1
* code layout cleanup app/views/wiki/edit.html.erbToshi MARUYAMA2012-05-091-3/+8
* Fixed that REST Uploads fail with fastcgi (#10832).Jean-Philippe Lang2012-05-081-1/+1
* remove redundant code from app/models/mail_handler.rbToshi MARUYAMA2012-05-061-4/+0