summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixes expander icons not switch for completed versions (#42285).Marius Balteanu2025-03-132-1/+3
* Fixes expander icons not switch in Collapse all/Expand all (#42369).Marius Balteanu2025-03-131-0/+2
* Updates for 6.0.4 release.Marius Balteanu2025-03-102-1/+52
* Fixes rubocop offense (#42352).Marius Balteanu2025-03-101-0/+1
* Adds missing files (#42352).Marius Balteanu2025-03-102-0/+200
* Extract project query for admins to a separate ProjectAdminQuery model (#42352).Marius Balteanu2025-03-0910-100/+35
* Ensure that a UserQuery can only be viewed or edited by admins (#42352).Marius Balteanu2025-03-092-0/+41
* Allow query class to select layout for QueriesController (#42352).Marius Balteanu2025-03-094-4/+21
* Ensures data-disable-with attribute is properly escaped when uery links are r...Marius Balteanu2025-03-071-1/+1
* Fixes typo in query name fixture.Marius Balteanu2025-03-073-3/+3
* Fixes the request method filtering in sudo mode (#42194),Marius Balteanu2025-03-062-2/+2
* Correctly handle exception messages in macros (#42326).Marius Balteanu2025-03-062-3/+3
* Update Nokogiri to 1.18.3 (#42333).Go MAEDA2025-03-011-1/+1
* Update Mercurial repository support to be compatible with Python 3 and remove...Go MAEDA2025-02-163-95/+113
* Add missing assertions to InlineAutocompleteTest (#42200).Go MAEDA2025-02-111-6/+6
* Fix random failures in InlineAutocompleteTest due to interference from reques...Go MAEDA2025-02-111-14/+21
* Fix random failures in `IssuesTest#test_bulk_copy` due to StaleElementReferen...Go MAEDA2025-02-111-2/+3
* Traditional Chinese translation update (#42246).Go MAEDA2025-02-111-1/+1
* Fix ArgumentError in project settings members tab when orphaned member record...Go MAEDA2025-02-091-2/+4
* Update locales (#40588).Go MAEDA2025-02-0948-0/+48
* Czech translation update for 6.0-stable (#42239).Go MAEDA2025-02-091-5/+5
* Increase ComparisonsThreshold for RuboCop's Style/MultipleComparison to 3 (#4...Go MAEDA2025-02-092-8/+4
* Fix: Float custom values with ',' as decimal separator are not converted to '...Go MAEDA2025-02-083-7/+16
* Latest news box on home page misses icons (#42229).Go MAEDA2025-02-071-1/+1
* Fix RuboCop Style/SuperArguments (#41884).Go MAEDA2025-02-061-1/+1
* Fix low contrast of icons on flyout menu by adjusting stroke color (#42182).Go MAEDA2025-02-051-2/+8
* Fix RuboCop Style/HashSyntax (#42008).Go MAEDA2025-02-041-1/+1
* Expose default Rails health check endpoint "/up" for load balancers and uptim...Go MAEDA2025-02-041-0/+4
* Update Rubocop Rails to 2.29 (#42044).Go MAEDA2025-02-041-1/+1
* Fix Turkish translation of field_assignable (#42170).Go MAEDA2025-02-011-1/+1
* `format_hours` method produces incorrect output for negative time values when...Go MAEDA2025-01-302-2/+7
* Reduce SQL queries triggered by `empty?` and `one?` in `TimeEntryActivity.def...Go MAEDA2025-01-301-1/+1
* Optimize TimeEntryActivity#default_activity_id method by introducing early re...Go MAEDA2025-01-291-21/+21
* Updates for 6.0.3 release.Go MAEDA2025-01-292-1/+55
* Update usage description to clarify support for multiple version IDs in chang...Go MAEDA2025-01-291-1/+1
* Simplify URL components omission in ApplicationController#verify_back_url (#4...Go MAEDA2025-01-281-1/+1
* Redirection after signing in fails when the back_url includes a port number (...Go MAEDA2025-01-282-4/+20
* Replace legacy PNG icons with SVG icons for multiselect toggles (#42130).Go MAEDA2025-01-288-14/+42
* Optimize IssuesController#show by skipping time tracking queries when disable...Go MAEDA2025-01-251-2/+7
* Remove unused CSS definition for `tr.member .icon-user` (#42126).Go MAEDA2025-01-231-1/+1
* Fix the members list table layout breaks due to .icon class on td elements (#...Go MAEDA2025-01-232-4/+6
* Refactor thumbnail markup for improved structure and semantics (#42133).Go MAEDA2025-01-235-21/+21
* Update footer copyright year to 2025 (#42140).Go MAEDA2025-01-221-1/+1
* Fix rapid flickering of placeholder icon for non-existent thumbnails on hover...Go MAEDA2025-01-212-2/+3
* Refactor `Member#role_ids=` method for improved clarity and effficiency in re...Go MAEDA2025-01-211-4/+2
* Optimize `Version#wiki_page` method (#42121).Go MAEDA2025-01-201-4/+1
* Member roles are incorrectly added when a user's memberships are updated (#42...Go MAEDA2025-01-192-1/+34
* Preload tracker when retrieving journal events to improve Activity view perfo...Go MAEDA2025-01-181-1/+1
* Optimize `journalized` method to use preloaded Issue association for better A...Go MAEDA2025-01-181-0/+9
* Fix: Replace legacy reorder icon in Key-value list custom field editor with S...Go MAEDA2025-01-181-1/+1