9 years agorelease v0.900201 master v0.900201
Arthur Axel 'fREW' Schmidt [Tue, 30 Sep 2014 12:59:06 +0000]
release v0.900201

9 years agofix repo (use github like DBIx::Class)
Arthur Axel 'fREW' Schmidt [Tue, 30 Sep 2014 12:54:25 +0000]
fix repo (use github like DBIx::Class)

9 years agoFix for 5.18 and 5.20
Arthur Axel 'fREW' Schmidt [Mon, 29 Sep 2014 22:24:35 +0000]
Fix for 5.18 and 5.20

13 years agoRT60983: why is *_audit_log id col an auto-inc?
Arthur Axel "fREW" Schmidt [Tue, 12 Oct 2010 00:30:50 +0000]
RT60983: why is *_audit_log id col an auto-inc?

13 years agoChanges from last release
Arthur Axel "fREW" Schmidt [Tue, 12 Oct 2010 00:29:10 +0000]
Changes from last release

13 years agorelease 0.900102
Arthur Axel "fREW" Schmidt [Thu, 24 Jun 2010 02:09:36 +0000]
release 0.900102

13 years agoshould use hashrefinflator
Arthur Axel "fREW" Schmidt [Thu, 24 Jun 2010 02:05:47 +0000]
should use hashrefinflator

13 years agofix bogus tests
Arthur Axel "fREW" Schmidt [Thu, 24 Jun 2010 02:05:24 +0000]
fix bogus tests

13 years agorelease 0.900101
Arthur Axel "fREW" Schmidt [Tue, 11 May 2010 18:18:21 +0000]
release 0.900101

13 years agoyou cannot take off a version number
Arthur Axel "fREW" Schmidt [Tue, 11 May 2010 17:39:44 +0000]
you cannot take off a version number

13 years agorelease 0.900100
Arthur Axel "fREW" Schmidt [Tue, 11 May 2010 17:33:39 +0000]
release 0.900100

13 years agominor change to POD, added limitation for CASCADE
Oliver Gorwits [Mon, 10 May 2010 12:17:11 +0000]
minor change to POD, added limitation for CASCADE

14 years agorelease 0.900001_06
Arthur Axel "fREW" Schmidt [Fri, 30 Apr 2010 15:14:55 +0000]
release 0.900001_06

14 years agorelease 0.900001_05
Arthur Axel "fREW" Schmidt [Thu, 29 Apr 2010 15:33:40 +0000]
release 0.900001_05

14 years agoallow for multipk
Arthur Axel "fREW" Schmidt [Wed, 28 Apr 2010 21:51:47 +0000]
allow for multipk

14 years agospellink
Arthur Axel "fREW" Schmidt [Wed, 28 Apr 2010 21:37:08 +0000]
spellink

14 years agofound a bug with use of id not $pk - thanks tests!!
Oliver Gorwits [Wed, 28 Apr 2010 21:08:52 +0000]
found a bug with use of id not $pk - thanks tests!!

14 years agoadd test (which fail) and update Changelog for prepopulate_journal
Oliver Gorwits [Wed, 28 Apr 2010 20:57:14 +0000]
add test (which fail) and update Changelog for prepopulate_journal

14 years agodo not use deploy since it doesnt do everything anymore
Arthur Axel "fREW" Schmidt [Wed, 28 Apr 2010 17:29:57 +0000]
do not use deploy since it doesnt do everything anymore

14 years agothis was never documented and never should have been done. frew--
Arthur Axel "fREW" Schmidt [Wed, 28 Apr 2010 15:55:58 +0000]
this was never documented and never should have been done.  frew--

14 years agoannoying typo
Oliver Gorwits [Wed, 28 Apr 2010 14:51:25 +0000]
annoying typo

14 years agomore documentation, clarifying issues with re-deply, and adding a warning about Pg...
Oliver Gorwits [Wed, 28 Apr 2010 08:45:15 +0000]
more documentation, clarifying issues with re-deply, and adding a warning about Pg quoting

14 years agoadd bootstrap_journal to make things simpler, and also make prepopulate_journal to...
Oliver Gorwits [Wed, 28 Apr 2010 00:20:38 +0000]
add bootstrap_journal to make things simpler, and also make prepopulate_journal to be idempotent

