Commit Graph

51 Commits

Author SHA1 Message Date
Jonathan Ervine
c8d5c7dee4 Tidying up SQL 2020-12-11 10:51:21 +08:00
Jonathan Ervine
7545f0cdce SQL statement cleanup 2020-12-11 10:31:57 +08:00
Jonathan Ervine
4f9d54e855 Moving SQL statements 2020-12-11 10:14:23 +08:00
Jonathan Ervine
4d04ce697f Moving and naming SQL statements 2020-12-11 10:08:14 +08:00
Jonathan Ervine
ec7ff3e3e1 define vars before SQL statement 2020-12-11 09:55:29 +08:00
Jonathan Ervine
0ad23e9be4 moving SQL statements to top of defs 2020-12-11 09:45:18 +08:00
Jonathan Ervine
0628289681 Remove commented out code 2020-11-30 16:48:33 +08:00
Jonathan Ervine
b7f11ea34b Fixed tracking code 2020-11-30 16:13:19 +08:00
Jonathan Ervine
fad4932de5 Added debug ccode 2020-11-30 15:39:59 +08:00
Jonathan Ervine
5defae4f51 Added debug ccode 2020-11-30 15:15:08 +08:00
Jonathan Ervine
58cd67cc1a Add debug warning 2020-11-30 14:57:08 +08:00
Jonathan Ervine
a2961e05c5 Added user agent 2020-11-30 14:29:21 +08:00
Jonathan Ervine
c7c7c9f215 Removed auth from convenor area 2020-11-27 14:21:25 +08:00
Jonathan Ervine
2b6cbbed85 Removed else 2020-11-26 17:19:52 +08:00
Jonathan Ervine
1c1b0e6f05 Fix indents 2020-11-26 17:14:14 +08:00
Jonathan Ervine
5f1e4eedc8 Fixed indentation 2020-11-26 16:46:12 +08:00
Jonathan Ervine
1ad9c9e496 Fixed typo 2020-11-26 15:55:03 +08:00
Jonathan Ervine
11cba3f138 Start adding random choices 2020-11-26 15:48:28 +08:00
Jonathan Ervine
b4a12a8a91 Write votes to DB again 2020-11-26 15:14:47 +08:00
Jonathan Ervine
0fba68287e Added error checking 2020-11-26 12:54:48 +08:00
Jonathan Ervine
015f576429 Adding duplicate vote detection 2020-11-26 10:54:41 +08:00
Jonathan Ervine
d7ce602fb0 Fixed typos 2020-11-25 22:49:54 +08:00
Jonathan Ervine
57605fce0e Add vote records to session DB 2020-11-25 22:43:19 +08:00
Jonathan Ervine
f9aa709a4b If cookie value already exists, then don't let a vote happen 2020-11-25 22:07:24 +08:00
Jonathan Ervine
b790b733ea Make cookie persist for 90 days 2020-11-25 21:58:07 +08:00
Jonathan Ervine
8a834b9424 Removed vote code 2020-11-25 21:29:47 +08:00
Jonathan Ervine
8c9b95a723 Adding debug 2020-11-25 21:21:55 +08:00
Jonathan Ervine
ac91871c3a Fixed flash address 2020-11-22 07:41:48 +08:00
Jonathan Ervine
e5337a204b Fixed cookie value 2020-11-20 21:45:04 +08:00
Jonathan Ervine
734ae1c7e6 Remove basic auth - handled by oauth2 2020-11-20 21:36:44 +08:00
Jonathan Ervine
ec6f4d0793 Added cookie 2020-11-20 20:52:10 +08:00
Jonathan Ervine
d6beb7a040 Adding cookie id - removing motm vote SQL' 2020-11-20 14:58:31 +08:00
Jonathan Ervine
a3cfae42b1 Removed testing banner 2020-11-20 11:55:41 +08:00
Jonathan Ervine
a3da216089 Fixed incorrect database name 2020-11-19 16:05:40 +08:00
Jonathan Ervine
dd41718647 Updating for 2020 season 2020-11-19 10:04:39 +08:00
Jonathan Ervine
19416820e4 Dev commit 2020-11-19 09:36:26 +08:00
Jonathan Ervine
32d3e3f3dd Dev commit 2020-11-19 09:35:55 +08:00
jenkins-x-bot
219e892edc Fixing player details 2020-11-09 13:52:38 +08:00
jenkins-x-bot
58b99d26c1 Remove Chinese Name from player info 2020-11-09 13:22:14 +08:00
jenkins-x-bot
c24f65c7ec Fixing player edit function 2020-11-09 12:40:04 +08:00
jenkins-x-bot
29b02b63d6 Removed search files 2020-11-09 10:49:43 +08:00
jenkins-x-bot
7f9f00b9c4 REmoved search 2020-11-09 10:49:01 +08:00
Jonathan Ervine
754fc69331 Removed search function 2020-11-09 10:39:49 +08:00
Jonathan Ervine
b6e4ac02d2 Added email-validator 2020-07-06 15:00:28 +08:00
Jonathan Ervine
a8aedce1ab modified: routes/_hkfcD_motm.py
Fixed nextClub lookup for comments
2020-03-17 15:40:54 +08:00
Jonathan Ervine
c3e9b520d1 modified: routes/_hkfcD_motm.py
Updated comment section to make correct SQL call.
2020-03-17 13:01:03 +08:00
d764caa768 modified: app.py
modified:   dbWrite.py
	modified:   main.py
	modified:   routes/_search.py
