Merge branch 'ignore'
[jelmer/bts-link.git] / remote /
2008-05-17 Jelmer VernooijMerge branch 'ignore'
2008-05-17 Jelmer VernooijAlso support launchpad URLs like https://bugs.launchpad... launchpad
2008-05-17 Pierre HabouzitMerge commit 'jv/launchpad'
2008-05-17 Jelmer VernooijRemove unused imports.
2008-05-17 Jelmer VernooijBe a little bit more flexible with URLs that are accepted.
2008-05-17 Jelmer VernooijSupport Launchpad as a remote bug tracker.
2008-03-28 Pierre Habouzitsmall fixes, add elinks bz
2007-10-27 Bernd ZeimetzHandling unknown resolutions better: don't set any...
2007-10-20 Pierre HabouzitMerge branch 'master' of ssh://git.debian.org/git/bts...
2007-10-19 Bernd Zeimetzgetting the 'Won't fix' check right return status:...
2007-10-19 Bernd Zeimetzadding configuration and import for the berlios module.
2007-10-19 Bernd Zeimetzadding berlios support, including support for patches...
2007-03-16 Pierre HabouzitImport patch from Christoph Berg to support Gnats and...
2006-09-23 madcodersupport new trac's better.
2006-06-19 madcoderthat was stupid of me. I strongly depend upon Beautiful...
2006-06-19 madcoderurl => uri
2006-06-19 madcodermore bugfixes
2006-06-19 madcoderfixes
2006-06-19 madcoderfixes
2006-06-19 madcoderdebian BeautifulSoup does not works *sigh*
2006-06-19 madcoderfix missing import
2006-06-19 madcodertry to make the error management better
2006-06-19 madcoderuse BeautifulSoup from debian
2006-06-02 madcoderstupid bug...
2006-05-23 madcodermake btspull take the list of bugs it has to deal with...
2006-05-13 madcoderfix regexp + missing import
2006-05-11 madcodermissing import
2006-05-11 madcodermissing imports
2006-05-11 madcoderfactorize wget.
2006-05-11 madcoderfixes.
2006-05-11 madcoderadd delays to avoid remote servers hammering.
2006-05-11 madcoderput that back in place.
2006-05-11 madcoderuse recent bugzillas "massive" retrieval of bugs.
2006-05-11 madcoderpush the getActions and processing into the RemoteBts...
2006-05-11 madcoderupdate regexp. thanks to Olav Vitters <olav at bkor...
2006-05-09 madcodermissing failure in trac
2006-05-09 madcoderif uri-re is provided, don't use 'uri' at all.
2006-05-08 sanxiyn-guest[0-9]* -> [0-9]+
2006-05-08 sanxiyn-guestRemove unused code
2006-05-08 sanxiyn-guestTypo
2006-05-07 madcoderuseless param
2006-05-07 madcoderavoid to extract id where we already know how to do...
2006-05-07 madcoderfix bug with mantis id parse.
2006-05-07 madcoderMantis support: caml + pilot-link
2006-05-07 madcoderfail loudly in case of some problem.
2006-05-07 madcoderrt.cpan.org also works on https.
2006-05-07 madcoderimplement more clever duplicate tracking, by using...
2006-05-07 sanxiyn-guestSupport for Request Tracker
2006-05-07 madcodermake code more concise.
2006-05-07 madcoderdrop unused members (frees memory).
2006-05-07 sanxiyn-guestSupport for Trac 0.8.x
2006-05-07 madcodermissing &
2006-05-06 madcoderavoid Null -> None
2006-05-06 madcodertypo
2006-05-06 madcoderlapsus
2006-05-06 madcodersourceforge support
2006-05-06 madcodersupport issuzilla as a special case of bugzilla.
2006-05-06 madcodermake 'maketoken' public, and translate 'None' into...
2006-05-06 madcodertypo
2006-05-05 madcoderforgot to make RemoteException inherit from Exception
2006-05-05 madcoderadd some tracs
2006-05-05 madcoder_process_title was fragile, better get the last paramet...
2006-05-05 madcoderBeautifulSoup returns Null instead of an exception...
2006-05-05 madcodermore code simplifications
2006-05-05 madcodersanxiyn made me rethink my API to be more simple again:
2006-05-05 madcoderinitial trac support, thanks to Sanghyeon Seo.
2006-05-04 madcoderuse some python-isms.
2006-05-04 madcoderfix usertags: only [a-zA-Z0-9] + - . and @ are allowed.
2006-05-03 madcoderuse BeautifulSoup.
2006-05-03 madcoderbeautifulSoup is only used in remote after all. put...
2006-05-03 madcoderdeal with alias uri's and prefered bug uri.
2006-05-03 madcoderimplement incremental changes.
2006-05-03 madcoderprepare API to be able to do incremental changes
2006-05-03 madcoderrework the remote module to be more nice to look at:
2006-05-03 madcoderthread the client a bit.
2006-05-03 madcoderimprovements (don't fetch config.cgi if we don't need it)
2006-05-03 madcodercode refactoring.
2006-05-02 madcoderdrop the evil cache for real, it does not what we reall...
2006-05-02 madcodermore ad-hoc fixes for stupid bugzillas (gnome \o/)
2006-05-02 madcoder * use ad hoc fix for bugzilla bug parsing, some bugzil...
2006-05-02 madcoderlet btspull warn about problems, and do not fail trivially
2006-05-01 madcoderfollow bugzilla "DUPLICATE" closings
2006-05-01 madcoderadd a method to cannonize URI of a bug transparently.
2006-05-01 madcodermore bugfixes
2006-05-01 madcoderfix various bugs
2006-05-01 madcoderimplement the isBugClosed and isBugWontFix for bugzilla...
2006-05-01 madcoderimport bugzilla doc into trunk.
2006-05-01 madcoderrework the config completely to match the `new way...
2006-05-01 madcoderdirty hack to share BTSLConfig
2006-05-01 madcoderbegin to implement remote module