Wykres commitów

1080 Commity (6439af3df989669b35622e2a52871f11dd213751)

Autor SHA1 Wiadomość Data
Peter Goodhall f8998f17a9
Merge pull request #306 from dg9vh/dok - Added DARC-DOK field to QSO window and also other sections
Possibility to add DARC-DOK in existing Database-Field COL_DARC_DOK
2019-06-25 10:51:07 +01:00
Kim Huebel e419c8af87 bug-fixing on model - forgot to edit edit() 2019-06-25 09:07:42 +02:00
Kim Huebel d71d592147 Moved location based on CR.
Also made common look&feel at qso-view (forgotten : on some field-labels)
2019-06-25 08:33:31 +02:00
Kim Huebel 73cd07e4c2 Possibility to add DARC-DOK in existing Database-Field COL_DARC_DOK 2019-06-24 23:03:13 +02:00
Peter Goodhall 91dc6dde94 Ability to turn gridsquare map on and off 2019-06-24 18:21:02 +01:00
Peter Goodhall 9fb7051c1a Removed till grid till fixed 2019-06-24 17:50:06 +01:00
Peter Goodhall ed67dc6664 Update leafembed.js 2019-06-24 17:43:58 +01:00
Peter Goodhall 46e7b87ffb Fixed error where old table was called 2019-06-24 17:34:01 +01:00
Peter Goodhall e67c1a4688 started code to show gridsquare overlay 2019-06-24 17:32:22 +01:00
Peter Goodhall 4a205f4b7f Update footer.php
Added comment to reset_fields function
2019-06-24 16:18:17 +01:00
Peter Goodhall 914a815aef Pressing the reset button on the QSO page resets all the correct fields 2019-06-24 16:13:51 +01:00
Peter Goodhall 59ccc02fa1 Merge branch 'master' of https://github.com/magicbug/Cloudlog 2019-06-24 16:02:37 +01:00
Peter Goodhall 6ef6680aaa When typing a gridsquare in the field on the QSO page it will only get bearing and when the field has 4 chars saves useless calculation 2019-06-24 16:02:02 +01:00
Peter Goodhall 0b9767ce7a
Merge pull request #304 from dg9vh/measurements
Enable configuring the measurement base distance is measured in
2019-06-24 15:05:58 +01:00
Kim Huebel 8365b17f7c Enable configuring the measurement base distance is measured in 2019-06-24 15:57:48 +02:00
Peter Goodhall 6aa0e5dfcc Added unit information to qra.php library 2019-06-24 12:10:49 +01:00
Peter Goodhall 9891b44ae3 Within the Edit QSO box before it will delete you must confirm to save mistakes 2019-06-23 16:20:09 +01:00
Peter Goodhall 9a2abd2f1e You can now delete a QSO via the cog dropdown 2019-06-23 16:11:55 +01:00
Peter Goodhall ac231095c7 Completely removed any display of the time instead of **:** 2019-06-23 16:00:14 +01:00
Peter Goodhall 3c212bc8b5
Merge pull request #302 from dg9vh/dashboard
Masking QSO-Time on dashboard with **:** of not logged in
2019-06-23 14:59:07 +01:00
Kim Huebel 0b7033a1ba Made the whole thing configurable with
application/config/cloudlog.php
2019-06-22 12:34:06 +02:00
Kim Huebel 6288b0a28c Fixed Headline. 2019-06-21 23:45:34 +02:00
Kim Huebel 17d57e071c fixed forgotten Detail-view with time 2019-06-21 23:40:14 +02:00
Kim Huebel 0cc7b36796 Merge branch 'master' of https://github.com/magicbug/Cloudlog into dashboard 2019-06-21 22:34:17 +02:00
Peter Goodhall d05717c1e6 You can now delete API keys via /api/help 2019-06-21 21:33:21 +01:00
Kim Huebel 3e3ade7c68 Masking QSO-Time on dashboard with **:** of not logged in
To avoid third parties to get to much infos on QSOs.
2019-06-21 22:25:11 +02:00
Peter Goodhall caf43f2259 Added function for deleting API keys
Added a function to delete API keys in the API model, this will be exposed via the api.php controller with a frontend component
2019-06-21 21:22:22 +01:00
Peter Goodhall ab7593fee2 Migration handles more of the sql now 2019-06-21 16:01:08 +01:00
Peter Goodhall 86cf1114ca deleted old code 2019-06-21 15:45:43 +01:00
Peter Goodhall 5adcffe2b4 Deleted unrequired files 2019-06-21 15:43:36 +01:00
Peter Goodhall e29375d92f Created a cloudlog.php config file to move away from using the main config.php file to make it easier 2019-06-21 15:41:23 +01:00
Peter Goodhall db7c769623 Updated the install sql to reflect the changes 2019-06-21 15:31:40 +01:00
Peter Goodhall 3aeb1e6fe6 Show the actual error from Clublog if there is one 2019-06-20 16:31:00 +01:00
Peter Goodhall e351185bf1 Added a function to mark all qsos not sent to clublog
markallnotsent is really only needed if theres been a major failure
2019-06-20 15:53:57 +01:00
Peter Goodhall 4816240d9b Catch error didn't like being put in an array 2019-06-20 15:43:58 +01:00
Peter Goodhall c126df2fb3 Removed debug info that wasn't needed 2019-06-20 15:30:35 +01:00
Peter Goodhall 2368a1c322 Update Clublog.php 2019-06-20 15:27:09 +01:00
Peter Goodhall 9ca408e888 More states of data in the table 2019-06-20 15:26:36 +01:00
Peter Goodhall 76107c72d4 More functions 2019-06-20 15:24:54 +01:00
Peter Goodhall ef2dfde183 mark qso sent to clublog function 2019-06-20 15:21:05 +01:00
Peter Goodhall d6acdce80d Possibly fixes the last of the clublog errors 2019-06-20 15:16:53 +01:00
Peter Goodhall d16874e1b4 Update Clublog.php 2019-06-19 18:03:48 +01:00
Peter Goodhall f2277f5d57 Update Clublog.php 2019-06-19 17:51:03 +01:00
Peter Goodhall 08735b116f Update Clublog.php 2019-06-19 17:43:35 +01:00
Peter Goodhall 4eb7ea834d Update Clublog.php 2019-06-19 17:42:20 +01:00
Peter Goodhall 0e8f47255a Didnt remove debug Think I shouldnt be coding this eve 2019-06-19 17:39:21 +01:00
Peter Goodhall f5efb96392 Fixes directory to file issue, within config.php you must state your directory if its not in the main dir. 2019-06-19 17:36:33 +01:00
Peter Goodhall f28d1686a1 Update Clublog.php 2019-06-19 17:22:28 +01:00
Peter Goodhall 1158582dc4 typo 2019-06-19 17:21:49 +01:00
Peter Goodhall 50ea6a61d9 check for curl errors 2019-06-19 17:21:27 +01:00