mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Merge branch 'release/15.1' into dev
This commit is contained in:
@@ -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: "在本工作項目結束之前,關聯工作無法結束"
|
||||
|
||||
@@ -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:
|
||||
@@ -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**
|
||||
@@ -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.
|
||||
|
||||
@@ -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/).
|
||||
|
||||
@@ -36,6 +36,11 @@ Additionally, you can now add a description to add further information about the
|
||||
|
||||

|
||||
|
||||
> [!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.
|
||||
|
||||

|
||||
|
||||
[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
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 197 KiB |
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||

|
||||
|
||||
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).
|
||||
|
||||

|
||||
|
||||
### 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*.
|
||||
|
||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 197 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 322 KiB |
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user