]> source.dussan.org Git - redmine.git/shortlog
redmine.git
2022-03-21 Go MAEDATraditional Chinese translation update (#36815).
2022-03-21 Go MAEDADo not fire a query to get user default query when...
2022-03-21 Go MAEDAReverts r21480 (#36503).
2022-03-20 Marius BalteanuRemove system test (#6432).
2022-03-20 Marius BalteanuFix that @tracker_ids[]@ field is rendered multiple...
2022-03-20 Marius BalteanuOnly check for @set_filter@ param when retriving the...
2022-03-20 Marius BalteanuDo not fire a query to get user default query when...
2022-03-20 Marius BalteanuAdd Chromium to the list of supported browsers (#34978).
2022-03-20 Marius BalteanuAdd supported browsers to doc/INSTALL (#34978).
2022-03-20 Go MAEDAUpdate RuboCop Rails to 2.14 (#35207).
2022-03-20 Go MAEDAJapanese translation update (#36813).
2022-03-19 Marius BalteanuAdd locales (#4347).
2022-03-19 Marius BalteanuAdd missing partial (#4347).
2022-03-19 Marius BalteanuAutomatically add the user to the watchers list after...
2022-03-19 Marius BalteanuRender mentioned users with leading @ and highlight...
2022-03-19 Marius BalteanuDeprecate and rename rss_* methods to atom_* methods...
2022-03-19 Marius BalteanuFix file drop feature not working in @documents#new...
2022-03-19 Marius BalteanuReindent code in documents/_form view (#36686).
2022-03-18 Marius BalteanuAvoid passing ActionController::Parameters outside...
2022-03-18 Marius BalteanuUse @clipboardData.files@ instead of @clipboardData...
2022-03-18 Go MAEDASet the minimum required version of ROTP gem to 5.0...
2022-03-18 Go MAEDADatabase migration from Redmine 0.8.7 or earlier fails...
2022-03-17 Go MAEDAShow a custom field description as a placeholder (...
2022-03-17 Go MAEDAUse a variable to reference a CustomField object (...
2022-03-17 Go MAEDAFix to use a correct exception class ActiveRecord:...
2022-03-17 Go MAEDAComments for Textile text formatting (#20511).
2022-03-14 Go MAEDAReplace Member.find_or_new with ActiveRecord's find_or_...
2022-03-12 Go MAEDAUpdate Rails to 6.1.4.7 (#29914).
2022-03-10 Go MAEDAUpdate RuboCop to 1.26 (#35136).
2022-03-10 Go MAEDARegenerate .rubocop_todo.yml (#35136).
2022-03-07 Go MAEDAPolish translation update (#36493).
2022-03-07 Go MAEDAReorder keys in pl.yml to the same order with en.yml...
2022-03-06 Marius BalteanuLazy load locales (#36728).
2022-03-05 Go MAEDAImprove performance of adding or removing members of...
2022-03-03 Go MAEDAUpdate Chart.js to 3.7.1 (#36701).
2022-03-03 Go MAEDAIssuesControllerTest randomly fails (#36716).
2022-02-28 Marius BalteanuAdd habtm relation between roles and queries_roles...
2022-02-27 Marius BalteanuFix rubocop offense (#36416).
2022-02-26 Go MAEDAUpdate roadie-rails to 3.0 (#36355).
2022-02-25 Marius BalteanuUpdate API test to use token based authentication when...
2022-02-24 Marius BalteanuAdd class @user-mention@ to user classes when user...
2022-02-24 Marius BalteanuUpdate jQuery to 3.6.0 (#35729).
2022-02-24 Marius BalteanuAdd migration to delete orphaned time entry activities...
2022-02-24 Marius BalteanuDestroy overridden time entry activities and rows from...
2022-02-24 Marius BalteanuDisable API authentication with username and password...
2022-02-23 Marius BalteanuAllow users to be mentioned using @ in issues and wiki...
2022-02-20 Marius BalteanuUpdates for 4.2.4 release.
2022-02-20 Marius BalteanuFix gantt PNG export ignores imagemagick_convert_comman...
2022-02-20 Marius BalteanuFix time entries of sub-projects are not listed when...
2022-02-20 Marius BalteanuFix import with issue relations and invalid issues...
2022-02-20 Go MAEDATraditional Chinese translation update (#36606).
2022-02-20 Go MAEDAUpdate I18n to 1.10 (#36564).
2022-02-19 Go MAEDAFix code copying in common browsers (#36580).
2022-02-18 Marius BalteanuFix WikiContentVersion API returns 500 if author is...
2022-02-18 Marius BalteanuReturn 404 if revision URL doesn't exist (#36561).
2022-02-18 Go MAEDAJapanese translation update (#36651).
2022-02-14 Go MAEDAReduce database queries when rendering Custom fields...
2022-02-12 Go MAEDAUpdate Rails to 6.1.4.6 (#29914).
2022-02-08 Go MAEDAStructured Document list for more flexible UI design...
2022-02-04 Go MAEDAUpdate Rouge to 3.28 (#36325).
2022-02-04 Go MAEDAEscape HTML in the code highlighter help (#33859).
2022-02-03 Go MAEDAUpdate I18n to 1.9 (#36564).
2022-02-03 Go MAEDALabel error_can_not_execute_macro_html in Russian trans...
2022-02-01 Marius BalteanuAdd locales (#35439).
2022-02-01 Marius BalteanuAdd "required for administrators" option to Two-factor...
2022-02-01 Marius BalteanuFix autocomplete for users fails with 403 error when...
2022-01-30 Marius BalteanuAdd test for #34766.
2022-01-30 Marius BalteanuReturn 406 status code instead of 500 when API request...
2022-01-30 Marius BalteanuRemove sidebar views (#36524).
2022-01-30 Marius BalteanuRemove sidebar with invalid query links from imports...
2022-01-29 Marius BalteanuImprove readability of @must_activate_twofa?@ function...
2022-01-23 Go MAEDAReduce extra database queries in IssueQuery.default...
2022-01-22 Marius BalteanuExplicitly specify text formatting in the tests (#35952).
2022-01-22 Marius BalteanuUpdates en help file for common_mark to include the...
2022-01-22 Marius BalteanuFix path to task list items icon (#35742).
2022-01-22 Marius BalteanuEnable task list items for Common Mark text formatting...
2022-01-22 Go MAEDAFix that I18nTest#test_custom_pluralization_rules rando...
2022-01-22 Marius BalteanuDisplay "Two-factor authentication" on two lines to...
2022-01-22 Marius BalteanuAdd "Two-factor authentication" filter and column to...
2022-01-22 Marius BalteanuSet default protect from forgery true (#36317).
2022-01-22 Marius BalteanuDon't display "No Match Found!" when the inline autocom...
2022-01-22 Go MAEDAUpdate session token only once per minute (#29041).
2022-01-21 Go MAEDAInclude avatar URL in Users API (#36303).
2022-01-20 Go MAEDAText custom field values are not aligned with their...
2022-01-19 Go MAEDADuplicate activities in time entry report when project...
2022-01-18 Go MAEDAUpdate RuboCop to 1.25 (#35136).
2022-01-18 Go MAEDARegenerate .rubocop_todo.yml (#35136).
2022-01-18 Go MAEDADisplay source project for cross-project associated...
2022-01-17 Go MAEDAMake issue tabs DOM more consistent (#36429).
2022-01-16 Go MAEDA"Edit" misaligned in project members view (#13199).
2022-01-15 Go MAEDACustom I18n Pluralization rules are not applied correct...
2022-01-13 Go MAEDAExplicitly set Setting.cross_project_issue_relations...
2022-01-13 Go MAEDARestore the value of Setting.cross_project_issue_relati...
2022-01-12 Go MAEDAMailer.with_synched_deliveries doesn't correctly detect...
2022-01-10 Go MAEDAPermission check of the setting button on the issues...
2022-01-09 Go MAEDAUpdate Nokogiri to 1.13 (#35691).
2022-01-08 Go MAEDAChange the default value for "Time span format" from...
2022-01-07 Go MAEDAFix wrong variable name in Import#set_default_settings...
2022-01-07 Go MAEDARuboCop: fix Style/RedundantSort in app/models/import...
2022-01-07 Go MAEDAAuto guess file encoding when importing CSV file (...
next