summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-0214-36/+33
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-024-6/+8
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-0210-26/+29
* Removed unused instance variable.Jean-Philippe Lang2012-12-021-3/+0
* Makes User.current thread safe (#12097).Jean-Philippe Lang2012-12-021-2/+2
* Fixed find_issues logic.Jean-Philippe Lang2012-12-021-1/+1
* Code cleanup.Jean-Philippe Lang2012-12-023-26/+16
* Code cleanup.Jean-Philippe Lang2012-12-011-6/+3
* Code cleanup.Jean-Philippe Lang2012-12-011-8/+2
* Moved duplicate #options_for_membership_project_select to ApplicationHelper.Jean-Philippe Lang2012-12-013-18/+9
* Fixed that roles API should accept API auth for when authentication is requir...Jean-Philippe Lang2012-11-301-0/+1
* remove trailing white-spaces from app/models/repository.rbToshi MARUYAMA2012-11-281-2/+2
* code layout cleanup app/models/issue_relation.rbToshi MARUYAMA2012-11-281-17/+33
* Code cleanup.Jean-Philippe Lang2012-11-271-3/+1
* Code cleanup.Jean-Philippe Lang2012-11-273-7/+8
* Validate email only if changed.Jean-Philippe Lang2012-11-271-1/+1
* Code cleanup.Jean-Philippe Lang2012-11-271-1/+1
* Code cleanup.Jean-Philippe Lang2012-11-271-8/+8
* Fixed the behaviour for when rescheduling a parent task (#4590).Jean-Philippe Lang2012-11-241-1/+9
* Precede-Follow relation should move following issues earlier when reschedulin...Jean-Philippe Lang2012-11-241-3/+8
* Respond with 404 instead of 500 when requesting a wiki diff with invalid vers...Jean-Philippe Lang2012-11-241-1/+2
* Use Project.rebuild_tree! instead of .rebuild! in migration.Jean-Philippe Lang2012-11-231-0/+1
* Adds a Project.rebuild_tree! method to force the rebuild of the nested set.Jean-Philippe Lang2012-11-231-0/+9
* scm: git: fix tests fail when extra_info is nil (#12409)Toshi MARUYAMA2012-11-211-0/+1
* scm: git: fix changesets aren't read after clear_changesets call (#12409)Toshi MARUYAMA2012-11-212-0/+14
* fix non ASCII attachment filename encoding broken (MOJIBAKE) in receiving mai...Toshi MARUYAMA2012-11-211-1/+18
* remove trailing white-space from app/controllers/trackers_controller.rbToshi MARUYAMA2012-11-181-1/+1
* Fixed that MailHandler raises an error when email has no subject header (#123...Jean-Philippe Lang2012-11-181-2/+3
* Cache languages names to avoid loading all translations files.Jean-Philippe Lang2012-11-181-2/+1
* Code cleanup.Jean-Philippe Lang2012-11-182-11/+17
* Eager-load authors.Jean-Philippe Lang2012-11-181-1/+1
* Removed the limit of 75 pages when exporting wiki pages (#12274).Jean-Philippe Lang2012-11-181-1/+1
* Fixed that repository identifier may not be displayed in project settings (#1...Jean-Philippe Lang2012-11-181-1/+1
* 'None' grouped issue list section should be translated (#12358).Jean-Philippe Lang2012-11-171-1/+1
* Issue "Update" link broken focus (#12356).Jean-Philippe Lang2012-11-171-1/+1
* fix receiving mail subject broken which does not begin with encoding name (#1...Toshi MARUYAMA2012-11-161-1/+2
* Fixed version date validation (#12359).Jean-Philippe Lang2012-11-151-0/+7
* Code cleanup.Jean-Philippe Lang2012-11-131-4/+4
* Adds table name to the SQL clause used by Principale.like scope.Jean-Philippe Lang2012-11-131-2/+3
* Code cleanup.Jean-Philippe Lang2012-11-131-3/+3
* Fixed that Principal#like scope does not work with cyrillic characters and Po...Jean-Philippe Lang2012-11-131-3/+3
* remove trailing white-space from app/controllers/timelog_controller.rbToshi MARUYAMA2012-11-131-1/+1
* Adds a div that wraps everything except the footer.Jean-Philippe Lang2012-11-081-0/+2
* Fixed that watchers receive notifications for private comments without permis...Jean-Philippe Lang2012-11-052-1/+9
* Fixed source indentation (#8106).Jean-Philippe Lang2012-10-301-3/+3
* Issues by Category should show tasks without category (#8106).Jean-Philippe Lang2012-10-302-7/+7
* New user name format: firstname + first letter of lastname (#12085).Jean-Philippe Lang2012-10-301-5/+10
* Changes how relative date filters work and adds specific filters for filterin...Jean-Philippe Lang2012-10-301-5/+21
* Validate value for date filters.Jean-Philippe Lang2012-10-301-1/+1
* Ability to sort issues by grouped column (#3511).Jean-Philippe Lang2012-10-293-3/+17