summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Rename AdminPage::get_user -> user_dropdown_for_roleHarald Eilertsen2021-09-031-5/+5
* | | | | Drop ref to ConcertLogs in AdminPage::get_user method.Harald Eilertsen2021-09-031-7/+10
* | | | | Drop query to press status table in adminactions.Harald Eilertsen2021-09-031-6/+11
* | | | | Shift value of Concert statuses to be 0-based.Harald Eilertsen2021-09-031-7/+7
* | | | | Render adminactions in concert list view.Harald Eilertsen2021-09-031-9/+9
* | | | | Redo concert list to use the Concert class.Harald Eilertsen2021-09-031-38/+32
* | | | | emove dependency on ConcertLogs in gig import code.Harald Eilertsen2021-09-032-13/+0
* | | | | Allow empty concerts to be created.Harald Eilertsen2021-09-031-5/+5
* | | | | Make name and city required attributes for Venues.Harald Eilertsen2021-09-021-6/+21
* | | | | Fix more type issues in Concert and Venue classesHarald Eilertsen2021-09-022-6/+6
* | | | | psalm: Add type info to attrs and constructor for Concert.Harald Eilertsen2021-09-021-8/+18
* | | | | psalm: Ad types to attrs and constructor for VenueHarald Eilertsen2021-09-021-6/+6
* | | | | psalm: No need for null $opts param in select_field.Harald Eilertsen2021-09-021-1/+1
* | | | | Fix saving and fetching roles from Concerts table.Harald Eilertsen2021-09-012-41/+24
* | | | | Begin move roles and status field to concerts table.Harald Eilertsen2021-06-274-0/+43
* | | | | Remove Band class and tests.Harald Eilertsen2021-06-272-220/+0
* | | | | Remove some debug output.Harald Eilertsen2021-06-271-1/+0
* | | | | Refactor ConcertTest some more.Harald Eilertsen2021-06-271-58/+25
* | | | | Refactor ConcertTests and some cleanupHarald Eilertsen2021-06-271-68/+75
* | | | | Clean tests env before running testsHarald Eilertsen2021-06-272-0/+2
| |_|_|/ |/| | |
* | | | Begin move roles and status field to concerts table.Harald Eilertsen2021-06-143-13/+97
* | | | Fix detecting error in update_concert method.Harald Eilertsen2021-06-131-1/+1
* | | | Move method to update Concertlogs to Concertlogs class.Harald Eilertsen2021-06-133-24/+23
* | | | Streamline Concert api.Harald Eilertsen2021-06-122-22/+29
* | | | Fix misc Psalm issues.Harald Eilertsen2021-06-125-4/+8
* | | | Drop obsolete line from AdminPage::get_concerts.Harald Eilertsen2021-06-121-1/+0
* | | | Get current users username in AdminPage constructor.Harald Eilertsen2021-05-291-19/+9
* | | | Make AdminPage a proper object.Harald Eilertsen2021-05-291-23/+34
* | | | Refactor and reformat AdminPage::returnuser.Harald Eilertsen2021-05-261-18/+31
* | | | Add instance methods to Concertlogs.Harald Eilertsen2021-05-261-0/+33
* | | | Use select_field in AdminPage::get_userHarald Eilertsen2021-05-251-15/+4
* | | | Remove debug log from concertlogsHarald Eilertsen2021-05-251-1/+0
* | | | Simplify AdminPage::get_userHarald Eilertsen2021-05-251-14/+5
* | | | Add method to get assigned user for concertlogsHarald Eilertsen2021-05-251-0/+20
* | | | Refactor the AdminPage::get_user method.Harald Eilertsen2021-05-251-11/+23
* | | | Use select_field in adminactions form.Harald Eilertsen2021-05-252-11/+17
* | | | Use select_field helper for city/venue filter.Harald Eilertsen2021-05-251-33/+16
* | | | Use select_field for venue selector in new/edit formHarald Eilertsen2021-05-241-13/+4
* | | | Allow custom text for no selection in select_fields.Harald Eilertsen2021-05-242-2/+25
* | | | Add function to generate selection boxes.Harald Eilertsen2021-05-243-0/+80
* | | | Make it possible to list all concerts.Harald Eilertsen2021-05-102-3/+29
| |_|/ |/| |
* | | Method to find concerts at given venueHarald Eilertsen2021-05-092-0/+54
* | | Method to find concerts for a given city.Harald Eilertsen2021-05-092-0/+56
| |/ |/|
* | Fix importing gigs after changes to the concert class.Harald Eilertsen2021-05-091-20/+10
* | Fix constructing concerts if only venue id passed.Harald Eilertsen2021-05-091-7/+12
* | New method Venue::get to get venue by idHarald Eilertsen2021-05-091-0/+16
* | Rename strangely named function.Harald Eilertsen2021-05-091-2/+2
* | Include info from venue in concerts.Harald Eilertsen2021-05-093-24/+54
* | Make venue constructor public.Harald Eilertsen2021-05-091-1/+1
* | Merge remote-tracking branch 'andrea/andreaschanges' into devHarald Eilertsen2021-05-091-7/+8
|\|