]> source.dussan.org Git - redmine.git/shortlog
redmine.git
2012-02-15 Jean-Philippe... Adds confirmation message to relation delete link ...
2012-02-15 Jean-Philippe... Use Digest::SHA instead of Digest::SHA1 in Redmine...
2012-02-15 Etienne MassipPrevents SCM browser to overlay over the new repository...
2012-02-15 Jean-Philippe... Allow API auth on GET /versions/:id (#10241).
2012-02-15 Jean-Philippe... Adds the syntax for links to notes in the help.
2012-02-15 Jean-Philippe... Moved redmine links escaping assertions to their own...
2012-02-15 Jean-Philippe... Adds support for "Magic links" to notes (#2715).
2012-02-15 Jean-Philippe... Fixed that partial diffs are done against html instead...
2012-02-14 Jean-Philippe... Makes user autocompleters work with firstname and lastname.
2012-02-14 Jean-Philippe... Restyles user search fields and ajax indicator.
2012-02-14 Jean-Philippe... Focus the first text input or submit button when showin...
2012-02-14 Jean-Philippe... Adds a shadow to modal boxes.
2012-02-14 Jean-Philippe... Fixed: {{toc}} uses identical anchors for subsections...
2012-02-14 Toshi MARUYAMAremove trailing white-spaces from config/locales/et.yml
2012-02-14 Toshi MARUYAMAEstonian translation updated by John Wilcox (#10208)
2012-02-14 Etienne MassipRemoved useless style.
2012-02-14 Etienne MassipBetter handling of horizontal position.
2012-02-13 Etienne MassipRedraw revision graph on window resize (#10206).
2012-02-13 Jean-Philippe... Fixed: error when creating a project with a version...
2012-02-12 Jean-Philippe... Prevent ActiveRecord::StaleObjectError in Issue#resched...
2012-02-12 Jean-Philippe... Fixed potential error when sorting members without...
2012-02-12 Jean-Philippe... Adds a css class (noborder) for making borderless table...
2012-02-12 Jean-Philippe... Updated test against r8860.
2012-02-12 Jean-Philippe... Allows custom styles in textile formatting using a...
2012-02-12 Jean-Philippe... Adds Estonian translation by Kaitseministeerium (#10208).
2012-02-12 Jean-Philippe... Removed "clear:both" divs that break the issue form...
2012-02-12 Toshi MARUYAMAscm: git: explicitly return string as default branch...
2012-02-12 Toshi MARUYAMAscm: git: use default branch from HEAD (#10207)
2012-02-12 Toshi MARUYAMAscm: git: update test repository (#10207)
2012-02-11 Jean-Philippe... Adds a News#commentable? method to easily specific...
2012-02-11 Etienne MassipMoved revision graph holder div out of the table structure.
2012-02-11 Etienne MassipIncluded scm stylesheet in changes page.
2012-02-11 Etienne MassipUse of local variable for consistency.
2012-02-11 Etienne MassipIntegrated revision graph into scmid column.
2012-02-11 Jean-Philippe... Prevent random failures due to params order.
2012-02-11 Jean-Philippe... Adds a test for changeset/issue relations deletion.
2012-02-11 Jean-Philippe... Fixed that changesets parents associations are not...
2012-02-11 Jean-Philippe... Move the calendar in front of the modal box.
2012-02-11 Jean-Philippe... Displays the full form when creating a version from...
2012-02-11 Jean-Philippe... Only show statuses that can be applied to all issues...
2012-02-11 Jean-Philippe... Removed extra argument from SubversionAdapter#diff.
2012-02-11 Jean-Philippe... POP3 task only recognizes Message-ID header, not Messag...
2012-02-11 Jean-Philippe... Fixed: wrong section edit links when a heading contains...
2012-02-11 Toshi MARUYAMAscm: git: reduce saving heads times in fetching revisio...
2012-02-11 Toshi MARUYAMAscm: git: call "git log" only once instead of per branc...
2012-02-11 Toshi MARUYAMAcode layout cleanup app/views/repositories/committers...
2012-02-10 Toshi MARUYAMAscm: git: raise exception if "git log" is error and...
2012-02-10 Toshi MARUYAMATraditional Chinese translation updated by ChunChang...
2012-02-10 Jean-Philippe... Makes error class more specific to prevent clashes...
2012-02-10 Jean-Philippe... Removed unused style.
2012-02-10 Toshi MARUYAMARuby1.9: move setting Encoding.default_external after...
2012-02-10 Toshi MARUYAMAscm: git: clarify the purpose of the unit model test...
2012-02-10 Toshi MARUYAMAremove tailing white spaces from public/javascripts...
2012-02-10 Toshi MARUYAMAreplace tabs to spaces and fix indents public/javascrip...
2012-02-09 Jean-Philippe... Do not hide context menu when clicking on a folder...
2012-02-09 Jean-Philippe... Slight change to the context menu style.
2012-02-09 Jean-Philippe... Use #reduce instead of #inject for getting the intersec...
2012-02-09 Jean-Philippe... Code cleanup.
2012-02-09 Jean-Philippe... Only show allowed statuses in context menu (#10181).
2012-02-09 Jean-Philippe... Bulk-edit custom fields through context menu (#6296).
2012-02-09 Jean-Philippe... Moved #context_menu_link to a new helper.
2012-02-09 Toshi MARUYAMAscm: git: add explicit :excludes option to calling...
2012-02-09 Toshi MARUYAMAscm: git: add test of get revisions from disjointed...
2012-02-09 Toshi MARUYAMAscm: git: update test repository (#8857)
2012-02-09 Toshi MARUYAMAscm: git: remove redundant comma from test_revisions_in...
2012-02-09 Toshi MARUYAMAscm: git: code cleanup "test_branches" of unit lib...
2012-02-09 Toshi MARUYAMAscm: git: add lib test to get master branch revisions...
2012-02-09 Toshi MARUYAMAscm: git: add model method to get heads from extra_info...
2012-02-08 Toshi MARUYAMAscm: git: add includes and excludes options to lib...
2012-02-08 Toshi MARUYAMAscm: git: split fetch_changesets method
2012-02-08 Toshi MARUYAMAscm: git: remove unused "--all" option of "git log...
2012-02-08 Toshi MARUYAMAscm: git: use explicit "master" instead of all for...
2012-02-08 Toshi MARUYAMAcode layout cleanup test/unit/lib/redmine/scm/adapters...
2012-02-07 Toshi MARUYAMAscm: git: use explicit "master" for latest_changesets...
2012-02-07 Toshi MARUYAMAscm: git: remove "test_getting_certain_revisions" from...
2012-02-06 Toshi MARUYAMABulgarian translation for trunk updated by Ivan Cenov...
2012-02-06 Toshi MARUYAMABulgarian translation for 1.3-stable updated by Ivan...
2012-02-06 Jean-Philippe... Adds membership ids to /users/:id API response.
2012-02-06 Jean-Philippe... Fixed "can't convert Fixnum into String" error on proje...
2012-02-06 Jean-Philippe... Typo
2012-02-06 Jean-Philippe... Updates for 1.3.1 release.
2012-02-06 Jean-Philippe... Adds a simple API for listing roles (#9725).
2012-02-06 Jean-Philippe... REST API for project memberships (#7420).
2012-02-06 Toshi MARUYAMARussian translation changed by Igor Zubkov (#10155)
2012-02-06 Toshi MARUYAMAscm: fix revision graph height is hard-coded (#9832)
2012-02-05 Toshi MARUYAMAcode layout cleanup app/views/repositories/_related_iss...
2012-02-05 Toshi MARUYAMAcode layout cleanup app/views/wiki/edit.html.erb
2012-02-05 Toshi MARUYAMAreplace tabs to spaces at app/views/wiki/edit.html.erb
2012-02-05 Toshi MARUYAMAreplace tabs to spaces at app/views/issues/_conflict...
2012-02-05 Toshi MARUYAMAreplace tabs to spaces at app/views/issues/_edit.html.erb
2012-02-05 Jean-Philippe... Resourcified project memberships.
2012-02-05 Jean-Philippe... Removed bigdecimal-segfault-fix.rb now that ruby is...
2012-02-05 Jean-Philippe... Ability to edit a wiki page's parent on the edit page...
2012-02-05 Jean-Philippe... Fixed an assertion for ruby1.9.
2012-02-05 Jean-Philippe... Adds a X-Redmine-Sender header to email notifications...
2012-02-05 Jean-Philippe... Removed unsafe attributes assignment.
2012-02-05 Jean-Philippe... Removed mocha availability checks in tests.
2012-02-05 Jean-Philippe... Fixed registration form broken by r8479.
2012-02-05 Jean-Philippe... Fixed: Can't attach more than 1 file on IE 6 and 7...
2012-02-05 Toshi MARUYAMAscm: rename JavaScript "branchGraph" function name...
next