Commit Graph

28 Commits

Author SHA1 Message Date
sponge 8c5fd29233 Plugin: ticket 336 fix NPE 2010-11-27 13:52:57 +00:00
sponge 8b5c0a2db1 Plugin: ticket 104 Fix webapp isRunning to check ALL webapps.
The only defecency is that if one is running, that it considers the
      entire pliugin to be running. I'm not sure if that is a good thing
      or a bad thing, but the other code checks threads that way.
2010-11-24 14:31:54 +00:00
zzz a1524241cb Set permissions on directories and files when they are created 2010-07-06 15:22:48 +00:00
sponge 9da95b8165 PluginStarter: If there is some delay, there may be a really good reason for it.
Loading a class would be one of them!
    So we do a quick check first, If it bombs out, we delay and try again.
    If it bombs after that, then we throw the ClassNotFoundException.
2010-05-10 07:27:34 +00:00
zzz a8db6b007f * Plugins:
- Set classpath for specific client only, not for the whole JVM
      - Use ConfigDir() not AppDir()
2010-05-05 19:34:03 +00:00
zzz 9683a110d6 plugin cleanups 2010-04-23 16:28:14 +00:00
HungryHobo ecbc0a2a2d Show the start button when a plugin is not running, and the stop button when a plugin is running. 2010-04-16 03:58:48 +00:00
zzz a0d6741ff5 fix wrong prefix for startOnLoad in plugin webapps.config 2010-04-12 21:11:22 +00:00
zzz 24020302fd cleanup 2010-04-10 15:29:16 +00:00
zzz caab860351 - Add tooltip support for plugin links
- Make target=_blank for plugin links
2010-04-05 13:22:16 +00:00
zzz c43b16cfbb * configclients.jsp:
- Always show start button for webapps and plugins
    * configclients.jsp, configupdate.jsp:
      - Fix submission when entering CR in a text box
    * Plugins:
      - Stop all plugins at shutdown
      - Log tweaks
    * WebApps:
      - Remove the WAC after stopping it
      - Stop a WAC before starting it to prevent dups
2010-03-29 21:20:48 +00:00
zzz 16a14d4ebd * Clients:
- Negative delay means run immediately and inline
      - Add methods to test class and run inline,
        to propagate errors to the console
      - Add javadoc for clients.config format
      - Use new methods for plugins
2010-03-15 16:19:19 +00:00
zzz b4911a2b2f support plugin themes 2010-02-26 16:58:01 +00:00
zzz eae18e61b7 unhide plugins, fix d/l status display 2010-02-19 14:42:43 +00:00
zzz 82444f9e7b move getConsoleServer() method 2010-02-18 16:33:47 +00:00
zzz 7701693d37 * Plugins:
- Fix plugin start button
      - Change signer prop to match docs
      - Tweaks
2010-02-17 18:12:46 +00:00
zzz f265db4037 fix stop button; catch and log exceptions better 2010-02-11 21:41:54 +00:00
zzz 62308f26bc * Plugins:
- Fix classpath setting for webapps
      - Implement uninstall args in clients.config
2010-02-11 19:18:26 +00:00
zzz 949aea951e * Plugins:
- Hook up update/delete/check/save buttons
      - Implement delete
      - Hide unless router.enablePlugins=true
2010-02-10 19:09:35 +00:00
zzz cfc49ab261 * Plugins:
- Check plugin key against all installed plugins
      - Reword some error messages
    * VersionComparator: add '-' and '_' as valid separators
      to better support plugin and java version checking
2010-02-10 15:35:00 +00:00
zzz a820c01ba5 strip HTML from fields 2010-02-08 23:28:09 +00:00
zzz 2df7247e83 fix start webapp, add stop webapp 2010-02-08 22:19:59 +00:00
zzz c0135b592d plugin stopper 2010-02-08 20:37:49 +00:00
zzz 85482a67f5 plugin description on configclients 2010-02-08 16:15:23 +00:00
zzz 9012baf51e plugin links 2010-02-07 19:01:06 +00:00
zzz 3c8355790f load translation bundles in plugins 2010-02-07 18:18:31 +00:00
zzz e9f1da85e4 classpath for plugins 2010-02-07 17:13:44 +00:00
zzz 58adccfd4a start of a plugin starter 2010-02-07 13:32:49 +00:00