Skip to content

Commit

Permalink
Merge branch 'release/15.1' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
openprojectci committed Dec 13, 2024
2 parents 15beb51 + 859d95d commit ffe3ab6
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/locales/crowdin/zh-TW.yml
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ zh-TW:
follows_description: "在這個工作項目開始之前,相關的工作必須先完成"
label_child_singular: "子項目"
label_child_plural: "子項目"
child_description: "Makes the related work package a sub-item of the current (parent) work package"
child_description: "使相關工作成為目前(父)工作項目的子項目"
label_blocks_singular: "區塊"
label_blocks_plural: "區塊"
blocks_description: "在本工作項目結束之前,關聯工作無法結束"
Expand Down
11 changes: 7 additions & 4 deletions docs/contributions-guide/give-back-to-community/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ OpenProject thrives on the strength and engagement of its Community. Beyond codi
> [!IMPORTANT]
> By submitting your content, we assume that you grant us permission to publish it on our platforms. If you would like to review the content before it is published, please let us know explicitly, and we will be happy to accommodate your request.
Your unique experience with OpenProject can inspire others and provide valuable feedback to our team. Here are some ideas for sharing your story:
Your unique experience with OpenProject can inspire others and provide valuable feedback to our team. Here are some ideas for sharing your story, preferably in English (or German):

- **Written Texts**
Create a brief article (0.5–2 pages) that covers the following topics:
Expand All @@ -31,7 +31,7 @@ Your unique experience with OpenProject can inspire others and provide valuable
- **Blog Posts**
Write a detailed blog post about your OpenProject journey. You can either:

- Submit your blog post for publication on the OpenProject website. [Contact us](https://www.openproject.org/contact/) for guidelines.
- Submit your blog post for publication on the OpenProject website.
- Publish it on your own channels (website, blog, or LinkedIn) and link back to OpenProject.

- **Video Contributions**
Expand All @@ -40,11 +40,14 @@ Your unique experience with OpenProject can inspire others and provide valuable
- **Testimonials and Quotes**
Share a short testimonial or quote about your experience with OpenProject. If possible, **include a professional photo** of yourself or your team for publication.

[Contact us](https://www.openproject.org/contact/) for guidelines.

## Support us online

Help OpenProject reach more users by engaging with our content and sharing it with your network.

- **Social Media Posts**
- **Social media posts**

- Share your experience with OpenProject on your social channels, including a link to our website.
- You can also re-share content from the [OpenProject blog](https://www.openproject.org/blog/) or our official social media accounts.

Expand All @@ -57,7 +60,7 @@ Help OpenProject reach more users by engaging with our content and sharing it wi
[Follow us on Twitter/X](https://twitter.com/openproject)

[Follow us on Bluesky](https://bsky.app/profile/openproject.bsky.social)
- **Add a Backlink to Your Website**
- **Add a backlink to your website**
Include a link to OpenProject’s website on your blog, portfolio, or company website to help more people discover our tool.
- **Write a Review**
Share your thoughts about OpenProject on one of our review platforms. [Leave a review ](https://www.openproject.org/reviews/).
Expand Down
5 changes: 5 additions & 0 deletions docs/release-notes/15-1-0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ Additionally, you can now add a description to add further information about the
![Screenshot showing the new Relations tab in a work package](openproject-15-1-relations.png)

> [!TIP]
> As a workaround you can [include a table of related work packages to work package forms (Enterprise add-on)](../../system-admin-guide/manage-work-packages/work-package-types/#add-table-of-related-work-packages-to-a-work-package-form-enterprise-add-on). Under this table you can directly create new children work packages or link existing ones.
![A table of related work packages in OpenProject](open_project_admin_related_wp_table.png)

[Read all about work package relations and hierarchies in our user guide](../../user-guide/work-packages/work-package-relations-hierarchies/).

### Redesign of the Meetings index page
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions docs/security-and-privacy/statement-on-security/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ Automated tests and manual code reviews ensure that these contributions are safe

For more information on security and data privacy for OpenProject, please visit: [www.openproject.org/security-and-privacy](https://www.openproject.org/security-and-privacy/).

**security.txt**

OpenProject uses the `security.txt` standard for defining security policies.
You can find our `security.txt` here: https://www.openproject.org/security.txt

Please see https://securitytxt.org/ for more information.

## Security announcements mailing list

If you want to receive immediate security notifications via email as we publish them, please sign up to our security mailing list: https://www.openproject.org/security-and-privacy/#mailing-list.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,20 @@ Work packages can be structured hierarchically, e.g. in order to break down a la

## Add a child work package

There are **three ways to add or create a child work package**:
There are **four ways to add or create a child work package**:

1. [Adding a child in the *Relations* tab in a work package's details view](#add-a-child-in-the-relations-tab-in-a-work-packages-details-view)

1. Adding a child in the *Relations* tab in a work package's details view
2. Right-clicking on a work package in the work package table and select "Create new child"

3. Right-clicking on a work package in the work package table and select "Indent hierarchy" to add it as the child of the work package above it.

![Add a child in a work package table](openproject_user_guide_wp_table_add_child.png)

4. You can add a child work package directly under the table of related work packages. To do that you first need to [include a table of related work packages to work package forms (Enterprise add-on)](../../../system-admin-guide/manage-work-packages/work-package-types/#add-table-of-related-work-packages-to-a-work-package-form-enterprise-add-on).

![A table of related work packages in OpenProject](open_project_admin_related_wp_table.png)

### Add a child in the *Relations* tab in a work package's details view

Open a work package and select the tab *Relations*. Click on *+ Relation* button, scroll down the list of options and select *Child*.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions modules/backlogs/config/locales/crowdin/mn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ mn:
date: "Day"
definition_of_done: "Definition of Done"
generating_chart: "Generating Graph..."
hours: "Hours"
hours: "Цаг"
impediment: "Impediment"
label_versions_default_fold_state: "Show versions folded"
work_package_is_closed: "Work package is done, when"
label_is_done_status: "Status %{status_name} means done"
label_is_done_status: "Төлөв %{status_name} дууссан гэсэн үг"
no_burndown_data: "No burndown data available. It is necessary to have the sprint start- and end dates set."
points: "Оноо"
positions_could_not_be_rebuilt: "Positions could not be rebuilt."
Expand Down

0 comments on commit ffe3ab6

Please sign in to comment.