9c6db68ab0
cleanup top of php files, sorting use statements etc.
PHP Code Checker / PHP Code Checker (pull_request) Successful in 34s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 1m8s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 1m0s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 56s
2024-09-28 13:09:19 +02:00
f92c5853ad
First draft of a proper Readme (targeting WordPress.org) ( #39 )
...
PHP Code Checker / PHP Code Checker (push) Successful in 33s
PHPUnit / PHPUnit – PHP 8.1 (push) Successful in 56s
PHPUnit / PHPUnit – PHP 8.2 (push) Successful in 1m0s
PHPUnit / PHPUnit – PHP 8.3 (push) Successful in 56s
Reviewed-on: Event-Federation/wordpress-activitypub-event-extensions#39
Co-authored-by: André Menrath <andre.menrath@posteo.de>
Co-committed-by: André Menrath <andre.menrath@posteo.de>
2024-09-28 11:45:47 +02:00
19457a9f19
The Events Calendar: add categories to ActivityStreams tag ( #37 )
...
PHP Code Checker / PHP Code Checker (push) Successful in 36s
PHPUnit / PHPUnit – PHP 8.1 (push) Successful in 56s
PHPUnit / PHPUnit – PHP 8.2 (push) Successful in 55s
PHPUnit / PHPUnit – PHP 8.3 (push) Successful in 54s
Reviewed-on: Event-Federation/wordpress-activitypub-event-extensions#37
Co-authored-by: André Menrath <andre.menrath@posteo.de>
Co-committed-by: André Menrath <andre.menrath@posteo.de>
2024-09-27 23:20:30 +02:00
7ab51b104e
Fix location for tribe ( #36 )
...
PHP Code Checker / PHP Code Checker (push) Successful in 35s
PHPUnit / PHPUnit – PHP 8.1 (push) Successful in 59s
PHPUnit / PHPUnit – PHP 8.2 (push) Successful in 1m0s
PHPUnit / PHPUnit – PHP 8.3 (push) Successful in 57s
Updates did not work. Always use the tribe_event instead of the wp_object where ever possible!
Reviewed-on: Event-Federation/wordpress-activitypub-event-extensions#36
Co-authored-by: André Menrath <andre.menrath@posteo.de>
Co-committed-by: André Menrath <andre.menrath@posteo.de>
2024-09-27 18:04:29 +02:00
e8574d26ac
Run integration tests and improve transformers for all integrations ( #32 )
...
PHP Code Checker / PHP Code Checker (push) Successful in 33s
PHPUnit / PHPUnit – PHP 8.1 (push) Successful in 56s
PHPUnit / PHPUnit – PHP 8.2 (push) Successful in 1m0s
PHPUnit / PHPUnit – PHP 8.3 (push) Successful in 57s
Reviewed-on: Event-Federation/wordpress-activitypub-event-extensions#32
Co-authored-by: André Menrath <andre.menrath@posteo.de>
Co-committed-by: André Menrath <andre.menrath@posteo.de>
2024-09-25 11:27:17 +02:00
1764a7b03f
add tests for venue and join mode is always external
PHP Code Checker / PHP Code Checker (push) Successful in 43s
PHPUnit / PHPUnit – PHP 8.1 (push) Successful in 1m2s
PHPUnit / PHPUnit – PHP 8.2 (push) Successful in 1m10s
PHPUnit / PHPUnit – PHP 8.3 (push) Successful in 58s
2024-09-24 17:16:52 +02:00
893f1d3b7c
Add integration tests for The Events Calendar ( #31 )
...
PHP Code Checker / PHP Code Checker (push) Successful in 40s
PHPUnit / PHPUnit – PHP 8.1 (push) Successful in 1m7s
PHPUnit / PHPUnit – PHP 8.2 (push) Successful in 1m1s
PHPUnit / PHPUnit – PHP 8.3 (push) Successful in 52s
Reviewed-on: Event-Federation/wordpress-activitypub-event-extensions#31
Co-authored-by: André Menrath <andre.menrath@posteo.de>
Co-committed-by: André Menrath <andre.menrath@posteo.de>
2024-09-24 16:24:31 +02:00
f77f4bc017
add forgejo actions for phpunit and phpcs
PHP Code Checker / Run PHP Code Checker (push) Successful in 42s
Unit Testing / Run phpunit tests (push) Successful in 3m55s
2024-09-21 11:00:33 +02:00
c8fc78ccdd
small function name improvements
2024-09-18 21:26:53 +02:00
0b3974b255
fix base event transformer for activitypub 3.2+
2024-09-11 13:50:57 +02:00
457f433ed9
refactoring: each event plugin now is represented as a class with static functions
2024-09-11 00:38:21 +02:00
871959c8c9
cleanup unused code
2024-09-02 14:39:37 +02:00
812cbca546
remove experiment with chaining in the generic setter from the VSEL transformer
2024-09-02 14:02:18 +02:00
ebc8bd4b37
small fixes
2024-08-28 21:15:26 +02:00
16aa012be0
Merge branch 'setting_mapping'
2024-08-28 20:01:43 +02:00
be9733c55b
several improvements and fixes
...
- plugin version handling
- category mapping
- settings page css
2024-08-28 17:48:15 +02:00
02fd6af960
wip on category mapping
2024-08-27 21:23:33 +02:00
6191dafe5b
some cleanup and code linting
2024-08-27 21:13:37 +02:00
0999db945b
linting
2024-08-01 20:08:35 +02:00
8aa90b1005
Refactoring the plugin structure.
...
Reviewed-on: Event-Federation/wordpress-activitypub-event-extensions#19
Co-authored-by: André Menrath <andre.menrath@posteo.de>
Co-committed-by: André Menrath <andre.menrath@posteo.de>
2024-07-05 13:29:13 +02:00
4fef29a6c2
stash-2024-04-09
2024-04-09 19:20:53 +02:00
55b2ed4fc4
Placeholder for handling joins
2024-03-08 15:58:17 +01:00
e72e4ad29e
fix duplicate
2024-01-18 17:34:17 +01:00
960d28363b
fix vs_event transformer
2024-01-18 17:22:17 +01:00
616c16e5ad
rename activitypub event classes
2024-01-18 15:27:16 +01:00
27aff53371
Keep track with upstream changes
2024-01-17 18:02:40 +01:00
2963794a6f
rename plugin to extensions
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Has been cancelled
2024-01-12 18:02:37 +01:00
214ee89fa0
prepare more modular admin notices
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Waiting to run
2024-01-05 21:18:34 +01:00
47a6d619a9
events-manager: add category and tag
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Waiting to run
2024-01-05 16:24:31 +01:00
c79f496f38
events-manager: add summary
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Waiting to run
2024-01-05 15:14:25 +01:00
16a7dbccbd
events-manager wip
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Waiting to run
2024-01-05 14:59:09 +01:00
baf6d43448
fix skeleton for Events Manager
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Waiting to run
2024-01-05 14:01:30 +01:00
4adb4a563b
Fix and improve docs for event manager transformer
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Waiting to run
2024-01-05 12:49:46 +01:00
1666fba8b9
category mapping: use sub slices of mobilizon cats for search
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Waiting to run
2024-01-05 12:48:23 +01:00
e64023907a
add skeleton for Events-Manager transformer
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Waiting to run
2024-01-05 12:12:29 +01:00
e861ade6b6
Fix code to follow latest upstream changes
...
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Waiting to run
4c297acfd4
2024-01-04 14:50:29 +01:00
78d83c859a
add proof of concept for indicators that activitypub is not enabled for a event plugin
Deploy to https://wordpress-test.event-federation.eu/ / deploy (push) Waiting to run
2024-01-04 11:25:29 +01:00