1. 3e3f41e FELIX-1988 Better handle situation where ShellService class is not available by Felix Meschberger · 14 years ago
  2. 699ad2e FELIX-1988 Apply 11.shell_plugin.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  3. 1e5c126 FELIX-1988 Apply 10.deployment_plugin.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  4. afcbd60 FELIX-1988 Apply 9.logs_plugin.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  5. ab1b817 FELIX-1988 Apply 8.abstractconsolefix_and_props.patch by Valentin Valchev (thanks, excellent point about the getHeader/getFooter loading, thanks) by Felix Meschberger · 14 years ago
  6. 8e2cedc FELIX-1988 use AbstractWebConsolePlugin.readTemplateFile to load the template files by Felix Meschberger · 14 years ago
  7. 2fc6a6e FELIX-1988 Apply 7.services.patch by Valentin Valchev (thanks) with the following change: make readTemplateFile method of AbstractWebConsole protected for use by extending plugins and fix a minor issue in the services.js script preventing mutliple service details to be opened at the same time by Felix Meschberger · 14 years ago
  8. 6107fc1 FELIX-1988 Fix an issue where multiple bundle details cannot be shown at the same time by Felix Meschberger · 14 years ago
  9. fbdfa02 FELIX-1988 Apply 6.vmstat.patch by Valentin Valchev (thanks) with the following change: The WebConsoleUtil.getVariableResolver now presets the default resolver created with the appRoot and pluginRoot properties from the respective request attributes by Felix Meschberger · 14 years ago
  10. 7c107a3 FELIX-1988 Apply 5.main_template.patch by Valentin Valchev (thanks) with the following changes: (1) also externalize the footer as a template (for consistency), (2) create a readTemplateFile method to read the file, (3) return an empty string (instead of using null) of the file fails to be read by Felix Meschberger · 14 years ago
  11. 45c9caa FELIX-1988 Apply 4.webconsole_src_main_resources_res_lib.zip by Valentin Valchev (thanks) plus adding required NOTICEs and LICENSE files by Felix Meschberger · 14 years ago
  12. f69da5f FELIX-1988 Remove files not belonging here yet by Felix Meschberger · 14 years ago
  13. 2f6ae5e FELIX-1988 Apply 3.javadoc-public-api.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  14. 7423c27 FELIX-1988 Apply 2.use-utility-methods.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  15. 3a54985 FELIX-1988 Apply abstr-simple-web-console2.patch by Valentin Valchev (thanks) by Felix Meschberger · 14 years ago
  16. 7ca7ac8 FELIX-2034 set manager root field also if there is no Http Service registered by Felix Meschberger · 14 years ago
  17. a9d55ec FELIX-1958 use the brand name (BrandingPlugin.getBrandName()) as the page title (together with the plugin title) and allow for its configuraiton through the properties file (webconsole.brand.name) in the DefaultBrandingPlugin by Felix Meschberger · 14 years ago
  18. adbf52f FELIX-2029 Properly handle the default locale both for placing it at the root of the Locale chain and for keeping it in the resource bundle entries map. Also ensure, that entires may not be overwritten by fragments. by Felix Meschberger · 14 years ago
  19. 7c2dbfe FELIX-2022 Make sure absolute URLs set in branding fragments are not prefixed with the console application root by Felix Meschberger · 14 years ago
  20. 1419f08 FELIX-1993 : Enhance configuration printer support by Carsten Ziegeler · 14 years ago
  21. 8fd0a8f FELIX-1993 : Enhance configuration printer support by Carsten Ziegeler · 14 years ago
  22. 620d51e FELIX-2017 prevent NullPointerException if URLConnection.getInputStream() returns by Felix Meschberger · 14 years ago
  23. b1da588 FELIX-1993 : Enhance configuration printer support by Carsten Ziegeler · 14 years ago
  24. 81f8525 FELIX-1501 ResourceBundle file stub -- to be filled as the Web Console is being localized by Felix Meschberger · 14 years ago
  25. 4d7beb1 FELIX-1501 Provide Locale in the ResourceBundle by Felix Meschberger · 14 years ago
  26. 0511b76 FELIX-1501 Refactor VariableResolver infrastructure: The resolver relates to a request not to a bundle and thus must be provided by request. Also a default resolver implementation based on HashMap is provided. by Felix Meschberger · 14 years ago
  27. a64a9f8 Fix javadoc. by Carsten Ziegeler · 14 years ago
  28. 9629913 FELIX-1993 : Enhance configuration printer support by Carsten Ziegeler · 14 years ago
  29. c5891a0 FELIX-2009 ensure console servlet is rebound to the HttpService only if required and also unbound with the old location and then bound with the new location by Felix Meschberger · 14 years ago
  30. 3b0c688 FELIX-2005 Prevent console failure in the absence of the Metatype Service API. by Felix Meschberger · 14 years ago
  31. 2d8c1df Reset writer state if $ is not followed with { by Felix Meschberger · 14 years ago
  32. 70c3704 Prevent NullPointerException if the bundle has no locale properties file by Felix Meschberger · 14 years ago
  33. af2536d FELIX-2007 : JavaScript error on bundle page by Carsten Ziegeler · 14 years ago
  34. 3f3ad3f FELIX-1051 Add Localization Support based on Bundle-Localization header. Also included is a first shot at trying to implement some templating support. See issue for details. by Felix Meschberger · 15 years ago
  35. f68f4e1 FELIX-1993 : Enhance configuration printer support - add mode support for configuration printers. by Carsten Ziegeler · 15 years ago
  36. 39ad7b2 FELIX-1992 Replace special character with a Character constant by Felix Meschberger · 15 years ago
  37. 279edae Update copyright year .... by Felix Meschberger · 15 years ago
  38. 7e966f1 FELIX-1957 Replace use of String.replaceAll not available in OSGi/Minimum-1.0 EE by using a StringTokenizer to replace all occurrences of "<" in strings by "&lt;". by Felix Meschberger · 15 years ago
  39. 43f894f FELIX-1957 Replace use String.matches by using a regular string match. First this makes this method usable in a OSGi/Minimum-1.0 EE evnironment this should also make this method faster: Previously the list was iterated and for each pattern, the JAR file was opened and scanned. Now the JAR file is opened and scanned once and for each entry, the list of "prefixes" is matched. by Felix Meschberger · 15 years ago
  40. 591fa29 FELIX-1957 Replace use of LinkedHashMap not available in OSGi/Minimum-1.0 EE by TreeMap. by Felix Meschberger · 15 years ago
  41. 66b844c FELIX-1957 Remove String.split method not available in OSGi/Minimum-1.0 EE by Felix Meschberger · 15 years ago
  42. 98de329 FELIX-1957 apply slightly modified patch by Valentin Valchev (thanks) by Felix Meschberger · 15 years ago
  43. 7aaae36 FELIX-1977 Better wording: "enabled" instead of "installed" by Felix Meschberger · 15 years ago
  44. a778cc7 FELIX-1983 redo sending the 401/UNAUTHORIZED status to just use setStatus and then flush the response. Don't use sendError to prevent any error handlers to kick in -- we really want the 401 status to be sent to the client. by Felix Meschberger · 15 years ago
  45. 41cb85b FELIX-1977 Improved log message if a plugin class cannot be loaded. by Felix Meschberger · 15 years ago
  46. 1336045 FELIX-1976 Oops: wrong reference to the bare NOTICE file and remove the reference to embedded OSGi software (nothing from osgi.org is embedded in the bare bundle) by Felix Meschberger · 15 years ago
  47. c17f2d1 FELIX-1976 Create build profile to generate a bundle without embedded dependencies which can be imported by Felix Meschberger · 15 years ago
  48. 5985aa4 FELIX-1961 : NPE when invoking install/update panel by Carsten Ziegeler · 15 years ago
  49. c77d3b5 FELIX-1931 : Keep sort order of bundle list across page reloads (eg. in a cookie) by Carsten Ziegeler · 15 years ago
  50. 176aee4 FELIX-1930 : Clicking action on bundles detail page shows full bundle list while URL stays on bundles/<id> by Carsten Ziegeler · 15 years ago
  51. 240df55 FELIX-1916 Change bundle 'Location' label to 'Bundle Location' to clarify this is the value of the Bundle.getLocation() method, which is constant over the bundle installed life time. by Felix Meschberger · 15 years ago
  52. 6c6286b FELIX-1912 Improve bundle selection if all categories are desired, support selecting bundles without a category, ensure bundles without a category are listed at all. by Felix Meschberger · 15 years ago
  53. d46d5ac FELIX-1884 Apply slightly modified patch by Justin Edelson (thanks alot). The modification is that the ConfigurationPrinter output also includes references to the using bundles. Since the new ServicesServlet adds a ConfigurationPrinter for services, the service listing of the ConfigurationRender class is now removed. by Felix Meschberger · 15 years ago
  54. 15885af FELIX-1895 Show property name along with the property description in the configuration form by Felix Meschberger · 15 years ago
  55. 15d4f54 FELIX-1894 Display fragment info in bundle details view. by Felix Meschberger · 15 years ago
  56. e7551df FELIX-1808 Oh my ... IE6 does not accept event handlers when using by Felix Meschberger · 15 years ago
  57. 6a6b9aa FELIX-1808 Support manual configuration unbinding and extend the confirmation by Felix Meschberger · 15 years ago
  58. 5224706 FELIX-1800: Multiple related fixes: by Felix Meschberger · 15 years ago
  59. 89482a3 FELIX-1370: Sometimes the configuration for org.apache.felix.webconsole.internal.servlet.OsgiManager is ignored by Guillaume Nodet · 15 years ago
  60. 3308583 FELIX-1674 fix typo (thanks Dims for reporting) by Felix Meschberger · 15 years ago
  61. 534c5be Fix license header of recently added files.... by Felix Meschberger · 15 years ago
  62. 77d75c5 FELIX-1644 Reintroduce update button to update a bundle from its by Felix Meschberger · 15 years ago
  63. abd82a8 FELIX-1637 - Avoid double slash. by Carsten Ziegeler · 15 years ago
  64. 1c644bb Remove unneeded abstract class by Felix Meschberger · 15 years ago
  65. f691047 FELIX-1637 support additional CSS references in plugins: by Felix Meschberger · 15 years ago
  66. f96c5c3 FELIX-1636 - Only perform the html check in the adapter. by Carsten Ziegeler · 15 years ago
  67. 3dca454 FELIX-1607 - Remove event plugin from web console; we'll create a separate plugin bundle by Carsten Ziegeler · 15 years ago
  68. 0ffdf22 FELIX-1607 - Remove event plugin from web console; we'll create a separate plugin bundle by Carsten Ziegeler · 15 years ago
  69. e038921 FELIX-1636 only render header/footer if the request is plain HTML plugin by Felix Meschberger · 15 years ago
  70. d2b77c5 Remove unneeded padding from inner table by Felix Meschberger · 15 years ago
  71. 3a0aac4 FELIX-1630 Create AbstractConfigurationPrinter from which new PreferencesConfigurationPrinter by Felix Meschberger · 15 years ago
  72. 45b5725 Small typo in update thread name by Felix Meschberger · 15 years ago
  73. 5911665 FELIX-1623 Better display of configuration status tabs on small windows by Felix Meschberger · 15 years ago
  74. 942980b FELIX-1623 Write <br/> for line breaks otherwise IE will not break by Felix Meschberger · 15 years ago
  75. b3c23ee Remove xml directive since some IE versions are known to not switch by Felix Meschberger · 15 years ago
  76. 6754bab FELIX-1623 Fix configuration status display in FireFox and disable the animations by Felix Meschberger · 15 years ago
  77. 3e952ab FELIX-1622 Prevent NullPointerException if no LogReaderService is installed. by Felix Meschberger · 15 years ago
  78. 529eb5a FELIX-1171 Refactor display of configuration status using tabbed by Felix Meschberger · 15 years ago
  79. f6b8afd IE7 and Opera10 inherit the left/right border configuration from the td element by Felix Meschberger · 15 years ago
  80. 51ea2c9 [webconsole] fix minor typpo in javadoc by Guillaume Nodet · 15 years ago
  81. 6c47e46 FELIX-1221: Display the alias ID created by Karaf Features when showing the service details by Guillaume Nodet · 15 years ago
  82. 8f91531 FELIX-1014 Support disabling select console plugins provided by the by Felix Meschberger · 15 years ago
  83. 5c2dcd0 FELIX-1569 Remove support for the Render interface from the OsgiManager by Felix Meschberger · 15 years ago
  84. 4be8c84 FELIX-1569 Remove the Render interface and RenderBridge and modify by Felix Meschberger · 15 years ago
  85. 919044c FELIX-1015 Implement branding for the web console using BrandingPlugin by Felix Meschberger · 15 years ago
  86. f43fbac Add missing line breaks in list of bound services by Felix Meschberger · 15 years ago
  87. b5703dd Fix wrong comments by Felix Meschberger · 15 years ago
  88. 0514379 FELIX-1270 Listing the imports uses the Bundle.getResource method to check whether by Felix Meschberger · 15 years ago
  89. 8eed272 FELIX-1415 : "Reload" button in webconsole bundles list doesn't work; apply patch from Victor Antonovich by Carsten Ziegeler · 15 years ago
  90. f135c84 Cosmetics: don't write "from" if bundle is not resolved. by Carsten Ziegeler · 15 years ago
  91. 4193f56 FELIX-1275 : Add new constant for plugin root and use plugin root to create inter bundle links. by Carsten Ziegeler · 15 years ago
  92. 3be6ef2 FELIX-1389 : Close main div in footer. by Carsten Ziegeler · 15 years ago
  93. 5a11d90 FELIX-1211 Lazily look up the getResource method otherwise the methods by Felix Meschberger · 15 years ago
  94. 45590fb FELIX-1283 Order titles in navigation ignoring case by Felix Meschberger · 15 years ago
  95. 1159604 FELIX-1211 Testcases for getGetResourceMethod by Felix Meschberger · 15 years ago
  96. 3ed15fb FELIX-1211 JavaDoc on the getResourceProvider method by Felix Meschberger · 15 years ago
  97. 3d6a1e8 FELIX-1043 Only have the abstract web console plugin handle the request by Felix Meschberger · 15 years ago
  98. 9c11e82 FELIX-1211 Add support for plugins to provide a getResource method by Felix Meschberger · 15 years ago
  99. 085fba2 FELIX-1281 Adding official constants for the request attributes by Felix Meschberger · 15 years ago
  100. 7904aa6 FELIX-1043 Adding WebConsolePluginAdapter used as a wrapper around by Felix Meschberger · 15 years ago