0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 23 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Untested changes that were laying around on disk. Just don't want them to be lost forever. More... over 12 years ago
I was a bit too agressive in commenting things out of the build script. Put the dependencies target back as it is required. More... about 16 years ago
Classpath change by IDE. More... about 16 years ago
Build file cleanup. More... about 16 years ago
Added method to perform a webcache publish given the ID of a dm_webc_config object. More... about 16 years ago
According to the 5.3 and 6.0 documentation, the standard arguments value for the USER_NAME paramter is "user_name", not "user". This fixes it in our code. More... about 16 years ago
Added methods to create a new wcmAppContext instead of just returning the previously fetched one. This is needed because some of the WCM services call "sessionManager.clearIdentities()" and there is no public way to access the SessionManager on a wcmAppContext to either add a new Identity or to set a new session manager. The only solution is just to throw away your existing app context and make a new one with a fresh session manager. This supports that. More... about 16 years ago
Added a new value used during argument parsing that is sometimes used to represent the docbase when making calls to the method server. More... about 16 years ago
Changed logging for the results of a method call to only display the results if debug is enabled. Also added a call to collection.next() as the call to collection.dump() was invalid without calling "next()" first. More... about 16 years ago
Changes to the .classpath and .project files so that all modules will build in the IDE. More... about 16 years ago
Fixed problem encountered during javadoc build. Just added filters to the source path, etc so it would only pick up .java files. More... about 16 years ago
Added wcm.jar to the classpath as it was left out unintentionally More... over 16 years ago
The addition of the ability to add taxonomy and category objects with initUtils introduced a new dependency from the DFC. The new dependency is now referenced from the launch scripts. More... over 16 years ago
Fixed bug in WcmHelper where taxonomy and category objects were being saved before they had a class set. More... over 16 years ago
Added the ability to create additional taxonomies in WebPubilsher with InitUtils (code initially from Robert Sumner, adapted by dbingham). More... over 16 years ago
Added the ability to specify (on a per-statement basis) if when a pre or post flight DQL statement fails it should halt the script or not. More... over 16 years ago
Aug 25th, 2007 release site updates More... over 16 years ago
added dctm jar to svn:ignore More... over 16 years ago
changed log.info to log.debug in DmObjectHelper (too many messages were cluttering logs) More... almost 17 years ago
removed save() call from setAcl More... almost 17 years ago
updated dctm_object_type constant in Sequence service; added getChildTypeNames() to DataDictionaryHelper. More... almost 17 years ago
Trying to make the build from source easier by: More... almost 17 years ago
Fixed typo in the logic that ignores the "distinct" keyword when computing the first column in a dql select query. More... almost 17 years ago
Fixed logic to ignore the "distinct" keyword when computing the first column in a select clause. More... almost 17 years ago
Added method to get a group's email address. More... almost 17 years ago
Moved some string literals into DctmConstants More... almost 17 years ago
-Fixed bug (Exception) when non-required acl-name was missing from a taxonomy node in the XML. More... almost 17 years ago
Added newSession methods. More... almost 17 years ago
Added a method to force a publish of the data dictionary. More... almost 17 years ago
Added my name to the authors list. More... almost 17 years ago