1. 9337c34 [bundleplugin] minor improvements to the index goal by Guillaume Nodet · 14 years ago
  2. 189c59d [utils] add support for < and > on the filter by Guillaume Nodet · 14 years ago
  3. 0404e65 Ignore uninstalled bundles during start level processing. (FELIX-1753) by Richard S. Hall · 14 years ago
  4. 8b991dd Cannot make a copy of case sensitive dictionaries. (FELIX-2039) by Richard S. Hall · 14 years ago
  5. 62d68cb add ability to disable repository entry by setting disabled=true by Derek Baum · 14 years ago
  6. b6967bd Update notice file by Carsten Ziegeler · 14 years ago
  7. e23249f FELIX-2230 Prevent calling a method on a null component instance thus preventing NullPointerException by Felix Meschberger · 14 years ago
  8. 2532cf8 Modify FrameworkUtil.createFilter() to return our Filter impl. Include by Richard S. Hall · 14 years ago
  9. 8574248 Introduce new Filter implementation. (FELIX-2039) by Richard S. Hall · 14 years ago
  10. d8e70a2 Fix some bugs in approximate operator. (FELIX-2039) by Richard S. Hall · 14 years ago
  11. f6fe964 FELIX-2231 Prevent NullPointerException if configuration is updated/deleted after the held components have already been disposed off by Felix Meschberger · 14 years ago
  12. 99d5fba FELIX-2231 Ensure components for cannot be loaded twice: Access to the map of loaded components per bundle was not synchronized. In addition, there was a relatively big window between the check whether a bundle's components have been loaded and the actual registration of the loaded components. This has now been closed using a flag set early and replaced with the actual loaded components. by Felix Meschberger · 14 years ago
  13. 29a1e1f Add approximate operator and fix a couple bugs. (FELIX-2039) by Richard S. Hall · 14 years ago
  14. f96e10c FELIX-2233 Ensure new component instances (created for factory configurations) are not enabled if the component has been disabled by ComponentContext.disableComponent(String) by Felix Meschberger · 14 years ago
  15. bb75c89 Resolved FELIX-2232 /Event plugin has problems displaying events with properties/ by Valentin Valchev · 14 years ago
  16. 66e1c33 FELIX-2229 : Provide German Translation for the Web Console by Carsten Ziegeler · 14 years ago
  17. 0947b0a FELIX-2229 Initial german translation by Felix Meschberger · 14 years ago
  18. c7581ac FELIX-2226 Support detailed resource "access" by URL instead of request parameters by Felix Meschberger · 14 years ago
  19. 1da4bae FELIX-2225 Show file sizes as scaled KB, MB, and GB values by Felix Meschberger · 14 years ago
  20. 4131386 FELIX-2224 Add Configuration Admin support for the Memory Usage plugin by Felix Meschberger · 14 years ago
  21. 919404b FELIX-2223 by Felix Meschberger · 14 years ago
  22. fd4184f [bundlerepository] write resources with relative uri when possible by Guillaume Nodet · 14 years ago
  23. a450b9c renamed the MultipleAnnotationTest class name to see if it fixes a weird Bamboo issue, where the MultipleAnnotationTest bundle can't be installed because of an unexpected "Unexpected end of ZLIB input stream" exception by Pierre De Rop · 14 years ago
  24. 4052b9a commented code which cleanup pax temporary bundle files (from /tmp/tb/*), because we are now using pax exam 0.6.0 by Pierre De Rop · 14 years ago
  25. 14f1ab0 ok, the 1.1.0 seems to suffer from a bug and don't cleanup some lock files during startup, so I switch to pax exam 0.6.0 version by Pierre De Rop · 14 years ago
  26. 104cbb8 Use pax exam 1.1.0 instead of 1.2.0, in order to check if the 1.1.0 version fixes the occasional NullPointerExceptions which occurs on bamboo host \(in org.ops4j.store.intern.TemporaryStore.getLocation method\) by Pierre De Rop · 14 years ago
  27. acc33ba fixed wrong version of core/compendium dependencies by Pierre De Rop · 14 years ago
  28. 270c190 added localization of plugin title by Valentin Valchev · 14 years ago
  29. a12b306 [utils] Add legal stuff for the new utils module by Guillaume Nodet · 14 years ago
  30. b8a3d3f Add PRESENT operator to new filter impl. (FELIX-2039) by Richard S. Hall · 14 years ago
  31. e771471 If we are unable to reload a cached bundle, then we should delete the by Richard S. Hall · 14 years ago
  32. 5cf0174 fixed test method name by Pierre De Rop · 14 years ago
  33. 7cd4af3 added comments by Pierre De Rop · 14 years ago
  34. 061cc41 Use harmony code to decode location URLs (FELIX-2195). by Karl Pauls · 14 years ago
  35. 981b2eb Small fix to content type: Think this should be text/plain instead of text/html by Felix Meschberger · 14 years ago
  36. fd1a123 FELIX-2219 Prevent "Internal Server Error" when showing details of an uninstalled Bundle by Felix Meschberger · 14 years ago
  37. 35ddac2 FELIX-2217 Enhance OBR support to accomodate both the "old" OSGi OBR API and the "new" Apache Felix OBR API by Felix Meschberger · 14 years ago
  38. 217ed2d Prevent NPE if value to decode is null (and also shortcut if the value is an empty string) by Felix Meschberger · 14 years ago
  39. cafe41e FELIX-2221 Throw documented (checked) exception instead of undocumented unchecked exception (IllegalArgumentException) by Felix Meschberger · 14 years ago
  40. 5df58ef svn: ignore target folder by Valentin Valchev · 14 years ago
  41. b8468aa fixed a problem with children not added to the tree by Valentin Valchev · 14 years ago
  42. 9b5df5f Resolved FELIX-2149 /Configuration Status tabs are not properly left aligned/ by Valentin Valchev · 14 years ago
  43. 3705cd3 Resolved FELIX-2218 /webconsole dialog font size/ by Valentin Valchev · 14 years ago
  44. e3bf20a Add test for null version string by Felix Meschberger · 14 years ago
  45. de16088 Resolved FELIX-1996 /Console should warn when config is bound to a different bundle/ by Valentin Valchev · 14 years ago
  46. d350cc7 Resolved FELIX-2121 by Valentin Valchev · 14 years ago
  47. 824ebd3 When calculating package sources, if a module exports the package more than by Richard S. Hall · 14 years ago
  48. 480dc9c Minor edits. (FELIX-2035) by Richard S. Hall · 14 years ago
  49. a564b3a Prefixed some methods in interfaces with 'public', implemented instance bound feature in resource dependencies. by Marcel Offermans · 14 years ago
  50. 7f95bc1 Updated to the latest dependency manager snapshot. Misc fixes for EE compatibility. by Marcel Offermans · 14 years ago
  51. 127d557 [bundleplugin] fix possible NPE when installing non osgi bundles artifacts by Guillaume Nodet · 14 years ago
  52. 1c644bf [karaf] update wrt latest bundlerepository changes by Guillaume Nodet · 14 years ago
  53. 8d5faf6 FELIX-2215: Refactor bundlerepository and maven bundle plugin obr data model by Guillaume Nodet · 14 years ago
  54. c799a49 [utils] add a toString() method on Clause by Guillaume Nodet · 14 years ago
  55. d0e4f80 [utils] make the artifact a plain jar instead of a bundle by Guillaume Nodet · 14 years ago
  56. 9f60df8 FELIX-2208 Add missing NOTICE/LICENSE files by Felix Meschberger · 14 years ago
  57. 910766e FELIX-2206 Apply FELIX-2206-fmeschbe.patch turning ConfigurationRender into a special plugin, which is provided with the ResourceBundleManager to be able to translate ConfigurationPrinter titles (to English for now). by Felix Meschberger · 14 years ago
  58. 86e0b5d FELIX-2208 Remove empty folders by Felix Meschberger · 14 years ago
  59. 2cc9787 FELIX-2208 A few improvements: by Felix Meschberger · 14 years ago
  60. 92c2e95 FELIX-2208 Force compilation to Java 5 class files (using Generics etc.) by Felix Meschberger · 14 years ago
  61. da9f378 Resolved FELIX-2214 /Event plugin - template & localization files must be UTF-8./ by Valentin Valchev · 14 years ago
  62. 8d9f103 Resolved FELIX-1441 /Search manifest entries of bundles/ by Valentin Valchev · 14 years ago
  63. 7641890 FELIX-2208 Refactor into Apache Felix domain: by Felix Meschberger · 14 years ago
  64. 9d86a26 FELIX-2208 Move memoryusage web console plugin from fmeschbe's Sling whiteboard to here by Felix Meschberger · 14 years ago
  65. e067d7e FELIX-2213 do not try to call any optional modify() method if the component has not yet been instantiated by Felix Meschberger · 14 years ago
  66. 5182791 FELIX-2212: Create a new Utils subproject to hold shared classes by Guillaume Nodet · 14 years ago
  67. 30f6c9a FELIX-2211: remove empty dirs by Guillaume Nodet · 14 years ago
  68. 5e1b3a6 FELIX-2211: Simplify the repository parser based on KXml2 by Guillaume Nodet · 14 years ago
  69. 39b08c1 Resolved FELIX-1441 /Search manifest entries of bundles/ by Valentin Valchev · 14 years ago
  70. ce0a432 Resolved FELIX-1441 /Search manifest entries of bundles/ by Valentin Valchev · 14 years ago
  71. 67726fe FELIX-569 Apply FELIX-569-fmeschbe-3.patch based on config-treetable.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  72. ffaefd9 FELIX-2188 Do not render left and right borders on tables inside .tablelayout tables by Felix Meschberger · 14 years ago
  73. ad6d1c9 FELIX-2088 : SCR Plugin ignores transitive dependencies when inspecting super classes. Apply patch from Stefan Seifert. by Carsten Ziegeler · 14 years ago
  74. 2d1a428 [FELIX-2193] add-features-to-repo goal of features-maven-plugin should be able to download dependencies if necessary by Freeman Yue Fang · 14 years ago
  75. ca65742 Fixed FELIX-2204 /Localization causes a problem in WebConsole configuration/ by Valentin Valchev · 14 years ago
  76. 90680e6 Fix regression, we must remove capabilities that were imported. (FELIX-2035) by Richard S. Hall · 14 years ago
  77. 9819f1c Fix a regression, PackageAdmin.getHosts() should return null. (FELIX-2035) by Richard S. Hall · 14 years ago
  78. e448f85 Implemented FELIX-2203 by Valentin Valchev · 14 years ago
  79. 699cc02 Implemented FELIX-2202 Update Events plugin to JQuery UI by Valentin Valchev · 14 years ago
  80. dac664c Try to eliminate unneeded permutations. (FELIX-2037) by Richard S. Hall · 14 years ago
  81. dc8243f FELIX-1988 remove all icons not used any more after JQuery UI migration and remove reference to Silk icons not included any more. by Felix Meschberger · 14 years ago
  82. a03331f FELIX-1988 remove ui.js replaced by lib/support.js and configmanager.js not used any more by Felix Meschberger · 14 years ago
  83. 3ed4654 FELIX-1988 remove legal references to the tw JQuery plugin not used anymore after JQuery UI migration. by Felix Meschberger · 14 years ago
  84. 784677a FELIX-1988 remove JavaScript files not used any longer after JQuery UI migration and library reorganization by Felix Meschberger · 14 years ago
  85. edeae9f FELIX-2199 Register newly extracted built-in ConfigurationPrinters with service registry and OsgiManager by Felix Meschberger · 14 years ago
  86. 8d771f3 FELIX-2199 Extract built-in ConfigurationPrinter classes as top level classes by Felix Meschberger · 14 years ago
  87. 1e671e1 FELIX-569 Apply config-name_column-sorting.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  88. a7c7c0c FELIX-2158 Apply my FELIX-2158-2.patch by Felix Meschberger · 14 years ago
  89. 24cabea FELIX-2183 Apply supportjs-ajax-error.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  90. d6c6982 FELIX-2099 Cleanup loggging: All logging now goes through the GenericServlet.log methods where the AbstractWebConsolePlugin provides log methods taking a log level used to filter log messages on a log level configurable for all web console plugins. Removing the now unused Logger and BaseManagementPlugin classes. Simplifying the BasedUpdateInstallHelper and its extension classes using a SimpleWebConsolePlugin as its basis for logging and service access. Add configuration option (loglevel) to configure the loglevel message filter. by Felix Meschberger · 14 years ago
  91. 5b0b35d FELIX-2189 Hide the shell form if the ShellService is not available. Also rename the "console" by Felix Meschberger · 14 years ago
  92. dbf5c4f FELIX-2198 Prevent NullPointerException if ConfigurationAdmin service is not running. by Felix Meschberger · 14 years ago
  93. 91b71c3 FELIX-2165 remove Action interface, merge InstallAction into BundlesServlet and add workaround code to support Maven Sling Plugins use of the .../install URL. by Felix Meschberger · 14 years ago
  94. d1fb88a FELIX-2188 Remove old admin.css and admin.js CSS and script and provide a new admin_compat.css providing parts of the former admin.css so as to render as much as possible of old plugins somewhat nice. by Felix Meschberger · 14 years ago
  95. 264a287 FELIX-2196: Use current version of aries artifacts by Guillaume Nodet · 14 years ago
  96. 9b93188 FELIX-2196: Use current version of aries artifacts by Guillaume Nodet · 14 years ago
  97. c24508d FELIX-2175: Improve the Blueprint component to parse / introspect blueprint configuration files and generate OBR service requirements / capabilities accordingly by Guillaume Nodet · 14 years ago
  98. 57a8d81 FELIX-2175: Improve the Blueprint component to parse / introspect blueprint configuration files and generate OBR service requirements / capabilities accordingly by Guillaume Nodet · 14 years ago
  99. 02c5b24 Specify symbolic name. (FELIX-2192) by Richard S. Hall · 14 years ago
  100. f51cc6b FELIX-2175: Improve the Blueprint component to parse / introspect blueprint configuration files and generate OBR service requirements / capabilities accordingly by Guillaume Nodet · 14 years ago