summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Prevent ActiveRecord::StaleObjectError in Issue#reschedule_after (#7920).Jean-Philippe Lang2012-02-122-1/+20
* Fixed potential error when sorting members without role (#10053).Jean-Philippe Lang2012-02-123-2/+31
* Adds a css class (noborder) for making borderless tables text formatting.Jean-Philippe Lang2012-02-121-0/+2
* Updated test against r8860.Jean-Philippe Lang2012-02-121-2/+1
* Allows custom styles in textile formatting using a white list of styles (#2416).Jean-Philippe Lang2012-02-123-2/+59
* Adds Estonian translation by Kaitseministeerium (#10208).Jean-Philippe Lang2012-02-123-0/+1202
* Removed "clear:both" divs that break the issue form with long sidebar content.Jean-Philippe Lang2012-02-123-2/+5
* scm: git: explicitly return string as default branch (#10207)Toshi MARUYAMA2012-02-121-2/+3
* scm: git: use default branch from HEAD (#10207)Toshi MARUYAMA2012-02-122-4/+21
* scm: git: update test repository (#10207)Toshi MARUYAMA2012-02-123-9/+14
* Adds a News#commentable? method to easily specific additional rules.Jean-Philippe Lang2012-02-114-2/+34
* Moved revision graph holder div out of the table structure.Etienne Massip2012-02-111-15/+15
* Included scm stylesheet in changes page.Etienne Massip2012-02-111-0/+4
* Use of local variable for consistency.Etienne Massip2012-02-111-1/+1
* Integrated revision graph into scmid column.Etienne Massip2012-02-116-71/+55
* Prevent random failures due to params order.Jean-Philippe Lang2012-02-111-9/+9
* Adds a test for changeset/issue relations deletion.Jean-Philippe Lang2012-02-111-0/+9
* Fixed that changesets parents associations are not deleted when deleting a re...Jean-Philippe Lang2012-02-112-1/+16
* Move the calendar in front of the modal box.Jean-Philippe Lang2012-02-111-1/+1
* Displays the full form when creating a version from the issue form so that re...Jean-Philippe Lang2012-02-115-14/+66
* Only show statuses that can be applied to all issues on the bulk edit form (#...Jean-Philippe Lang2012-02-112-1/+21
* Removed extra argument from SubversionAdapter#diff.Jean-Philippe Lang2012-02-111-1/+1
* POP3 task only recognizes Message-ID header, not Message-Id (#10198).Jean-Philippe Lang2012-02-111-1/+1
* Fixed: wrong section edit links when a heading contains inline code (#10199).Jean-Philippe Lang2012-02-112-1/+49
* scm: git: reduce saving heads times in fetching revisions (#8857, #9472)Toshi MARUYAMA2012-02-111-2/+7
* scm: git: call "git log" only once instead of per branch in fetching revision...Toshi MARUYAMA2012-02-112-58/+75
* code layout cleanup app/views/repositories/committers.html.erbToshi MARUYAMA2012-02-111-1/+9
* scm: git: raise exception if "git log" is error and block is given in lib rev...Toshi MARUYAMA2012-02-103-25/+42
* Traditional Chinese translation updated by ChunChang Lo (#10195)Toshi MARUYAMA2012-02-101-13/+13
* Makes error class more specific to prevent clashes with syntax highlight (#10...Jean-Philippe Lang2012-02-102-3/+2
* Removed unused style.Jean-Philippe Lang2012-02-101-1/+0
* Ruby1.9: move setting Encoding.default_external after boot (#4050, #4796)Toshi MARUYAMA2012-02-101-3/+3
* scm: git: clarify the purpose of the unit model test to fetch history editing...Toshi MARUYAMA2012-02-101-13/+17
* remove tailing white spaces from public/javascripts/application.jsToshi MARUYAMA2012-02-101-13/+13
* replace tabs to spaces and fix indents public/javascripts/application.jsToshi MARUYAMA2012-02-101-143/+143
* Do not hide context menu when clicking on a folder menu item.Jean-Philippe Lang2012-02-092-1/+5
* Slight change to the context menu style.Jean-Philippe Lang2012-02-091-1/+2
* Use #reduce instead of #inject for getting the intersection of arrays.Jean-Philippe Lang2012-02-093-10/+10
* Code cleanup.Jean-Philippe Lang2012-02-092-9/+3
* Only show allowed statuses in context menu (#10181).Jean-Philippe Lang2012-02-092-3/+2
* Bulk-edit custom fields through context menu (#6296).Jean-Philippe Lang2012-02-096-2/+136
* Moved #context_menu_link to a new helper.Jean-Philippe Lang2012-02-092-16/+36
* scm: git: add explicit :excludes option to calling revision method in "test_r...Toshi MARUYAMA2012-02-091-1/+2
* scm: git: add test of get revisions from disjointed histories to unit lib tes...Toshi MARUYAMA2012-02-091-0/+17
* scm: git: update test repository (#8857)Toshi MARUYAMA2012-02-094-13/+15
* scm: git: remove redundant comma from test_revisions_includes_master_two_revs...Toshi MARUYAMA2012-02-091-1/+1
* scm: git: code cleanup "test_branches" of unit lib testToshi MARUYAMA2012-02-091-12/+16
* scm: git: add lib test to get master branch revisions from origin (#8857)Toshi MARUYAMA2012-02-091-0/+12
* scm: git: add model method to get heads from extra_info branches hash (#8857)Toshi MARUYAMA2012-02-092-0/+23
* scm: git: add includes and excludes options to lib revisions method (#8857)Toshi MARUYAMA2012-02-082-3/+67