summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Ability to accept incoming emails from unknown users (#2230, #3003).Jean-Philippe Lang2009-06-141-5/+43
* Fixed: editing a message may cause sticky attribute to be NULL (#3356).Jean-Philippe Lang2009-06-141-0/+4
* Delete previous tokens when creating a new one.Jean-Philippe Lang2009-06-021-2/+11
* Changed Enumerations to use a Single Table InheritanceEric Davis2009-05-309-35/+181
* Added hook, :model_changeset_scan_commit_for_issue_ids_pre_issue_update. #3279Eric Davis2009-05-301-0/+2
* Ability to watch a wiki or a single wiki page (#413).Jean-Philippe Lang2009-05-253-5/+10
* Validate project identifier only when changed (#3352).Jean-Philippe Lang2009-05-251-6/+2
* Fixes code comments.Jean-Philippe Lang2009-05-171-3/+3
* Adds a setting to choose which role is given to a non-admin user who creates ...Jean-Philippe Lang2009-05-171-0/+1
* Ability to allow non-admin users to create projects (#1007).Jean-Philippe Lang2009-05-171-0/+3
* Adds email notification on wiki changes (#413). It's disabled by default and ...Jean-Philippe Lang2009-05-173-2/+66
* Ability to use any custom field as a cross-project custom query column (#3321).Jean-Philippe Lang2009-05-131-1/+1
* Do not autologin if more that one token is found (#3351).Jean-Philippe Lang2009-05-131-4/+8
* Add token value uniqueness validation (#3351).Jean-Philippe Lang2009-05-131-0/+1
* Use ActiveSupport::SecureRandom to generate tokens (#3351).Jean-Philippe Lang2009-05-131-4/+1
* Display all users roles on project overview (#3339).Jean-Philippe Lang2009-05-121-0/+11
* Fixes project members copy with multiple roles.Jean-Philippe Lang2009-05-101-0/+1
* Follows r2720 (#3308).Jean-Philippe Lang2009-05-101-1/+1
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-107-35/+87
* Accept any svn tunnel scheme in repository URL (#3278).Jean-Philippe Lang2009-05-101-1/+1
* Adds wiki comments length validation (#3308).Jean-Philippe Lang2009-05-101-0/+1
* Removes hardcoded table names in Repository#clear_changesets.Jean-Philippe Lang2009-05-081-3/+4
* Added the ability to copy a project in the Project Administration panel.Eric Davis2009-05-031-0/+60
* Ticket grouping (#2679).Jean-Philippe Lang2009-04-261-9/+33
* Adds more css classes to the roadmap issues (#3214).Jean-Philippe Lang2009-04-251-0/+10
* Returns a 404 error when trying to view/download an attachment that can't be ...Jean-Philippe Lang2009-04-251-0/+5
* Adds single forum atom feed (#3181).Jean-Philippe Lang2009-04-241-0/+4
* Makes minimum password length configurable.Jean-Philippe Lang2009-04-211-2/+11
* Ask user what to do with child pages when deleting a parent wiki page (#3202).Jean-Philippe Lang2009-04-211-1/+1
* Fixed: Issue status in the notify email's subject is the issue's old status, ...Jean-Philippe Lang2009-04-191-1/+1
* Fixes memory consumption on file upload (#3116).Jean-Philippe Lang2009-04-101-10/+9
* Create the journal after issue save (#3140).Jean-Philippe Lang2009-04-081-24/+26
* Fixes that custom values length and attachment size validation error raises a...Jean-Philippe Lang2009-04-082-3/+5
* Fixed: links to changesets in activity and atom feeds uses project id instead...Jean-Philippe Lang2009-04-071-2/+2
* Replaces List-Id header with Precedence and Auto-Submitted headers (#2984, #2...Jean-Philippe Lang2009-04-051-1/+2
* Adds the ability to move threads between project forums (#2452). 'Edit messag...Jean-Philippe Lang2009-04-052-10/+24
* Set minimum identifier lenght to 1 (#3073).Jean-Philippe Lang2009-04-041-1/+1
* Make sure that lock_version changes are not stored in journals table (#3004).Jean-Philippe Lang2009-04-021-1/+1
* 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