Fix style issues pointed out by PHP_CodeSniffer
[tweeper.git] / tweeper.php
2020-06-08 Antonio OspiteFix style issues pointed out by PHP_CodeSniffer
2020-06-08 Antonio OspiteUpdate copyright years in recently modified files
2020-06-08 Antonio OspiteAdd option to enable or disable showing verbose output
2018-11-16 Antonio OspiteAdd option to enable or disable showing multimedia...
2018-11-16 Antonio OspiteFix PHP_CodeSniffer errors
2018-11-16 Antonio OspiteAdd option to enable or disable showing usernames in...
2018-03-16 Antonio OspiteUpdate copyright years
2016-11-06 Antonio OspiteUpdate copyright years in recently modified files
2016-11-06 Antonio Ospitetweeper: allow to run tweeper either with or without...
2016-11-04 Antonio Ospitetweeper: move the main Tweeper class to its own file...
2016-10-30 Antonio OspiteFix information leakage by validating the URL scheme
2016-10-30 Antonio Ospitetweeper.php: check the return value of Tweeper::tweep()
2016-10-30 Antonio Ospitetweeper.php: check curl_exec() return value
2016-10-29 Antonio Ospitetweeper.php: support "application/pdf" as an enclosure...
2016-10-29 Antonio Ospitetweeper.php: support "application/octet-stream" as...
2016-05-23 Antonio Ospitetweeper.php: fix a problem with https URLs ending up...
2016-05-20 Antonio Ospitetweeper.php: add "image/png" to the supported types...
2016-05-20 Antonio Ospitetweeper.php: rename DomDocument() to DOMDocument()
2016-05-20 Antonio OspiteReturn a DOMElement instead of a string in Tweeper...
2016-05-20 Antonio Ospitetweeper.php: move the loadStylesheet() method more...
2016-05-20 Antonio Ospitetweeper.php: write XML in upper case inside comments
2016-05-20 Antonio Ospitetweeper.php: make jsonToXml() a static method
2016-05-20 Antonio Ospitetweeper.php: make logXmlError() a static method
2016-05-20 Antonio Ospitetweeper.php: make it clearer that getUrlContents is...
2016-05-20 Antonio Ospitetweeper.php: fix naming conventions for the get_xml_...
2016-05-20 Antonio Ospitetweeper.php: rename the ERROR_STREAM variable to error_...
2016-05-20 Antonio OspiteUse more accurate names for the date conversion functions
2016-05-20 Antonio OspiteRename epoch_to_gmdate to epochToGmdate, and str_to_gmd...
2016-05-20 Antonio Ospitetweeper.php: rename getContents to getUrlContents and...
2016-05-20 Antonio Ospitetweeper.php: use lowerCamel case for methods names
2016-05-20 Antonio OspiteFix naming conventions for the generate_enclosure functon
2016-05-20 Antonio Ospitetweeper.php: user lowerCamel case for class variables
2016-05-20 Antonio Ospitetweeper.php: fix a typo s/Apparenty/Apparently/
2016-05-20 Antonio Ospitetweeper.php: write the word "URL" in upper case
2016-05-20 Antonio Ospitetweeper.php: fix style issues pointed out by PHP_CodeSn...
2016-05-20 Antonio Ospitetweeper.php: use the same parenthesis style for all...
2016-05-20 Antonio Ospitetweeper.php: rename $rootName to $root_node_name
2016-05-20 Antonio Ospitetweeper.php: make json_to_xml() do strictly what its...
2016-05-13 Antonio OspiteUse the Symfony Serializer component instead of the...
2015-07-29 Antonio Ospitetweeper: avoid a reference to $argv in non-cli mode
2015-07-29 Antonio Ospitetweeper: make is_cli() stricter
2015-07-06 Antonio OspiteAdd support for Facebook.com public pages
2015-07-06 Antonio Ospitetweeper.php: support host-specific methods for preproce...
2015-07-01 Antonio Ospitetweeper.php: strip the leading "www." from hosts
2015-07-01 Antonio Ospitetweeper.php: make error about missing stylesheet more...
2015-05-05 Antonio Ospitetweeper.php: make date handling functions a little...
2015-03-02 Antonio Ospitetweeper.php: factor out an is_cli() function
2015-02-28 Antonio OspiteAdd support for converting Instagram user timelines...
2015-02-28 Antonio Ospitetweeper.php: add infrastructure for sites using json...
2015-02-28 Antonio Ospitetweeper.php: fix validation when generating enclosure...
2015-02-27 Antonio Ospitetweeper.php: factor out an html_to_xml() function from...
2015-02-27 Antonio Ospitetweeper.php: move loading the stylesheet into the Tweep...
2015-02-27 Antonio OspiteStrip trailing newlines
2014-04-24 Antonio OspiteUpdate email address and copyright years
2013-12-27 Antonio Ospitetweeper.php: support generating enclosure for "audio...
2013-11-08 Antonio OspiteWrite error messages on STDERR and return saner values...
2013-11-08 Antonio OspiteHandle errors and warnings from loadHTML()
2013-08-12 Antonio OspiteFollow HTTP redirects in get_contents() too
2013-08-11 Antonio OspiteMerge branch 'generate-enclosure-element'
2013-08-11 Antonio OspiteCosmetics: re-indent cURL options to follow the coding...
2013-08-11 Antonio OspiteUse cURL for Tweeper::get_contents() too
2013-08-11 Antonio OspiteRemove double semicolon in Tweeper::get_info()
2013-08-11 Antonio OspiteMake get_url_info() and generate_enclosure() static...
2013-08-11 Antonio OspiteTurn epoch_to_gmdate() and str_to_gmdate() into static...
2013-08-11 Antonio OspiteMake get_contents() a static method
2013-08-11 Antonio OspiteCosmetics: sort supported_content_types, remove unneede...
2013-08-11 Antonio OspiteUse an array to list supported content types for enclosures
2013-08-11 Antonio OspiteMake it optional to generate the <enclosure/> element
2013-08-11 Antonio OspiteUse getopt() to parse command line options
2013-08-11 Antonio OspiteSplit parsing CLI options from parsing QUERY_STRING...
2013-08-11 Antonio OspiteMerge https://github.com/grote/Tweeper into generate...
2013-08-04 Torsten Groteonly enclosify certain mimetypes, use same user agent
2013-08-04 Torsten Groteadd initial support for enclosures
2013-08-03 Antonio OspiteFix a typo in an error message
2013-07-27 Antonio OspiteChange mode of tweeper.php
2013-07-27 Antonio OspiteAdd -h and --help options
2013-07-27 Antonio OspiteAdd another date conversion routine
2013-07-27 Antonio OspiteUse __DIR__ when building the stylesheet path name
2013-07-27 Antonio OspiteRename formatDate() function to epoch_to_gmdate()
2013-07-27 Antonio OspiteBe more verbose in error messages
2013-07-27 Antonio OspiteMake stylesheet file name parametric
2013-07-27 Antonio OspiteChange of behavior| Now a URL is required as an argument
2013-07-27 Antonio OspiteFactor out a usage() function
2013-07-27 Antonio OspiteUse php_sapi_name() to check for CLI interface
2013-07-07 Antonio OspiteFormat dates using an external php function
2013-07-07 Antonio OspiteInitial import