demoscenemusic.git
2012-07-27 David ‘Bombe... Load the properties of a track together with the track.
2012-07-27 David ‘Bombe... List tracks on artist page, add form to add a new track.
2012-07-27 David ‘Bombe... Add page to add a new track to an artist.
2012-07-27 David ‘Bombe... Show error message on empty name.
2012-07-27 David ‘Bombe... Refactor add-artist form into an include file.
2012-07-27 David ‘Bombe... Fix redirect URL.
2012-07-27 David ‘Bombe... Add method to create to new track.
2012-07-27 David ‘Bombe... Add method to create a new derivative for a track.
2012-07-27 David ‘Bombe... Add method to get track derivative by ID.
2012-07-27 David ‘Bombe... Add track derivatives to tracks.
2012-07-27 David ‘Bombe... Rename all methods that load properties for specific...
2012-07-27 David ‘Bombe... Use new method to load artist properties.
2012-07-27 David ‘Bombe... Add method to load properties for arbitrary objects.
2012-07-27 David ‘Bombe... Add object creator for track derivatives.
2012-07-27 David ‘Bombe... Add default implementation of track derivative.
2012-07-27 David ‘Bombe... Actually remove all attributes from track derivative...
2012-07-27 David ‘Bombe... Add interface for track derivatives.
2012-07-27 David ‘Bombe... Create data directory helper on load.
2012-07-27 David ‘Bombe... Add data directory helper.
2012-07-26 David ‘Bombe... Remove obsolete interface.
2012-07-26 David ‘Bombe... Redirect back to itself after editing an artist.
2012-07-26 David ‘Bombe... Manage properties on artist.
2012-07-26 David ‘Bombe... Remove dependency on nekohtml.
2012-07-26 David ‘Bombe... Use more recent version of utils.
2012-07-26 David ‘Bombe... Save properties of an artist when saving the artist.
2012-07-26 David ‘Bombe... Add “dirty” flag to properties.
2012-07-26 David ‘Bombe... Add accessor for custom properties.
2012-07-26 David ‘Bombe... Show all artist properties on admin interface.
2012-07-26 David ‘Bombe... Load artist properties with artists.
2012-07-26 David ‘Bombe... Add custom properties.
2012-07-26 David ‘Bombe... Remove “delete” link.
2012-07-26 David ‘Bombe... Add accept-charset attribute to all forms.
2012-07-26 David ‘Bombe... Fix page header names.
2012-07-26 David ‘Bombe... Set encoding for all parameters to UTF-8, the one and...
2012-07-26 David ‘Bombe... Add by-name comparator.
2012-07-26 David ‘Bombe... Add page to edit an artist.
2012-07-26 David ‘Bombe... Add page to add an artist.
2012-07-26 David ‘Bombe... Add method to save an artist.
2012-07-26 David ‘Bombe... Add method to create an artist.
2012-07-26 David ‘Bombe... Use admin base page in admin page.
2012-07-26 David ‘Bombe... Add base admin page.
2012-07-26 David ‘Bombe... Include CSS in all files.
2012-07-26 David ‘Bombe... Add CSS.
2012-07-26 David ‘Bombe... Add servlet that delivers static content.
2012-07-26 David ‘Bombe... Require GOD level to administrate.
2012-07-26 David ‘Bombe... Add minimum user level required to view pages.
2012-07-26 David ‘Bombe... Add logout page.
2012-07-26 David ‘Bombe... Include admin menu in footer.
2012-07-26 David ‘Bombe... Rename admin page.
2012-07-26 David ‘Bombe... Show login/logout options in the footer, depending...
2012-07-26 David ‘Bombe... When an empty file is requested, use page named “index.”
2012-07-26 David ‘Bombe... Add empty index page.
2012-07-26 David ‘Bombe... Change password hash from SHA512 to SHA256.
2012-07-26 David ‘Bombe... Add login page.
2012-07-25 David ‘Bombe... Get current user from session correctly.
2012-07-25 David ‘Bombe... Add password capability to user.
2012-07-25 David ‘Bombe... Add ignore file.
2012-07-25 David ‘Bombe... Add artists admin page.
2012-07-25 David ‘Bombe... Update utils to 0.12.
2012-04-27 David ‘Bombe... Add first stab at OpenID verification.
2012-04-27 David ‘Bombe... Add dependencies for openid4java.
2012-04-27 David ‘Bombe... Store servlet in servlet request, too.
2012-04-27 David ‘Bombe... Store openid4java consumer manager in core.
2012-04-26 David ‘Bombe... Perform certain processing in all pages.
2012-04-26 David ‘Bombe... Forward POST requests to page implementations, too.
2012-04-26 David ‘Bombe... Expose “god” and “user” privileges in templates.
2012-04-26 David ‘Bombe... Implement levels in default implementation.
2012-04-26 David ‘Bombe... Add constants for user privilege levels.
2012-04-26 David ‘Bombe... Add privilege level to user.
2012-04-26 David ‘Bombe... Show remix information.
2012-04-26 David ‘Bombe... Add user data container.
2012-04-26 David ‘Bombe... Add related tracks to track interface.
2012-04-26 David ‘Bombe... Add remix name and artists to track.
2012-04-25 David ‘Bombe... Add javadoc.
2012-04-25 David ‘Bombe... Suppress some warnings.
2012-04-25 David ‘Bombe... Add configuration for javadoc plugin to POM.
2012-04-25 David ‘Bombe... Add version of compiler plugin to POM.
2012-04-25 David ‘Bombe... Fix @SuppressWarnings annotation.
2012-04-25 David ‘Bombe... Revert to using Java default getter and setter names.
2012-04-25 David ‘Bombe... Add missing @Override annotations.
2012-04-19 David ‘Bombe... Show artists in page title.
2012-04-19 David ‘Bombe... Add page to show track details.
2012-04-19 David ‘Bombe... Add method to get styles for a track.
2012-04-19 David ‘Bombe... Load styles for track.
2012-04-19 David ‘Bombe... Allow sorting styles.
2012-04-19 David ‘Bombe... Rename method.
2012-04-19 David ‘Bombe... Add style creator.
2012-04-19 David ‘Bombe... Add method to get all artists for a track.
2012-04-19 David ‘Bombe... Remove obsolete track and artist loaders.
2012-04-19 David ‘Bombe... Use track creator to load tracks.
2012-04-19 David ‘Bombe... Add lazy track implementation and creator.
2012-04-19 David ‘Bombe... Use collection instead of set for styles.
2012-04-19 David ‘Bombe... Use artist creator to get artist by ID.
2012-04-19 David ‘Bombe... Remove object creator from DefaultGroup.
2012-04-19 David ‘Bombe... Use lazy group creator.
2012-04-19 David ‘Bombe... Add lazy group implementation and creator.
2012-04-19 David ‘Bombe... Add methods to manage artists of a group.
2012-04-19 David ‘Bombe... Add method to get all artists for a group.
2012-04-19 David ‘Bombe... Use artist creator for retrieving artists.
2012-04-19 David ‘Bombe... Add object creator for lazy artists.
next