demoscenemusic.git
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.
2012-04-19 David ‘Bombe... Load an artist’s groups lazily.
2012-04-19 David ‘Bombe... Use Collection instead of Set.
2012-04-19 David ‘Bombe... Add method to get all groups by artist.
2012-04-19 David ‘Bombe... Add object creator for groups.
2012-04-19 David ‘Bombe... Rename tracks memoizer.
2012-04-19 David ‘Bombe... Call super method to get the tracks.
2012-04-19 David ‘Bombe... Get tracks directly from artist.
2012-04-19 David ‘Bombe... Use new artist implementation.
2012-04-19 David ‘Bombe... Add artist implementation that lazily loads referenced...
2012-04-19 David ‘Bombe... Add method to check for existence of a value.
2012-04-19 David ‘Bombe... Add method to get all tracks by an artist to artist...
2012-04-19 David ‘Bombe... Add page to show tracks by an artist.
2012-04-19 David ‘Bombe... Add method to return a single artist.
2012-04-19 David ‘Bombe... Move method to appropriate place.
2012-04-19 David ‘Bombe... Add method to get all tracks for an artist.
2012-04-19 David ‘Bombe... Add method to get artist by ID.
2012-04-19 David ‘Bombe... Add sort filter for tracks.
2012-04-19 David ‘Bombe... Just create normal instances.
2012-04-19 David ‘Bombe... Rename data containers.
2012-04-19 David ‘Bombe... Move save() method to WritableBase interface.
2012-04-19 David ‘Bombe... Add include files for header and footer.
2012-04-19 David ‘Bombe... Add classpath-based template provider to template conte...
2012-04-19 David ‘Bombe... Sort artists.
2012-04-19 David ‘Bombe... Add sort filter to template context factory.
2012-04-19 David ‘Bombe... Collect output in temporary buffer before sending it...
2012-04-19 David ‘Bombe... Use complete content type with encoding.
2012-04-19 David ‘Bombe... Delete obsolete JSP files.
2012-04-19 David ‘Bombe... Add template servlet to deployment descriptor.
2012-04-19 David ‘Bombe... Add template for artists page.
2012-04-19 David ‘Bombe... Add basic filters and accessors.
2012-04-18 David ‘Bombe... Add page that lists all artists.
2012-04-18 David ‘Bombe... Add servlet that forwards all requests to pages and...
2012-04-18 David ‘Bombe... Store and expose the core.
2012-04-18 David ‘Bombe... Add base implementation for pages.
2012-04-18 David ‘Bombe... Wrap HTTP servlet request into our own request.
2012-04-18 David ‘Bombe... Add code documentation.
2012-04-18 David ‘Bombe... Store the core itself in the servlet context.
2012-04-18 David ‘Bombe... Change name of data manager application bean.
2012-04-18 David ‘Bombe... Declare context in the try-catch block.
2012-04-18 David ‘Bombe... Add method to return the data manager.
2012-04-18 David ‘Bombe... Add method to load all artists.
2012-04-18 David ‘Bombe... Compile with a source setting of Java 1.6.
2012-04-18 David ‘Bombe... Use UTF-8 when building.
2012-04-18 David ‘Bombe... Add groups to artist.
2012-04-18 David ‘Bombe... Include data manager bean in all pages.
2012-04-18 David ‘Bombe... Create data manager as application-scoped bean on conte...
2012-04-18 David ‘Bombe... Use correct order of elements.
next