bug 2503: comment out unneeded warns
[koha.git] / t /
2008-08-20 Andrew Moorebug 2503: tests for C4::Circulation
2008-08-18 Andrew MooreBug 2524: improving the submitted test reports
2008-08-18 Andrew Moorebug 2525: fixing tests for misc/cronjobs/longoverdue.pl
2008-08-18 Andrew MooreBug 2524: Adding script to submit test reports to smold...
2008-08-09 Joshua FerraroTemporary fix for bug 2483: t/Barcodes.t has database...
2008-08-01 Andrew MooreBug 1953: updating bad unit test for C4::Items::GetItem...
2008-07-30 Andrew MooreBug 1953 [1/6]: adding test module for C4::Koha::displa...
2008-07-27 Andrew MooreBug 1953: refactoring C4::Koha::get_itemtypeinfos_of...
2008-07-27 Andrew MooreBug 1953 [2/3]: refactoring SQL in C4::Items::GetItemsF...
2008-07-27 Andrew MooreBug 1953 [1/3]: test suite improvements
2008-07-24 Chris Nighswongerkohabug 2139 Fixes C4::Aquisition::NewOrder so that...
2008-07-24 Andrew Moorebug 1953 [1/2]: fixing SQL injection problem in C4...
2008-07-14 Joe AtzbergerBarcodes test - make DB-dependent feedback a diag ...
2008-07-10 Andrew Moorebug 2284: ModMember can erase the dateofbirth field
2008-07-10 Andrew Moorebug 2296: removing depreceated C4::Date module
2008-07-10 Andrew MooreBug 2274 [3/5]: consolidating overdue notice cronjobs...
2008-07-08 Galen Charltonbug 2315: no crash if subfield code is a metacharacter
2008-07-07 Galen Charltonbug 2295 [followup 2/2]: initialize data in startup...
2008-07-07 Andrew Moorebug 2295 [4/4]: moving C4::Labels tests into t/lib...
2008-07-07 Andrew Moorebug 2295 [3/4]: moving C4::Items tests into t/lib/KohaTest
2008-07-07 Andrew Moorebug 2295 [2/4]: moving icondirectories.t from t to xt
2008-07-07 Andrew Moorebug 2295 [1/4]: moving C4::Dates tests into database...
2008-07-04 Andrew Moorebug 2275: making SMS::Send module optional
2008-07-04 Galen Charltontest suite: way to run single test file
2008-07-04 Joe AtzbergerBarcodes - OO replacements, extensible module, tests.
2008-07-04 Galen Charltonbug 2297: improve ModBiblio() to avoid duplicate item...
2008-07-02 Galen Charltontest suite add_biblios: don't use zebraqueue_daemon
2008-07-02 Galen CharltonSimpleSearch test cases - make more robust
2008-06-25 Andrew Moorebug: 2272 - remove warning from C4::Koha::getitemtypeim...
2008-06-20 Andrew Moorebug: 2176 improvements to database upgrade path
2008-06-20 Andrew MooreBug 2176 (3/5): adding methods to manage message_queue...
2008-06-20 Galen Charltonbug 2000 - add C4::Circulation::GetBranchBorrowerCircRule
2008-05-29 Joe AtzbergerCommented out fixaccounts (not used anywhere). Also...
2008-05-29 Joe AtzbergerSingle slash added in test text string.
2008-05-27 Andrew MooreBug 2047: some tests for C4::Biblio::get_biblio_authori...
2008-05-19 Galen Charltontest suite: allow skipping of expensive tests
2008-05-16 Galen Charltonbugfix - fix 'not' operator in NoZebra
2008-05-13 Andrew MooreBug 1953: adding tests and 2 corrections for C4::Calendar
2008-05-12 Andrew Moorebug 1953: fixing potential SQL injection problems in...
2008-05-12 Galen Charltonfixed installer test
2008-05-12 Galen Charltonadjusted new C4::Scrubber test cases
2008-05-12 Galen Charltoncorrected base class of a test
2008-05-12 Galen Charltonnew C4 modules for patron attributes
2008-05-11 Galen Charltontest suite: new tests for installer
2008-05-11 Galen Charltontest suite refactoring
2008-05-11 Andrew Moorebug 2088: test suite refactoring to deal with t/overrid...
2008-05-11 Joe AtzbergerWrapper for Koha's use of HTML::Scrubber, with test...
2008-05-11 Andrew Moorebug 2087: test cases for misc/cronjobs/longoverdue.pl
2008-05-11 Galen Charltonkohabug 2076: add DB schema creation scripts from past...
2008-05-01 Galen Charltonkohabug 2076 - remove three tables (DB rev 077)
2008-05-01 Galen Charltonstaging import - enhance record overlay behavior
2008-05-01 Galen Charltontest framework - two improvements
2008-05-01 Galen Charltonadded reindexing routine to KohaTest
2008-04-24 Andrew MooreBug 2044: allowing multiuple icon sets
2008-04-22 Andrew Mooretesting framework: adding more warnings about possible...
2008-04-22 Andrew Mooretesting framework: replacing PERL5LIB in order to more...
2008-04-21 Galen Charltontest suite - various changes
2008-04-21 Galen Charltontest suite: removed dep on 'acm' user
2008-04-21 Andrew Mooreadding database-dependent test libs.
2008-04-21 Andrew Mooreimprovements to automated tests, including a testing...
2008-03-19 Andrew Mooreuse bind variables in C4::Acquisition::GetPendingOrders
2008-02-03 Galen CharltonIMPORTANT - refactor MARC character set handling
2008-01-24 Joe AtzbergerC4::Debug - Centralized debug switches module, test...
2008-01-14 Joe AtzbergerDates - remove extra newlines from carps, add partial...
2008-01-08 Galen Charltontest suite cleanup
2008-01-08 Galen CharltonDB-dependent tests moved
2008-01-08 Galen Charltont/Date.t - now uses Test::More
2008-01-08 Galen Charltonremoved t/Charset.t
2008-01-08 Galen CharltonC4::Output tests -- removed inccorect tests
2008-01-03 Galen Charltonstart of test suite for C4::Items
2007-12-21 Joe AtzbergerDates.pm - IMPORTANT fix for dmy_array (part of obejct...
2007-12-13 Joe Atzbergerrename ldap test file
2007-12-04 Joe AtzbergerAuth.t - running this test will fail unless Auth.pm...
2007-12-04 Joe AtzbergerAuth_with_ldap : module and test final touches.
2007-12-04 Joe AtzbergerLDAP - further integration
2007-12-04 Joe AtzbergerDates.pm - ongoing integration, acqui/histsearch.pl
2007-12-04 Joe AtzbergerBig LDAP changes, module test for Context.pm, still...
2007-11-16 Joe AtzbergerLDAP test and example LDIF file.
2007-11-16 Joe AtzbergerAuth_with_ldap.t - real test cases... work in progress
2007-11-16 Joe AtzbergerInput.t permissions fix
2007-10-19 Chris CormackPatch from Galen Charlton, removing $Id$ $Log$ and...
2007-10-18 Joe AtzbergerTotal Test Overhaul! Most of these were stubs, and...
2007-10-18 Joe AtzbergerRenamed file to match module. Trivial change.
2007-10-17 Joe AtzbergerDates.pm: perl test to accompany Dates.pm functions.
2007-10-13 Joe AtzbergerContext.pm fatalsToBrowser now dependent on $ENV{USER_A...
2007-10-08 Joe AtzbergerNew object-oriented date module to soon replace Date.pm.
2007-09-04 Chris CormackTest for C4::Branch
2007-08-28 MJ RayDisable tests
2007-08-09 Joshua FerraroRevert "new virtual shelves changes, keyed by biblionum...
2007-08-09 Joshua Ferraronew virtual shelves changes, keyed by biblionumber...
2007-08-09 Joshua Ferraronew virtual shelves changes, keyed by biblionumber
2007-08-08 Joshua Ferraroupdate to virtual shelves -- approved
2007-08-08 Joshua Ferraroworking on virtual shelves cleanup, partially finished
2007-06-24 rangiAdding more tests, it now tests the exported functions
2007-06-18 rangiMissed test
2007-06-18 rangiRemoving tes for deprecated function, of course there...
2007-06-18 rangiFinishing up the last of the tests
2007-06-18 rangiContinuing on my tests mission
2007-06-18 rangiMore test files
2007-06-18 rangiContinuing to add tests
next