Use new and improved method to load properties.
[demoscenemusic.git] / src / main / java / net / pterodactylus / demoscenemusic / page /
2012-07-30 David ‘Bombe’ RodenAdd artist management to track.
2012-07-30 David ‘Bombe’ RodenAdd party management on track page.
2012-07-30 David ‘Bombe’ RodenSet core and data manager in all templates.
2012-07-30 David ‘Bombe’ RodenSet automatically detected codec on new derivatives.
2012-07-30 David ‘Bombe’ RodenSkip non-existing properties.
2012-07-30 David ‘Bombe’ RodenAdd page to edit a party.
2012-07-30 David ‘Bombe’ RodenAdd page to add a party.
2012-07-30 David ‘Bombe’ RodenAdd page that lists all parties.
2012-07-29 David ‘Bombe’ RodenFix storage of current user in the template.
2012-07-28 David ‘Bombe’ RodenAdd TODO.
2012-07-28 David ‘Bombe’ RodenStore original extension.
2012-07-28 David ‘Bombe’ RodenStore properties with a slast instead of a dot as separ...
2012-07-28 David ‘Bombe’ RodenMake it possible to edit the remix information of a...
2012-07-28 David ‘Bombe’ RodenAdd page that lets the user edit a track derivative.
2012-07-28 David ‘Bombe’ RodenAdd page that lets the user add a derivative.
2012-07-28 David ‘Bombe’ RodenRedirect back to itself after editing.
2012-07-27 David ‘Bombe’ RodenAutomatically link new track to an artist.
2012-07-27 David ‘Bombe’ RodenAdd page that edits a track.
2012-07-27 David ‘Bombe’ RodenUse new method in base class.
2012-07-27 David ‘Bombe’ RodenAdd method to process properties from a request.
2012-07-27 David ‘Bombe’ RodenAdd page to add a new track to an artist.
2012-07-27 David ‘Bombe’ RodenShow error message on empty name.
2012-07-27 David ‘Bombe’ RodenFix redirect URL.
2012-07-26 David ‘Bombe’ RodenRedirect back to itself after editing an artist.
2012-07-26 David ‘Bombe’ RodenManage properties on artist.
2012-07-26 David ‘Bombe’ RodenAdd page to edit an artist.
2012-07-26 David ‘Bombe’ RodenAdd page to add an artist.
2012-07-26 David ‘Bombe’ RodenUse admin base page in admin page.
2012-07-26 David ‘Bombe’ RodenAdd base admin page.
2012-07-26 David ‘Bombe’ RodenRequire GOD level to administrate.
2012-07-26 David ‘Bombe’ RodenAdd minimum user level required to view pages.
2012-07-26 David ‘Bombe’ RodenAdd logout page.
2012-07-26 David ‘Bombe’ RodenAdd empty index page.
2012-07-26 David ‘Bombe’ RodenAdd login page.
2012-07-25 David ‘Bombe’ RodenGet current user from session correctly.
2012-07-25 David ‘Bombe’ RodenAdd artists admin page.
2012-04-27 David ‘Bombe’ RodenAdd first stab at OpenID verification.
2012-04-27 David ‘Bombe’ RodenStore servlet in servlet request, too.
2012-04-26 David ‘Bombe’ RodenPerform certain processing in all pages.
2012-04-19 David ‘Bombe’ RodenAdd page to show track details.
2012-04-19 David ‘Bombe’ RodenGet tracks directly from artist.
2012-04-19 David ‘Bombe’ RodenAdd page to show tracks by an artist.
2012-04-19 David ‘Bombe’ RodenUse complete content type with encoding.
2012-04-18 David ‘Bombe’ RodenAdd page that lists all artists.
2012-04-18 David ‘Bombe’ RodenStore and expose the core.
2012-04-18 David ‘Bombe’ RodenAdd base implementation for pages.
2012-04-18 David ‘Bombe’ RodenWrap HTTP servlet request into our own request.