openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
PluginBase
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 21 hours
ago. based on code collected
about 21 hours
ago.
Feb 27, 2025 — Feb 27, 2026
Showing page 8 of 24
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added JdbcTemplate creation method in PluginBase. This is temporary and will be removed.
Jeremy Wood
More...
over 12 years ago
Fixed dependencies and class loading issues.
Jeremy Wood
More...
over 12 years ago
Fixed configs not updating properly.
Jeremy Wood
More...
over 12 years ago
Replaced sql stuff with spring jdbc and an embeded h2 db.
Jeremy Wood
More...
over 12 years ago
Renamed a terribly named method and added javadocs to it.
Jeremy Wood
More...
over 12 years ago
Merge pull request #17 from dumptruckman/additional-command-aliases
Jeremy Wood
More...
over 12 years ago
Added a new way of adding additional aliases to built in commands that will be more friendly to multi-module environments. (part 2)
Jeremy Wood
More...
over 12 years ago
Added a new way of adding additional aliases to built in commands that will be more friendly to multi-module environments.
Jeremy Wood
More...
over 12 years ago
Confirm command should now work properly and have a more consistent alias.
Jeremy Wood
More...
over 12 years ago
Fixed double posting of version info.
Jeremy Wood
More...
over 12 years ago
Improved command registration exception even further.
Jeremy Wood
More...
over 12 years ago
Now using List for command registration because ordering and insertion matters
Jeremy Wood
More...
over 12 years ago
Removed InfoCommand from usage. May clear up strange command registration issues.
Jeremy Wood
More...
over 12 years ago
Made the IAE for registering already registered aliases even more clear!
Jeremy Wood
More...
over 12 years ago
Now default version info for version command can be changed.
Jeremy Wood
More...
over 12 years ago
Version command now sends info to sender instead of logging to console.
Jeremy Wood
More...
over 12 years ago
Clarified IAE for registering commands with same alias.
Jeremy Wood
More...
over 12 years ago
Added some methods to AbstractBukkitPlugin that will allow you to remove default commands. Adds #16.
Jeremy Wood
More...
over 12 years ago
Added additional value parameter to Properties.clear.
Jeremy Wood
More...
over 12 years ago
Really fixed issue with bukkit and command aliases. Now all root commands are registered as a directory of sub-commands.
Jeremy Wood
More...
over 12 years ago
Fixed issue with command tree.
Jeremy Wood
More...
over 12 years ago
Fixed issue with registering additional multi-arg command aliases in bukkit.
Jeremy Wood
More...
over 12 years ago
Command lookup will now use lowercase.
Jeremy Wood
More...
over 12 years ago
Change split on space to a compiled pattern.
Jeremy Wood
More...
over 12 years ago
Refactored CommandKey handling into new CommandTree class.
Jeremy Wood
More...
over 12 years ago
Cleaned up the code of CommandHandler a bit.
Jeremy Wood
More...
over 12 years ago
Fixed bug in PropertiesWrapper that would not allow some actions to process even for custom handlers.
Jeremy Wood
More...
over 12 years ago
Added @FauxEnum annotation to tell the serializer to treat a class like an enum.
Jeremy Wood
More...
over 12 years ago
Moved some utility code into helper class EnumUtil for external reuse.
Jeremy Wood
More...
over 12 years ago
Renamed DefaultHandler to more appropriate DefaultPropertyHandler.
Jeremy Wood
More...
over 12 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
…
23
24
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree