summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* Display non working days on gantt according to settings (#2161).Jean-Philippe Lang2012-10-291-2/+3
* Non working days is an array of strings (#2161).Jean-Philippe Lang2012-10-291-1/+1
* Ignore non-working days when rescheduling an issue (#2161).Jean-Philippe Lang2012-10-294-6/+25
* Hard-coded "Back" on 404 view (#12231).Jean-Philippe Lang2012-10-281-1/+1
* Use page parameter instead of p for pagination.Jean-Philippe Lang2012-10-282-2/+2
* REST API for deleting wiki pages (#7082).Jean-Philippe Lang2012-10-281-3/+7
* remove trailing white-space from app/controllers/repositories_controller.rbToshi MARUYAMA2012-10-281-1/+1
* Wrap issue description and its contextual menu in a div (#12211).Jean-Philippe Lang2012-10-271-0/+2
* Adds a textual css class for issue priorities (#12216).Jean-Philippe Lang2012-10-262-1/+35
* Adds last edit comments on the wiki page (#7082).Jean-Philippe Lang2012-10-251-0/+1
* Adds ?include=attachments option when retrieving a wiki page with the REST AP...Jean-Philippe Lang2012-10-251-0/+6