Skip to content

[pull] dev from opf:dev #361

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

Merged
merged 62 commits into from
Jan 21, 2025
Merged

[pull] dev from opf:dev #361

merged 62 commits into from
Jan 21, 2025

Conversation

pull[bot]
Copy link

@pull pull bot commented Jan 21, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

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

EinLama and others added 30 commits January 14, 2025 08:24
makes the animation much less bumpy on my system
this avoids a sudden change in dimensions, perceived as "bumpy"
…book-now

fix(on-premises): chargebee.js loading with nonce & adjust plan ID
…#17563)

* [#60477] 15.2 Documentation: Export cost query as timesheet PDF  https://community.openproject.org/work_packages/60477

[#60477] 15.2 Documentation: Export cost query as timesheet PDF

https://community.openproject.org/work_packages/60477

* [#60477] 15.2 Documentation: Export cost query as timesheet PDF  https://community.openproject.org/work_packages/60477

[#60477] 15.2 Documentation: Export cost query as timesheet PDF

https://community.openproject.org/work_packages/60477

* Update docs/user-guide/time-and-costs/reporting/README.md

Co-authored-by: Andrej Sandorf <77627197+as-op@users.noreply.github.com>

* Update docs/user-guide/time-and-costs/reporting/README.md

Co-authored-by: Andrej Sandorf <77627197+as-op@users.noreply.github.com>

* adding empty lines between the html tags and other content

---------

Co-authored-by: Andrej Sandorf <77627197+as-op@users.noreply.github.com>
…#17562)

[#60484] 15.2 Documenation: Popover for user information on hover  https://community.openproject.org/work_packages/60484

[#60484] 15.2 Documenation: Popover for user information on hover

https://community.openproject.org/work_packages/60484
…en-loading-timesheet-data

Eager load data required for timesheet
…tly-in-custom-field-filter-for-projects-of-type-user

Include type in select to have correct behaviour in name method
…on center, clicking one selects all

https://community.openproject.org/work_packages/60449

Aggregate the Reminder notifications with other notifications (regular aggregation) so that
only one item per work package is visible in the notification center.

This reverts: #17426 where we previously defined reminder notifications
as standalone.
Set default name identifier format to unspecified, making no assertions
…#17601)

* [#60475] 15.2 Documentation: Edit lag to follow-precedes-relations  https://community.openproject.org/work_packages/60475

[#60475] 15.2 Documentation: Edit lag to follow-precedes-relations

https://community.openproject.org/work_packages/60475

* Minor capitalisation

---------

Co-authored-by: Parimal Satyal <88370597+psatyal@users.noreply.github.com>
…icker-for-stages

[#60578] Unable to use the date picker for stages
When there exists a reminder + date alert for a given WP, show the date
alert text + the reminder note
* first structure darft for release notes 15.2

* content for 15.2 release notes

* Update docs/release-notes/15-2-0/README.md

* update release notes

* fix link

---------

Co-authored-by: corinnaguenther <131807161+corinnaguenther@users.noreply.github.com>
…alizes-wrong-in-german

[60627] Relations dropdown capitalizes wrong in German
…-is-bumpy

[#59879] make user hover card animation less bumpy
openprojectci and others added 28 commits January 18, 2025 03:10
* [#60473] 15.2 Documentation: work package reminders  https://community.openproject.org/work_packages/60473

[#60473] 15.2 Documentation: work package reminders

https://community.openproject.org/work_packages/60473

* Update README.md

Minor changes to phrasing

* Update docs/user-guide/work-packages/edit-work-package/README.md

---------

Co-authored-by: Parimal Satyal <88370597+psatyal@users.noreply.github.com>
#17590)

* [#60472] 15.2 Documentation: Create new folder from within the location picker  https://community.openproject.org/work_packages/60472

[#60472] 15.2 Documentation: Create new folder from within the location picker

https://community.openproject.org/work_packages/60472

* update

* Fixed image names

* Update docs/user-guide/file-management/nextcloud-integration/README.md
* update-work-package-reminders-docs

* Update docs/user-guide/notifications/README.md

* Update docs/user-guide/notifications/README.md

* Update README.md

Minor updates

---------

Co-authored-by: Parimal Satyal <88370597+psatyal@users.noreply.github.com>
Previously this hint would have always been shown in english,
regardless of the user's selected language. Now it's possible to
add a translation for this message.

I also slightly rephrased the message, so that it's more in line
with the words we use on the configuration pages. E.g. we didn't
use the word "template" there at all.
Translate hint about auto-generated subjects
Bumps [lefthook](https://github.com/evilmartians/lefthook) from 1.10.5 to 1.10.9.
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v1.10.5...v1.10.9)

---
updated-dependencies:
- dependency-name: lefthook
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@openproject/primer-view-components](https://github.com/opf/primer_view_components) from 0.52.1 to 0.52.2.
- [Release notes](https://github.com/opf/primer_view_components/releases)
- [Changelog](https://github.com/opf/primer_view_components/blob/main/CHANGELOG.md)
- [Commits](opf/primer_view_components@v0.52.1...v0.52.2)

---
updated-dependencies:
- dependency-name: "@openproject/primer-view-components"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Fixes `Type 'Timer' is not assignable to type 'number' error when
running `npm run test:watch`.

node typings for `setInterval()` specify `Timer` as its return type.
This patch explicitly calls the browser variant, which returns `number`.

See also TypeStrong/atom-typescript#1053
[chore] fix feature flag for generating wp subjects
…e-my-meetings

[#59994] Breadcrumb name should be 'My meetings'
…10.9

Bump lefthook from 1.10.5 to 1.10.9
…ev/openproject/primer-view-components-0.52.2

Bump @openproject/primer-view-components from 0.52.1 to 0.52.2 in /frontend
To display reminders, ensure that the user has a `view_work_packages` permission and is logged in.
As anonymous users can view work packages in public projects and OP instances where auth is not required,
this check covers that
Use a more semantically correct name, rather than the controller action
Managing reminders is based on the `view_work_packages` permission
which is already indentified via `work_packages/read` capability.
It would be redundant to introduce a new capability name
…ction-for-users-to-set-their-own-reminders

bug/60568 Remove permission restriction for users to set their own reminders
…lders

use former version of chrome until chromedriver fixes issues with 132 in selenium
@pull pull bot added the ⤵️ pull label Jan 21, 2025
@pull pull bot merged commit 1b0268f into kp-forks:dev Jan 21, 2025
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.