-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[4.1] Media webservice #35788
[4.1] Media webservice #35788
Conversation
Co-authored-by: Richard Fath <[email protected]>
* [4.0] Changing title to tooltip fpr template preview
… pre-update check (joomla#34227)
* [4.0] mod_popular with disabled hits When hits are disabled for articles it makes no sense to display the Most Read Articles module in the site or admin as the contents will never be updated. This PR changes the output of the module so that instead of a list of non-updating articles a message is displayed.
* Use MVCFactory to create models * CS
@laoneo is there some plugin for testing adapters ? |
i've tested successfully with adapter |
You can use the free version of DPMedia. It contains an FTP Adapter. |
Here is the link to the latest version of DPMedia https://joomla.digital-peak.com/download/dpmedia where you will find the latest version. |
I have tested this item ✅ successfully on 4b9245e This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35788. |
'name' => 'path', | ||
'type' => 'STRING' |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
Co-authored-by: Phil E. Taylor <[email protected]>
Co-authored-by: Phil E. Taylor <[email protected]>
@laoneo could you please check the conflicts, so it's ready for another test? |
I have tested this item ✅ successfully on 4b9245e This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35788. |
@bembelimen synced with 4.1 and changes since the test from @alikon were only CS stuff. |
Thanks! |
joomla/joomla-cms#30522 + joomla/joomla-cms#32223 + joomla/joomla-cms#31675 + joomla/joomla-cms#35378 + joomla/joomla-cms#35612 + joomla/joomla-cms#35715 + joomla/joomla-cms#35610 + joomla/joomla-cms#35607 + joomla/joomla-cms#35788 + joomla/joomla-cms#35647 + joomla/joomla-cms#35143 + joomla/joomla-cms#36135 + joomla/joomla-cms#35998 + joomla/joomla-cms#36173 + joomla/joomla-cms#36212 + joomla/joomla-cms#36208 + joomla/joomla-cms#36206 + joomla/joomla-cms#36205 + joomla/joomla-cms#36203 + joomla/joomla-cms#36192 + joomla/joomla-cms#36191 + joomla/joomla-cms#36228 + joomla/joomla-cms#36211 + joomla/joomla-cms#36271 + joomla/joomla-cms#36270 + joomla/joomla-cms#36245 + joomla/joomla-cms#36294 + joomla/joomla-cms#36244 + joomla/joomla-cms#36242 + joomla/joomla-cms#36296 + joomla/joomla-cms#36190 + joomla/joomla-cms#36474 + joomla/joomla-cms#36297 + joomla/joomla-cms#36480 + joomla/joomla-cms#36479 + joomla/joomla-cms#36551 + joomla/joomla-cms#36366 + joomla/joomla-cms#36589 + joomla/joomla-cms#36583 + joomla/joomla-cms#36328 + joomla/joomla-cms#36515 + joomla/joomla-cms#36555 + joomla/joomla-cms#36653 + joomla/joomla-cms#36660 + joomla/joomla-cms#36657 + joomla/joomla-cms#36637 + joomla/joomla-cms#35983 + joomla/joomla-cms#36704 + joomla/joomla-cms#36708 + joomla/joomla-cms#36700 +
I tried to use these media services in different sites, both through curls and directly from postman but in no case work. The error it displays is always the same: Is it possible to have a little guide step by step to understand how to use them? Thank you |
Pull Request for Issue #34224.
Summary of Changes
This is a followup pr of #34314, where I continue the great work of @pjdevries. I had to change the endpoints slightly as adapters are now also supported. The new endpoints are:
This is in early stage as system tests are still under development which will reveal some more issues along the way.Testing Instructions
Check the system tests. If you want to test it by yourself, see #34314 for testing instructions with curl (don't forget to adapt the endpoints to the new ones mentioned above). Or use postman.