Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Render adminactions in concert list view. | Harald Eilertsen | 2021-09-03 | 1 | -9/+9 | |
* | | | | | Redo concert list to use the Concert class. | Harald Eilertsen | 2021-09-03 | 1 | -38/+32 | |
* | | | | | emove dependency on ConcertLogs in gig import code. | Harald Eilertsen | 2021-09-03 | 2 | -13/+0 | |
* | | | | | Allow empty concerts to be created. | Harald Eilertsen | 2021-09-03 | 1 | -5/+5 | |
* | | | | | Make name and city required attributes for Venues. | Harald Eilertsen | 2021-09-02 | 1 | -6/+21 | |
* | | | | | Fix more type issues in Concert and Venue classes | Harald Eilertsen | 2021-09-02 | 2 | -6/+6 | |
* | | | | | psalm: Add type info to attrs and constructor for Concert. | Harald Eilertsen | 2021-09-02 | 1 | -8/+18 | |
* | | | | | psalm: Ad types to attrs and constructor for Venue | Harald Eilertsen | 2021-09-02 | 1 | -6/+6 | |
* | | | | | psalm: No need for null $opts param in select_field. | Harald Eilertsen | 2021-09-02 | 1 | -1/+1 | |
* | | | | | Fix saving and fetching roles from Concerts table. | Harald Eilertsen | 2021-09-01 | 2 | -41/+24 | |
* | | | | | Begin move roles and status field to concerts table. | Harald Eilertsen | 2021-06-27 | 4 | -0/+43 | |
* | | | | | Remove Band class and tests. | Harald Eilertsen | 2021-06-27 | 2 | -220/+0 | |
* | | | | | Remove some debug output. | Harald Eilertsen | 2021-06-27 | 1 | -1/+0 | |
* | | | | | Refactor ConcertTest some more. | Harald Eilertsen | 2021-06-27 | 1 | -58/+25 | |
* | | | | | Refactor ConcertTests and some cleanup | Harald Eilertsen | 2021-06-27 | 1 | -68/+75 | |
* | | | | | Clean tests env before running tests | Harald Eilertsen | 2021-06-27 | 2 | -0/+2 | |
| |_|_|/ |/| | | | ||||||
* | | | | Begin move roles and status field to concerts table. | Harald Eilertsen | 2021-06-14 | 3 | -13/+97 | |
* | | | | Fix detecting error in update_concert method. | Harald Eilertsen | 2021-06-13 | 1 | -1/+1 | |
* | | | | Move method to update Concertlogs to Concertlogs class. | Harald Eilertsen | 2021-06-13 | 3 | -24/+23 | |
* | | | | Streamline Concert api. | Harald Eilertsen | 2021-06-12 | 2 | -22/+29 | |
* | | | | Fix misc Psalm issues. | Harald Eilertsen | 2021-06-12 | 5 | -4/+8 | |
* | | | | Drop obsolete line from AdminPage::get_concerts. | Harald Eilertsen | 2021-06-12 | 1 | -1/+0 | |
* | | | | Get current users username in AdminPage constructor. | Harald Eilertsen | 2021-05-29 | 1 | -19/+9 | |
* | | | | Make AdminPage a proper object. | Harald Eilertsen | 2021-05-29 | 1 | -23/+34 | |
* | | | | Refactor and reformat AdminPage::returnuser. | Harald Eilertsen | 2021-05-26 | 1 | -18/+31 | |
* | | | | Add instance methods to Concertlogs. | Harald Eilertsen | 2021-05-26 | 1 | -0/+33 | |
* | | | | Use select_field in AdminPage::get_user | Harald Eilertsen | 2021-05-25 | 1 | -15/+4 | |
* | | | | Remove debug log from concertlogs | Harald Eilertsen | 2021-05-25 | 1 | -1/+0 | |
* | | | | Simplify AdminPage::get_user | Harald Eilertsen | 2021-05-25 | 1 | -14/+5 | |
* | | | | Add method to get assigned user for concertlogs | Harald Eilertsen | 2021-05-25 | 1 | -0/+20 | |
* | | | | Refactor the AdminPage::get_user method. | Harald Eilertsen | 2021-05-25 | 1 | -11/+23 | |
* | | | | Use select_field in adminactions form. | Harald Eilertsen | 2021-05-25 | 2 | -11/+17 | |
* | | | | Use select_field helper for city/venue filter. | Harald Eilertsen | 2021-05-25 | 1 | -33/+16 | |
* | | | | Use select_field for venue selector in new/edit form | Harald Eilertsen | 2021-05-24 | 1 | -13/+4 | |
* | | | | Allow custom text for no selection in select_fields. | Harald Eilertsen | 2021-05-24 | 2 | -2/+25 | |
* | | | | Add function to generate selection boxes. | Harald Eilertsen | 2021-05-24 | 3 | -0/+80 | |
* | | | | Make it possible to list all concerts. | Harald Eilertsen | 2021-05-10 | 2 | -3/+29 | |
| |_|/ |/| | | ||||||
* | | | Method to find concerts at given venue | Harald Eilertsen | 2021-05-09 | 2 | -0/+54 | |
* | | | Method to find concerts for a given city. | Harald Eilertsen | 2021-05-09 | 2 | -0/+56 | |
| |/ |/| | ||||||
* | | Fix importing gigs after changes to the concert class. | Harald Eilertsen | 2021-05-09 | 1 | -20/+10 | |
* | | Fix constructing concerts if only venue id passed. | Harald Eilertsen | 2021-05-09 | 1 | -7/+12 | |
* | | New method Venue::get to get venue by id | Harald Eilertsen | 2021-05-09 | 1 | -0/+16 | |
* | | Rename strangely named function. | Harald Eilertsen | 2021-05-09 | 1 | -2/+2 | |
* | | Include info from venue in concerts. | Harald Eilertsen | 2021-05-09 | 3 | -24/+54 | |
* | | Make venue constructor public. | Harald Eilertsen | 2021-05-09 | 1 | -1/+1 | |
* | | Merge remote-tracking branch 'andrea/andreaschanges' into dev | Harald Eilertsen | 2021-05-09 | 1 | -7/+8 | |
|\| | ||||||
| * | Fixed venue by city filter. With a small exception: cna't get it to select in... | AndreaChirulescu | 2021-05-04 | 1 | -10/+11 | |
* | | Venue::venues_in_city wrong type annotation | Harald Eilertsen | 2021-05-08 | 1 | -1/+1 | |
* | | Add config for Psalm as well... | Harald Eilertsen | 2021-05-08 | 1 | -0/+28 | |
* | | Merge branch 'psalm' into dev | Harald Eilertsen | 2021-05-08 | 18 | -64/+2274 | |
|\ \ | |/ |/| |