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
/
concert.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo in concert class, eventling -> eventlink
Harald Eilertsen
2022-03-09
1
-1
/
+1
*
Fix various psalm errors.
Harald Eilertsen
2022-03-09
1
-2
/
+2
*
Make a count method for concerts.
Harald Eilertsen
2022-02-12
1
-27
/
+54
*
more pagination details fixes
AndreaChirulescu
2022-02-11
1
-0
/
+4
*
css small fixed for table display
AndreaChirulescu
2022-02-09
1
-4
/
+17
*
Clean up, fix and rename db tables.
Harald Eilertsen
2021-09-16
1
-35
/
+38
*
Fix show only own concerts again.
Harald Eilertsen
2021-09-06
1
-1
/
+1
*
Refactor Concert::find_concerts.
Harald Eilertsen
2021-09-06
1
-23
/
+28
*
Throw instead of log error from Concert class.
Harald Eilertsen
2021-09-06
1
-14
/
+9
*
Use find_concerts to check for duplicates on create.
Harald Eilertsen
2021-09-06
1
-5
/
+24
*
Remove obsolete function Concert::find
Harald Eilertsen
2021-09-06
1
-13
/
+0
*
Use wpdb::get_row in Concert::get()
Harald Eilertsen
2021-09-06
1
-4
/
+4
*
Remove unneccesary code to sort single concert by date.
Harald Eilertsen
2021-09-06
1
-1
/
+0
*
Merge branch 'dev' of https://code.volse.net/wordpress/plugins/gigologadmin.g...
AndreaChirulescu
2021-09-05
1
-1
/
+1
|
\
|
*
Drop extra query for venue_id in concert queries.
Harald Eilertsen
2021-09-04
1
-1
/
+1
*
|
Fixed filter by your concerts
AndreaChirulescu
2021-09-05
1
-0
/
+4
*
|
Fixed a call to city() method in concert.php It needed ->venue->city
AndreaChirulescu
2021-09-04
1
-0
/
+2
|
/
*
Fix so concert id is not overwritten by venue id.
Harald Eilertsen
2021-09-04
1
-5
/
+8
*
Mark recently added concerts as new again.
Harald Eilertsen
2021-09-04
1
-4
/
+14
*
Make click to unassign from concert work again.
Harald Eilertsen
2021-09-04
1
-0
/
+5
*
Editing concerts now work again.
Harald Eilertsen
2021-09-03
1
-16
/
+39
*
Shift value of Concert statuses to be 0-based.
Harald Eilertsen
2021-09-03
1
-7
/
+7
*
emove dependency on ConcertLogs in gig import code.
Harald Eilertsen
2021-09-03
1
-11
/
+0
*
Allow empty concerts to be created.
Harald Eilertsen
2021-09-03
1
-5
/
+5
*
Fix more type issues in Concert and Venue classes
Harald Eilertsen
2021-09-02
1
-1
/
+1
*
psalm: Add type info to attrs and constructor for Concert.
Harald Eilertsen
2021-09-02
1
-8
/
+18
*
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
1
-0
/
+5
*
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
1
-11
/
+57
*
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
1
-23
/
+0
*
Streamline Concert api.
Harald Eilertsen
2021-06-12
1
-15
/
+22
*
Fix misc Psalm issues.
Harald Eilertsen
2021-06-12
1
-0
/
+2
*
Make it possible to list all concerts.
Harald Eilertsen
2021-05-10
1
-3
/
+6
*
Method to find concerts at given venue
Harald Eilertsen
2021-05-09
1
-0
/
+14
*
Method to find concerts for a given city.
Harald Eilertsen
2021-05-09
1
-0
/
+15
*
Fix constructing concerts if only venue id passed.
Harald Eilertsen
2021-05-09
1
-7
/
+12
*
Include info from venue in concerts.
Harald Eilertsen
2021-05-09
1
-18
/
+25
*
Autofixes by Psalm
Harald Eilertsen
2021-05-08
1
-1
/
+1
*
Auto fixup missing return types by Psalm
Harald Eilertsen
2021-05-08
1
-2
/
+5
*
Added an uppercase in sql for venue and concert duplicate check
AndreaChirulescu
2021-04-23
1
-1
/
+1
*
Refactor Concert::create
Harald Eilertsen
2021-04-23
1
-40
/
+27
*
Concert::create return NULL if concert already exist.
Harald Eilertsen
2021-04-22
1
-3
/
+5
*
Fix wrong property name in Concert::cname()
Harald Eilertsen
2021-04-22
1
-1
/
+1
*
Merge remote-tracking branch 'andrea/andreaschanges' into dev
Harald Eilertsen
2021-04-22
1
-16
/
+16
|
\
|
*
Added column for concert title in database
AndreaChirulescu
2021-04-21
1
-16
/
+16
*
|
Typo in comment for Concert constructor.
Harald Eilertsen
2021-04-21
1
-2
/
+2
|
/
*
Added form fields and functionality for admin to edit assigned users
AndreaChirulescu
2021-04-19
1
-0
/
+23
*
Got rid of find or create for concert and band
AndreaChirulescu
2021-04-14
1
-37
/
+44
[next]