forked from jayallen/melody
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#396 state:resolved] Initial commit of the refactoring leading to th…
…e creation of MT::Junkable. Includes a schema version bump (i.e. Time to Upgrade!). See full commit for details: * MT::Junkable is an abstract class for any MT::Object that wishes to be made "junkable". This was initially done to lay the groundwork for more refactoring necessary to extract TrackBacks out of the Melody core. * MT::Junkable has POD documentation! * Implemented currently junkable objects as inheriting from MT::Junkable * Modified the junk filter to look for MT::Junkable objects for which to base its periodic task of flushing old junked objects. * Added an error condition when an object that is not junkable is passed through the junk filter.
- Loading branch information
1 parent
f12ae93
commit 527b87d
Showing
11 changed files
with
237 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.