]> source.dussan.org Git - redmine.git/shortlog
redmine.git
2021-12-10 Go MAEDAUpdate RuboCop Performance to 1.12 (#35142).
2021-12-10 Go MAEDAFix RuboCop offense Layout/ClosingParenthesisIndentatio...
2021-12-10 Go MAEDAUpdate RuboCop to 1.23 (#35136).
2021-12-10 Go MAEDARegenerate .rubocop_todo.yml (#35136).
2021-12-08 Go MAEDAFix redmine:plugins:assets rake task fails (#36287...
2021-12-05 Go MAEDABulgarian translation update (#36280).
2021-12-05 Go MAEDAAdd a list of supported languages by the code highlight...
2021-11-29 Go MAEDAMenuManagerTest randomly fails (#36241).
2021-11-27 Go MAEDARuby 3.1: net-smtp, net-imap, and net-pop are now bundl...
2021-11-25 Marius BalteanuFix plugin assets are no longer copied under plugin...
2021-11-25 Go MAEDAPsych 4: Psych::DisallowedClass exception when unserial...
2021-11-23 Go MAEDAUpdate Capybara to 3.36 (#35025).
2021-11-22 Go MAEDADownload all attachments in a journal (#35462).
2021-11-21 Go MAEDAJapanese translation update (#36221).
2021-11-21 Go MAEDATraditional Chinese translation update (#36196).
2021-11-17 Marius BalteanuUpdates .rubocop_todo.yml (#29914, #32938).
2021-11-17 Marius BalteanuRemove invalid require (#29914, #32938).
2021-11-17 Marius BalteanuSwitch to zeitwerk autoloader (#29914, #32938).
2021-11-17 Marius BalteanuLoad core plugins using require (#29914, #32938).
2021-11-17 Marius BalteanuAdd core extensions in prepare method (#29914, #32938).
2021-11-17 Marius BalteanuMove preparation code to redmine/preparation.rb (#29914...
2021-11-17 Marius BalteanuExtract Redmine::PluginLoader from Redmine::Plugin...
2021-11-15 Marius BalteanuUpdate locales (#35795).
2021-11-15 Marius BalteanuYou can configure default project queries in the follow...
2021-11-15 Marius BalteanuMigrate @setting_default_issue_query@ locale key to...
2021-11-13 Go MAEDAAdopt 2FA emails to new Mailer interface (#36005).
2021-11-13 Go MAEDABulgarian translation update (#36192).
2021-11-11 Go MAEDAAdd missing fixtures to UserTest (#35975).
2021-11-09 Go MAEDATraditional Chinese translation update (#36163).
2021-11-08 Marius BalteanuFix typo in class 'icon-expended' (#36149).
2021-11-08 Go MAEDAUpdate locales (#6033).
2021-11-08 Go MAEDAAllow addition/removal of subtasks to show in parent...
2021-11-08 Go MAEDAFix RuboCop offense Naming/MethodName due to r21269...
2021-11-08 Go MAEDATraditional Chinese translation update (#36151).
2021-11-06 Marius BalteanuUpdate locales (#29076).
2021-11-06 Marius BalteanuAdds button to "Create and follow" when adding a subtas...
2021-11-02 Marius BalteanuClose the flyout menu only when clicking on main (...
2021-10-27 Marius BalteanuRename CoreExtensions to CoreExt (#29914, #32938).
2021-10-27 Marius BalteanuFix cursor no longer shown as pointer on whole wrapper...
2021-10-27 Marius BalteanuAdd require to acts_as_tree (#29914, #32938).
2021-10-27 Marius BalteanuUse full full path for require (#29914, #32938).
2021-10-27 Marius BalteanuRemove extra blank line (#29914, #32938).
2021-10-27 Marius BalteanuMove @lib/diff.rb@ to @lib/redmine/string_array_diff...
2021-10-24 Marius BalteanuRemove extra blank line (#29914, #32938).
2021-10-24 Marius BalteanuExtract @Shell@ and @DateCalculation@ classes from...
2021-10-24 Marius BalteanuExtract @Diff@ and @DiffTable@ from @lib/redmine/unifie...
2021-10-24 Marius BalteanuMove custom DateValidator from @lib/redmine/core_ext...
2021-10-22 Marius BalteanuPin webdrivers gem to 4.6.1.
2021-10-21 Marius BalteanuPin selenium-webdriver to 3.142.7.
2021-10-21 Marius BalteanuRemove extra blank line.
2021-10-21 Marius BalteanuRevert changes made in r21251 due to a test fail (...
2021-10-20 Marius BalteanuUpdate .rubocop_todo and fix Style/AndOr offense (...
2021-10-20 Marius BalteanuSplit multiple classes and modules that existed in...
2021-10-20 Marius BalteanuFix rubocop "Style/CombinableLoops" offense in wiki_pag...
2021-10-20 Go MAEDAUpdate locales (#35770).
2021-10-20 Go MAEDAUpdate locales (#32424).
2021-10-20 Go MAEDAChange the "Edit" label in the context menu to "Bulk...
2021-10-10 Go MAEDAUpdates for 4.2.3 release.
2021-10-09 Marius BalteanuFix random failing test introduced in r21130 (#35957...
2021-10-09 Marius BalteanuDisable rubocop Lint/IneffectiveAccessModifier for...
2021-10-09 Marius BalteanuExplicitly specify escape character using an ESCAPE...
2021-10-05 Marius BalteanuAdd tests for #35764.
2021-10-05 Marius BalteanuTokenize search parameter in order to allow multiple...
2021-10-05 Marius BalteanuEnforce stricter class filtering in WatchersController...
2021-10-03 Marius BalteanuFix rubocop offense (#35073).
2021-10-03 Marius BalteanuReplace send with direct call because sanitize_sql_for_...
2021-10-03 Marius BalteanuUse sanitize_sql_like in Query#sql_contains (#35073).
2021-10-03 Marius BalteanuUse sanitize_sql_like in like scopes (#35073).
2021-10-03 Marius BalteanuUse sanitize_sql_like on search tokens (#35073).
2021-10-03 Marius BalteanuRemoves '%' signs from test strings in search test...
2021-10-03 Marius BalteanuAppend two spaces to lines when importing an email...
2021-10-03 Marius BalteanuMake hardbreaks behaviour configurable in config/config...
2021-10-02 Marius BalteanuStick commonmarker gem to 0.23.1 when Ruby version...
2021-10-02 Go MAEDAAdd information about whether an issue is open or close...
2021-09-24 Go MAEDALine breaks in the description of a custom field are...
2021-09-11 Marius BalteanuFix Layout/ClosingParenthesisIndentation offense (...
2021-09-11 Marius BalteanuDisable Lint/DuplicateBranch in lib/redmine/export...
2021-09-11 Marius BalteanuFix Layout/MultilineArrayBraceLayout offense (#21210).
2021-09-07 Go MAEDAFix NoMethodError when generating a link to a locked...
2021-09-06 Marius BalteanuInterpret thumbnail macro in description, notes and...
2021-09-06 Marius BalteanuRetrieve filenames of thumbnails when rendering a PDF...
2021-09-06 Marius BalteanuExpand macros in full-width custom fields when exportin...
2021-09-06 Marius BalteanuFix that deleting a closed or archived projects not...
2021-09-06 Marius BalteanuReturn 404 when filtering by a non-visible user in...
2021-09-06 Marius BalteanuUse ids instead of pluck(:id) (#32977).
2021-09-06 Marius BalteanuRemove references to deleted user from "user"-Format...
2021-09-04 Go MAEDAAllow Roadmap view without any related issues (#6432).
2021-08-31 Go MAEDAFix that test_link_to_principal_should_link_to_user...
2021-08-28 Go MAEDAHide graphs when printing the Issues Report details...
2021-08-24 Go MAEDATraditional Chinese translation update (#35807).
2021-08-23 Go MAEDAQuery links for related issues on issue page (#35559).
2021-08-23 Go MAEDAUpdate Rails to 6.1.4.1 (#29914).
2021-08-22 Go MAEDABulgarian translation update (#35791).
2021-08-19 Go MAEDARemove redefinition of ActionMailer::LogSubscriber...
2021-08-19 Go MAEDARemove unused argument from Redmine::Helpers::TimeRepor...
2021-08-19 Go MAEDAMove sidebar content on versions index view (roadmap...
2021-08-18 Go MAEDADon't unlink files before closing them (#35539, #35721).
2021-08-18 Go MAEDAFix that binmode specified twice (#35539, #35720).
2021-08-17 Go MAEDAUpdate locales (#34494).
2021-08-17 Go MAEDARename the save, edit and delete buttons on the query...
next