6
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Modify the Text Search parts of the classes for create and search with TS under CM7. Also a begin of the new search with XQuery. More... over 22 years ago
Updated software requirements, added Apache 1.3.22 and Tomcat 3.3 More... over 22 years ago
Extend the build.xml file for user management. More... over 22 years ago
Added class MCRUserMgrTest, a software test application for the mycore user component More... over 22 years ago
I added the directory mycore/sources/user together with some classes. This is the very first version of the MyCoRe user component. These classes must be considered as "work in progress". They are submitted to the CVS system so that other developers can see what I am working on. More... over 22 years ago
Seperate the CM7 connection workaround to the mycore.sql and mycore.cm7 package. More... over 22 years ago
Implemented the getNextFreeId() method completely so that it now uses SQL select statements to find the highest ID stored. More... over 22 years ago
Updated MCRCM7Bypass to use the new functions of MCRSQLConnection and simplified the code. More... over 22 years ago
Fixed some bad references in the javadoc comments. More... over 22 years ago
Wrote two new classes to simplify SQL usage in MyCoRe. These classes are actually wrappers around java.sql.Connection and java.sql.ResultSet to simplify some tasks by providing higher level methods. More... over 22 years ago
Replaced MCRCM7ConnectionPoolDB2 with new class MCRSQLConnectionPool. This class is more flexible and uses the singleton pattern instead of static methods. JDBC driver, database url and initial and maximum number of connections are can be configured in mycore.properties. More... over 22 years ago
Updated the documentation to reflect the status of the working environment of the MyCoRe Server in Essen: Added software requirements, some version numbers changed. Also added a paragraph for granting the user that runs MyCoRe software access to the CM library server tables in DB2. This is necessary for the mycore.cm7.MCRCM7Bypass class. More... over 22 years ago
Added MCRCM7Bypass, a tool for looking up the DB2 table and column names that are equivalent to the Content Manager 6/7 index classes and keyfields. More... over 22 years ago
Added class MCRCache, a simple object cache using a most-recently-used caching policy. More... over 22 years ago
I ported/added some scripts so that they can be used if mycore is running on the windows platform. More... over 22 years ago
This is the first step to solve the MCRObjectID problem. So I've change the MCRObjectID that they has a getNextFreeId() methode. The methode use the MCRObjectPersistenceInterface so that we are independed from the persistence layer. In CM7 an dummy methode was create. This must I program later (With Frank). At first I've add the MCRCM7ConnectionPoolDB2 class. This should be also depended on the CM version. More... over 22 years ago
Now we have XML Schema files they work and they can xml:lang and xlink:... namespace data. If you turn the swich for Schema validation on in the property file, all works a little bit slowly, but it works! More... over 22 years ago
A first try to solve the Schema problem. More... over 22 years ago
Bug Fixes createXML. More... over 22 years ago
Remove error handling for MCRConfiguration, this is now inside of this class. More... over 22 years ago
Remove error handling for MCRConfiguration, this is now inside of this class. More... over 22 years ago
Correct the language routine to RFC 1766. More... over 22 years ago
Insert a configuration value to turn the validation of XML Schema on or off. More... over 22 years ago
MCRConfiguration now uses MCRArgumentChecker. Also, when you want to get a property that is not set in the configuration file and you do not specify a default value, MCRConfiguration automatically throws an MCRConfigurationException. More... over 22 years ago
Added MCRArgumentChecker class, a utility class that can be used for checking arguments when a method is invoked. See JavaDoc for details. More... over 22 years ago
Improved the exception classes. MCRException now provides a toString() method that produces a detailed error report. MCRExceptions and subclasses can now embed an exception thrown by an underlying system, so that for example a MyCoRe MCRPersistenceException will contain a Content Manager DKDatastore Exception that caused the problem. More... over 22 years ago
Added documentation for classifications subsystem. More... over 22 years ago
Update the documentation for the new classes and functionalities. More... over 22 years ago
Add the MCRMetaLink class to MyCoRe. More... over 22 years ago
Complete the functionallity of working with dates and the search of them. More... over 22 years ago