summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
...
* Changes misleading scopes on Enumeration.Jean-Philippe Lang2009-11-212-17/+9
* Load roles when loading project members.Jean-Philippe Lang2009-11-201-1/+1
* Avoid useless database queries.Jean-Philippe Lang2009-11-201-1/+1
* Copy issue status on project copy (#3877).Jean-Philippe Lang2009-11-161-0/+1
* Optimize associations loading on the issue list.Jean-Philippe Lang2009-11-161-5/+11
* Allow issue grouping by custom field (#2679).Jean-Philippe Lang2009-11-161-0/+11
* Adds custom fields for versions (#4219).Jean-Philippe Lang2009-11-152-0/+23
* Remove dead code.Jean-Philippe Lang2009-11-151-15/+0
* Allow non admin users to add subprojects (#2963).Jean-Philippe Lang2009-11-151-7/+35
* Fixed: Project#enabled_module_names= does not test if a module is already ena...Jean-Philippe Lang2009-11-131-1/+1
* Allow [#id] as subject to reply by email (#3653).Jean-Philippe Lang2009-11-111-2/+2
* Fixes ApplicationHelper#link_to_userJean-Philippe Lang2009-11-111-1/+1
* Adds a link to automatically close completed versions in project settings (#1...Jean-Philippe Lang2009-11-091-0/+11
* Ignore emails received from the application emission address to avoid hell cy...Jean-Philippe Lang2009-11-081-3/+9
* Adds version status to limit issue assignments (#1245).Jean-Philippe Lang2009-11-082-1/+35
* Fixed: Pre-filled time tracking date ignores timezone (#4160).Jean-Philippe Lang2009-11-061-0/+9
* Allow project forums copy.Jean-Philippe Lang2009-10-251-1/+11
* Prevent mass-assignment warnings.Jean-Philippe Lang2009-10-251-1/+1
* Reset timestamps and wiki page hierarchy on project copy.Jean-Philippe Lang2009-10-252-5/+5
* Prevent mass-assignment warnings.Jean-Philippe Lang2009-10-251-7/+7
* Removes debug message.Jean-Philippe Lang2009-10-251-1/+0
* Fixes project wiki copy.Jean-Philippe Lang2009-10-252-11/+19
* Wiki auto creation temporary disabled until project wiki copy is fixed (2 wik...Jean-Philippe Lang2009-10-241-1/+1
* Project copy: let the user choose what to copy from the source project (every...Jean-Philippe Lang2009-10-241-62/+90
* Sets proper content type for plain text mails (#3970).Jean-Philippe Lang2009-10-241-3/+8
* Fixed some merge bugs. #4077Eric Davis2009-10-211-1/+1
* When a specific TimeEntryActivity are change, associated TimeEntries will beEric Davis2009-10-211-7/+18
* Added a Activities tab to Project SettingsEric Davis2009-10-212-15/+99
* Changed the Timelogs to use both the Systemwide and Project specific TimeEntr...Eric Davis2009-10-212-1/+21
* Added project specific Enumeration overrides.Eric Davis2009-10-211-0/+8
* Added an active field track if an Enumeration is active on the frontend view.Eric Davis2009-10-211-0/+8
* Enumerations can now have custom fields defined on them. #4077Eric Davis2009-10-214-0/+70
* Renamed Project#public named_scope so it will not override Ruby's public methodEric Davis2009-10-211-1/+1
* Improved Project#copy to copy more data from the source Project. #3367Eric Davis2009-10-191-0/+34
* Preselect the issue custom fields from the source project when copying. #4045Eric Davis2009-10-191-0/+1
* Fixes MailHandler for ruby1.9.Jean-Philippe Lang2009-10-101-2/+3
* Fixes Repository#find_changeset_by_name with PostgreSQL (#3937).Jean-Philippe Lang2009-10-021-1/+1
* Fixed: RepositoriesController#revision may show wrong revision (#3779).Jean-Philippe Lang2009-09-201-0/+5
* Adds missing native eol properties.Jean-Philippe Lang2009-09-201-38/+38
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-20/+28
* Slight change to the visibility SQL statement.Jean-Philippe Lang2009-09-121-1/+1
* Adds spent time to the activity view (#3809).Jean-Philippe Lang2009-09-121-3/+7
* Email handler: set a default issue subject if the email subject is blank (#38...Jean-Philippe Lang2009-09-121-0/+3
* User groups branch merged.Jean-Philippe Lang2009-09-127-23/+172
* Allow referencing issue numbers in brackets. This style is used by otherEric Davis2009-09-031-1/+1
* SCM:Jean-Philippe Lang2009-08-173-23/+15
* Fixes argument in Repository#latest_changesets.Jean-Philippe Lang2009-08-171-1/+1
* Added branch and tag support to the git repository viewer. (#1406)Eric Davis2009-08-152-34/+67
* Allow spaces between the keyword and colon in incoming mail. (#3731)Eric Davis2009-08-121-1/+1
* Include the issue status in search results and the Activity page. (#3700)Eric Davis2009-08-021-1/+1