103 Révisions (b691b144910ce8825197463e25ec1e2a306b7f9d)

Auteur SHA1 Message Date
  Shane Mc Cormack b691b14491 Update the copyright date on all files. il y a 14 ans
  Shane Mc Cormack c04b824345 Get licenses from plugins. il y a 14 ans
  Chris Smith e1755d7c41 Normalise paths used in PluginInfo.getRelativePath() il y a 14 ans
  Shane Mc Cormack 636a8efda1 Reformat the plugin manager il y a 14 ans
  Shane Mc Cormack 8cba804acc Rework previous commit. (Issue 2978) il y a 15 ans
  Shane Mc Cormack 567d3c58a7 Fixes issue 2978. il y a 15 ans
  Gregory Holmes 1709ba6b5e fixes issue 2983 il y a 15 ans
  Chris Smith 6886693f07 More debugging il y a 15 ans
  Chris Smith b19d107a0b Plugins are now versioned using git. Fixes issue 2316. il y a 15 ans
  Shane Mc Cormack d9209ab07b Add updateProvides() call in loadPlugin(). Fixes issue 2347. Fixes issue 2346. il y a 15 ans
  Shane Mc Cormack f4ae5473f8 Don't check for services (which may well lead to loading plugins that the user doesn't want loaded) when temploading. il y a 15 ans
  Shane Mc Cormack c29d31ffbf Fixes issue 2325 il y a 15 ans
  Shane Mc Cormack 7171850bce If no alias is defined for an export, the method name itself is used such that "getFoo in class.path" is the same as "getFoo in class.path as getFoo" il y a 15 ans
  Shane Mc Cormack 185e071c68 Use correct domain for icons (issue 2303) il y a 15 ans
  Shane Mc Cormack a39e2a4d4b Probably fixes issue 2303. il y a 15 ans
  Chris Smith 61bc043879 Remove superfluous import il y a 15 ans
  Chris Smith 26bb145584 Catch Throwable not Exception when calling a plugin's onLoad method il y a 15 ans
  Chris Smith 79d2b27e87 Remove old version/update channel things il y a 15 ans
  Shane Mc Cormack 75eb14de9a Check that the metadata exists and that there isa keysection called defaults before trying to read the defaults. il y a 15 ans
  Shane Mc Cormack 8d941c3d59 Ok, I suck. I really suck. il y a 15 ans
  Shane Mc Cormack 3c7f721af1 oops, silly mistake! il y a 15 ans
  Shane Mc Cormack 4eb23aacce Issue 2244 - Plugin defaults can now be set in the plugin.config by using the defaults: key. il y a 15 ans
  Chris Smith de5813cbdc Add getRelativeFilename to PluginInfo and use that when updating the il y a 15 ans
  Shane Mc Cormack 18e1ee3d24 Remove from provides lists when unloading. il y a 15 ans
  Shane Mc Cormack fb58ef3cbf Fix AutoLoading, fixes issue 2163. il y a 15 ans
  Chris Smith ea03491052 Javadoc fixes il y a 15 ans
  Chris Smith 7af29c06f4 Import tidying il y a 15 ans
  Shane Mc Cormack 033d8aeacd Actually do something with the migrated variable! il y a 15 ans
  Shane Mc Cormack 1584b50d3f Fixes issue 2137 (Check all required-services, not just the first one) il y a 15 ans
  Shane Mc Cormack bcd15f15b3 Allow specifying "any" as a service name, eg "any ui". il y a 15 ans
  Shane Mc Cormack fe6aed8100 Fixes il y a 15 ans
  Shane Mc Cormack 4b57f504c7 Add isUnloadable() and metadata->unloadable il y a 15 ans
  Shane Mc Cormack 38c542eb13 Fix converting persistent il y a 15 ans
  Shane Mc Cormack 441b409afb Required Services are now specified as a list section rather than a key of requires: il y a 15 ans
  Shane Mc Cormack 400343ee3b Show providers aswell as services if requested. il y a 15 ans
  Shane Mc Cormack 6266ee0e90 Start work on sub plugins. il y a 15 ans
  Shane Mc Cormack 89423ab8fd tenuous -> preliminary il y a 15 ans
  Shane Mc Cormack 8928819713 Finish making minversion optional! il y a 15 ans
  Shane Mc Cormack 8c517c786b Remove debugging, don't require minversion any more il y a 15 ans
  Shane Mc Cormack 0ec8918e7f Fix Plugins not loading properly now that doAutoLoad isn't guarenteed. il y a 15 ans
  Shane Mc Cormack 33db79ca88 Move static methods from Service to PluginManager il y a 15 ans
  Shane Mc Cormack 94c88f27b7 Change Services to use ServiceProviders rather than PluginInfos - PluginInfos are now ServiceProviders. il y a 15 ans
  Shane Mc Cormack 09e459f602 Check all providers of a service for isLoaded() before loading the first one il y a 15 ans
  Shane Mc Cormack dce944869a Add requires/provides support to Plugins. il y a 15 ans
  Shane Mc Cormack 271d5f904d Migrate plugins to use plugin.config (which is a ConfigFile not a Properties file), old plugin.infos will still be read if plugin.config doesn't exist or is invalid il y a 15 ans
  Gregory Holmes ad6cddbba0 Update copyright header to 2009 il y a 15 ans
  Shane Mc Cormack 77fd322b87 Assume version numbers of 0 are valid for plugin min-versions. I think this fixes issue 1899. il y a 15 ans
  Chris Smith dc864cfa38 Removed shane's silly $id$ stuff from everywhere il y a 15 ans
  Shane Mc Cormack ebf70cddce Remove debugging for issue 1408 il y a 16 ans
  Shane Mc Cormack bdf92a8be4 Fixes issue 1560 il y a 16 ans