July 2005 Archives by thread
Starting: Fri Jul 1 11:49:08 PDT 2005
Ending: Thu Jul 28 17:29:11 PDT 2005
Messages: 71
- [commits-cosmo] (bcm) [363] sync to new wiki layout
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [364] get ticket authentication mostly working.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [365] convert jcr PathNotFoundException to
spring DataRetrievalFailureException
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [366] define the mix:ticketable mixin node type
that allows nodes to have child
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [367] update to jackrabbit 1.0-dev,
which has a great many layout changes.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [368] update to jackrabbit 1.0-dev api changes.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [369] make PROPFIND ignore ticket nodes
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [370] reshuffle based on priority
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [371] sync to latest jackrabbit and jcr apis
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [372] sync to latest jcr-server version.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [373] add an acegi security access decision
voter that gives users access only to
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [374] initialize the test repository before
running tests.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [375] get rid of repository_init.xml and use
production repository.xml for
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [376] implement single-user security for the
repository.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [377] add JCRSessionFactory class that
encapsulates the logic for logging into a jcr
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [378] sync to new spring jcr api
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [379] simplify security api now that we don't
have to use it inside jackrabbit's
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [380] fix bean scope typo
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [381] add client developer docs for tickets and
sessions.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [382] include MKTICKET and DELTICKET in OPTIONS
response
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [383] when a ticket times out,
remove it from the repository and treat the request
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [384] tagging the 0.2-2 milestone
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [385] bump version to 0.2-3
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [386] bug 3453: fix INSTALL.txt reference to
release notes
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [387] import server sandbox dir
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [388] add brendano and alecf's chandler web
mockup
svncheckin at osafoundation.org
- [commits-cosmo] (brendano) [389] more checkin stuff to get it all
there
svncheckin at osafoundation.org
- [commits-cosmo] (brendano) [390] please please fix mimetypes, dear svn
svncheckin at osafoundation.org
- [commits-cosmo] (brendano) [391] cleaning up mimetype fixes.
svncheckin at osafoundation.org
- [commits-cosmo] (bear) [392] removing sandbox - it's been moved to
the sandbox repository under brendano/ directory
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [393] add jcr node types for icalendar
components, properties, parameters, and
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [394] calscale and method are not mandatory
properties of a calendar
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [395] add some documentation about the
icalendar/jcr conversion
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [396] implement MKCALENDAR protocol handler.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [397] getSupportedMethods() logic was whack.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [398] checkpoint jcr-server chain command for
adding calendar collection.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [399] implement MKCALENDAR caldav method by
creating a new chain for importing
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [400] return METHOD_NOT_ALLOWED when MKTICKET
is called on a non-ticketable
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [401] convert about 75% of rfc 2445 to jcr node
type definitions.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [402] break out custom node type definitions
into 4 docs, for icalendar, webdav,
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [403] move namespaces into their own doc
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [404] move jackrabbit node type management
stuff from "importer" subproject to
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [405] sync to jackrabbit 1.0 package layout
change
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [406] checkpoint the
NodeTypeDescriptorGenerator class and associated test and
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [407] add a parser for a "node type catalog"
which contains node type definitions
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [408] fix primary item name for ticket:ticket;
jackrabbit is forgiving of the
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [409] parse child node defs from catalog
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [410] implement property definition parsing.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [411] test with several different catalogs of
varying size and complexity to flush
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [412] add jackrabbit:generate goal that
generates a nodetype descriptor from a
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [413] add build:nodetypes goal that uses the
osaf jackrabbit plugin to generate
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [414] tweaks to icalendar and tickets calendars
so that their node types register in
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [415] replace old cosmo_nodetypes.xml with
generated node type descriptors for
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [416] update caldav, webdav and ticket todos
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [417] include "calendar-access" field in DAV
response header for OPTIONS request on
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [418] remove a couple todos that are already
implemented, and reorder webdav todos
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [419] make the url of a webdav principal be the
url of that user's homedir.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [420] fall back to ibiblio if we can't find the
dependency we want on the osaf
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [421] only do test:test-resources stuff if
maven.test.skip property is not set to
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [422] begin the long process of importing
calendar objects with caldav:
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [423] a caldav:resource can only have one
icalendar:revent child (a recurrence set
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [424] flesh out methods for storing an
icalendar event in the repository.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [425] turn off the jackrabbit search index for
the moment, as it gives all sorts of
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [426] add caldav PUT items
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [427] add a dao for calendar persistence.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [428] "calendar collection" is a protocol level
concept that shouldn't be reflected
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [429] make CosmoDavResourceImpl aware of the
spring application context.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [430] implement CosmoDavResourceImpl ticket
methods using TicketDao, adding
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [431] override the DavResourceImpl method for
adding a file resource (PUT) to use a
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [432] move calendar-specific methods from
JCRUtils to JCRCalendarDao.
svncheckin at osafoundation.org
- [commits-cosmo] (bcm) [433] add a test that creates an event,
which helped to flush out a bunch of flaws
svncheckin at osafoundation.org
Last message date:
Thu Jul 28 17:29:11 PDT 2005
Archived on: Thu Jul 28 17:29:07 PDT 2005
This archive was generated by
Pipermail 0.09 (Mailman edition).