summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Routes cleanup.Jean-Philippe Lang2012-12-111-6/+1
* Moved IssueRelations to IssueRelation::Relations.Jean-Philippe Lang2012-12-102-15/+15
* Moved javascript include tag to head.Jean-Philippe Lang2012-12-101-1/+3
* Merged ajax_upload branch (#3957).Jean-Philippe Lang2012-12-1022-83/+442
* Fixed notes preview in issue history broken and hidden by a broken test.Etienne Massip2012-12-102-2/+3
* Rescue Query::StatementInvalid in TimelogController.Jean-Philippe Lang2012-12-091-0/+2
* Makes time entry custom fields available for display on the time entries list...Jean-Philippe Lang2012-12-095-50/+56
* Adds filters for custom fields related to the project and user of time entrie...Jean-Philippe Lang2012-12-0948-0/+48
* Adds filters for regular/custom fields to the time entries list/report (#10191).Jean-Philippe Lang2012-12-094-4/+54
* Fixed syntax for ruby1.8.Jean-Philippe Lang2012-12-091-1/+1
* Rename the Member column to User on the time entries list.Jean-Philippe Lang2012-12-093-16/+16
* Adds TimeEntryQuery for listing time entries.Jean-Philippe Lang2012-12-098-176/+182
* Moved build_query_from_params helper to Query#build_from_params.Jean-Philippe Lang2012-12-093-17/+19
* Moves issue specific code to IssueQuery.Jean-Philippe Lang2012-12-092-112/+128
* Adds STI to Query model. Issue queries are now IssueQuery instances.Jean-Philippe Lang2012-12-0916-449/+500
* Use inheritable class attributes in Query model.Jean-Philippe Lang2012-12-091-53/+46
* Removed conditions on HTTP methods.Jean-Philippe Lang2012-12-081-2/+2
* Use \A and \z in validation regexps.Jean-Philippe Lang2012-12-081-1/+1
* Use \A and \z in validation regexps.Jean-Philippe Lang2012-12-086-7/+7
* Cleanup dependencies in Project model.Jean-Philippe Lang2012-12-081-2/+2
* Moved user status constants to Principal model.Jean-Philippe Lang2012-12-082-6/+6
* Specifies HTTP methods for all routes.Jean-Philippe Lang2012-12-081-18/+18
* Fixed that issues grouped by custom field is broken in PDF export (#12513).Jean-Philippe Lang2012-12-081-1/+1
* Don't use jruby-openssl with JRuby 1.7.0 (#12228).Jean-Philippe Lang2012-12-081-1/+2
* MailHandler: exit with 75 when a SystemCallError is raised (#12528).Jean-Philippe Lang2012-12-081-1/+6
* Don't force english language for default admin account (#12485).Jean-Philippe Lang2012-12-081-1/+0
* Group events in the activity view (#12542).Jean-Philippe Lang2012-12-0810-5/+185
* Rewrites named scopes with ARel queries.Jean-Philippe Lang2012-12-0712-55/+55
* Use lambda form in model scopes (#12499)Jean-Baptiste Barth2012-12-0712-19/+19
* Adds an option for displaying the issue description on the issue list (#3447).Jean-Philippe Lang2012-12-0612-24/+124
* Lithuanian translation updated by Egidijus Zideckas (#12514)Toshi MARUYAMA2012-12-061-73/+73
* Redmine::Scm::Base.all should return an empty array instead of nil when no SC...Jean-Philippe Lang2012-12-051-1/+1
* Prevents redmine/scm/base from being reloaded in dev mode (#12097).Jean-Philippe Lang2012-12-051-1/+1
* remove trailing white-spaces from application.cssToshi MARUYAMA2012-12-051-2/+2
* remove trailing white-space from app/models/issue_category.rbToshi MARUYAMA2012-12-041-1/+1
* Bulgarian "button_submit" translation changed by Ivan Cenov (#12494)Toshi MARUYAMA2012-12-041-1/+1
* Code cleanup.Jean-Philippe Lang2012-12-031-20/+10
* Removed unused Redmine::About class.Jean-Philippe Lang2012-12-032-17/+0
* Adds tests for when showing/deleting an invalid issue.Jean-Philippe Lang2012-12-031-0/+13
* Functional tests cleanup.Jean-Philippe Lang2012-12-0335-251/+222
* Test case cleanup.Jean-Philippe Lang2012-12-031-7/+0
* Add a test for my page with all blocks.Jean-Philippe Lang2012-12-031-0/+11
* Code cleanup.Jean-Philippe Lang2012-12-031-2/+2
* Removed unused helper.Jean-Philippe Lang2012-12-031-3/+0
* Replaces find(:first/:all) calls.Jean-Philippe Lang2012-12-0312-45/+56
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-033-12/+12
* Replaces find(:first) calls in migrations.Jean-Philippe Lang2012-12-039-18/+18
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-0331-96/+101
* Replaces find(:all) calls in acts_as_searchable.Jean-Philippe Lang2012-12-021-11/+15
* Preserve the "from" parameter in activity links.Jean-Philippe Lang2012-12-021-1/+1