Skip to content
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

new page entrance + new dedicated dir for bridges + some fixe, optimizat... #3

Closed
wants to merge 4 commits into from

Conversation

Draeli
Copy link
Contributor

@Draeli Draeli commented Aug 9, 2013

  • All bridge move to dedicated dir.
  • New page entrance for list all disponible bridge and provide an direct request with bridge functionnality
  • Break bridges dependance to call lib, page entrance do this call on demand (not yet documentation, soon ...)
  • Bridge come now with annotation (see directly bridge example for example)
  • Some optimizations and fix
  • Request can be realized in POST, GET (before only GET) and both
  • Due to request change, cache modification to create specific for each demand (test are not full, I think I miss something)

Annotation for bridge : page entrance can list but need some informations, that informations are give by annotation system and depend of this list of parameters :
@name (required) Human bridge name
@description (optional) Bridge description
@usen N is integer between 1 and infinite. One use is need for each rss bridge functionnality
Exemple 1 : @use1(q="keyword search") In this case bridge can be use with one parameter and page entrance is going to ask for one input with "keyword search" as description
Exemple 2 : @use2(q="keyword search", other="another parameter")

@Draeli Draeli closed this Aug 11, 2013
This was referenced Jul 4, 2019
Mynacol added a commit to Mynacol/rss-bridge that referenced this pull request May 8, 2022
At the time of writing, this occurs on the following thread:
https://forum.xda-developers.com/t/optimized-lineageos19-1-v4-0-23apr.4426575/

Fixes the following error:
ValueError: strpos(): Argument RSS-Bridge#3 ($offset) must be contained in argument RSS-Bridge#1 ($haystack) in ./rss-bridge/bridges/XenForoBridge.php:272
Stack trace:
0 ./rss-bridge/bridges/XenForoBridge.php(272): strpos()
1 ./rss-bridge/bridges/XenForoBridge.php(146): XenForoBridge->extractThreadPostsV2()
2 ./rss-bridge/actions/DisplayAction.php(134): XenForoBridge->collectData()
3 ./rss-bridge/index.php(24): DisplayAction->execute()
4 {main}
dvikan pushed a commit that referenced this pull request May 8, 2022
At the time of writing, this occurs on the following thread:
https://forum.xda-developers.com/t/optimized-lineageos19-1-v4-0-23apr.4426575/

Fixes the following error:
ValueError: strpos(): Argument #3 ($offset) must be contained in argument #1 ($haystack) in ./rss-bridge/bridges/XenForoBridge.php:272
Stack trace:
0 ./rss-bridge/bridges/XenForoBridge.php(272): strpos()
1 ./rss-bridge/bridges/XenForoBridge.php(146): XenForoBridge->extractThreadPostsV2()
2 ./rss-bridge/actions/DisplayAction.php(134): XenForoBridge->collectData()
3 ./rss-bridge/index.php(24): DisplayAction->execute()
4 {main}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant