Koha/install_misc
Elliott Davis 8a480ad75d Bug 8798: DBIx::Class base classes for all Koha tables
* Added base class files for all tables in koha using
DBIx::Class::Schema::Loader.
* Added a (very basic) test file for C4::Context
* Also added dependencies in required files.

To Test:

[1] Install patch
[2] Make sure you can still connect to Koha
[3] You may optionally run this test script:

        use Koha::Database;
        use Data::Dumper;
        my $db = Koha::Database->new();
        my $schema = $db->schema();
        print Dumper($schema->resultset("Borrower"));

    If you run this file you should get a DBIx dump of the borrowers table.

Signed-off-by: wajasu <matted-34813@mypacks.net>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2013-10-14 21:07:24 +00:00
..
debian.packages Bug 8798: DBIx::Class base classes for all Koha tables 2013-10-14 21:07:24 +00:00
environment_Makefile.PL Bug 7818: update miscellaneous installer scripts 2012-06-09 11:43:59 +02:00
ubuntu-packages.sh Bug 8840 - [SIGNED-OFF] Patch to solve false "All dependencies installed!" 2013-05-12 21:15:19 -04:00
ubuntu.10.04.packages Bug 9914: dependency updates for 3.12 2013-03-23 10:46:07 -04:00
ubuntu.12.04.packages Bug 9914: dependency updates for 3.12 2013-03-23 10:46:07 -04:00
ubuntu.packages Bug 9914: dependency updates for 3.12 2013-03-23 10:46:07 -04:00
UpgradeBackup.pm replace references to defunct info email address 2010-06-25 05:18:44 -04:00