summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Fixed: News summary field is not searchable (#2998).Jean-Philippe Lang2009-03-281-1/+1
* Adds a user search field with autocompleter on project members screen.Jean-Philippe Lang2009-03-281-0/+10
* Added observers to watch model objects for mail delivery instead of calling M...Eric Davis2009-03-286-6/+90
* Fixes Journal#save signature (#3014).Jean-Philippe Lang2009-03-231-1/+1
* Fixing bug #3009, trivial updates of localesAzamat Hackimov2009-03-221-2/+2
* Added some RDoc documentation for some models.Eric Davis2009-03-215-5/+85
* Adds missing scope for r2595.Jean-Philippe Lang2009-03-171-0/+2
* Ability to save "sort order" in custom queries (#2899).Jean-Philippe Lang2009-03-121-0/+27
* Fixed: Files without Version aren't visible in the Activity page (#2930).Jean-Philippe Lang2009-03-081-1/+1
* Adds a sortable "Project" column to the issue list.Jean-Philippe Lang2009-03-071-1/+5
* Adds a List-Id header to all emails (#2879).Jean-Philippe Lang2009-03-071-1/+2
* Transaction for each imported subversion changeset.Jean-Philippe Lang2009-03-071-3/+3
* Fixed: MailHandler raises an error when processing an email without From head...Jean-Philippe Lang2009-03-061-1/+1
* Fixed: When logging in via an autologin cookie the user's last_login_on shoul...Jean-Philippe Lang2009-02-251-5/+9
* Fixing Plugin and Mailer default_url_options.Eric Davis2009-02-251-6/+6
* Fixed that MailHandler#plain_text_body was returning nil if there was nothing...Jean-Philippe Lang2009-02-231-0/+1
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-2115-36/+40
* Send an email to the user when an administrator activates a registered user (...Jean-Philippe Lang2009-02-201-0/+9
* Fixes Setting.openid? (#2764).Jean-Philippe Lang2009-02-191-1/+1
* Fixed: User#identity_url raises an error when invalid url is supplied (#2742).Jean-Philippe Lang2009-02-151-4/+8
* Create a wiki with a default start page named 'Wiki' when enabling wiki modul...Jean-Philippe Lang2009-02-151-2/+17
* Do not DELETE/INSERT enabled_modules when updating project modules.Jean-Philippe Lang2009-02-151-4/+8
* Replaces Enumeration.get_values and Enumeration.default with named scopes.Jean-Philippe Lang2009-02-154-10/+22
* Removes the fat ruby-openid gem. Simply use 'gem install ruby-openid' to enab...Jean-Philippe Lang2009-02-121-0/+4
* Adds ability to filter watched issues (#846).Jean-Philippe Lang2009-02-121-15/+22
* Normalize the identity_url when it's set.Eric Davis2009-02-121-0/+9
* Hooked up on the fly OpenID user creation.Eric Davis2009-02-111-0/+12
* Strip keywords from received email body (#2436).Jean-Philippe Lang2009-02-091-4/+11
* Removes hardcoded table names (#2701).Jean-Philippe Lang2009-02-092-4/+4
* Closed issue are not overdue, fixes r2140 (#2337).Jean-Philippe Lang2009-02-031-1/+1
* Fixes message search eager loading (#2654).Jean-Philippe Lang2009-02-031-1/+1
* Include both version date and name when sorting issues by target version (#15...Jean-Philippe Lang2009-02-011-1/+1
* Include both last and first name when sorting issues by assignee (#1841).Jean-Philippe Lang2009-02-011-1/+1
* Adds a setting to limit the number of revisions displayed on a repository fil...Jean-Philippe Lang2009-02-013-7/+9
* Use estimated hours to weight issues in version completion calculation (#2182).Jean-Philippe Lang2009-02-011-4/+40
* Do not repeat one-line commit logs on the activity view.Jean-Philippe Lang2009-02-011-2/+16
* Fixed: issue details view discloses relations to issues that the user is not ...Jean-Philippe Lang2009-01-311-0/+5
* Removes Issue.visible_byJean-Philippe Lang2009-01-311-6/+0
* Fixed: users should not be able to add relations with issues they're not allo...Jean-Philippe Lang2009-01-271-0/+2
* Fixed that 'My page' blocks may display issues that the user is no longer all...Jean-Philippe Lang2009-01-271-0/+3
* Replaces the obsolete robots.txt with a cached action (#2491).Jean-Philippe Lang2009-01-271-0/+1
* Adds ability to bulk copy issues (#1847).Jean-Philippe Lang2009-01-251-15/+24
* Ignore archived subprojects in Project#rolled_up_trackers (#2550).Jean-Philippe Lang2009-01-251-2/+2
* Merged nested projects branch. Removes limit on subproject nesting (#594).Jean-Philippe Lang2009-01-242-16/+58
* Accept replies to forum messages by subject recognition (#1616).Jean-Philippe Lang2009-01-212-3/+6
* Allow email to reply to a forum message (#1616).Jean-Philippe Lang2009-01-191-0/+18
* Use In-Reply-To and References headers to handle replies by email.Jean-Philippe Lang2009-01-191-3/+22
* Adds Message-Id and References headers to email notifications so that issues ...Jean-Philippe Lang2009-01-181-1/+45
* User custom fields can now be set as editable so that users can edit them on ...Jean-Philippe Lang2009-01-171-0/+8
* Use a textarea for custom fields possible values (#2472).Jean-Philippe Lang2009-01-161-2/+9