]> source.dussan.org Git - redmine.git/shortlog
redmine.git
2013-10-17 Toshi MARUYAMAremove trailing white-spaces from test/unit/user_test.rb
2013-10-15 Jean-Philippe... Avoid N queries when displaying the issue list with...
2013-10-14 Jean-Philippe... Fixed that WikiContent#next_version raises a comparison...
2013-10-14 Jean-Philippe... Adds some links for wiki history navigation.
2013-10-13 Jean-Philippe... Fixed that viewing/editing a wiki page without WikiCont...
2013-10-13 Jean-Philippe... Fixed that controller_issues_edit_before/after_save...
2013-10-13 Jean-Philippe... Fixed that redmine:migrate_from_mantis fails to migrate...
2013-10-13 Jean-Philippe... Avoid lots of CustomField.find_by_id calls when display...
2013-10-13 Jean-Philippe... Fixed that non array commit_update_keywords raises...
2013-10-13 Jean-Philippe... List custom fields fielters: multiple select filter...
2013-10-13 Jean-Philippe... Fixed that the mail method should return a Mail::Messag...
2013-10-13 Jean-Philippe... Migrate settings according to r12208 (#7590).
2013-10-13 Jean-Philippe... Ability to define commit keywords per tracker (#7590).
2013-10-11 Toshi MARUYAMAremove unneeded "require 'diff'" from WikiController...
2013-10-11 Toshi MARUYAMAadd missing "require 'diff'" to Redmine::Helpers::Diff...
2013-10-11 Toshi MARUYAMAadd unit test of Redmine::Helpers::Diff (#15105)
2013-10-10 Toshi MARUYAMAremove trailing white space from test/unit/wiki_content...
2013-10-09 Toshi MARUYAMAfix typo in the Dutch "label_user_mail_option_all"...
2013-10-05 Jean-Philippe... NoMethodError when uploading a file without logger...
2013-10-05 Jean-Philippe... Rows may not be oredered as expected with ruby1.8 ...
2013-10-05 Jean-Philippe... Hide issue custom fields when disabling issue tracking...
2013-10-05 Jean-Philippe... Don't update issues nor log time when importing old...
2013-10-05 Jean-Philippe... Pass the commit keyword used to update the issue to...
2013-10-05 Jean-Philippe... Support for multiple issue update keywords/rules in...
2013-10-02 Toshi MARUYAMAGerman translation updated by Daniel Felix (#15028)
2013-10-02 Toshi MARUYAMAremove trailing white-spaces from config/locales/it.yml
2013-10-02 Toshi MARUYAMATraditional Chinese translation updated by ChunChang...
2013-09-30 Jean-Philippe... Test broken by r12192 (#2199).
2013-09-30 Jean-Philippe... Allows user to clear dates and text fields when bulk...
2013-09-30 Toshi MARUYAMAJapanese translation updated by Go MAEDA (#15011)
2013-09-30 Toshi MARUYAMApdf: fix empty page attached when exporting (#13632)
2013-09-30 Toshi MARUYAMAremove trailing white-spaces from app/models/custom_fie...
2013-09-30 Toshi MARUYAMASlovak translation updated and changed by Katarína...
2013-09-30 Toshi MARUYAMAItalian translation changed by Alberto Cennini (#14981)
2013-09-30 Toshi MARUYAMAremove trailing white-spaces from config/locales/ru.yml
2013-09-30 Toshi MARUYAMARussian numeric translation changed by Sergei Danilov...
2013-09-30 Toshi MARUYAMADutch translation updated by Pieter Nicolai (#14896)
2013-09-30 Toshi MARUYAMADutch activerecord.errors.messages.too_long/too_short...
2013-09-30 Toshi MARUYAMANorwegian translation updated by Lennart Nordgreen...
2013-09-30 Toshi MARUYAMArevert r12175 (#14883)
2013-09-30 Toshi MARUYAMAJapanese "notice_not_authorized" translation changed...
2013-09-30 Toshi MARUYAMABulgarian translation updated by Ivan Cenov (#15007)
2013-09-30 Toshi MARUYAMAGemfile: update jdbc adapter version above 1.3.0 (...
2013-09-30 Toshi MARUYAMAGemfile: update ruby-openid version above 2.3.0 (#14919)
2013-09-29 Toshi MARUYAMAGemfile: update jdbc adapter version above 1.2.6 (...
2013-09-29 Jean-Philippe... Adds some css classes (#14767).
2013-09-29 Jean-Philippe... Adds a project specific css class to body (#14767).
2013-09-29 Jean-Philippe... Removed unused code (#14621).
2013-09-29 Jean-Philippe... Filling locales (#3413).
2013-09-29 Jean-Philippe... Exclude attachments from incoming emails based on file...
2013-09-29 Jean-Philippe... AJAX call on the issue form resets data entered during...
2013-09-29 Jean-Philippe... REST API: custom fields definition (#11159).
2013-09-25 Jean-Philippe... migrate_from_trac.rake does not properly parse First...
2013-09-25 Jean-Philippe... Fixed that Mantis/Trac users are not imported because...
2013-09-25 Jean-Philippe... Prevents invalid SQL with invalid group_ids (#14902).
2013-09-25 Jean-Philippe... French translation for underscore (#14972).
2013-09-18 Toshi MARUYAMAremove trailing white-space from test/functional/reposi...
2013-09-18 Toshi MARUYAMAscm: fix annotate error with non ASCII author on Ruby...
2013-09-18 Toshi MARUYAMAscm: bazaar: update test repository for non ASCII autho...
2013-09-18 Toshi MARUYAMAscm: git: fix indents of non ASCII path annotate test...
2013-09-18 Toshi MARUYAMAuse assert_select instead of assert_tag in Git non...
2013-09-18 Toshi MARUYAMAscm: remove unnecessary h() from annotate author (...
2013-09-18 Toshi MARUYAMAscm: bazaar: add test for author html escaping (#14931)
2013-09-18 Toshi MARUYAMAscm: bazaar: update test repository for author html...
2013-09-18 Toshi MARUYAMAscm: bazaar: split REPOSITORY_PATH to trunk in function...
2013-09-18 Toshi MARUYAMAscm: git: use "--encoding=UTF-8" for blame (#14931)
2013-09-18 Toshi MARUYAMAscm: git: change non ASCII user name variable to instan...
2013-09-18 Toshi MARUYAMAuse assert_select instead of assert_tag in Bazaar annot...
2013-09-18 Toshi MARUYAMAuse assert_select instead of assert_tag in Mercurial...
2013-09-18 Toshi MARUYAMAfix test failure (#14931)
2013-09-18 Toshi MARUYAMAcode format cleanup app/views/repositories/annotate...
2013-09-14 Jean-Philippe... Updates for 2.3.3
2013-09-13 Jean-Philippe... Filters show issues with unused custom fields (#13537).
2013-09-11 Jean-Philippe... Test for #14798.
2013-09-11 Jean-Philippe... Wrong done_ratio calculation for parent with subtask...
2013-09-11 Jean-Philippe... Typo (#14819).
2013-09-11 Jean-Philippe... Remove EOLs from attachments filename (#14819).
2013-09-11 Jean-Philippe... Strip eols from file names (#14819).
2013-09-10 Jean-Philippe... Fixed usage of #attribute_present? in UserPreference...
2013-09-05 Toshi MARUYAMAremove trailing white-space from app/models/journal.rb
2013-09-05 Toshi MARUYAMAfix Russian "description_date_range_interval" translati...
2013-08-15 Toshi MARUYAMAfix wrong Russian translation in close project message...
2013-08-14 Toshi MARUYAMAPortuguese translation for trunk updated by Lije Also...
2013-08-14 Toshi MARUYAMAPortuguese translation for 2.3-stable updated by Lije...
2013-08-14 Toshi MARUYAMATraditional Chinese translation for wiki_syntax.html...
2013-08-13 Toshi MARUYAMAuse escaping html in wiki_syntax.html
2013-08-13 Toshi MARUYAMAfix icon image paths of en-GB wiki syntax help (#14630)
2013-08-13 Toshi MARUYAMATraditional Chinese translation for wiki_syntax by...
2013-08-13 Toshi MARUYAMAJapanese wiki_syntax_detailed.html translation updated...
2013-08-13 Toshi MARUYAMAFrench wiki_syntax.html and wiki_syntax_detailed.html...
2013-08-10 Toshi MARUYAMAremove svn:executable from lib/plugins/rfpdf excluding...
2013-08-10 Toshi MARUYAMAremove unused lib/plugins/rfpdf/lib/fpdf/fpdf_eps.rb
2013-08-10 Toshi MARUYAMAJapanese wiki_syntax.html translation updated by Go...
2013-08-10 Toshi MARUYAMAGerman translation for member inheritance changed by...
2013-08-09 Toshi MARUYAMABulgarian translation updated by Ivan Cenov (#14651)
2013-08-09 Toshi MARUYAMAGerman wiki_syntax.html translation updated by Daniel...
2013-08-09 Toshi MARUYAMAGerman translation updated by Daniel Felix (#14647)
2013-08-09 Toshi MARUYAMASpanish translation updated by Thomas Godard (#14645)
2013-08-09 Toshi MARUYAMAfix icon image paths of wiki syntax help (#14630)
2013-08-09 Toshi MARUYAMAcode format cleanup app/views/projects/settings/_member...
next