summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* scm: git: split fetch_changesets methodToshi MARUYAMA2012-02-081-0/+5
* scm: git: remove unused "--all" option of "git log" in lib revisions methodToshi MARUYAMA2012-02-082-12/+0
* scm: git: use explicit "master" instead of all for revisions method at unit l...Toshi MARUYAMA2012-02-081-2/+2
* code layout cleanup test/unit/lib/redmine/scm/adapters/git_adapter_test.rbToshi MARUYAMA2012-02-081-7/+7
* scm: git: use explicit "master" for latest_changesets at unit app testToshi MARUYAMA2012-02-071-2/+2
* scm: git: remove "test_getting_certain_revisions" from unit lib testToshi MARUYAMA2012-02-071-4/+0
* Bulgarian translation for trunk updated by Ivan Cenov (#10160)Toshi MARUYAMA2012-02-061-2/+2
* Bulgarian translation for 1.3-stable updated by Ivan Cenov (#10160)Toshi MARUYAMA2012-02-061-2/+2
* Adds membership ids to /users/:id API response.Jean-Philippe Lang2012-02-062-2/+35
* Fixed "can't convert Fixnum into String" error on projects with numerical ide...Jean-Philippe Lang2012-02-062-1/+9
* TypoJean-Philippe Lang2012-02-061-1/+1
* Updates for 1.3.1 release.Jean-Philippe Lang2012-02-062-2/+20
* Adds a simple API for listing roles (#9725).Jean-Philippe Lang2012-02-064-4/+93
* REST API for project memberships (#7420).Jean-Philippe Lang2012-02-067-27/+308
* Russian translation changed by Igor Zubkov (#10155)Toshi MARUYAMA2012-02-061-47/+47
* scm: fix revision graph height is hard-coded (#9832)Toshi MARUYAMA2012-02-061-1/+3
* code layout cleanup app/views/repositories/_related_issues.html.erbToshi MARUYAMA2012-02-051-2/+6
* code layout cleanup app/views/wiki/edit.html.erbToshi MARUYAMA2012-02-051-2/+4
* replace tabs to spaces at app/views/wiki/edit.html.erbToshi MARUYAMA2012-02-051-3/+3
* replace tabs to spaces at app/views/issues/_conflict.html.erbToshi MARUYAMA2012-02-051-13/+13
* replace tabs to spaces at app/views/issues/_edit.html.erbToshi MARUYAMA2012-02-051-3/+3
* Resourcified project memberships.Jean-Philippe Lang2012-02-058-52/+48
* Removed bigdecimal-segfault-fix.rb now that ruby is fixed (#7826).Jean-Philippe Lang2012-02-051-30/+0
* Ability to edit a wiki page's parent on the edit page (#6449).Jean-Philippe Lang2012-02-054-13/+70
* Fixed an assertion for ruby1.9.Jean-Philippe Lang2012-02-051-1/+1
* Adds a X-Redmine-Sender header to email notifications (#5643).Jean-Philippe Lang2012-02-052-0/+13
* Removed unsafe attributes assignment.Jean-Philippe Lang2012-02-051-1/+2
* Removed mocha availability checks in tests.Jean-Philippe Lang2012-02-052-8/+1