Oliver Günther
83494abaca
Remove special from semver
...
https://community.openproject.org/projects/openproject/work_packages/67036/activity
2025-11-10 20:45:13 +01:00
Christophe Bliard
fd61a1dc42
[67893] Hide legal notice link when no impressum is set
...
The condition was altered when `Homescreen::LinkComponent` component was
introduced in 82a8c3de81 .
2025-10-02 17:53:31 +02:00
Oliver Günther
c84dd850fa
Refactor static links to ensure users have to go through url_for
...
This ensures links will be translated if they are part of the website
2025-09-09 13:43:26 +02:00
Oliver Günther
0af3682e47
Merge pull request #20105 from opf/feat/localized_docs_links
...
Add localized links for links to docs
2025-09-01 06:54:23 +02:00
Oliver Günther
92d8a4b520
Allow skipping localization for non-localized environments such as APIs
2025-08-29 14:21:36 +02:00
Oliver Günther
7b64db3268
Deal with empty urls
2025-08-29 14:11:45 +02:00
Oliver Günther
8a4eebf4cb
Move new feature widget to rails
2025-08-29 14:06:29 +02:00
Oliver Günther
426ce50312
Add localized links for links to docs
2025-08-29 14:03:40 +02:00
Eric Schubert
966ea5a39b
[ #62103 ] enabled one drive validation
2025-04-10 16:35:50 +02:00
Jan Sandbrink
c000df32f1
Also check static links for consistency
...
Previously we only checked internal linking inside the
documentation for consistency. Now there is also a basic
test to see whether links from OpenProject into the documentation
are pointing to a valid page.
I used this opportunity to move the static links into a Yaml file.
This made it easier to load the list of static links for the check
as well and it removed a long data object from the Ruby code.
2025-01-15 16:42:48 +01:00
Jan Sandbrink
6acc8c8051
Add an enterprise banner on top of automatic subject configuration
...
We are making sure that users can revert back to manual subjects
at any time and even keep using the feature if it's still enabled
after their enterprise token expired. They will merely not be able
to set new types to automatic and have to live with an enterprise
banner being shown to them whenever they change the subject config.
2025-01-09 08:47:53 +01:00
Ivan Kuchin
68ba0a171b
require enterprise token
2025-01-08 11:53:21 +01:00
Bruno Pagno
b9dcf3eb28
inject translated message instead of using link on translation
2024-12-04 16:37:46 +01:00
Oliver Günther
524a4597a3
Add claims
2024-10-21 13:03:50 +02:00
OpenProject Actions CI
f06c7398c7
Merge branch 'release/14.6' into dev
2024-09-27 03:37:56 +00:00
Christophe Bliard
775a526181
[57990] Update link to blog article for progress migration
2024-09-26 15:11:51 +02:00
Oliver Günther
4caf835349
Implement border_box view component
2024-09-26 11:35:08 +02:00
Ivan Kuchin
4911b8a149
remove years from copyrights (except for COPYRIGHT file)
2024-07-31 15:02:49 +02:00
Christophe Bliard
7b442e2cd2
[54646] Update cause text in journal activity
2024-05-06 16:00:51 +02:00
Christophe Bliard
eedaafacee
[15328] Use better messages for progress calculation adjustments
...
See https://community.openproject.org/wp/54328
It has a better wording and links to the blog post explaining the
changes in progress calculations.
2024-04-19 15:13:23 +02:00
Aaron Contreras
982d1cdb8c
Link to the documentation for more info on the inner workings of progress
2024-04-10 09:52:26 -05:00
Ivan Kuchin
6678cab48d
auto correct quotes
2024-03-28 18:22:34 +01:00
Christophe Bliard
5f78707e40
[53768] Fix impressum translation missing
2024-03-27 17:40:03 +01:00
Andreas Pfohl
3ca21cc252
Merge remote-tracking branch 'origin/dev' into implementation/50915-send-an-email-with-the-information-and-how-to-fix-it
2024-03-27 07:54:00 +01:00
Andreas Pfohl
6ad1e62c3c
Merge remote-tracking branch 'origin/dev' into implementation/50915-send-an-email-with-the-information-and-how-to-fix-it
2024-03-20 13:31:01 +01:00
Dombi Attila
89ce735d23
Merge branch 'dev' into epic/49688-custom-set-of-project-attributes-grouped-in-sections
2024-03-19 20:42:54 +02:00
Jens Ulferts
cd84d8e82c
Merge pull request #14990 from opf/feature/hide-bundled-plugins
...
Hide bundled plugins
2024-03-19 15:19:10 +01:00
Aaron Contreras
87f94f32e7
[ #53062 ] Localize legal notice menu label ( #15022 )
...
Fix legal notice translation missing error
2024-03-18 16:51:30 +01:00
Oliver Günther
23d49f9d38
Hide bundled plugins
2024-03-13 09:26:22 +01:00
Andreas Pfohl
3e1a98f23c
Added more mail styling
2024-03-01 09:27:36 +01:00
Eric Schubert
232a02bb1e
[ #52527 ] Update documentation ( #14782 )
...
* [#52527 ] Update documentation
- https://community.openproject.org/work_packages/52527
- add drive guide section about stop inheriting permissions
* [#52527 ] fix documentation wording
* wording changes for SP integration drive guide
* [#52527 ] fixed permission in drive guide
---------
Co-authored-by: Maya Berdygylyjova <MayaBerd@users.noreply.github.com >
2024-02-19 10:22:21 +01:00
Dombi Attila
d57aaa9022
Merge branch 'dev' into fix-merge-conflicts
2024-02-01 15:37:33 +01:00
Dombi Attila
96df6f2e7c
Add missing translation keys
2024-02-01 14:23:11 +02:00
as-op
badd641d6a
fix(links): use .org for links to community
2024-01-31 10:57:26 +01:00
Christophe Bliard
c795874f7f
Update copyright year for 2024
...
command used: `rg -l 'Copyright \(C\) 2012-202\d the OpenProject' | xargs -n 100 sed -i -r 's/Copyright \(C\) 2012-202. the OpenProject/Copyright (C) 2012-2024 the OpenProject/'`
2024-01-02 16:23:54 +01:00
Eric Schubert
8306d3f6bc
[ #51384 ] fixed storage admin pages
...
- synch display texts
- updated static links
- hide "incomplete" status labels, if storage is pristine (initial state
on new storage)
- remove default values "consumers" and "My storage"
2023-12-07 13:41:25 +01:00
Kabiru Mwenja
42b23b2875
docs[Op#51022]: Render setup documentation by provider type
...
Related to: https://github.com/opf/openproject/pull/14140
2023-11-28 21:50:43 +03:00
Kabiru Mwenja
b0cd23f4b3
chore[Op#50737]: define provider docs links
2023-11-12 14:10:07 +03:00
Mir Bhatia
49903879ac
[ #48724 & #49232 ] Add and update documentation links for 13.0 ( #13478 )
...
* Add and update links for 13.0
* Update date_format_settings link
---------
Co-authored-by: Oliver Günther <o.guenther@openproject.com >
2023-08-17 08:29:46 +02:00
as-op
ddc80bf15f
fix(docs): adjust 13.0 links
2023-08-07 14:56:44 +02:00
Aaron Contreras
776a26e750
Add Enterprise Edition restriction to "action" board types
2023-07-27 10:27:00 -05:00
Andrej Sandorf
6ca693e672
Merge pull request #12490 from opf/multi-select-custom-fields-removed-add-on-docs
...
Removing references to Enterprise for multi-select custom fields
2023-07-26 11:16:03 +02:00
Mir Bhatia
bafe79ca5d
Merge branch 'dev' into implementation/48538-add-icalendar-sub-level
2023-07-05 17:25:14 +02:00
as-op
8cb7af9971
[ #32856 ] Link to Glossary wrong on Homepage
...
https://community.openproject.org/work_packages/32856
2023-07-04 10:41:50 +02:00
Mir Bhatia
3f0926ea1c
Update field instruction links for cal settings
2023-06-23 14:53:04 +02:00
Aaron Contreras
b9f7bf79b6
Rename "Professional Support" links to "Enterprise Support"
...
The link to which a user is redirected when clicking on Enterprise Support
links is determined by whether or not they are on the Community or Enterprise Edition.
A user in Community Version gets redirected to the pricing page, while a user
on the Enterprise Edition gets redirected to the new landing page for Enterprise
Support docs.
2023-05-22 13:15:05 -05:00
as-op
5070bfc225
fix(anchor): adjust changed anchor link to docs
2023-04-25 14:44:46 +02:00
Christophe Bliard
21a696ef9b
Update copyright information for 2023
2022-12-30 15:51:26 +01:00
Andrej Sandorf
340e11ca8d
Task/44836 re think naming of premium feature vs enterprise feature ( #11702 )
...
[#44836 ] Re-think naming of "premium feature" vs "enterprise feature"
* fix anchors
* harmonize Cloud edition to Enterprise cloud
* harmonize Enterprise Edition to Enterprise on-premises
* fix anchors in story book & core
* fix renamed video url
* fix renamed image url
* task(docs): fix anchor links
* task(docs): one more 2FA headline change
https://community.openproject.org/work_packages/44836
2022-11-24 15:18:01 +01:00
Andreas Pfohl
c14bb60bdf
[ #43851 ] Add information toast to the Nextcloud Setup Documentation
...
https://community.openproject.org/work_packages/43851
2022-08-29 09:24:50 +02:00