[Bps-public-commit] Net-Trac annotated tag, 0.16, created. 0.16

Christine Spang spang at bestpractical.com
Sat Apr 2 13:26:54 EDT 2011


The annotated tag, 0.16 has been created
        at  663be0b413049f4844fcd64167dad64544051385 (tag)
   tagging  d7139d9fa3320910316a67d15cfbbf67f73919f1 (commit)
 tagged by  Christine Spang
        on  Sat Apr 2 13:22:36 2011 -0400

- Log -----------------------------------------------------------------
Tagging version '0.16' using shipit.

Alex Vandiver (1):
      Fix typo in MANIFEST.SKIP

Christine Spang (4):
      fix a pod typo
      bump version number
      update changelog for 0.16
      update MANIFEST

Jesse Vincent (63):
      git-svn-id: svn://svn.bestpractical.com/Net-Trac/trunk@14038 e417ac7c-1bcc-0310-8ffa-8f5827389a85
      Initial import of trac hacking
      * Fixing some typos. doesn't work or anything
      removing swap files
      * We can now download ticket history from the rss feed view
      * Basic creates now work
      perltidy
      dep testing
      mergedown
      * 0.01_01
      * generalization to work with 0.10 and 0.11
      Fix an undefined warning
      Added sleep statements to deal with the fact that trac doesn't support two updates in the same second
      * Cleanup temp dirs
      * 0.03 releng
      * Support login with Trac's cookie auth
      Improve performance of ticket ops by caching static data
      0.04
      * 0.05 releng ; make the tests not kill shells for people without trac-admin
      * parsing improvements to deal with issues discovered parsing parrot trac
      * TODO updates based on issues found when pulling from Parrot Trac
      * Better caching of ticket history. Properish handling of the keywords filed
      * added the keywords tests I missed on the last commit
      Skip transaction history types we don't know how to deal with
      * TODO update
      Starting to work on removing MooseX::ClassAccessor
      * Removing MooseX::ClassAttribute
      * Remove coerce
      * Switch to Any::Moose, so we can use Mouse for memory and cpu savings!
      0.06 releng
      * 0.06 signature
      * actually restore our original directory after forking a server
      Remove dependency on XML::Feed
      start to cut down text::csv usage
      Remove Text::CSV_XS
      * Remove unused deps from Makefile.PL
      0.07
      Switch to Text::CSV for our TSV parsing
      Updated api to use new tsv parsing API
      Update Makefile.PL based to use Text::CSV
      Switch to using a custom DateTime parser to shed 7 dependencies
      0.08 releng
      Loosen our datetime regex
      0.09 release
      * 0.10 releng
      * Removed the forced fetching of ticket create properties unless you ask for them.
      Merge branch 'master' of /tmp/svn-Net-Trac
      begin 0.11 releng
      Releng stuff
      Added a shipit file
      Checking in changes prior to tagging of version 0.12.  Changelog diff is:
      Soetimes, trac gives us timestimaes wihtout offsets. For now, assume GMT
      Now ticket history includes ticket creation
      Added a flag for "this history entry is a create"
      update changes
      Bump to 0.13
      Fixes for our awful html history parsing heuristics
      Use keepalives for slightly better trac performance
      Checking in changes prior to tagging of version 0.14.  Changelog diff is:
      Fixed MANIFEST.SKIP to not skip Makefile.PL
      Module::Install update
      0.15 releng
      Checking in changes prior to tagging of version 0.15.  Changelog diff is:

Peter Lobsinger (1):
      add default arrayref for ticket attachments

Thomas Sibley (28):
      r43262 at zot:  tom | 2008-12-29 19:23:22 -0500
      r43271 at zot:  tom | 2008-12-29 23:10:52 -0500
      r43272 at zot:  tom | 2008-12-30 00:26:01 -0500
      r43273 at zot:  tom | 2008-12-30 00:34:04 -0500
      r43277 at zot:  tom | 2008-12-30 15:22:25 -0500
      r43278 at zot:  tom | 2008-12-30 18:00:01 -0500
      r43316 at zot:  tom | 2008-12-30 22:45:20 -0500
      r43324 at zot:  tom | 2008-12-30 22:55:15 -0500
      r43326 at zot:  tom | 2008-12-30 23:09:32 -0500
      r43329 at zot:  tom | 2008-12-30 23:29:04 -0500
      r43331 at zot:  tom | 2008-12-30 23:45:16 -0500
      r43333 at zot:  tom | 2008-12-31 15:35:14 -0500
      r43334 at zot:  tom | 2008-12-31 15:37:22 -0500
      r43360 at zot:  tom | 2008-12-31 15:59:16 -0500
      r43361 at zot:  tom | 2008-12-31 16:11:18 -0500
      r43362 at zot:  tom | 2008-12-31 16:20:04 -0500
      r43368 at zot:  tom | 2008-12-31 17:46:49 -0500
      r43369 at zot:  tom | 2008-12-31 18:04:57 -0500
      r43370 at zot:  tom | 2008-12-31 18:06:27 -0500
      r43374 at zot:  tom | 2008-12-31 23:02:24 -0500
      r43376 at zot:  tom | 2009-01-01 06:33:13 -0500
      r43404 at zot:  tom | 2009-01-02 14:27:53 -0500
      r43405 at zot:  tom | 2009-01-02 14:45:38 -0500
      r43408 at zot:  tom | 2009-01-02 14:48:50 -0500
      r43410 at zot:  tom | 2009-01-02 16:23:36 -0500
      r43411 at zot:  tom | 2009-01-02 16:25:19 -0500
      r43412 at zot:  tom | 2009-01-02 16:31:52 -0500
      r43418 at zot:  tom | 2009-01-03 13:28:57 -0500

jesse (1):
      First post

sunnavy (13):
      update attachment parse part to satisify individual attachment page need
      added content and content_type attrs for Attachment
      pod update for Attachment
      added attachment attr and parse it too for TicketHistoryEntry
      let _load return content and content_type so default values can use them
      content_type test for attachment
      fix the bug of "Fetching attachments with trailing spaces loses"
      Merge branch 'master' of code.bestpractical.com:/git/net-trac
      stick to the update api: trac doesn't support directly update status and resolution since 0.11.7
      no_auto_status is meanless since we stick to the api now
      initial cf fields support from Jacek Pasternak
      hack Net::Trac::TestHarness to customize trac.ini
      initial ticket cf test

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list