aboutsummaryrefslogtreecommitdiff
path: root/bridges/NasaApodBridge.php (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-26fix: php errors (notices) (#3115)Gravatar Dag 1-2/+3
2022-07-01Reformat codebase v4 (#2872)Gravatar Dag 1-44/+45
2022-01-02bridges: remove redundant "or returnServerError" after getContents/getSimpleH...Gravatar Eugene Molotov 1-2/+1
2020-10-15[.travis] Fix several phpcs and phpunit errors (#1799)Gravatar Eugene Molotov 1-1/+1
2020-10-09[NasaApodBridge] Fix broken image link (#1778)Gravatar csisoap 1-5/+8
2020-10-07[NasaApodBridge] Fix header being parsed as item (#1586)Gravatar Corentin Garcia 1-2/+2
2018-06-29[phpcs] enforce single quotes (#732)Gravatar LogMANOriginal 1-2/+2
2017-07-29[phpcs] Add missing rulesGravatar logmanoriginal 1-1/+1
2017-03-20[NasaApodBridge] Use HTTPS instead of HTTPGravatar Corentin Garcia 1-1/+1
2017-02-12bridges: Fix coding stylesGravatar logmanoriginal 1-31/+32
2016-10-02Merge branch 'methods2functions' of https://framagit.org/peetah/rss-bridgeGravatar logmanoriginal 1-2/+2
2016-09-25[core] extract BridgeAbstract methods to make them functionsGravatar Pierre Mazière 1-2/+2
2016-09-25[BridgeAbstract] replace getCacheDuration method by CACHE_TIMEOUT class constantGravatar Pierre Mazière 1-4/+1
2016-09-01[bridges] use constants instead of variable membersGravatar Pierre Mazière 1-6/+6
2016-08-29[NasaApodBridge] code simplificationGravatar Pierre Mazière 1-3/+3
2016-08-28[core + bridges] get rid of loadMetadataGravatar Pierre Mazière 1-8/+4
2016-08-25[core] store parameters values in BridgeAbstract::parametersGravatar Pierre Mazière 1-1/+1
2016-08-22[bridges] Change all occurrences of the Item object to arrayGravatar logmanoriginal 1-5/+5
2016-08-21[bridges] remove useless 'update' property from all bridgesGravatar Pierre Mazière 1-1/+0
2016-08-19bridges: use BridgeAbstract::getSimpleHTMLDOMGravatar Pierre Mazière 1-2/+2
2016-08-17bridges: Replace returnError function with more specificGravatar logmanoriginal 1-2/+2
2016-08-09bridges: Remove unnecessary functions getName() and getURI()Gravatar logmanoriginal 1-9/+1
2016-06-25use BridgeAbstract::file_get_html in all bridgesGravatar Pierre Mazière 1-2/+2
2015-12-06Deuxième lot de bridges.Gravatar teromene 1-7/+10
2014-09-08Add NasaApod bridge (fix #17)Gravatar corenting 1-0/+56