summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Merged r11513 from trunk (#13328).Jean-Philippe Lang2013-03-011-5/+12
* Merged r11509 and r11512 from trunk (#13309).Jean-Philippe Lang2013-03-011-1/+1
* Merged r11461, r11462 from trunk (#13251).Jean-Philippe Lang2013-02-241-0/+1
* Refactor: makes issue id a regular QueryColumn.Jean-Philippe Lang2013-02-232-7/+10
* fix typo at app/models/user.rb (#5719)Toshi MARUYAMA2013-02-181-2/+2
* Optimizes the SQL query behind Principal#member_of.Jean-Philippe Lang2013-02-171-1/+1
* replace tabs to spaces at app/models/issue.rbToshi MARUYAMA2013-02-171-2/+2
* replace tabs to spaces at app/models/setting.rbToshi MARUYAMA2013-02-171-9/+9
* remove trailing tabs from app/models/project.rbToshi MARUYAMA2013-02-171-2/+2
* Adds Issue#status_was that returns the initial issue status.Jean-Philippe Lang2013-02-171-3/+16
* Makes closed_on available as column and filter on the issue list (#824).Jean-Philippe Lang2013-02-161-0/+2
* Adds closed_on column that stores the time of the last closing (#824).Jean-Philippe Lang2013-02-161-4/+17
* Test broken by r11392 (#13174).Jean-Philippe Lang2013-02-151-3/+3
* Possibility to define the default enable trackers when creating a project (#1...Jean-Philippe Lang2013-02-151-1/+6
* Raised group name maximum length to 255 characters (#13174).Jean-Philippe Lang2013-02-151-1/+1
* Code cleanup.Jean-Philippe Lang2013-02-141-10/+4
* Adds token finder methods.Jean-Philippe Lang2013-02-141-4/+21
* Refactor: use an ordered hash to store available filters and remove :order op...Jean-Philippe Lang2013-02-143-138/+146
* remove trailing white-spaces from app/models/custom_field.rbToshi MARUYAMA2013-02-121-4/+4
* remove trailing white-space from app/models/board.rbToshi MARUYAMA2013-02-101-1/+1
* Typo that breaks with ruby1.8.Jean-Philippe Lang2013-02-091-1/+1
* Fixed that project overview page shows trackers from subprojects with disable...Jean-Philippe Lang2013-02-091-0/+1
* Fixed: error raised when copying project wiki with wiki module disabled (#130...Jean-Philippe Lang2013-02-071-1/+3
* Code cleanup.Jean-Philippe Lang2013-02-031-1/+1
* Typo that triggers an error when editing a subproject (#5605).Jean-Philippe Lang2013-02-021-1/+1
* Don't remove watchers on permission change.Jean-Philippe Lang2013-02-022-14/+0
* Optionaly inherit members from parent project (#5605).Jean-Philippe Lang2013-02-023-5/+71
* Test broken by r11296.Jean-Philippe Lang2013-02-021-1/+1
* Refactors methods for searching a user by token.Jean-Philippe Lang2013-02-022-13/+22
* Skip callbacks when updating last_login_on.Jean-Philippe Lang2013-02-011-2/+2
* Code cleanup.Jean-Philippe Lang2013-01-301-6/+2
* Fixe that filter "Assignee's group" doesn't work with group assignments (#130...Jean-Philippe Lang2013-01-291-0/+1
* Test failure with JRuby 1.7.2 (#12228).Jean-Philippe Lang2013-01-271-1/+2
* Always notify project members about news unless they turned off all notificat...Jean-Philippe Lang2013-01-262-28/+20
* remove trailing white-space from app/models/attachment.rbToshi MARUYAMA2013-01-261-1/+1
* Adds "sorted" scope to Principal and User and sort users/groups properly.Jean-Philippe Lang2013-01-232-0/+11
* "Parent task is invalid" while editing child issues with restricted Issues Vi...Jean-Philippe Lang2013-01-201-1/+1
* Code cleanup.Jean-Philippe Lang2013-01-201-6/+9
* Split "Manage documents" permission into create, edit and delete permissions ...Jean-Philippe Lang2013-01-201-1/+1
* Removed useless require 'iconv' (#12787).Jean-Philippe Lang2013-01-122-3/+0
* Makes issue custom fields available as timelog columns (#1766).Jean-Philippe Lang2013-01-122-0/+23
* Adds issue custom fields to time entries filters (#10191).Jean-Philippe Lang2013-01-121-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-1274-74/+74
* Ability to uncheck "Multiple values" for existing custom fields (#12251).Jean-Philippe Lang2013-01-121-0/+17
* Gantt perf: fixed that Project#start_date and #due_date run way too much quer...Jean-Philippe Lang2013-01-062-8/+14
* remove trailing white-spaces from app/models/mail_handler.rbToshi MARUYAMA2013-01-061-2/+2
* Negative estimated hours should not be valid (#12735).Jean-Philippe Lang2013-01-051-1/+1
* Adds a custom validator for dates (#12736).Jean-Philippe Lang2013-01-052-16/+3
* Make sure that dates are stored as YYYY-MM-DD in journal details (#12713).Jean-Philippe Lang2013-01-041-2/+5
* Prevent sqlserver adapter from breaking the sub-query (#12713).Jean-Philippe Lang2013-01-041-1/+1