summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Fixed: DoubleRenderError introduced by #7996.Jean-Philippe Lang2011-04-051-0/+2
* add function of bulk delete time entries (#7996).Toshi MARUYAMA2011-04-042-20/+30
* add bulk edit items and context menu in time entries list view (#7996).Toshi MARUYAMA2011-04-041-1/+13
* add bulk edit and bulk update actions for time entries (#7996).Toshi MARUYAMA2011-04-042-0/+55
* add controller for bulk edit time entries (#7996).Toshi MARUYAMA2011-04-041-1/+14
* add view for bulk edit time entries (#7996).Toshi MARUYAMA2011-04-041-0/+49
* add context menu in time entries for bulk edit (#7996).Toshi MARUYAMA2011-04-041-0/+27
* Shorten query[column_names] param name.Jean-Philippe Lang2011-04-033-3/+6
* Keep issue filter params on sort headers.Jean-Philippe Lang2011-04-031-2/+1
* Changes pagination links to non-AJAX requests (#5138).Jean-Philippe Lang2011-04-031-4/+1
* Makes all pagination-like links use #link_to_content_update (#5138).Jean-Philippe Lang2011-04-037-47/+26
* Removed the changeset-changes class to the commit logs on the issue view (#80...Jean-Philippe Lang2011-04-031-1/+1
* Disable unused fields when switching the period type.Jean-Philippe Lang2011-04-031-5/+6
* Removed hidden project_id and issue_id parameters.Jean-Philippe Lang2011-04-031-3/+0
* Changed timelogs filters to use non-AJAX requests (#1965).Jean-Philippe Lang2011-04-033-18/+7
* Skip a count(*) SQL query.Jean-Philippe Lang2011-04-021-1/+1
* Do not load projects association in #rolled_up_trackers.Jean-Philippe Lang2011-04-021-1/+1
* Skip a few count(*) SQL queries on the issue list.Jean-Philippe Lang2011-04-021-6/+11
* No PUT request to get previous/next month.Jean-Philippe Lang2011-04-011-1/+1
* Fixed: list of users for adding to a group may be empty if 100 first users ha...Jean-Philippe Lang2011-04-013-2/+6
* Fixed: bulk destroying parent and child issues raises a stale object error (#...Jean-Philippe Lang2011-04-011-1/+7
* Shortens filter param names.Jean-Philippe Lang2011-04-013-13/+13
* Keep filter params in 'Per page' links.Jean-Philippe Lang2011-04-011-5/+2
* Disable unused filter fields so they don't get submitted.Jean-Philippe Lang2011-04-011-0/+4
* Converted issue filters to non-AJAX GET requests (#1965).Jean-Philippe Lang2011-04-019-76/+68
* Initialize TimeEntry with issue and project for the issue edit form.Jean-Philippe Lang2011-04-011-2/+2
* Fixes #possible_values_options when given an object with nil project.Jean-Philippe Lang2011-04-011-1/+1
* Adds User and Version custom field format that can be used to reference a pro...Jean-Philippe Lang2011-04-014-8/+48
* Possible values label not hidden on custom field form.Jean-Philippe Lang2011-03-301-5/+5
* Modules selection lost on project form after validation failure (#8012).Jean-Philippe Lang2011-03-301-4/+1
* Removed hard coded french strings (#8020).Jean-Philippe Lang2011-03-301-2/+2
* Adds support for preview when editing an issue note (#5520).Jean-Philippe Lang2011-03-282-0/+27
* Save queries.Jean-Philippe Lang2011-03-281-1/+1
* Save 2 queries when displaying a root issue.Jean-Philippe Lang2011-03-281-2/+3
* Save 1 query + 1 cache hit in #shared_versions for root projects.Jean-Philippe Lang2011-03-281-2/+4
* Adds wiki toolbar to notes editing form (#7899).Jean-Philippe Lang2011-03-282-2/+7
* Load scripts and css for wiki formatter toolbar when needed.Jean-Philippe Lang2011-03-281-1/+0
* Fixed links in new file notification broken by r4051 (#6590).Jean-Philippe Lang2011-03-271-2/+2
* Adds support for saturday as the first week day (#7097).Jean-Philippe Lang2011-03-272-1/+3
* Do not send reminders to locked users (#5773).Jean-Philippe Lang2011-03-271-1/+1
* Allow bulk editing of parent issue (#5831).Jean-Philippe Lang2011-03-271-0/+8
* scm: remove "View all revisions" in sub directory (#7984).Toshi MARUYAMA2011-03-261-4/+9
* scm: add rev param to "View revisions" (#7984).Toshi MARUYAMA2011-03-261-1/+4
* Adds css classes to parent/child issues (#7986).Jean-Philippe Lang2011-03-251-0/+2
* scm: do not display 'View revision' links in subversion if path or revision a...Toshi MARUYAMA2011-03-241-1/+5
* scm: backout r5213. do not display both 'View all revisions' and 'View revisi...Toshi MARUYAMA2011-03-241-9/+12
* Fixes sort parameter in reminder email links (#7963).Jean-Philippe Lang2011-03-241-1/+1
* Fixed: unknown custom field format causes error when editing/bulk editing (#7...Jean-Philippe Lang2011-03-241-4/+4
* Do not display both 'View all revisions' and 'View revision' links (#7984).Jean-Philippe Lang2011-03-241-12/+9
* scm: set mime type in downloading file.Toshi MARUYAMA2011-03-221-1/+4