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
/
admin
/
views
/
giglog_admin_page.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add phpcs config and do automatic fixups.
Harald Eilertsen
2022-06-18
1
-20
/
+20
*
Move update new venue form to class.
Harald Eilertsen
2022-03-12
1
-17
/
+3
*
Move update edit concert form code to class.
Harald Eilertsen
2022-03-12
1
-49
/
+3
*
Move code to update concert table to concert table class.
Harald Eilertsen
2022-03-10
1
-106
/
+5
*
Drop some unused variables from the admin page update.
Harald Eilertsen
2022-03-10
1
-7
/
+0
*
Fix misc errors detected by psalm.
Harald Eilertsen
2022-03-10
1
-17
/
+34
*
Fix various psalm errors.
Harald Eilertsen
2022-03-09
1
-1
/
+1
*
Add CSRF checks to new venue form
Harald Eilertsen
2021-09-17
1
-0
/
+7
*
Move New Venue form to a separate partial.
Harald Eilertsen
2021-09-17
1
-2
/
+9
*
Add CSRF checks for edit concert form.
Harald Eilertsen
2021-09-17
1
-1
/
+8
*
Fix indentation again.
Harald Eilertsen
2021-09-09
1
-8
/
+10
*
changes reagding mail sending on concert status changes
AndreaChirulescu
2021-09-07
1
-14
/
+13
*
Fixed wording in mails sent when concerts are assigned/unassinged
AndreaChirulescu
2021-09-06
1
-4
/
+29
*
Move the concerts table and edit form out of AdminPage.
Harald Eilertsen
2021-09-04
1
-248
/
+10
*
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
1
-17
/
+9
*
Make click to unassign from concert work again.
Harald Eilertsen
2021-09-04
1
-15
/
+13
*
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
1
-8
/
+24
*
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
*
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
*
Move method to update Concertlogs to Concertlogs class.
Harald Eilertsen
2021-06-13
1
-1
/
+1
*
Fix misc Psalm issues.
Harald Eilertsen
2021-06-12
1
-0
/
+2
*
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
*
Use select_field in AdminPage::get_user
Harald Eilertsen
2021-05-25
1
-15
/
+4
*
Simplify AdminPage::get_user
Harald Eilertsen
2021-05-25
1
-14
/
+5
*
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
1
-11
/
+5
*
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
*
Rename strangely named function.
Harald Eilertsen
2021-05-09
1
-2
/
+2
*
Include info from venue in concerts.
Harald Eilertsen
2021-05-09
1
-5
/
+9
*
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
*
|
Autofixes by Psalm
Harald Eilertsen
2021-05-08
1
-3
/
+3
*
|
Psalm fixes
Harald Eilertsen
2021-05-08
1
-6
/
+6
*
|
Auto fixup missing return types by Psalm
Harald Eilertsen
2021-05-08
1
-10
/
+16
|
/
*
removed older icons. Added new ones created by me
AndreaChirulescu
2021-04-25
1
-16
/
+13
*
added venue test to check duplicate with all letter cases
AndreaChirulescu
2021-04-24
1
-16
/
+18
*
Merge remote-tracking branch 'andrea/andreaschanges' into dev
Harald Eilertsen
2021-04-22
1
-69
/
+9
|
\
|
*
changed oackage.json to use wp-env 4.0.0
AndreaChirulescu
2021-04-22
1
-69
/
+9
*
|
Concert::create return NULL if concert already exist.
Harald Eilertsen
2021-04-22
1
-8
/
+11
|
/
[next]