1
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 12 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added Version and VersionRange classes as a new way to hold and compare versions. Marked CraftCommons.inVersionRange() and normalisedVersion() as @Depracated. Added a test case for the new classes. More... over 11 years ago
Merge pull request #10 from Wolf480pl/master More... over 11 years ago
Fixed DataManager.getResults() using catch instead of finally. Marked getArray() and getArrayList() as @Deprecated. More... over 11 years ago
Merge pull request #9 from Wolf480pl/master More... over 11 years ago
Maven clean. More... over 11 years ago
Added Metadatable cache, cache fixes and tests. Added MetadatableCacheItem and related methods of CacheManager. Fixed some CacheManager functions turning group to lower case and some not. Now all turn to lower case. Fixed infinite loop and stack overflows when working with default group. Added test case for CacheManager: TestCache More... over 11 years ago
Cache fixes More... over 11 years ago
Merge remote-tracking branch 'origin/master' More... over 11 years ago
Formatting fixes. More... over 11 years ago
Added missing headers. Make sure you run "mvn clean" before comitting code. Removed random tab indentation and trailing whitespaces. We use spaces, not tabs. Misc bits of formatting cleanup. Needs a properly cleanup through a real formatter.
Luke Spragg
as Wulfspider
More... over 11 years ago
Merge pull request #8 from Wolf480pl/master More... over 11 years ago
Moved catching SQLException from DataManager.getField() to functions that call it, so exist() won't print stack traces of SQLExceptions. More... over 11 years ago
Fixed date inserting and null inserting in DataManager. More... over 11 years ago
Fixed date update and null update issues. More... over 11 years ago
Fixed DataManager.updateFieldsString() to escape apostrophes in string fields. More... over 11 years ago
Merge pull request #7 from Wolf480pl/master More... over 11 years ago
Fixed some NullPointerExceptions in DataManager. More... over 11 years ago
Changed DataList to DataRow in the test. More... over 11 years ago
Merge remote-tracking branch 'origin/master' More... over 11 years ago
Renamed DataList to DataRow, also changed getHash in CacheManager to get the HashCode directly from the object instead of storing it in a variable. More... over 11 years ago
Merge pull request #6 from Wolf480pl/master More... over 11 years ago
Fixed DataManager.getLastID(String, String, String) More... over 11 years ago
Improved PHPass to work with non-ASCII characters. Added test case for encryption, so far only for PHPass, might be expanded later. Added some useful EncryptionUtil functions. More... over 11 years ago
Added getNodes() to YamlManager More... over 11 years ago
Merge remote-tracking branch 'CraftFire/master' More... over 11 years ago
Added check to see if the CacheManager is enabled or not. More... over 11 years ago
Updated CacheManager to allow more objects to be used as a key instead of just an integer. More... over 11 years ago
Merge remote-tracking branch 'CraftFire/master' More... almost 12 years ago
Added more functions to the CacheManager More... almost 12 years ago
Added mroe functions to CacheManager to allow multiple groups. More... almost 12 years ago