summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* remove trailing white-space from app/models/project.rbToshi MARUYAMA2013-04-211-1/+1
* remove trailing white-spaces and redundant empty line from app/models/issue_q...Toshi MARUYAMA2013-04-191-2/+1
* remove trailing white-space from app/models/role.rbToshi MARUYAMA2013-04-121-1/+1
* Fixed that r11641 prevents precedes/follows relations between subtasks (#13586).Jean-Philippe Lang2013-03-261-2/+6
* remove trailing white-space from app/models/setting.rbToshi MARUYAMA2013-03-251-1/+1
* remove trailing white-space from app/models/user_preference.rbToshi MARUYAMA2013-03-201-1/+1
* remove trailing white space from app/models/version.rbToshi MARUYAMA2013-03-191-1/+1
* fix broken tests on Rails 3.2.13 with Ruby 1.8 (#12399, #12375)Toshi MARUYAMA2013-03-191-31/+1
* replace tab to space at app/models/mail_handler.rbToshi MARUYAMA2013-03-181-1/+1
* Code cleanup.Jean-Philippe Lang2013-03-171-19/+7
* Fixed: Circular loop when using relations and subtasks (#8794).Jean-Philippe Lang2013-03-171-0/+14
* Fixed: subtasks don't resepect following/precedes relations on creation (#129...Jean-Philippe Lang2013-03-171-1/+1
* Moves Project#users to a regular method.Jean-Philippe Lang2013-03-121-1/+5
* Moves Project#principals to a regular method.Jean-Philippe Lang2013-03-121-1/+5
* Prevent one query per User#member_of? call after r11508 (#13301).Jean-Philippe Lang2013-03-121-1/+5
* Mail handler: set mail_notification to only_my_events when creating a new use...Jean-Philippe Lang2013-03-111-0/+1
* use %r{} instead of // at app/models/repository/subversion.rbToshi MARUYAMA2013-03-071-1/+1
* Mail handler: adds --no-notification option to disable notifications to the c...Jean-Philippe Lang2013-03-031-0/+4
* Mail handler: adds --no-account-notice option for not sending account informa...Jean-Philippe Lang2013-03-031-2/+5
* Mail handler: adds --default-group option to add created user to one or more ...Jean-Philippe Lang2013-03-032-0/+15
* Fixed that copying an issue as a child of itself creates an extra issue (#133...Jean-Philippe Lang2013-03-011-5/+12
* Adds "tracker-[id]" CSS class to issues (#13309).Jean-Philippe Lang2013-03-011-1/+1
* Performance: avoid querying all memberships in User#roles_for_project (#13301).Jean-Philippe Lang2013-03-011-1/+13
* Fixed that #reload raises a Stack too deep error with ruby 2.0.Jean-Philippe Lang2013-02-283-3/+6
* Code cleanup.Jean-Philippe Lang2013-02-281-2/+2
* Don't reload the issue in after_save callback.Jean-Philippe Lang2013-02-281-3/+0
* Time entry with 2 digits year should not validate (#3107).Jean-Philippe Lang2013-02-241-0/+1
* Fixed that relations may not be refreshed when adding a follows relation (#13...Jean-Philippe Lang2013-02-241-0/+1
* Use User#generate_password in MailHandler.Jean-Philippe Lang2013-02-231-3/+1
* Option to generate a random password on user creation/update.Jean-Philippe Lang2013-02-231-7/+19
* 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