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
Refactoring of LayoutServlet. Added a first simple version of stylesheet caching. Renamed some of the default XSL parameters. Cleaned everything up. LayoutServlet now copies all parameters from the HTTP session, from the client request and from the request attributes set by the invoking servlets, if the parameter name starts with "XSL." More... about 22 years ago
Fixed target "clean" so that it will run even if directories have not been built yet or removed manually. More... about 22 years ago
Something for the future ... :-) More... about 22 years ago
Fix a bug if the remote host does not answer. More... about 22 years ago
Fix a bug in MCRQueryResultArray.java. Put the solving of the hostlist into the MCRQueryResult.java file. More... about 22 years ago
Change the request string to type=...&hosts=...&query=... for http queries. More... about 22 years ago
Add CCSID configuration for the CM7 persistence layer. Add a methode for geting a byte array into MCRQueryResultArray and change the MCRCM7SearchTS class to them. More... about 22 years ago
Add a full hostlist support. More... about 22 years ago
Started refactoring of LayoutServlet. ...and testing cvs log message handling with this More... about 22 years ago
Change the location of the mycore.jar file to $MYCORE_HOME/lib. More... about 22 years ago
Move all scripts to the bin directory. You must only set the MYCORE_HOME environment variable in your system. More... about 22 years ago
Added "mode" parameter to QueryServlet to distinguish between a query result list and a query for jsut a singe object. Fixed invocation of LayoutServlet. More... about 22 years ago
Just a small change: Added the possibility that the invoking servlet can set the stylesheet to use with req.setAttribute( "style", ... ); QueryServlet uses this. More... about 22 years ago
Change the remote query functionality for connection to any hosts of a list. More... about 22 years ago
Change the remote query functionality for connection to any hosts of a list. More... about 22 years ago
Change the setup.sh for using jdom and tomcat. More... about 22 years ago
Add a delete line for mycore.jar in the clean tag. More... about 22 years ago
added unidirectional links, removed simple links (deprecated) More... about 22 years ago
Added a first version of MCRQueryServlet, the servlet that takes a query from a HTML form, executes the query and sends the result list back as XML. MCRLayoutServlet then takes the XML and renders it to HTML using a XSL stylesheet. More... about 22 years ago
Changed xsd:include statements so that relative paths are used instead of absolute paths to other schema definitions. More... about 22 years ago
using xlink:label to create virtual folders More... about 22 years ago
added metadata inheritance, fixed some bugs More... about 22 years ago
Change to using jdom and jsdk. More... about 22 years ago
Add the HTTP connection for remote access. More... about 22 years ago
Renamed the default stylesheets from "name-default.xsl" to "name.xsl". Second, LayoutServlet now copies all request attributes that start with "xsl." to the XSL transformer for use as parameters in stylesheets. By this, servlets can send parameters to XSL stylesheets, e. g. the user ID currently logged in. More... about 22 years ago
Ad the methode setHost from Mathias Zarick. More... about 22 years ago
changes made for the new linking functionality More... about 22 years ago
The MCRQueryResult class is now the query interface for the data model. The content of the result is stored in the class MCRQueryResultArray. Some classes around them was changed. More... about 22 years ago
Better description of the persistence layer model. More... about 22 years ago
Add the basic for the "creation of database". More... about 22 years ago