| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
I don't really see a need for filtering by venue as well as city. This
makes it easier, both for us and the visitors.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Does not currently have the filtering options that the old code had, but
the presentation is much nicer. Also the code is way simpler.
Should be able to reuse this for the concert listing in the backend, but
I'm leaving that alone for now.
|
|
- Source files containing a class should only contain _one_ class.
- Source files containing a class should be names class-[name of the
class].php
- Use dashes instead of underscores in file names.
- Fix source file comments
- Some nitpicking...
|