Revision
183 -
Directory Listing
-
[select for diffs]
Modified
Mon Nov 21 16:01:05 2005 UTC
(15 years, 3 months ago)
by
mpfingsthorn
Diff to
previous 182
Fixing bug HREP-46. reorganized the thread synchronization statements to prevent concurrent access
Revision
182 -
Directory Listing
-
[select for diffs]
Modified
Mon Nov 21 15:14:49 2005 UTC
(15 years, 3 months ago)
by
mpfingsthorn
Diff to
previous 181
now wraps property values in <![CDATA[ ]]> such that non-xml data can be transferred (& and so on), fixes issue HREP-45
Revision
181 -
Directory Listing
-
[select for diffs]
Modified
Mon Nov 21 14:24:31 2005 UTC
(15 years, 3 months ago)
by
mpfingsthorn
Diff to
previous 180
bumped version of slide because of a fix for ExtractorManager which didn't deal well with cutting off encodings from the content type (i.e. turning "text/xml; encoding=utf-8" into "text/xml")
Revision
180 -
Directory Listing
-
[select for diffs]
Modified
Mon Nov 21 14:23:20 2005 UTC
(15 years, 3 months ago)
by
bvdschans
Diff to
previous 179
Put all the files in the dist build in a subfolder in the zip :
maven.repository.build.zipprefix=hippo-repository-${pom.currentVersion}
Revision
179 -
Directory Listing
-
[select for diffs]
Modified
Mon Nov 14 11:57:34 2005 UTC
(15 years, 3 months ago)
by
mpfingsthorn
Diff to
previous 178
now deals with the situation of outdated indices in case an index was not updated yet after a delete. automatically deletes that uri from the index afterwards.
Revision
172 -
Directory Listing
-
[select for diffs]
Modified
Thu Nov 3 10:28:29 2005 UTC
(15 years, 4 months ago)
by
bvdschans
Diff to
previous 171
Add wrapper.conf for repository only. Increased max memory to 256m and added the remove openjms.lock line
Revision
170 -
Directory Listing
-
[select for diffs]
Modified
Wed Nov 2 11:31:22 2005 UTC
(15 years, 4 months ago)
by
bvdschans
Diff to
previous 169
Add two extra parameters for ldap:
repository.ldap.use=true
repository.ldap.config=config/ldap-realm.xml
Make CONFIGURATION.TXT more verbose.
Revision
169 -
Directory Listing
-
[select for diffs]
Modified
Wed Oct 26 13:48:28 2005 UTC
(15 years, 4 months ago)
by
mpfingsthorn
Diff to
previous 168
added functionality of replication to other repositories. all actions (create, update, delete) are replicated to multiple other locations.
Revision
168 -
Directory Listing
-
[select for diffs]
Modified
Fri Oct 21 07:57:52 2005 UTC
(15 years, 4 months ago)
by
mpfingsthorn
Diff to
previous 167
IMPORTANT! use this event.xml in order to make property extractors work again! previous version broke them. they need the ContentEvents
Revision
167 -
Directory Listing
-
[select for diffs]
Modified
Thu Oct 20 14:34:48 2005 UTC
(15 years, 4 months ago)
by
mpfingsthorn
Diff to
previous 166
the indexer now catches extractor exceptions at the lowest level so even if extracting content doesn't work, it will still be indexed so the resource will still be visible using dasls
Revision
166 -
Directory Listing
-
[select for diffs]
Modified
Thu Oct 20 09:11:30 2005 UTC
(15 years, 4 months ago)
by
mpfingsthorn
Diff to
previous 165
resolves issue HREP-41 about the jms messages not being sent late enough. now the indexer sends events after it is done indexing. events are forwarded as jms messages to any listeners.
Revision
165 -
Directory Listing
-
[select for diffs]
Modified
Wed Oct 19 11:19:46 2005 UTC
(15 years, 4 months ago)
by
mpfingsthorn
Diff to
previous 164
bumped slide version to fix HREP-40 and extractor loading issue, edited maven default goal to always deep-clean the components so changes are included
Revision
163 -
Directory Listing
-
[select for diffs]
Modified
Tue Oct 18 14:32:53 2005 UTC
(15 years, 4 months ago)
by
bvdschans
Diff to
previous 162
Add option to configure openjms port and jndiport. Needed to run multiple repositories on one server.
Revision
157 -
Directory Listing
-
[select for diffs]
Modified
Thu Sep 29 12:28:13 2005 UTC
(15 years, 5 months ago)
by
mpfingsthorn
Diff to
previous 156
Fixed issues HREP-37 and -36, JNDI stuff moved into the slide patch from the local svn repo (hippo08.patch)
Revision
155 -
Directory Listing
-
[select for diffs]
Modified
Mon Sep 26 10:23:31 2005 UTC
(15 years, 5 months ago)
by
mpfingsthorn
Diff to
previous 154
JNDI groups are working with recursive searches (yeay!), the realm is fixed to use a bind per user to authenticate
Revision
151 -
Directory Listing
-
[select for diffs]
Modified
Thu Sep 15 14:42:06 2005 UTC
(15 years, 5 months ago)
by
mpfingsthorn
Diff to
previous 150
JNDI authentication through a custom realm. Configured by an xml file referenced in the webdav configuration (webdav.xconf). hacky, but works.
Revision
143 -
Directory Listing
-
[select for diffs]
Modified
Fri Sep 2 08:45:30 2005 UTC
(15 years, 6 months ago)
by
mpfingsthorn
Diff to
previous 142
Cleaned up the indexing package, less code repetition, fixes issue HREP-32. Also included some more sample configs for the different indexers for documentation.
Revision
142 -
Directory Listing
-
[select for diffs]
Modified
Wed Aug 31 09:44:20 2005 UTC
(15 years, 6 months ago)
by
mpfingsthorn
Diff to
previous 141
bumped dependency for slide to 2.1h07 to fix issue HREP-34. wrote a new goal called "wipeout" in maven.xml to deeply clean also all the components (excalibur-slide, for example). makes developing components easier.
Revision
125 -
Directory Listing
-
[select for diffs]
Modified
Fri Jul 1 14:48:18 2005 UTC
(15 years, 8 months ago)
by
unico
Diff to
previous 124
- moved excalibur components into hippo-repository project
- merged openjms and slide subprojects into one server project
Only excalibur-slide+common and excalibur-slide+client need to be published from now on. All artifacts follow the hippo-repository versioning.
Revision
114 -
Directory Listing
-
[select for diffs]
Modified
Tue Jun 14 10:31:51 2005 UTC
(15 years, 8 months ago)
by
mpfingsthorn
Diff to
previous 113
bumped up versions of excalibur-slide-server and jakarta-slide with newest releases and included jarkarta-POI
Revision
106 -
Directory Listing
-
[select for diffs]
Modified
Fri May 13 14:00:00 2005 UTC
(15 years, 9 months ago)
by
johan
Diff to
previous 105
Changed version of recordmanager.
Disabled OpenJMS client because it is included in the full OpenJMS jar.
Revision
103 -
Directory Listing
-
[select for diffs]
Modified
Fri May 13 09:41:24 2005 UTC
(15 years, 9 months ago)
by
johan
Diff to
previous 102
Added copying of configuration information to deployment so users can lookup configuration information immediatly.
Revision
91 -
Directory Listing
-
[select for diffs]
Modified
Wed Apr 13 08:13:51 2005 UTC
(15 years, 10 months ago)
by
johan
Diff to
previous 90
Added build.properties for hippo10.
Upgraded to Hippo Fortress which checks the user name under which the server is run.