dbsrgits/DBIx-Class-Journal.git
2014-09-30 Arthur Axel... release v0.900201 master v0.900201
2014-09-30 Arthur Axel... fix repo (use github like DBIx::Class)
2014-09-29 Arthur Axel... Fix for 5.18 and 5.20
2010-10-12 Arthur Axel... RT60983: why is *_audit_log id col an auto-inc?
2010-10-12 Arthur Axel... Changes from last release
2010-06-24 Arthur Axel... release 0.900102
2010-06-24 Arthur Axel... should use hashrefinflator
2010-06-24 Arthur Axel... fix bogus tests
2010-05-11 Arthur Axel... release 0.900101
2010-05-11 Arthur Axel... you cannot take off a version number
2010-05-11 Arthur Axel... release 0.900100
2010-05-10 Oliver Gorwits minor change to POD, added limitation for CASCADE
2010-04-30 Arthur Axel... release 0.900001_06
2010-04-29 Arthur Axel... release 0.900001_05
2010-04-28 Arthur Axel... allow for multipk
2010-04-28 Arthur Axel... spellink
2010-04-28 Oliver Gorwits found a bug with use of id not $pk - thanks tests!!
2010-04-28 Oliver Gorwits add test (which fail) and update Changelog for prepopul...
2010-04-28 Arthur Axel... do not use deploy since it doesnt do everything anymore
2010-04-28 Arthur Axel... this was never documented and never should have been...
2010-04-28 Oliver Gorwits annoying typo
2010-04-28 Oliver Gorwits more documentation, clarifying issues with re-deply...
2010-04-28 Oliver Gorwits add bootstrap_journal to make things simpler, and also...
2010-04-27 Oliver Gorwits add prepopulate_journal method based on pseudocode...
2010-04-27 Arthur Axel... release 0.900001_04
2010-04-26 Oliver Gorwits minor fixes to documentations
2010-04-26 Oliver Gorwits more documentation updates
2010-04-26 Oliver Gorwits added a small amount of POD, but I need to go walk...
2010-04-26 Oliver Gorwits simplify previous change, no need to re-retrieve the...
2010-04-26 Oliver Gorwits change order for update processing to store new row...
2010-04-26 Oliver Gorwits add comment about why we have not null set on create_id
2010-04-26 Arthur Axel... various fixes from RT56920
2010-04-21 Arthur Axel... RT56175: allow tables to have a prefix
2010-04-21 Arthur Axel... RT56179: insert change_id, not change object, into...
2010-02-19 Arthur Axel... a little bit of doc for the new finction
2010-02-19 Arthur Axel... add journal_components to allow for setting components...
2010-02-18 Arthur Axel... change version in trunk
2010-02-18 Arthur Axel... Release 0.900001_03
2010-02-18 Arthur Axel... basic code cleanup
2010-02-18 Arthur Axel... different namespace for each journal so two different...
2010-02-18 Arthur Axel... get rid of non-executable code header
2010-01-27 Arthur Axel... better deps and newer less buggy versions
2010-01-27 Arthur Axel... just grab DBICs existing DBICTest and remove dep on...
2010-01-27 Arthur Axel... fewer mega long lines
2010-01-27 Arthur Axel... Data::Dumper is not used here at all
2010-01-27 Arthur Axel... whitespace, use base Core, and an idea on backcompat
2010-01-27 Arthur Axel... replace silly, clever code
2010-01-27 Arthur Axel... use the right module for inject_base
2010-01-27 Arthur Axel... get rid of ridiculous syntax error in SYNOPSIS, change...
2010-01-27 Arthur Axel... use Module::Install
2009-10-20 Arthur Axel... delete file with only a broken link
2009-10-20 Arthur Axel... get rid of commented out code
2009-10-20 Arthur Axel... delete bogus, unused file
2008-08-14 Yuval Kogman version bump
2008-08-14 Yuval Kogman changelog
2008-08-14 Guillermo Roditi add build_requires note to TODO
2008-08-14 Yuval Kogman changelog
2008-08-01 Matt S Trout more refacoring
2008-08-01 Matt S Trout factor journal schema proto construction out so compose...
2008-08-01 Yuval Kogman TODO
2008-08-01 Yuval Kogman version
2008-08-01 Yuval Kogman changelog
2008-08-01 Yuval Kogman history for insert too
2008-08-01 Yuval Kogman copied wrong plan number
2008-08-01 Yuval Kogman sqlfairy is also needed for testing
2008-07-31 Yuval Kogman EvalWrap component
2008-07-31 Yuval Kogman refactor journal data creation into separate methods
2008-07-31 Yuval Kogman log for recreated entries
2008-07-30 Yuval Kogman just one version file
2008-07-30 Yuval Kogman dep typo
2008-07-30 Yuval Kogman doc update
2008-07-30 Yuval Kogman simplify pod
2008-07-30 Yuval Kogman remove manifest
2008-07-30 Yuval Kogman changelog
2008-07-30 Yuval Kogman Test::TempDir
2008-07-30 Yuval Kogman foo
2008-07-30 Yuval Kogman MANIFEST.SKIP
2008-07-30 Yuval Kogman changelog
2008-07-30 Yuval Kogman version bump
2008-07-30 Yuval Kogman more cleanup
2008-07-30 Yuval Kogman remove Base
2008-07-30 Yuval Kogman multi column PK support
2008-07-30 Yuval Kogman compose journalling schema correctly (without users...
2008-07-30 Yuval Kogman update test for fatal current_changeset outside of...
2008-07-30 Yuval Kogman roll back accidental case change
2008-07-30 Yuval Kogman detab
2008-07-30 Yuval Kogman detab
2008-07-30 Yuval Kogman now() is not protable, timestamp in perl space
2008-07-30 Yuval Kogman rename Change to ChangeLog to avoid reserved word problem
2008-07-29 Yuval Kogman if journalling schema is not the main schema we need...
2008-07-29 Yuval Kogman Version bump
2008-07-29 Yuval Kogman nested txn_do doesn't create nested changesets
2008-07-29 Yuval Kogman don't warn unnecessarily
2008-07-29 Yuval Kogman make deploy's 'sources' arg default to just the journal...
2008-07-29 Yuval Kogman journal_no_auto_deploy
2008-07-29 Yuval Kogman work even without journal_user
2008-07-29 Yuval Kogman work even without journal_user
2008-01-17 Jess Robinson Initial commit
2007-07-31 Jess Robinson Passes tests again!
2007-07-03 Matt S Trout warnings go byebye
next