-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] dev from opf:dev #126
Commits on Feb 1, 2024
-
[52561] Fix user filter on activity page
The `@author` instance variable must be set before creating the `@activity` object.
Configuration menu - View commit details
-
Copy full SHA for cd51c50 - Browse repository at this point
Copy the full SHA cd51c50View commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 12faf88 - Browse repository at this point
Copy the full SHA 12faf88View commit details
Commits on Feb 8, 2024
-
[#52548] 13.3 Documentation: separate Gantt module https://community.openproject.org/work_packages/52548
Configuration menu - View commit details
-
Copy full SHA for caa0cb6 - Browse repository at this point
Copy the full SHA caa0cb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8e9ae8 - Browse repository at this point
Copy the full SHA e8e9ae8View commit details -
Set locale in init-locale.ts and update it to avoid post formatting d…
…ates Avoiding date postformatting is important, because in some languages the digit mapping is different. Different digit maps cause issues while being sent to the server, we should always use the traditional Arabic numbers, regardless of the chosen language. Switching up the order of the loaded moment locales, so that english remains the default instead of german.
Configuration menu - View commit details
-
Copy full SHA for e83e640 - Browse repository at this point
Copy the full SHA e83e640View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40fb050 - Browse repository at this point
Copy the full SHA 40fb050View commit details -
Configuration menu - View commit details
-
Copy full SHA for bff74e1 - Browse repository at this point
Copy the full SHA bff74e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8781825 - Browse repository at this point
Copy the full SHA 8781825View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0582a3 - Browse repository at this point
Copy the full SHA e0582a3View commit details
Commits on Feb 9, 2024
-
[#52755] store project folder id after sync in historic data
- https://community.openproject.org/work_packages/52755 - enabled AMPF deletion for all storages
Configuration menu - View commit details
-
Copy full SHA for e34e991 - Browse repository at this point
Copy the full SHA e34e991View commit details -
[#52284] CostReportsController#destroy - wrong method name was rename…
…d allowed_in_report -> allowed_in_report?
Configuration menu - View commit details
-
Copy full SHA for 0620ddd - Browse repository at this point
Copy the full SHA 0620dddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bd067b - Browse repository at this point
Copy the full SHA 7bd067bView commit details
Commits on Feb 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 56cb986 - Browse repository at this point
Copy the full SHA 56cb986View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae98248 - Browse repository at this point
Copy the full SHA ae98248View commit details -
Configuration menu - View commit details
-
Copy full SHA for 685faf0 - Browse repository at this point
Copy the full SHA 685faf0View commit details -
Merge pull request #14744 from opf/task/52548-133-documentation-separ…
…ate-gantt-module Gantt charts docs update
Configuration menu - View commit details
-
Copy full SHA for c9dad00 - Browse repository at this point
Copy the full SHA c9dad00View commit details
Commits on Feb 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 634790c - Browse repository at this point
Copy the full SHA 634790cView commit details
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 98122ac - Browse repository at this point
Copy the full SHA 98122acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19c3c63 - Browse repository at this point
Copy the full SHA 19c3c63View commit details -
Merge pull request #14674 from opf/bug/48834-wrong-arabic-date-format…
…-and-calender-error Unset moment.js locale in timezone service
Configuration menu - View commit details
-
Copy full SHA for da85c30 - Browse repository at this point
Copy the full SHA da85c30View commit details -
Merge pull request #14700 from opf/bug/52561-user-activity-feed-shoul…
…d-only-show-the-activities-of-the-user [52561] Fix user filter on activity page
Configuration menu - View commit details
-
Copy full SHA for de4d813 - Browse repository at this point
Copy the full SHA de4d813View commit details -
Merge pull request #14756 from foxweb/bug/52284-cost-report-destroy-5…
…00-error [#52284] CostReportsController#destroy - wrong method name was rename
Configuration menu - View commit details
-
Copy full SHA for e93f504 - Browse repository at this point
Copy the full SHA e93f504View commit details -
- harmonize both sync services regarding error logs
Configuration menu - View commit details
-
Copy full SHA for ab77681 - Browse repository at this point
Copy the full SHA ab77681View commit details -
[49328] Connect radio buttons and their labels
https://community.openproject.org/wp/49328 So they can be clicked to select an option.
Configuration menu - View commit details
-
Copy full SHA for 17b8322 - Browse repository at this point
Copy the full SHA 17b8322View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4769b3f - Browse repository at this point
Copy the full SHA 4769b3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8c5c7f - Browse repository at this point
Copy the full SHA b8c5c7fView commit details -
Avoid I18n fallback for seeding translations
The following rspec was failing. Actually it was flickering as the same spec run in isolation was passing: ``` rspec -fd './spec/controllers/work_packages/moves_controller_spec.rb[1:1:2:2:1]' './spec/migrations/fix_untranslated_work_package_roles_spec.rb[1:1:1]' './spec/views/account/register.html.erb_spec.rb[1:4:2:1]' --seed 35476 ``` It fails with 'expected "Work package editor", got "Arbeitspaket-Bearbeiter"'. The issue is that somehow the two others specs load the :de language, and set the `I18n.fallback` to `[:en, :de, :es, :fr, :it, :ko, :pt, :ru, :"zh-CN", :zh]`. As the string is not available in English, it falls back to German instead of using the provided default string. Setting `fallback: false` avoids the fallback mechanism and uses the default value as expected.
Configuration menu - View commit details
-
Copy full SHA for 4074f61 - Browse repository at this point
Copy the full SHA 4074f61View commit details -
Merge pull request #14767 from opf/52754-search-result-list-is-too-long
[52754] Search result list is too long
Configuration menu - View commit details
-
Copy full SHA for 1c64a9b - Browse repository at this point
Copy the full SHA 1c64a9bView commit details -
Merge branch 'release/13.3' into bug/52755-successful-sync-of-ampf-co…
…nfigured-project-storage-with-remote-does-not-update-historical-data-table
Configuration menu - View commit details
-
Copy full SHA for f2e3b2a - Browse repository at this point
Copy the full SHA f2e3b2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92cf995 - Browse repository at this point
Copy the full SHA 92cf995View commit details -
Merge pull request #14766 from opf/fix/make-radio-labels-clickable-in…
…-storage-project-folder-config Connect radio buttons and their labels
Configuration menu - View commit details
-
Copy full SHA for 844e236 - Browse repository at this point
Copy the full SHA 844e236View commit details -
[#52551] 13.3 Documentation: Update SharePoint/OneDrive documentation… (
#14762) * [#52551] 13.3 Documentation: Update SharePoint/OneDrive documentation on Automatically managed project folders https://community.openproject.org/work_packages/52551 [#52551] 13.3 Documentation: Update SharePoint/OneDrive documentation on Automatically managed project folders https://community.openproject.org/work_packages/52551 * Update docs/user-guide/file-management/file-management-faq/README.md Co-authored-by: dominic-braeunlein <[email protected]> * Update docs/user-guide/file-management/one-drive-integration/README.md Co-authored-by: dominic-braeunlein <[email protected]> * Update docs/user-guide/projects/project-settings/file-storages/README.md Co-authored-by: dominic-braeunlein <[email protected]> --------- Co-authored-by: dominic-braeunlein <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a2dc6a - Browse repository at this point
Copy the full SHA 9a2dc6aView commit details -
[#52552] 13.3 Documentation: Improved calculations and updates for pr… (
#14760) * [#52552] 13.3 Documentation: Improved calculations and updates for progress reporting https://community.openproject.org/work_packages/52552 [#52552] 13.3 Documentation: Improved calculations and updates for progress reporting https://community.openproject.org/work_packages/52552 * update calculations docs
Configuration menu - View commit details
-
Copy full SHA for 1252c5c - Browse repository at this point
Copy the full SHA 1252c5cView commit details -
Merge branch 'release/13.3' into bug/52755-successful-sync-of-ampf-co…
…nfigured-project-storage-with-remote-does-not-update-historical-data-table
Configuration menu - View commit details
-
Copy full SHA for 5c48128 - Browse repository at this point
Copy the full SHA 5c48128View commit details -
Merge pull request #14754 from opf/bug/52755-successful-sync-of-ampf-…
…configured-project-storage-with-remote-does-not-update-historical-data-table [#52755] store project folder id after sync in historic data
Configuration menu - View commit details
-
Copy full SHA for 2def6d7 - Browse repository at this point
Copy the full SHA 2def6d7View commit details -
[#52549] 13.3 Documentation: Create and share custom project lists wi… (
#14761) * [#52549] 13.3 Documentation: Create and share custom project lists with new filter options https://community.openproject.org/work_packages/52549 [#52549] 13.3 Documentation: Create and share custom project lists with new filter options https://community.openproject.org/work_packages/52549 * docs(links): fix moved link destinations * docs(links): fix anchor link * update projects lists docs --------- Co-authored-by: as-op <[email protected]> Co-authored-by: Andrej Sandorf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 60e524e - Browse repository at this point
Copy the full SHA 60e524eView commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6f00945 - Browse repository at this point
Copy the full SHA 6f00945View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2c6930 - Browse repository at this point
Copy the full SHA d2c6930View commit details -
Bump axe-core-rspec from 4.8.1 to 4.8.2
Bumps [axe-core-rspec](https://github.com/dequelabs/axe-core-gems) from 4.8.1 to 4.8.2. - [Release notes](https://github.com/dequelabs/axe-core-gems/releases) - [Changelog](https://github.com/dequelabs/axe-core-gems/blob/develop/CHANGELOG.md) - [Commits](dequelabs/axe-core-gems@v4.8.1...v4.8.2) --- updated-dependencies: - dependency-name: axe-core-rspec dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0a81ff - Browse repository at this point
Copy the full SHA d0a81ffView commit details -
[52779] Add port of Nextcloud storage to CSP directives
https://community.openproject.org/wp/52779 If the port is not 443 or 80. Mostly useful for local development when Nextcloud is on port 8080 for instance.
Configuration menu - View commit details
-
Copy full SHA for 22f54ee - Browse repository at this point
Copy the full SHA 22f54eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e6f78e - Browse repository at this point
Copy the full SHA 0e6f78eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbfc0d0 - Browse repository at this point
Copy the full SHA fbfc0d0View commit details -
Merge pull request #14778 from opf/documentation/fixes
chore(docs): fix links & typos
Configuration menu - View commit details
-
Copy full SHA for 01e8b5d - Browse repository at this point
Copy the full SHA 01e8b5dView commit details -
Fix potential issue when migrating test database
Test database is wiped out regularly, so when running this migration from an already migrated database the work package roles do not exist anymore and this migration wil fail with a `undefined method 'update' for nil:NilClass` error. This commit fixes it.
Configuration menu - View commit details
-
Copy full SHA for 2833d44 - Browse repository at this point
Copy the full SHA 2833d44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e2a033 - Browse repository at this point
Copy the full SHA 3e2a033View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b55eeb - Browse repository at this point
Copy the full SHA 7b55eebView commit details -
Merge pull request #14771 from opf/dependabot/bundler/dev/axe-core-rs…
…pec-4.8.2 Bump axe-core-rspec from 4.8.1 to 4.8.2
Configuration menu - View commit details
-
Copy full SHA for 04a7f0a - Browse repository at this point
Copy the full SHA 04a7f0aView commit details