6
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day 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
Remove () from the query-String for better XQuery. More... almost 22 years ago
Add a language componete. In the parameter string you can set the language now as lang=DE (as example). So the style file name get an extention to ...-DE.xsl . More... almost 22 years ago
Fix a bug : false search string for empty queries. More... almost 22 years ago
Change the query part for better interpretation of XQuere. Special the @ID and @label queries are now correct. More... almost 22 years ago
Change the createXML methods that we use now JDOM to create the stored XML files. More... almost 22 years ago
the next step for creating database More... almost 22 years ago
Prepare for using configuration for creation the database under cm8. More... almost 22 years ago
Add templates for MCRMetaPerson MCRMetaAddress and MCRMetaCorporation. More... almost 22 years ago
Changed compile target so that it uses a list of files to compile instead of "*" for all packages More... almost 22 years ago
Rename the readme.txt. More... almost 22 years ago
Added a readme file that describes the contents and license of ftp.jar and ftp.zip More... almost 22 years ago
The stylesheets for the tranformation from configuration to XML Schema. More... almost 22 years ago
add a functionallity for creating XML Schema from a given configuration. More... almost 22 years ago
Fixed build.xml not to delete the whole lib directory on clean, only mycore.jar should be removed. More... almost 22 years ago
Changed javadoc target to include ftp.jar when building javadocs More... almost 22 years ago
Added classes for FTP client functionality. This is a slightly modified version of the Java FTP client library from Enterprise Distributed Technologies Ltd. The library is distributed under GNU LGPL and we will use it for uploads and downloads from/to VideoCharger or Real Server or other systems with FTP interface. More... almost 22 years ago
Added some more classes for the internal filesystem. These classes now implement the ContentStore functionality to store the content of files in IBM Content Manager, IBM VideoCharger server or Real Server 8. MCRAudioVideoExtender provides support for streaming metadata like bitrate, framerate etc. and for starting a streaming player. These classes replace some of the old MILESS classes. More... almost 22 years ago
Changed the compile, compile_common, ... targets so that compiling all classes is faster and adding new packages is simpler. More... almost 22 years ago
The MCRQueryResultArray is changed, so that here the XML content was hold as JDOM Elements. So the Import/Export can use with JDOM Documents or byte arrays. No String conversion was now used to store the data. More... almost 22 years ago
Added a method that checks that a numeric value is not negative. More... almost 22 years ago
Change the persistence layer to store the XML files as byte array. More... almost 22 years ago
Insert the full path in the schema files. More... almost 22 years ago
Fixed a bug in the connection pool classes, config parameter init_connections did not work properly. Added method getJDBCConnection. More... about 22 years ago
Simplified the CM7 / DB2 connect workaround from the connection pool classes. We now us reflection instead of interfaces, so we can throw away two Java classes. Changed the CM connection pool class so that it is now a singleton and works the same as the DB2 connection pool. More... about 22 years ago
Removed some System.out.println lines that were for debugging. More... about 22 years ago
Added documentation for LayoutServlet. More... about 22 years ago
updated and added user classes, MCRXMLHelper.java More... about 22 years ago
updated MCRUserCommands More... about 22 years ago
replaced documentation about user management More... about 22 years ago
Fixed MCRQueryServlet for use with the new version of MCRLayoutServlet. More... about 22 years ago