Remove login_manager code
Correct some DB lookups
2020-02-28 03:39:02 +00:00
627a08530b modified: app.py
Added login_manager (possibly to be removed later)
2020-02-27 09:04:26 +00:00
cd5ff1fc0d modified: app.py
Added user_loader
2020-02-27 08:35:38 +00:00
1ffa319b1e new file: app.py
new file:   appengine_config.py
	new file:   dbWrite.py
	new file:   forms.py
	new file:   main.py
	new file:   readSettings.py
	new file:   requirements.txt
	new file:   routes/__init__.py
	new file:   routes/_convenor.py
	new file:   routes/_hkfcD_motm.py
	new file:   routes/_matches.py
	new file:   routes/_search.py
	new file:   routes/dashboard.py
	new file:   static/css/bootstrap-theme.css
	new file:   static/css/bootstrap-theme.css.map
	new file:   static/css/bootstrap-theme.min.css
	new file:   static/css/bootstrap-theme.min.css.map
	new file:   static/css/bootstrap.css
	new file:   static/css/bootstrap.css.map
	new file:   static/css/bootstrap.min.css
	new file:   static/css/bootstrap.min.css.map
	new file:   static/css/dashboard.css
	new file:   static/css/dashboard.css.orig
	new file:   static/fonts/glyphicons-halflings-regular.eot
	new file:   static/fonts/glyphicons-halflings-regular.svg
	new file:   static/fonts/glyphicons-halflings-regular.ttf
	new file:   static/fonts/glyphicons-halflings-regular.woff
	new file:   static/fonts/glyphicons-halflings-regular.woff2
	new file:   static/js/bootstrap.js
	new file:   static/js/bootstrap.min.js
	new file:   static/js/dashboard.js
	new file:   static/js/npm.js
	new file:   tables.py
	new file:   templates/_about.html
	new file:   templates/_clubPlayingRecordResults.html
	new file:   templates/_clubPlayingRecords.html
	new file:   templates/_convenorClubAdd.html
	new file:   templates/_convenorClubAddResults.html
	new file:   templates/_convenorClubList.html
	new file:   templates/_convenorEditPlayerResults.html
	new file:   templates/_convenorEditSquadList.html
	new file:   templates/_convenorEditSquadListTeamSelect.html
	new file:   templates/_convenorFixtureList.html
	new file:   templates/_convenorPlayerAdd.html
	new file:   templates/_convenorPlayerAddResults.html
	new file:   templates/_convenorPlayerDbCreate.html
	new file:   templates/_convenorPlayerDbCreateResults.html
	new file:   templates/_convenorPlayerEdit.html
	new file:   templates/_convenorSquadList.html
	new file:   templates/_convenorSquadListResults.html
	new file:   templates/_convenorTeamAdd.html
	new file:   templates/_convenorTeamAddResults.html
	new file:   templates/_error.html
	new file:   templates/_goalsAssistsAdmin.html
	new file:   templates/_hkfcDAdminThanks.html
	new file:   templates/_hkfcDGoalsThanks.html
	new file:   templates/_hkfcDMatchComments.html
	new file:   templates/_hkfcDMatchSquad.html
	new file:   templates/_hkfcDMatchSquadReset.html
	new file:   templates/_hkfcDMatchSquadSelected.html
	new file:   templates/_hkfcDMotmAdmin.html
	new file:   templates/_hkfcDMotmVote.html
	new file:   templates/_hkfcDPlayerRemoved.html
	new file:   templates/_hkfcDPotYChart.html
	new file:   templates/_hkfcDVoteChart.html
	new file:   templates/_hkfcDVoteThanks.html
	new file:   templates/_hkfcPlayerDeleted.html
	new file:   templates/_matchDetails.html
	new file:   templates/_playerCheck.html
	new file:   templates/_playerCheckResults.html
	new file:   templates/_playerRecordResults.html
	new file:   templates/_playerRecords.html
	new file:   templates/_search.html
	new file:   templates/_searchResults.html
	new file:   templates/_teamRecordResults.html
	new file:   templates/_teamRecords.html
	new file:   templates/dashboard.html
	new file:   templates/results.html
	new file:   templates/search.html
Initial commit
2020-02-19 06:58:08 +00:00