Skip to content
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

Merged
merged 47 commits into from
Feb 13, 2024
Merged

[pull] dev from opf:dev #126

merged 47 commits into from
Feb 13, 2024

Conversation

pull[bot]
Copy link

@pull pull bot commented Feb 13, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

cbliard and others added 30 commits February 1, 2024 17:31
The `@author` instance variable must be set before creating the
`@activity` object.
[#52548] 13.3 Documentation: separate Gantt module

https://community.openproject.org/work_packages/52548
…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.
…ate-gantt-module

Gantt charts docs update
…-and-calender-error

Unset moment.js locale in timezone service
…d-only-show-the-activities-of-the-user

[52561] Fix user filter on activity page
…00-error

[#52284] CostReportsController#destroy - wrong method name was rename
- harmonize both sync services regarding error logs
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.
…nfigured-project-storage-with-remote-does-not-update-historical-data-table
cbliard and others added 17 commits February 12, 2024 17:06
…-storage-project-folder-config

Connect radio buttons and their labels
#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]>
#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
…nfigured-project-storage-with-remote-does-not-update-historical-data-table
…configured-project-storage-with-remote-does-not-update-historical-data-table

[#52755] store project folder id after sync in historic data
#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]>
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]>
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.
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.
…pec-4.8.2

Bump axe-core-rspec from 4.8.1 to 4.8.2
@pull pull bot added the ⤵️ pull label Feb 13, 2024
@pull pull bot merged commit 04a7f0a into l3dlp-sandbox:dev Feb 13, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.