demoscenemusic.git
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.
2012-04-18 David ‘Bombe... Add template for context.xml file.
2012-04-18 David ‘Bombe... Load tracks correctly.
2012-04-18 David ‘Bombe... Tracks can belong to multiple artists and styles.
2012-04-18 David ‘Bombe... Override some Object methods.
2012-04-18 David ‘Bombe... Add mysql dependency for local development.
2012-04-18 David ‘Bombe... Add context parameters for some paths.
2012-04-18 David ‘Bombe... Move web.xml file to template.
2012-04-18 David ‘Bombe... Add JSP page stubs.
2012-04-18 David ‘Bombe... Let abstract base class implement the base interface.
2012-04-18 David ‘Bombe... Add basic deployment descriptor.
2012-04-18 David ‘Bombe... Add first stab at database interface.
2012-04-18 David ‘Bombe... Use utils package.
2012-04-18 David ‘Bombe... Add setter methods.
2012-04-18 David ‘Bombe... Add method to check whether attributes have been modified.
2012-04-18 David ‘Bombe... Implement Party using attributes.
2012-04-18 David ‘Bombe... Implement group using attributes.
2012-04-18 David ‘Bombe... Implement artist using attributes.
2012-04-18 David ‘Bombe... Add style to track.
2012-04-18 David ‘Bombe... Use the first set value as original.
2012-04-18 David ‘Bombe... Don’t store the style locally.
2012-04-18 David ‘Bombe... Store artist of a track in the attributes.
2012-04-18 David ‘Bombe... Store the name of a track in the attributes.
2012-04-18 David ‘Bombe... Add save() method to base interface.
2012-04-18 David ‘Bombe... Add Style implementation.
2012-04-18 David ‘Bombe... Add Style interface.
2012-04-18 David ‘Bombe... Add attributes to base class.
2012-04-17 David ‘Bombe... Turn Base into abstract base class, extract Base interface.
2012-04-17 David ‘Bombe... Remove single style specification.
2012-04-17 David ‘Bombe... Extract Track interface, turn Track into abstract base...
2012-04-17 David ‘Bombe... Add party container.
2012-04-17 David ‘Bombe... Add style to track.
2012-04-17 David ‘Bombe... Add base class, let all other containers extend the...
2012-04-17 David ‘Bombe... Add method to return ID.
2012-04-17 David ‘Bombe... Add track container.
2012-04-17 David ‘Bombe... Add artist container.
2012-04-17 David ‘Bombe... Add group container.
2012-04-17 David ‘Bombe... Add Maven POM.