73
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Dec 14, 2024 — Dec 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed unused members from Patch More... over 19 years ago
Fixed missing setters for some patches More... over 19 years ago
1) Merge issue - import/export spring config duplicated - fix build issue. 2) Addition of debug logging for trial eligibility More... over 19 years ago
Changed to java.util.concurrent package for concurrency test More... over 19 years ago
Policy eclipse build fix More... over 19 years ago
Added LIST constraint - An optionally case-insensitive list of supported values - Supports any types that can be converted to String by our type-converter. Simple parameter values for constraints must not be in a <value> element, just like Spring properties (sorry) Constraint parameters of type java.util.List are now supported: <list> <value> <value> </list> More... over 19 years ago
Fix case where audit information needs to be applied to locked node. More... over 19 years ago
Added authentication util support e.g. runAs .... More... over 19 years ago
Fixed failing test - Abstract base class required injection of more generally-used services Fixed 'property not set' error message to display the correct property name More... over 19 years ago
Transaction-level Policies. Modify AuditableAspect and ContentHits example to make use of transaction policies so they only trigger once. More... over 19 years ago
Transaction-level Policies. Modify AuditableAspect and ContentHits example to make use of transaction policies so they only trigger once. More... over 19 years ago
svn merge -r 2570:2595 svn://www.alfresco.org/alfresco/BRANCHES/V1.2.0/root HEAD/root svn merge -r 2597:2649 svn://www.alfresco.org/alfresco/BRANCHES/V1.2.0/root HEAD/root More... over 19 years ago
Split sessionFactory bean so that most properties are on an abstract parent bean More... over 19 years ago
Fixed AR-546: VersionCounterDao is enclosed in non-propagating transactions (via config) version_counter row is locked while version number is incremented Added tests to ensure failure before fixing More... over 19 years ago
Fixed AR-525: basePatch bean has the following beans injected and held as protected fields transactionService namespaceService searchService nodeService authenticationComponent More... over 19 years ago
Better error message More... over 19 years ago
Fixed AR-525: basePatch bean has the following beans injected and held as protected fields transactionService namespaceService searchService nodeService authenticationComponent More... over 19 years ago
Fix index bug where deletes at the end if the current TX are not seen More... over 19 years ago
Fixed spelling More... over 19 years ago
Chaining authentication More... over 19 years ago
Fix NPE after last re-factor. More... over 19 years ago
If Winsock based NetBIOS code is selected on 64bit Windows then switch it back to the older Netbios() API code and output a warning. Remove unused import in X64. More... over 19 years ago
Added code to detect if running on 64bit Windows to the Win32NetBIOS static initializer method and load the appropriate DLL. Added the X64 utility class, currently just has a method for detecting 64bit Windows. More... over 19 years ago
Fixes for supporting full repository export/import. More... over 19 years ago
Added sample configuration files for database and data location settings More... over 19 years ago
Further constraints - MINMAX (NumericRangeConstraint) - LENGTH (StringLengthConstraint) More... over 19 years ago
Test Fix More... over 19 years ago
Full Repository Export / Import Support - first checkpoint More... over 19 years ago
Full Repository Export / Import Support - first checkpoint More... over 19 years ago
. Workflow Command Servlet implementation . Refactored common simple workflow code into a util class. . Example template that demonstrates both querying for workflow information on a document (useful anyway) and executes the servlet to perform both the Approve and Reject actions if appropriate for the document. . TemplateNode template API object now exposes the browse navigation servlet URL for a Space as the "url" API call . Fix long standing bug in UIRichList (since PR1!) - subtle behaviour issue where under very high server loads, the richlist component would render the wrong number of items per row. More... over 19 years ago