0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 13, 2024 — Aug 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make AnnotationBasedWebScript public to allow AnnotationBasedWebScriptHandler subclassing. More... over 12 years ago
Updated artifact versions to 1.0.0.M5-SNAPSHOT. Updated version in archetype to 1.0.0.M4. Fixed link in README. More... over 12 years ago
Status update. More... over 12 years ago
1.0.0.M4 release More... over 12 years ago
Fixed Import-Package in 'blueprint-integration'. Hide Framework restart button when the system package cache is not available. More... over 12 years ago
Moved Web Script integration to 'alfresco-integration' project. Added system package configuration for Dynamic Extensions itself. This ensures that the framework continues to work even with an outdated system package cache. More... over 12 years ago
Cleaned up OSGi container configuration. Removed support for configuring the OSGi framework. Apache Felix is now the only supported OSGi framework. Added Development and Production mode configuration setting. Removed obsolete settings. More... over 12 years ago
Attributes obtained through @Attribute are added to the response template model. More... over 12 years ago
Removed copyright headers from source files. More... over 12 years ago
Merge pull request #42 from laurentvdl/master More... over 12 years ago
Check for non-existing folders. (problem when starting from clean repo) More... over 12 years ago
Merge pull request #41 from laurentvdl/master More... over 12 years ago
Merge branch 'fridael' More... over 12 years ago
Added Services page to Control Panel. Various layout changes. More... over 12 years ago
Upgrade Felix fileinstall to 3.2.6 (still had issues with ConcurrentModification) More... over 12 years ago
Register dummy actions to populate the action list. More... over 12 years ago
Store empty contraint parameters as null values as "" is not a valid constraint value. More... over 12 years ago
Layout and textual changes to the Control Panel index page. More... over 12 years ago
Moved System Package cache logic to RepositoryStoreService. Textual changes in Control Panel interface. More... over 12 years ago
Show notification when the Framework cannot be restarted. More... over 12 years ago
Added Configuration page with explanation on system packages. Added function to delete the System Package cache. System Packages are now listed on a separate page. More... over 12 years ago
Minor refactorings to Java package scanning. Package configuration moved to OSGI child application context. Disabled AMP integration test. More... over 12 years ago
Merge pull request #40 from laurentvdl/master More... over 12 years ago
Make BundleVersionDetector disposable as a prototype (kept large cache Map) Use Sets to collect SystemPackages: avoid thousands of List.contains calls. More... over 12 years ago
Further fix for #39. Adds support for the 'Parent-Application-Context' bundle header for opting out of integrating the extension application context with the Alfresco application context. More... over 12 years ago
Possible solution for #39. More... over 12 years ago
Merge pull request #38 from laurentvdl/PackageCacheVersionDetection More... over 12 years ago
Cache list of system packages in repository. New BundleManifest strategy to detect package versions using Exported-Packages or Implementation-Version. More... over 12 years ago
Dynamic Extensions application context is now a child of the Alfresco application context. Having direct access to the Alfresco beans lets Dynamic Extension bundles use Spring XML configuration that is identical to that for regular Alfresco extensions. This change is backwards-compatible. More... over 12 years ago
Fixes #35 More... over 12 years ago