Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-01 | Clean up the database after running this test. | Russ Allbery | |
2007-12-01 | Use reinitialize instead of initialize. | Russ Allbery | |
2007-12-01 | The wallet backend test suite now supports using a database other than | Russ Allbery | |
SQLite for testing. Also start a new Util.pm module for the test suite and move the contents sub into that module. More to follow. | |||
2007-10-10 | Add a history method to the Wallet::ACL API. | Russ Allbery | |
2007-10-05 | Add comprehensive license information in LICENSE and update the copyright | Russ Allbery | |
and license statements in all files. Make sure that some files that were missing copyright information now have them. Reference LICENSE rather than README in all notices. | |||
2007-09-17 | Add a show method to Wallet::ACL. | Russ Allbery | |
2007-08-31 | You don't have to explicitly load the driver module for DBI. | Russ Allbery | |
2007-08-30 | Add a test for renaming to an existing name. Unlink the database before | Russ Allbery | |
creating it to protect against previous test failures. | |||
2007-08-30 | Finish the test suite for the ACL layer. | Russ Allbery | |
2007-08-30 | Add an initial test suite for ACLs. Not all the methods are checked yet. | Russ Allbery | |
2007-08-30 | Rename acl.t to verifier.t to free up acl.t for tests of the more general | Russ Allbery | |
ACL interface. | |||
2007-08-29 | Comment fix. | Russ Allbery | |
2007-08-27 | Rename Wallet::ACL to Wallet::ACL::Base to preserve the Wallet::ACL | Russ Allbery | |
package name for higher-level ACL handling. | |||
2007-05-02 | Add a test suite for the new ACL modules and declare $VERSION so that | Russ Allbery | |
they'll load properly. |