Warren Volz
e384826aea
Codeignitor 3.1.6 and corresponding changes
...
- fixes missing () from num_rows in authenticate user function
- removes passwordhash library in favor of built in PHP password_hash
and password_verify functions
- uppercase all class filenames
- add new CLI error templates, move HTML error templates
- update mimes file to latest version
- update routes to latest version
2017-12-01 19:25:26 +00:00
Peter Goodhall
3b734fc337
fixed more table errors
2016-01-09 23:53:50 +00:00
Peter Goodhall
c57d800fe8
fixed tr not being closed
2016-01-09 23:50:42 +00:00
Corby Krick
efbc22e665
Results table headers now correctly only show when results are available. Also fixing issue where the first record downloaded from eqsl and lotw was not displayed in the results table. LoTW import now displays message if no results available.
2013-11-15 15:28:56 -06:00
Corby Krick
11c5d0d9c5
Correcting the result table headers to match the data displayed.
2013-11-11 11:24:20 -06:00
Corby Krick
a07e59dbc0
Added title headings to tables
2013-11-09 14:14:08 -06:00
Corby Krick
f3ac92a305
Adding support for LoTW export.
2013-03-06 23:33:39 -06:00
Corby Krick
d014e24317
Working prototype of LoTW file upload. Needs a bit of polish yet.
2013-03-05 19:19:52 -06:00
Corby Krick
bc17566e49
Added a view for uploading TQ8 (LoTW signed files). Working on the controller for functionality yet.
2013-03-04 22:59:33 -06:00
Corby Krick
24cd4bfe11
These missed commit. Using the LoTW Rcvd mark specified in the DB.
2013-03-02 14:24:16 -06:00
Corby Krick
950037ada0
Now reading the URL for LoTW download from config file incase they change it.
2013-02-24 15:51:31 -06:00
Corby Krick
b4ba9e2f84
Fixing a couple typos.
2013-02-23 18:40:06 -06:00
Travis McArthur
b3f03dc3c9
Extract loading logic to private method
2013-02-23 16:42:18 -07:00
Corby Krick
8b002b7415
Have downloading working! Now to see if I can do something about this redundant code...
2013-02-23 13:25:36 -06:00
Corby Krick
8b86756498
We are now pulling the LoTW username and password from the user_model and using those values to build out our URL. I also removed some notes and added a couple TODO reminders.
2013-02-22 18:57:44 -06:00
Corby Krick
8761d52bb7
Submitting LoTW fetch on the import form will download a file from LoTW and stick it in the uploads directory. Working on building the LoTW report download link.
2013-02-22 18:30:33 -06:00
Corby Krick
6cd66a6a4a
Helps to save the file before committing, but it was just comments anyway...
2013-02-21 20:19:58 -06:00
Corby Krick
ab56594bdb
Added radio buttons to the import form. Working on adding functionality for LoTW API.
2013-02-21 20:13:42 -06:00
Peter Goodhall
a781c39d26
Added the ability to upload LoTW report adif files and make qsos as confirmed
2013-02-16 16:41:40 +00:00