14 years agoadd prepopulate_journal method based on pseudocode from frew. can it be optimized...
Oliver Gorwits [Tue, 27 Apr 2010 22:35:29 +0000]
add prepopulate_journal method based on pseudocode from frew. can it be optimized any?

14 years agorelease 0.900001_04
Arthur Axel "fREW" Schmidt [Tue, 27 Apr 2010 14:53:06 +0000]
release 0.900001_04

14 years agominor fixes to documentations
Oliver Gorwits [Mon, 26 Apr 2010 23:58:37 +0000]
minor fixes to documentations

14 years agomore documentation updates
Oliver Gorwits [Mon, 26 Apr 2010 23:49:38 +0000]
more documentation updates

14 years agoadded a small amount of POD, but I need to go walk the dog now
Oliver Gorwits [Mon, 26 Apr 2010 22:05:59 +0000]
added a small amount of POD, but I need to go walk the dog now

14 years agosimplify previous change, no need to re-retrieve the row because $self is already...
Oliver Gorwits [Mon, 26 Apr 2010 21:20:20 +0000]
simplify previous change, no need to re-retrieve the row because $self is already in_storage so is what we want

14 years agochange order for update processing to store new row data rather than previous row...
Oliver Gorwits [Mon, 26 Apr 2010 21:06:13 +0000]
change order for update processing to store new row data rather than previous row data

14 years agoadd comment about why we have not null set on create_id
Oliver Gorwits [Mon, 26 Apr 2010 20:57:43 +0000]
add comment about why we have not null set on create_id

14 years agovarious fixes from RT56920
Arthur Axel "fREW" Schmidt [Mon, 26 Apr 2010 20:32:44 +0000]
various fixes from RT56920

14 years agoRT56175: allow tables to have a prefix
Arthur Axel "fREW" Schmidt [Wed, 21 Apr 2010 22:29:49 +0000]
RT56175: allow tables to have a prefix

14 years agoRT56179: insert change_id, not change object, into audit log
Arthur Axel "fREW" Schmidt [Wed, 21 Apr 2010 21:49:22 +0000]
RT56179: insert change_id, not change object, into audit log

14 years agoa little bit of doc for the new finction
Arthur Axel "fREW" Schmidt [Fri, 19 Feb 2010 16:01:37 +0000]
a little bit of doc for the new finction

14 years agoadd journal_components to allow for setting components on journal schema
Arthur Axel "fREW" Schmidt [Fri, 19 Feb 2010 15:40:01 +0000]
add journal_components to allow for setting components on journal schema

14 years agochange version in trunk
Arthur Axel "fREW" Schmidt [Thu, 18 Feb 2010 20:38:59 +0000]
change version in trunk

14 years agoRelease 0.900001_03
Arthur Axel "fREW" Schmidt [Thu, 18 Feb 2010 16:39:31 +0000]
Release 0.900001_03

14 years agobasic code cleanup
Arthur Axel "fREW" Schmidt [Thu, 18 Feb 2010 16:31:15 +0000]
basic code cleanup

14 years agodifferent namespace for each journal so two different journals in the same interprete...
Arthur Axel "fREW" Schmidt [Thu, 18 Feb 2010 16:14:38 +0000]
different namespace for each journal so two different journals in the same interpreter dont mingle

14 years agoget rid of non-executable code header
Arthur Axel "fREW" Schmidt [Thu, 18 Feb 2010 16:04:19 +0000]
get rid of non-executable code header

14 years agobetter deps and newer less buggy versions
Arthur Axel "fREW" Schmidt [Wed, 27 Jan 2010 07:31:01 +0000]
better deps and newer less buggy versions

14 years agojust grab DBICs existing DBICTest and remove dep on Test::TempDir entirely
Arthur Axel "fREW" Schmidt [Wed, 27 Jan 2010 07:29:04 +0000]
just grab DBICs existing DBICTest and remove dep on Test::TempDir entirely

14 years agofewer mega long lines
Arthur Axel "fREW" Schmidt [Wed, 27 Jan 2010 07:27:56 +0000]
fewer mega long lines

14 years agoData::Dumper is not used here at all
Arthur Axel "fREW" Schmidt [Wed, 27 Jan 2010 07:08:58 +0000]
Data::Dumper is not used here at all

14 years agowhitespace, use base Core, and an idea on backcompat
Arthur Axel "fREW" Schmidt [Wed, 27 Jan 2010 07:08:03 +0000]
whitespace, use base Core, and an idea on backcompat

14 years agoreplace silly, clever code
Arthur Axel "fREW" Schmidt [Wed, 27 Jan 2010 07:06:09 +0000]
replace silly, clever code

14 years agouse the right module for inject_base
Arthur Axel "fREW" Schmidt [Wed, 27 Jan 2010 06:41:26 +0000]
use the right module for inject_base

14 years agoget rid of ridiculous syntax error in SYNOPSIS, change some verbage
Arthur Axel "fREW" Schmidt [Wed, 27 Jan 2010 06:29:53 +0000]
get rid of ridiculous syntax error in SYNOPSIS, change some verbage

14 years agouse Module::Install
Arthur Axel "fREW" Schmidt [Wed, 27 Jan 2010 06:28:00 +0000]
use Module::Install

14 years agodelete file with only a broken link
Arthur Axel "fREW" Schmidt [Tue, 20 Oct 2009 17:25:12 +0000]
delete file with only a broken link

14 years agoget rid of commented out code
Arthur Axel "fREW" Schmidt [Tue, 20 Oct 2009 16:11:06 +0000]
get rid of commented out code

14 years agodelete bogus, unused file
Arthur Axel "fREW" Schmidt [Tue, 20 Oct 2009 16:03:13 +0000]
delete bogus, unused file

15 years agoversion bump
Yuval Kogman [Thu, 14 Aug 2008 22:39:07 +0000]
version bump

15 years agochangelog
Yuval Kogman [Thu, 14 Aug 2008 22:38:59 +0000]
changelog

15 years agoadd build_requires note to TODO
Guillermo Roditi [Thu, 14 Aug 2008 22:13:29 +0000]
add build_requires note to TODO

15 years agochangelog
Yuval Kogman [Thu, 14 Aug 2008 13:06:37 +0000]
changelog

15 years agomore refacoring
Matt S Trout [Fri, 1 Aug 2008 04:15:17 +0000]
more refacoring

15 years agofactor journal schema proto construction out so compose_namespace only runs once
Matt S Trout [Fri, 1 Aug 2008 03:41:59 +0000]
factor journal schema proto construction out so compose_namespace only runs once

15 years agoTODO
Yuval Kogman [Fri, 1 Aug 2008 03:39:01 +0000]
TODO

15 years agoversion
Yuval Kogman [Fri, 1 Aug 2008 02:11:10 +0000]
version

15 years agochangelog
Yuval Kogman [Fri, 1 Aug 2008 02:11:03 +0000]
changelog

15 years agohistory for insert too
Yuval Kogman [Fri, 1 Aug 2008 02:06:26 +0000]
history for insert too

15 years agocopied wrong plan number
Yuval Kogman [Fri, 1 Aug 2008 02:06:18 +0000]
copied wrong plan number

15 years agosqlfairy is also needed for testing
Yuval Kogman [Fri, 1 Aug 2008 00:37:35 +0000]
sqlfairy is also needed for testing

15 years agoEvalWrap component
Yuval Kogman [Thu, 31 Jul 2008 23:23:23 +0000]
EvalWrap component

15 years agorefactor journal data creation into separate methods
Yuval Kogman [Thu, 31 Jul 2008 23:23:11 +0000]
refactor journal data creation into separate methods

15 years agolog for recreated entries
Yuval Kogman [Thu, 31 Jul 2008 16:52:32 +0000]
log for recreated entries

15 years agojust one version file
Yuval Kogman [Wed, 30 Jul 2008 06:38:50 +0000]
just one version file

15 years agodep typo
Yuval Kogman [Wed, 30 Jul 2008 06:37:00 +0000]
dep typo

15 years agodoc update
Yuval Kogman [Wed, 30 Jul 2008 06:35:50 +0000]
doc update

15 years agosimplify pod
Yuval Kogman [Wed, 30 Jul 2008 06:32:33 +0000]
simplify pod

15 years agoremove manifest
Yuval Kogman [Wed, 30 Jul 2008 06:30:02 +0000]
remove manifest

15 years agochangelog
Yuval Kogman [Wed, 30 Jul 2008 06:29:08 +0000]
changelog

15 years agoTest::TempDir
Yuval Kogman [Wed, 30 Jul 2008 06:29:00 +0000]
Test::TempDir

15 years agofoo
Yuval Kogman [Wed, 30 Jul 2008 06:20:28 +0000]
foo

15 years agoMANIFEST.SKIP
Yuval Kogman [Wed, 30 Jul 2008 06:17:12 +0000]
MANIFEST.SKIP

15 years agochangelog
Yuval Kogman [Wed, 30 Jul 2008 06:16:26 +0000]
changelog

15 years agoversion bump
Yuval Kogman [Wed, 30 Jul 2008 06:09:20 +0000]
version bump

15 years agomore cleanup
Yuval Kogman [Wed, 30 Jul 2008 06:09:01 +0000]
more cleanup

15 years agoremove Base
Yuval Kogman [Wed, 30 Jul 2008 05:04:21 +0000]
remove Base

15 years agomulti column PK support
Yuval Kogman [Wed, 30 Jul 2008 04:53:27 +0000]
multi column PK support

15 years agocompose journalling schema correctly (without users' tables, just the connection...
Yuval Kogman [Wed, 30 Jul 2008 03:56:05 +0000]
compose journalling schema correctly (without users' tables, just the connection, even on same dsn)

15 years agoupdate test for fatal current_changeset outside of txn_do
Yuval Kogman [Wed, 30 Jul 2008 03:55:29 +0000]
update test for fatal current_changeset outside of txn_do

15 years agoroll back accidental case change
Yuval Kogman [Wed, 30 Jul 2008 03:54:19 +0000]
roll back accidental case change

15 years agodetab
Yuval Kogman [Wed, 30 Jul 2008 03:52:22 +0000]
detab

15 years agodetab
Yuval Kogman [Wed, 30 Jul 2008 03:51:44 +0000]
detab

15 years agonow() is not protable, timestamp in perl space
Yuval Kogman [Wed, 30 Jul 2008 03:49:12 +0000]
now() is not protable, timestamp in perl space

15 years agorename Change to ChangeLog to avoid reserved word problem
Yuval Kogman [Wed, 30 Jul 2008 03:47:27 +0000]
rename Change to ChangeLog to avoid reserved word problem

15 years agoif journalling schema is not the main schema we need to call txn_do on that too
Yuval Kogman [Tue, 29 Jul 2008 21:31:41 +0000]
if journalling schema is not the main schema we need to call txn_do on that too

15 years agoVersion bump
Yuval Kogman [Tue, 29 Jul 2008 20:10:01 +0000]
Version bump

15 years agonested txn_do doesn't create nested changesets
Yuval Kogman [Tue, 29 Jul 2008 19:08:51 +0000]
nested txn_do doesn't create nested changesets

15 years agodon't warn unnecessarily
Yuval Kogman [Tue, 29 Jul 2008 18:10:48 +0000]
don't warn unnecessarily

15 years agomake deploy's 'sources' arg default to just the journal related sources
Yuval Kogman [Tue, 29 Jul 2008 17:58:36 +0000]
make deploy's 'sources' arg default to just the journal related sources

15 years agojournal_no_auto_deploy
Yuval Kogman [Tue, 29 Jul 2008 17:54:05 +0000]
journal_no_auto_deploy

15 years agowork even without journal_user
Yuval Kogman [Tue, 29 Jul 2008 17:53:11 +0000]
work even without journal_user

15 years agowork even without journal_user
Yuval Kogman [Tue, 29 Jul 2008 17:52:24 +0000]
work even without journal_user

16 years agoInitial commit
Jess Robinson [Thu, 17 Jan 2008 15:42:33 +0000]
Initial commit

16 years agoPasses tests again!
Jess Robinson [Tue, 31 Jul 2007 23:28:55 +0000]
Passes tests again!
Bugfix in DBIx::Class::Schema::Journal::txn_do, for cases where all insert values are empty, bugfix needed in dbic really.. ;)

16 years agowarnings go byebye
Matt S Trout [Tue, 3 Jul 2007 01:44:17 +0000]
warnings go byebye