summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Validates sort_key and sort_order params (#2378).Jean-Philippe Lang2008-12-241-1/+1
* Adds watchers selection on new issue form (#398). Permission 'add issue watch...Jean-Philippe Lang2008-12-221-0/+1
* Adds a css class (overdue) to overdue issues on issue lists and detail views ...Jean-Philippe Lang2008-12-161-0/+5
* Mail handler: strip tags when receiving a html-only email (#2312).Jean-Philippe Lang2008-12-141-11/+21
* Rails 2.1.2 deprecations (#2332).Jean-Philippe Lang2008-12-141-1/+1
* Make use of User.find_by_mailJean-Philippe Lang2008-12-121-1/+1
* Fixed: default category ignored when adding a document (#2328).Jean-Philippe Lang2008-12-121-0/+6
* Fixed: default flag removed when editing a default enumeration (#2327).Jean-Philippe Lang2008-12-121-1/+3
* Makes User.find_by_mail case-insensitive (password reminder #2322, repo users...Jean-Philippe Lang2008-12-121-0/+5
* Files module: makes version field non required (#1053).Jean-Philippe Lang2008-12-092-0/+5
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-096-5/+29
* Fixes Darcs#cat with Postgresql.Jean-Philippe Lang2008-12-061-1/+1
* Final refactoring on Query#sql_for_field to rename v to valueEric Davis2008-12-051-14/+14
* Bit more refactoring on Query#sql_for_field to remove multiple returnsEric Davis2008-12-051-18/+18
* Refactor: Extracted new method Query#sql_for_field from Query#statement inEric Davis2008-12-051-45/+54
* Fixed: wrong digest for text files under Windows (#2264).Jean-Philippe Lang2008-12-021-1/+8
* Replaces User.find_active with a named scope.Jean-Philippe Lang2008-11-303-15/+6
* Adds To and Cc as watchers when submitting an issue by email (#2245).Jean-Philippe Lang2008-11-301-0/+16
* Mail handler: check workflow for status set/change.Jean-Philippe Lang2008-11-301-4/+11
* Display latest user's activity on account/show view.Jean-Philippe Lang2008-11-307-3/+11
* Do not request blank LDAP attributes.Jean-Philippe Lang2008-11-252-2/+5
* Fixed date filters accuracy with SQLite (#2221).Jean-Philippe Lang2008-11-231-7/+19
* Extends child_pages macro to display child pages based on page parameter (#19...Jean-Philippe Lang2008-11-221-0/+19
* Adds .find and .all Plugin class methods.Jean-Philippe Lang2008-11-161-2/+2
* Fixes #2170: user display format in application settings broken by r2010.Jean-Philippe Lang2008-11-131-1/+5
* Adds permissions to let users edit and/or delete their messages (#854, patch ...Jean-Philippe Lang2008-11-111-0/+8
* Sort users by their display names so that user dropdown lists are sorted alph...Jean-Philippe Lang2008-11-111-9/+8
* Eager-load users.Jean-Philippe Lang2008-11-113-3/+3
* Maps repository users to Redmine users (#1383).Jean-Philippe Lang2008-11-103-16/+54
* Do not use @:skip_relative_url_root@ to generate urls in Mailer (#2122).Jean-Philippe Lang2008-11-081-2/+6
* Fixed: broken subject when submitting issue via email written in japanese (Pa...Jean-Philippe Lang2008-11-071-1/+1
* Host setting should contain the path prefix (Redmine base URL) to properly ge...Jean-Philippe Lang2008-11-071-22/+23
* Check that git changeset is not in the database before creating it (#1419).Jean-Philippe Lang2008-10-251-14/+16
* Makes email address case-insensitive in MailHandler (#2032).Jean-Philippe Lang2008-10-161-1/+1
* add plain text option for mail #2029Nicolas Chuche2008-10-151-0/+15
* Fixes Workflow.count_by_tracker_and_role.Jean-Philippe Lang2008-09-281-1/+1
* Adds a workflow overview screen.Jean-Philippe Lang2008-09-281-0/+19
* Fixed: the default status is lost when reordering issue statuses (#1955).Jean-Philippe Lang2008-09-281-2/+2
* Fixed: Latest news appear on the homepage for projects with the News module d...Jean-Philippe Lang2008-09-281-4/+4
* Fixed: cross-project issue list should not show issues of projects for which ...Jean-Philippe Lang2008-09-252-1/+7
* Strip LDAP attribute names before saving (#1890).Jean-Philippe Lang2008-09-211-1/+10
* Fixed: invalid effective date (eg. 99999-01-01) causes an error on version ed...Jean-Philippe Lang2008-09-211-1/+1
* Adds watch/unwatch functionality at forum topic level (#1912).Jean-Philippe Lang2008-09-192-2/+12
* Adds a permission 'view wiki edits' so that wiki history can be hidden to cer...Jean-Philippe Lang2008-09-132-2/+7
* Merged nbc branch @ r1812 (commit access permission and reposman improvements).Jean-Philippe Lang2008-09-132-2/+27
* Mailer compatibility with Rails 2.1.1.Jean-Philippe Lang2008-09-131-1/+1
* Template error when user's timezone isn't set and UTC timestamps are used (#1...Jean-Philippe Lang2008-09-111-1/+1
* Adds support for free ticket filtering and custom queries on Calendar.Jean-Philippe Lang2008-09-111-9/+11
* Fixes Repository#clear_changesets.Jean-Philippe Lang2008-09-041-0/+1
* Adds cross-project time reports support (#994).Jean-Philippe Lang2008-08-311-1/+1