History of jbidwatcher/trunk/src/com/jbidwatcher/util/html/JHTMLParser.java

  • @693
    avatar 693

    Finally clean up the previously deep tangle between JConfig and ErrorManagement. All error logging is now handled through JConfig.log(), so ErrorManagement doesn't need to be a static block of functions anymore. Much cleaner, imo, but a pretty far-reaching change.

    by mrs, 21 Dec, 2008 01:04 AM
  • @585
    avatar 585

    Fix last minute regular expression parse/replacement error.

    by mrs, 05 Aug, 2008 08:14 AM
  • @570
    avatar 570

    Fix eBay's egregious breakage of HTML standards by including raw < and > characters in their title blocks. I'm sure I'll have to back this out some day, when they fix their page generator, so I've added a configuration option ebay.titleFix which defaults to 'true', and can be overridden to 'false' when eBay gets their code together.

    [#183 state:resolved]
    [#221 state:resolved]

    by mrs, 24 Jul, 2008 09:08 AM
  • @508
    avatar 508

    Actually take care of a bunch of the TODO's littering the code.

    by mrs, 20 Jun, 2008 02:25 AM
  • @355
    avatar 355

    Post-refactoring cleanup; idea was putting fully qualified class names into the code when major restructuring was being done. Tsk!

    by mrs, 07 Mar, 2008 02:12 AM
  • @349
    avatar 349

    Remove and clean up a few more tangles of code interdependencies, as indicated by Structure101.

    by mrs, 05 Mar, 2008 10:40 AM
  • @346
    avatar 346

    Sweeping refactorings to improve the overall design. Structure101 is an awesome program. Far out of my price range, but awesome.

    by mrs, 04 Mar, 2008 04:36 AM
  • @199
    avatar 199

    Merge 1.0.* changes into the JBidwatcher Evolved branch. All except the massive ebayServer changes, which need to be distributed to a half dozen files...

    by mrs, 03 Oct, 2007 06:22 AM
  • @24
    avatar 24

    Change the software license copyright header to something much simpler for now.

    Instead of LGPL, it's now simply an 'All Rights Reserved' license.

    by cyberfox, 26 Jan, 2007 12:14 AM
  • @16
    avatar 16

    Migrate to 1.5 style coding; specifically foreach loops, auto boxing/unboxing, and generic collections.

    by cyberfox, 02 Jan, 2007 02:59 AM
  • @3
    avatar 3

    The initial import of the JBidwatcher Next Generation code.

    by cyberfox, 24 Sep, 2006 08:04 AM