index
:
plugins/gigologadmin.git
dev
WordPress plugin for handling concert assignments for Eternal-Terror.com
Harald Eilertsen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop extra query for venue_id in concert queries.
Harald Eilertsen
2021-09-04
1
-1
/
+1
*
Move the concerts table and edit form out of AdminPage.
Harald Eilertsen
2021-09-04
3
-248
/
+291
*
Fix so concert id is not overwritten by venue id.
Harald Eilertsen
2021-09-04
1
-5
/
+8
*
Remove obsolete source files.
Harald Eilertsen
2021-09-04
2
-127
/
+0
*
Drop obsolete database tables.
Harald Eilertsen
2021-09-04
1
-97
/
+6
*
Remove obsolete shortcodes.
Harald Eilertsen
2021-09-04
4
-720
/
+0
*
Remove dangling $wpdb ref in AdminPage.
Harald Eilertsen
2021-09-04
1
-2
/
+0
*
Mark recently added concerts as new again.
Harald Eilertsen
2021-09-04
2
-21
/
+23
*
Add timestamp columns to concerts and venues.
Harald Eilertsen
2021-09-04
1
-2
/
+17
*
Make click to unassign from concert work again.
Harald Eilertsen
2021-09-04
2
-15
/
+18
*
Rename AdminPage::returnuser to assign_role_for_user_form.
Harald Eilertsen
2021-09-04
1
-5
/
+5
*
Make click to assign concert/role to self work again.
Harald Eilertsen
2021-09-04
1
-29
/
+25
*
Editing concerts now work again.
Harald Eilertsen
2021-09-03
2
-24
/
+63
*
Handle updating concert status again.
Harald Eilertsen
2021-09-03
1
-6
/
+7
*
Rename AdminPage::get_user -> user_dropdown_for_role
Harald Eilertsen
2021-09-03
1
-5
/
+5
*
Drop ref to ConcertLogs in AdminPage::get_user method.
Harald Eilertsen
2021-09-03
1
-7
/
+10
*
Drop query to press status table in adminactions.
Harald Eilertsen
2021-09-03
1
-6
/
+11
*
Shift value of Concert statuses to be 0-based.
Harald Eilertsen
2021-09-03
1
-7
/
+7
*
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
1
-22
/
+20
*
Begin move roles and status field to concerts table.
Harald Eilertsen
2021-06-27
2
-0
/
+17
*
Remove Band class and tests.
Harald Eilertsen
2021-06-27
1
-151
/
+0
*
Remove some debug output.
Harald Eilertsen
2021-06-27
1
-1
/
+0
*
Begin move roles and status field to concerts table.
Harald Eilertsen
2021-06-14
2
-13
/
+73
*
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
1
-15
/
+22
*
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
1
-2
/
+8
[next]