summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Removed invalid nested p tags.Jean-Philippe Lang2012-06-183-6/+4
* Fixed that deleting a project with subtasks may fail (#11185).Jean-Philippe Lang2012-06-181-0/+22
* Display dates using user's locale if available (#2190).Etienne Massip2012-06-161-3/+3
* Fixed that time entries should be sorted by date and created_on (#11178).Jean-Philippe Lang2012-06-161-1/+1
* Fixed that sticky messages are not displayed first (#11170).Jean-Philippe Lang2012-06-161-2/+2
* Fixed that Subversion#load_entries_changesets raises an error if entries is nil.Jean-Philippe Lang2012-06-121-0/+2
* scm: mercurial: use Rails3 ActiveRecord syntax with same as git r9807 at find...Toshi MARUYAMA2012-06-111-4/+4
* Extract code from view.Jean-Philippe Lang2012-06-101-1/+1
* Code cleanup.Jean-Philippe Lang2012-06-101-1/+6
* Code cleanup.Jean-Philippe Lang2012-06-101-4/+4
* Faster changesets loading for subversion.Jean-Philippe Lang2012-06-101-0/+16
* Adds a method to load changesets for repository entries.Jean-Philippe Lang2012-06-107-12/+23
* Make sure we look for a feeds token.Jean-Philippe Lang2012-06-101-1/+1
* Stringify tokens.Jean-Philippe Lang2012-06-101-3/+3
* Stringify User.try_to_login arguments.Jean-Philippe Lang2012-06-101-1/+4
* Make sure that #api_key_from_request returns a String.Jean-Philippe Lang2012-06-101-2/+2
* Configurable session lifetime and timeout (#6597).Jean-Philippe Lang2012-06-102-6/+58
* Fixed: German umlauts in Subject get striped with ruby1.8 (#11065).Jean-Philippe Lang2012-06-101-2/+19
* 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