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

I got your sourceforge cvs history back #3

Open
wants to merge 94 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 11, 2002

  1. Initial revision

    kellan committed Sep 11, 2002
    Configuration menu
    Copy the full SHA
    2b50068 View commit details
    Browse the repository at this point in the history
  2. initial import

    kellan committed Sep 11, 2002
    Configuration menu
    Copy the full SHA
    7469604 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2002

  1. MAJOR CLEANUP!

    * rss_fetch
    got rid of the options array, replaced it with a more PHP-like
    solution of using defines.  constants are setup, with defaults, in the
    function init()
    
    got rid of the idiom of passing back an array, its was awkward to deal
    with in PHP, and unusual (and consquently confusing to people).  now i
    return true/false values, and try to setup error string where
    appropiate (rss_cache has the most complete example of this)
    
    change the logic for interacting with the cache
    
    * rss_cache
    major re-working of how error are handled.  tried to make the code
    more resillient.  the cache is now much more aware of MAX_AGE, where
    before this was being driven out of rss_fetch (which was silly)
    
    * rss_parse
    properly handles xml parse errors.  used to sail along blithely unaware.
    kellan committed Oct 24, 2002
    Configuration menu
    Copy the full SHA
    bcf46b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2002

  1. Configuration menu
    Copy the full SHA
    a09f0b0 View commit details
    Browse the repository at this point in the history
  2. Change comment style to slavishly imitate the phpinsider style found

    in Smarty and Snoopy :)
    kellan committed Oct 25, 2002
    Configuration menu
    Copy the full SHA
    5f7c5a1 View commit details
    Browse the repository at this point in the history
  3. switched to using Snoopy for fetching remote RSS files.

    added support for conditional gets
    kellan committed Oct 25, 2002
    Configuration menu
    Copy the full SHA
    0fe46ca View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2002

  1. added support for textinput and image

    kellan committed Oct 26, 2002
    Configuration menu
    Copy the full SHA
    84f269f View commit details
    Browse the repository at this point in the history
  2. quxx

    kellan committed Oct 26, 2002
    Configuration menu
    Copy the full SHA
    8d55da3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    603435b View commit details
    Browse the repository at this point in the history
  4. putting the website under source control

    kellan committed Oct 26, 2002
    Configuration menu
    Copy the full SHA
    b9587e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2003

  1. changes to error handling to give script authors more access to

    magpie's errors.
    
    added method magpie_error() to retrieve global MAGPIE_ERROR variable
    for when fetch_rss() returns false
    kellan committed Jan 20, 2003
    Configuration menu
    Copy the full SHA
    012b2de View commit details
    Browse the repository at this point in the history
  2. Added scripts directory for examples on how to use MagpieRSS

    magpie_simple - is a simple example
    magpie_debug - spew all the information from a parsed RSS feed
    simple_smary - example of using magpie with Smarty template system
    smarty_plugin/modifier.rss_date_parse.php - support file for the
    smarty demo
    templates/simple.smary - template for the smarty demo
    kellan committed Jan 20, 2003
    Configuration menu
    Copy the full SHA
    484db27 View commit details
    Browse the repository at this point in the history
  3. added smarty url

    kellan committed Jan 20, 2003
    Configuration menu
    Copy the full SHA
    cb09c3d View commit details
    Browse the repository at this point in the history
  4. minor clean up

    kellan committed Jan 20, 2003
    Configuration menu
    Copy the full SHA
    51f4659 View commit details
    Browse the repository at this point in the history
  5. updated

    kellan committed Jan 20, 2003
    Configuration menu
    Copy the full SHA
    2e7fda5 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2003

  1. a magpie cookbook

    kellan committed Jan 22, 2003
    Configuration menu
    Copy the full SHA
    1877405 View commit details
    Browse the repository at this point in the history
  2. added cookbook.html

    kellan committed Jan 22, 2003
    Configuration menu
    Copy the full SHA
    a1ebf2a View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2003

  1. Improved documentation. Better install instructions.

    TROUBLESHOOTING cover common installation and usage problems
    kellan committed Feb 12, 2003
    Configuration menu
    Copy the full SHA
    95e725b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b641b1 View commit details
    Browse the repository at this point in the history
  3. hopefully cleared up some notices that were being thrown into the log

    fixed a debug statement that was being called as an error
    kellan committed Feb 12, 2003
    Configuration menu
    Copy the full SHA
    7a212bf View commit details
    Browse the repository at this point in the history
  4. check to see is xml is supported, if not die

    also throw better xml errors
    kellan committed Feb 12, 2003
    Configuration menu
    Copy the full SHA
    612406c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b1d26a View commit details
    Browse the repository at this point in the history
  6. ChangeLog now auto-generated by cvs2cl

    kellan committed Feb 12, 2003
    Configuration menu
    Copy the full SHA
    de0ac8a View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2003

  1. commited patch from nicola (www.technick.com) to quell 'undefined

    indexes' notices.
    
    * Magpie now automatically includes its version in the user-agent, &
    whether cacheing is turned on.
    kellan committed Mar 3, 2003
    Configuration menu
    Copy the full SHA
    1b48888 View commit details
    Browse the repository at this point in the history
  2. committed (or adpated) patch from Nicola (www.technick.com) to quell

    'Undefined Indexes' notices
    kellan committed Mar 3, 2003
    Configuration menu
    Copy the full SHA
    97c4ed1 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2003

  1. Configuration menu
    Copy the full SHA
    78ab069 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2003

  1. fix minor typo

    kellan committed Apr 27, 2003
    Configuration menu
    Copy the full SHA
    cfd84a5 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2003

  1. fixed typoes

    kellan committed May 13, 2003
    Configuration menu
    Copy the full SHA
    ce1ceea View commit details
    Browse the repository at this point in the history
  2. added support gzip encoded content negoiation

    kellan committed May 13, 2003
    Configuration menu
    Copy the full SHA
    ea30e05 View commit details
    Browse the repository at this point in the history
  3. use gzip

    kellan committed May 13, 2003
    Configuration menu
    Copy the full SHA
    68cc51d View commit details
    Browse the repository at this point in the history
  4. change

    kellan committed May 13, 2003
    Configuration menu
    Copy the full SHA
    e84961c View commit details
    Browse the repository at this point in the history
  5. announce 0.5

    kellan committed May 13, 2003
    Configuration menu
    Copy the full SHA
    af84216 View commit details
    Browse the repository at this point in the history
  6. changes

    kellan committed May 13, 2003
    Configuration menu
    Copy the full SHA
    df8dff6 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2003

  1. Configuration menu
    Copy the full SHA
    a596851 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2003

  1. more comments, cleaned up notice

    kellan committed May 31, 2003
    Configuration menu
    Copy the full SHA
    f85fe5a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2003

  1. suppress some warnings

    kellan committed Jun 13, 2003
    Configuration menu
    Copy the full SHA
    c4fab12 View commit details
    Browse the repository at this point in the history
  2. clean up regex

    kellan committed Jun 13, 2003
    Configuration menu
    Copy the full SHA
    94a825e View commit details
    Browse the repository at this point in the history
  3. clean up. added badge.

    kellan committed Jun 13, 2003
    Configuration menu
    Copy the full SHA
    90b7b44 View commit details
    Browse the repository at this point in the history
  4. fully qualified img

    kellan committed Jun 13, 2003
    Configuration menu
    Copy the full SHA
    247db86 View commit details
    Browse the repository at this point in the history
  5. a manual blog :)

    kellan committed Jun 13, 2003
    Configuration menu
    Copy the full SHA
    cf890ca View commit details
    Browse the repository at this point in the history
  6. updated news

    kellan committed Jun 13, 2003
    Configuration menu
    Copy the full SHA
    678dc60 View commit details
    Browse the repository at this point in the history
  7. bumped up version numbers

    kellan committed Jun 13, 2003
    Configuration menu
    Copy the full SHA
    5fd4145 View commit details
    Browse the repository at this point in the history
  8. reset cache on 304

    kellan committed Jun 13, 2003
    Configuration menu
    Copy the full SHA
    71b4e4a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2003

  1. fixed fread 4.3.2 compatibility problems

    kellan committed Jun 26, 2003
    Configuration menu
    Copy the full SHA
    1e99d4b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2004

  1. added alpha atom parsing support

    kellan committed Jan 25, 2004
    Configuration menu
    Copy the full SHA
    de12d0f View commit details
    Browse the repository at this point in the history
  2. support badly formatted http headers

    kellan committed Jan 25, 2004
    Configuration menu
    Copy the full SHA
    1456e34 View commit details
    Browse the repository at this point in the history
  3. whitespace

    kellan committed Jan 25, 2004
    Configuration menu
    Copy the full SHA
    2dabd39 View commit details
    Browse the repository at this point in the history
  4. updated version

    kellan committed Jan 25, 2004
    Configuration menu
    Copy the full SHA
    0f01e54 View commit details
    Browse the repository at this point in the history
  5. update changes

    kellan committed Jan 25, 2004
    Configuration menu
    Copy the full SHA
    9931ae1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7f18d0 View commit details
    Browse the repository at this point in the history
  7. make RSS 1.0's rdf:about available

    kellan committed Jan 25, 2004
    Configuration menu
    Copy the full SHA
    7ad31c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2004

  1. fixed SSL support

      * set status
      * set error on bad curl
    
    (also ripped out big chunks of dead weight (submit_form) which were getting
    in my way
    kellan committed Mar 27, 2004
    Configuration menu
    Copy the full SHA
    62e6f37 View commit details
    Browse the repository at this point in the history
  2. accept self-signed certs

    kellan committed Mar 27, 2004
    Configuration menu
    Copy the full SHA
    4a53840 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2004

  1. support summary content contstruct.

    add normalize function
    kellan committed Apr 24, 2004
    Configuration menu
    Copy the full SHA
    8a9c9ea View commit details
    Browse the repository at this point in the history
  2. support arbitrary atom content constructs

    some refactoring
    kellan committed Apr 24, 2004
    Configuration menu
    Copy the full SHA
    af49239 View commit details
    Browse the repository at this point in the history
  3. bumped version

    kellan committed Apr 24, 2004
    Configuration menu
    Copy the full SHA
    abfc9e2 View commit details
    Browse the repository at this point in the history
  4. updated

    kellan committed Apr 24, 2004
    Configuration menu
    Copy the full SHA
    d47ecc5 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2004

  1. fix field doubling

    kellan committed Apr 26, 2004
    Configuration menu
    Copy the full SHA
    9bcff3c View commit details
    Browse the repository at this point in the history
  2. bump version

    kellan committed Apr 26, 2004
    Configuration menu
    Copy the full SHA
    352164b View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2004

  1. *** empty log message ***

    kellan committed Jun 15, 2004
    Configuration menu
    Copy the full SHA
    d34c60b View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2004

  1. Configuration menu
    Copy the full SHA
    c635ffa View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2004

  1. fixed '=' instead of '=='

    kellan committed Oct 28, 2004
    Configuration menu
    Copy the full SHA
    c0b4607 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2004

  1. remove old debugging functions, totally arbitrarily. might break stuff.

    can't really explain why i'm doing this.
    kellan committed Nov 22, 2004
    Configuration menu
    Copy the full SHA
    63905c4 View commit details
    Browse the repository at this point in the history
  2. incorporate steve's patch

    kellan committed Nov 22, 2004
    Configuration menu
    Copy the full SHA
    f7dc8c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2994fe4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2895f14 View commit details
    Browse the repository at this point in the history
  5. add WARNING

    kellan committed Nov 22, 2004
    Configuration menu
    Copy the full SHA
    c084fcc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ae1c6e View commit details
    Browse the repository at this point in the history
  7. was filtering too much

    kellan committed Nov 22, 2004
    Configuration menu
    Copy the full SHA
    e0b838b View commit details
    Browse the repository at this point in the history
  8. detab, bump version

    kellan committed Nov 22, 2004
    Configuration menu
    Copy the full SHA
    ee807bb View commit details
    Browse the repository at this point in the history
  9. last bit of tidying

    kellan committed Nov 22, 2004
    Configuration menu
    Copy the full SHA
    dfb8c80 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2004

  1. fix calling iconv instead of mb_convert_encoding

    kellan committed Nov 24, 2004
    Configuration menu
    Copy the full SHA
    6afa263 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2004

  1. detab

    kellan committed Dec 12, 2004
    Configuration menu
    Copy the full SHA
    d7c96a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2005

  1. more sanity checks for when things go wrong

    kellan committed Jan 12, 2005
    Configuration menu
    Copy the full SHA
    1f5337e View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2005

  1. fix cache bug introduced by charset encoding

    kellan committed Jan 24, 2005
    Configuration menu
    Copy the full SHA
    47498a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2005

  1. support php w/o array_change_case

    kellan committed Jan 28, 2005
    Configuration menu
    Copy the full SHA
    d5cabbc View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2005

  1. fix bug w/ atom and date normalization

    kellan committed Mar 8, 2005
    Configuration menu
    Copy the full SHA
    727805a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2005

  1. Configuration menu
    Copy the full SHA
    8d592c0 View commit details
    Browse the repository at this point in the history
  2. a better solution

    kellan committed Oct 28, 2005
    Configuration menu
    Copy the full SHA
    1bed5ab View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2005

  1. de-tab, bump version

    kellan committed Nov 5, 2005
    Configuration menu
    Copy the full SHA
    e4ff98f View commit details
    Browse the repository at this point in the history
  2. test library support

    kellan committed Nov 5, 2005
    Configuration menu
    Copy the full SHA
    10f907c View commit details
    Browse the repository at this point in the history
  3. add warning

    kellan committed Nov 5, 2005
    Configuration menu
    Copy the full SHA
    d22ca37 View commit details
    Browse the repository at this point in the history
  4. updated

    kellan committed Nov 5, 2005
    Configuration menu
    Copy the full SHA
    b3a8876 View commit details
    Browse the repository at this point in the history
  5. initial check-in for cwj's patches

    add support for atom 1.0, repeating elements, and attributes
    kellan committed Nov 5, 2005
    Configuration menu
    Copy the full SHA
    c043f57 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2010

  1. Configuration menu
    Copy the full SHA
    1fdd2cb View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2011

  1. Added optional $cache_age parameter to fetch_rss() to facilitate over…

    …ride of defined MAGPIE_CACHE_AGE.
    interjinn committed Jun 8, 2011
    Configuration menu
    Copy the full SHA
    d1415b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2011

  1. Updated all occurrences of split() to explode() where a regular expre…

    …ssion was not necessary. This preps for PHP 5.3 where ereg() and split() functions are no longer bundled.
    interjinn committed Jun 9, 2011
    Configuration menu
    Copy the full SHA
    822af0d View commit details
    Browse the repository at this point in the history

Commits on May 11, 2013

  1. Configuration menu
    Copy the full SHA
    85e3723 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2013

  1. Initial commit

    fwolf committed Oct 21, 2013
    Configuration menu
    Copy the full SHA
    26dbc4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c97b3cf View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'kellan/master' into kellan

    Conflicts:
    	extlib/Snoopy.class.inc
    	rss_fetch.inc
    	rss_parse.inc
    	scripts/magpie_debug.php
    fwolf committed Oct 21, 2013
    Configuration menu
    Copy the full SHA
    4583a30 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'citytracking/master'

    Conflicts:
    	rss_parse.inc
    fwolf committed Oct 21, 2013
    Configuration menu
    Copy the full SHA
    2bedea7 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'interjinn/master'

    Conflicts:
    	rss_fetch.inc
    	rss_parse.inc
    fwolf committed Oct 21, 2013
    Configuration menu
    Copy the full SHA
    b47ce8c View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'benkeen/master'

    Conflicts:
    	rss_parse.inc
    fwolf committed Oct 21, 2013
    Configuration menu
    Copy the full SHA
    a1b48c0 View commit details
    Browse the repository at this point in the history