Commit Graph

105261 Commits

Author SHA1 Message Date
Eric Schubert 4f488abe5c [chore] remove lefthook from Gemfile
- installation of lefthook is now in the responsibility of the developer
- reasoning: the different development settings require different setups
  nevertheless
2026-04-14 17:06:46 +02:00
Eric Schubert e0a84350e5 [chore] fix exception of missing SimplePager in pry
- fix already exists in pry master branch, but is not yet released
- added pry dev dependency to Gemfile with comment and explanation
2026-04-14 14:58:44 +02:00
Eric Schubert 8912dce2e4 Merge pull request #22716 from opf/feature/72971-show-inline-wiki-page-links
[#72971] added wiki tab content
2026-04-14 13:57:42 +02:00
Jens Ulferts 3d2a614ba7 Merge pull request #22751 from opf/fix/bump_gems
Fix/bump gems
2026-04-14 13:38:25 +02:00
Eric Schubert 49097bfafa [#72971] revert changes to package.json 2026-04-14 13:10:06 +02:00
ulferts e31b1a5942 bump view_component 2026-04-14 09:34:45 +02:00
ulferts cbed4b3611 bump opentelemetry-exporter-otlp 2026-04-14 09:34:45 +02:00
ulferts cf43d26558 bump multi_json 2026-04-14 09:34:44 +02:00
ulferts 52637b49b1 bump grape 2026-04-14 09:34:44 +02:00
ulferts 900bdb69b1 bump commonmarker 2026-04-14 09:31:39 +02:00
ulferts 5e2ccfd359 bump aws-partitions 2026-04-14 09:31:38 +02:00
ulferts 8e99ca3ea0 bump addressable 2026-04-14 09:31:38 +02:00
ulferts b21f6354d6 bump yard 2026-04-14 09:31:37 +02:00
ulferts d3547d249e bump timecop 2026-04-14 09:31:37 +02:00
ulferts acd0a997fa bump test-prof 2026-04-14 09:31:36 +02:00
ulferts 334d98eb2a bump selenium-devtools & selenium-webdriver 2026-04-14 09:31:36 +02:00
ulferts 397f905a30 bump recaptcha 2026-04-14 09:31:35 +02:00
ulferts 30bed32e7b bump rb_sys 2026-04-14 09:31:34 +02:00
ulferts 93741bf10d bump parallel & rubocop 2026-04-14 09:31:34 +02:00
ulferts 404868510f bump pagy 2026-04-14 09:31:33 +02:00
ulferts e140af197e bump opentelemetry-instrumentation-mongo & opentelemetry-registry & opentelemetry-sdk & opentelemetry-semantic_conventions 2026-04-14 09:31:33 +02:00
ulferts bd5f05cb95 bump opentelemetry-common 2026-04-14 09:31:32 +02:00
ulferts 787e2c2522 bump opentelemetry-api 2026-04-14 09:31:32 +02:00
ulferts 0cdc7a27c9 bump oj 2026-04-14 09:31:31 +02:00
ulferts 19a1447fcc bump mime-types-data 2026-04-14 09:31:31 +02:00
ulferts 48f4aef486 bump markly 2026-04-14 09:31:31 +02:00
ulferts 8fd59b283d bump lefthook 2026-04-14 09:31:30 +02:00
ulferts 83f4774319 bump httpx 2026-04-14 09:31:30 +02:00
ulferts ed4e6153bb bump google-protobuf 2026-04-14 09:31:29 +02:00
ulferts e6fdc3e2af bump ferrum 2026-04-14 09:31:29 +02:00
ulferts 83f73b38f9 bump excon 2026-04-14 09:31:28 +02:00
ulferts 3b5f2bdeb4 bump counter_culture 2026-04-14 09:31:28 +02:00
ulferts e2dec9696a bump cbor & ssrf_filter 2026-04-14 09:31:27 +02:00
ulferts 9c21bbc5a5 bump aws-sdk-s3 2026-04-14 09:31:27 +02:00
ulferts 30216d4ad3 bump aws-partitions 2026-04-14 09:31:26 +02:00
ulferts 41c0faea16 bump addressable 2026-04-14 09:31:26 +02:00
OpenProject Actions CI dd7f45a05e update locales from crowdin [ci skip] 2026-04-14 04:04:43 +00:00
Tom Hykel 4718c29269 Merge pull request #22729 from opf/fix/73735-review-suggestions
refactor: Simplify semantic identifier generation
2026-04-13 22:28:11 +02:00
Tomas Hykel ceb7daf5bf Merge remote-tracking branch 'origin/dev' into fix/73735-review-suggestions 2026-04-13 22:18:12 +02:00
Tom Hykel 637ea2e393 Merge pull request #22708 from opf/fix/73735-generate-unique-identifiers-on-copy
fix: Correctly auto-generate semantic identifiers on project copy
2026-04-13 22:17:18 +02:00
Yauheni Suhakou a748b68496 Update docker README for XWiki (#22700) 2026-04-13 17:44:17 +02:00
Oliver Günther 9eeb5418fa Avoid using innerHTML on bcf thumbnail creation 2026-04-13 17:16:31 +02:00
Oliver Günther ffcc2d1dab Properly escape input to path helpers 2026-04-13 17:15:01 +02:00
Yauheni Suhakou dbf42ff141 [73405] Add service contract layer for wiki providers (#22619)
* Add base persistence for XWiki
* Add basic validations
2026-04-13 16:45:16 +02:00
Eric Schubert 16bd24ea71 [#72971] introduce page link service
- emphasize, that counting logic is still incomplete
- move wiki locales to module
- minor variable renaming
2026-04-13 14:30:22 +02:00
Klaus Zanders 4211507ffd Merge pull request #22673 from opf/clean-rubocop
Remove spec/.rubocop.yml and put proper exclusions in main config
2026-04-13 13:07:19 +02:00
Kabiru Mwenja 58cde218bb Rename private reserved_identifiers to historical_identifiers
The class method .reserved_identifiers returns all slugs (current +
historical) for use as an exclusion set. The private instance method
only returns historical slugs no longer active. Having both share
the same name with different semantics is a maintenance trap.

Rename the private method to historical_identifiers so exclusion_set
reads naturally: historical_identifiers | in_use_identifiers.
2026-04-13 13:59:36 +03:00
Alexander Brandon Coles 2ecc7d8d29 Merge pull request #22726 from opf/code-maintenance/remove-zone.js-follow-up
[#72834] Remove remaining NgZone usage
2026-04-13 10:56:55 +02:00
Alexander Brandon Coles 74e18d9481 Fix zoneless custom action date submission 2026-04-13 09:20:58 +01:00
Alexander Brandon Coles befc7ad8b1 Merge pull request #22727 from opf/merge-release/17.3-20260413043515
Merge release/17.3 into dev
2026-04-13 09:44:04 +02:00