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
Commit message (
Expand
)
Author
Age
Files
Lines
*
more pagination details fixes
AndreaChirulescu
2022-02-11
2
-26
/
+61
*
css small fixed for table display
AndreaChirulescu
2022-02-09
4
-86
/
+133
*
Made giglog visible for admins only
AndreaChirulescu
2022-02-07
1
-92
/
+98
*
Added a div to make table scrollable on mobiles
AndreaChirulescu
2021-09-24
1
-2
/
+2
*
Changed order of date column in concerts table
AndreaChirulescu
2021-09-19
1
-4
/
+3
*
Padding in table so text doesn't connect between cells
AndreaChirulescu
2021-09-19
2
-2
/
+7
*
Add CSRF checks to new venue form
Harald Eilertsen
2021-09-17
2
-0
/
+8
*
Move New Venue form to a separate partial.
Harald Eilertsen
2021-09-17
3
-9
/
+45
*
Return better error for failed CSRF check on import.
Harald Eilertsen
2021-09-17
1
-2
/
+2
*
Add CSRF checks for edit concert form.
Harald Eilertsen
2021-09-17
2
-1
/
+9
*
Clean up, fix and rename db tables.
Harald Eilertsen
2021-09-16
5
-95
/
+72
*
Fix ConcertTest::testFetchConcertByVenueAndDate.
Harald Eilertsen
2021-09-16
1
-1
/
+1
*
Reinsert created and updated columns for venues.
Harald Eilertsen
2021-09-16
1
-0
/
+2
*
Facelift of database table creation to use create tables instead of versionin...
AndreaChirulescu
2021-09-13
1
-323
/
+17
*
Update ConcertsTable tests.
Harald Eilertsen
2021-09-11
1
-3
/
+65
*
Change how we load the plugin.
Harald Eilertsen
2021-09-11
3
-23
/
+28
*
tests: Make an actual test for ConcertsTable
Harald Eilertsen
2021-09-11
2
-8
/
+27
*
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
*
Fix show only own concerts again.
Harald Eilertsen
2021-09-06
1
-1
/
+1
*
Merge remote-tracking branch 'andrea/andreaschanges' into dev
Harald Eilertsen
2021-09-06
1
-2
/
+2
|
\
|
*
fixed proper class naming for Apply button
AndreaChirulescu
2021-09-06
1
-1
/
+1
|
*
removed some extra characters that got lost in table HTML
AndreaChirulescu
2021-09-06
1
-1
/
+1
*
|
Refactor Concert::find_concerts.
Harald Eilertsen
2021-09-06
1
-23
/
+28
|
/
*
Remove logging from Venue class.
Harald Eilertsen
2021-09-06
1
-8
/
+0
*
Throw instead of log error from Concert class.
Harald Eilertsen
2021-09-06
2
-18
/
+13
*
Use find_concerts to check for duplicates on create.
Harald Eilertsen
2021-09-06
2
-5
/
+40
*
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
*
Fix indentation and whitespace, add braces where missing.
Harald Eilertsen
2021-09-06
1
-41
/
+46
*
Merge remote-tracking branch 'andrea/andreaschanges' into dev
Harald Eilertsen
2021-09-05
5
-4
/
+13
|
\
|
*
added images for checkbox and redicon
AndreaChirulescu
2021-09-05
5
-4
/
+13
*
|
security: Add proper CSRF checking for the import_gigs form.
Harald Eilertsen
2021-09-05
1
-3
/
+7
|
/
*
used auto ident this time
AndreaChirulescu
2021-09-05
1
-165
/
+165
*
used is_admin() to check if user shoudl see xtra columns
AndreaChirulescu
2021-09-05
1
-184
/
+184
*
File to display concerts inside a page by calling getconcerts code
AndreaChirulescu
2021-09-05
1
-0
/
+14
*
Extra changes to hide admincolumns on giglog page If logged in but not using ...
AndreaChirulescu
2021-09-05
1
-6
/
+8
*
CHanges in the concerts table for logged/non logged user. Fixed row header wi...
AndreaChirulescu
2021-09-05
2
-19
/
+31
*
Merge branch 'dev' of https://code.volse.net/wordpress/plugins/gigologadmin.g...
AndreaChirulescu
2021-09-05
2
-4
/
+98
|
\
|
*
Add test for ConcertsTable
Harald Eilertsen
2021-09-05
1
-0
/
+94
|
*
Fix some bugs in generated HTML for ConcertsTable.
Harald Eilertsen
2021-09-05
1
-5
/
+5
*
|
no idea why it keeps showing a n extra > but commiting to avoid a headache. T...
AndreaChirulescu
2021-09-05
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'andrea/andreaschanges' into dev
Harald Eilertsen
2021-09-05
7
-18
/
+50
|
\
|
*
Re-added the changes for looks, and city/venue selector
AndreaChirulescu
2021-09-05
2
-14
/
+14
|
*
Merge branch 'dev' of https://code.volse.net/wordpress/plugins/gigologadmin.g...
AndreaChirulescu
2021-09-05
4
-252
/
+292
|
|
\
|
*
|
Ordered venues by name in drop down
AndreaChirulescu
2021-09-05
1
-1
/
+2
|
*
|
Fixed filter by your concerts
AndreaChirulescu
2021-09-05
3
-11
/
+34
|
*
|
Fixed a call to city() method in concert.php It needed ->venue->city
AndreaChirulescu
2021-09-04
2
-1
/
+3
[next]