1
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 10 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made some changes to the DB. ContentTest fails - will check when I have time More... almost 22 years ago
now uses core.Constants instead of core.DSpaceTypes More... almost 22 years ago
Documentation fix More... almost 22 years ago
findByName() no longer throws AuthorizeException More... almost 22 years ago
first version More... almost 22 years ago
- getDC() now returns DCValue objects instead of String objects. - Fixed tests - the way the tests work still needs redoing though More... almost 22 years ago
got 'fullname' method working More... almost 22 years ago
fixed typo in create (missing column name) and missing fast lookup method (isMember w/out instantiating the entire group) More... almost 22 years ago
newly ported EPerson Group object, ready for testing More... almost 22 years ago
newly ported EPerson object, ready for testing More... almost 22 years ago
first version More... almost 22 years ago
Minor fixes to javadoc. More... almost 22 years ago
Oops, getAll was already there. Left in findAll for consistency. More... almost 22 years ago
Added findAll() method More... almost 22 years ago
Tests now pass; they leave some content around. Need a re-work - several things aren't really right. Will do when I have time. More... almost 22 years ago
- Fixed getID() - After creating DB rows, they're updated when submitter + item_id are set More... almost 22 years ago
Fixed bugs in getDC() and clearDC() More... almost 22 years ago
Removed debug println More... almost 22 years ago
deleteWithContents() fixed More... almost 22 years ago
Fixed typo in SQL in "findByElement" More... almost 22 years ago
Fixes to community and tests. More... almost 22 years ago
WorkspaceItem used to create items now instead of having an item "shim" More... almost 22 years ago
Added some extra documentation about configuration. More... almost 22 years ago
Fixed typo More... almost 22 years ago
- Added a lot of overview and package information to the javadoc. - Modified the javadoc target in build.xml to include the overview. - Removed links to core Java classes in the javadoc in Utils.java (was causing warnings) More... almost 22 years ago
Added simplified e-mail handling - Updated configuration + ConfigurationManager - Added relevant libraries and Email class More... almost 22 years ago
Updated CM API: - Added logging - Changed the way creating objects works for Bitstream, Bundle and Collection in preparation for authorisation integration. It makes no sense to create a Bitstream, Bundle or Collection without it being associated with something, so to create one you need to call the relevant method on the container, for example "Bundle.createBitstream". create() methods remain but have package-level access. Logo-related methods take InputStreams again. - Removed references to Handles - these are to be in a separate, pluggable module More... almost 22 years ago
Upgraded log4j to 1.2.1. More... almost 22 years ago
JUnit tests for CM API More... almost 22 years ago
Add equals method, needed for testing More... almost 22 years ago