summaryrefslogtreecommitdiff
path: root/perl/Wallet/Object/Base.pm
AgeCommit message (Expand)Author
2014-07-11Switch to Module::Build for the Perl moduleRuss Allbery
2014-04-13Change my email address to eagle@eyrie.orgRuss Allbery
2013-01-31Renamed dbh subroutines and variables for clarityJon Robertson
2013-01-30Moved the Perl wallet modules and tests to DBIx::ClassJon Robertson
2012-08-30Fix POD stopwords and formattingRuss Allbery
2012-08-30In show, handle undefined columnsRuss Allbery
2011-06-20Add a comment field to objectsRuss Allbery
2010-02-09Check spelling of server API POD and tweak server docsRuss Allbery
2010-01-19Coding style fixes for Perl wallet codeRuss Allbery
2010-01-07Added ACL name to object history entriesJon Robertson
2009-06-09Remove Subversion Id stringsRuss Allbery
2008-01-22Update documentation for the API to Wallet::Object::Base andRuss Allbery
2008-01-22Add a Wallet::Database class that now holds the database connection codeRuss Allbery
2007-12-05Various coding style fixes and cleanup based on a much-appreciatedRuss Allbery
2007-12-05Coding style improvements.Russ Allbery
2007-12-01Following the DBI documentation, turn on AutoCommit after RaiseError soRuss Allbery
2007-12-01Expiration dates are now expressed in YYYY-MM-DD HH:MM:SS instead ofRuss Allbery
2007-11-30Initial work on supporting testing with MySQL.Russ Allbery
2007-10-10Redo history tracking for attributes. Currently, all of our attributesRuss Allbery
2007-10-10Add an object history method and tests for it.Russ Allbery
2007-10-05Add comprehensive license information in LICENSE and update the copyrightRuss Allbery
2007-09-26Include the synchronization configuration in show() output. Provide aRuss Allbery
2007-09-20Change flag_list to return the empty list on error and clear error.Russ Allbery
2007-09-20Update the documentation to get rid of the stupid error return fromRuss Allbery
2007-09-19Add generic attribute support to the object layer and update the APIRuss Allbery
2007-09-18Implement the locked flag.Russ Allbery
2007-09-18Flags are now displayed as part of show.Russ Allbery
2007-09-17Add methods to the base object to set, clear, list, and check flags. WrapRuss Allbery
2007-09-17In show() for an object, call show() for each of the ACLs on that objectRuss Allbery
2007-08-31Remove duplicate error documentation.Russ Allbery
2007-08-31Use a better method of setting the internal error that automaticallyRuss Allbery
2007-08-30Don't allow empty object types or names. Return true from settingRuss Allbery
2007-08-30Properly clean up errors from exceptions. Properly catch exceptions whenRuss Allbery
2007-08-30Clean up all exception output when storing it in the error variable toRuss Allbery
2007-08-30Fix all the interfaces so that objects are identified as type, name, notRuss Allbery
2007-08-29Fix lots of problems with the schema and rework it a little bit to beRuss Allbery
2007-08-29The backend will be called wallet-backend, not walletd.Russ Allbery
2007-08-29Show ACL names instead of IDs when displaying objects.Russ Allbery
2007-08-28Add accessor functions for the name and type.Russ Allbery
2007-08-28Throw exceptions for failure of object new() and create() functionsRuss Allbery
2007-08-28Rename Wallet::Object to Wallet::Object::Base and fix some syntax errorsRuss Allbery