提交图

50 提交

作者 SHA1 备注 提交日期
Andreas
99379ec213 PHP8 fix and folder not found fix 2021-10-09 15:25:10 +02:00
Andreas Kristiansen
234ec52f1b
Merge branch 'mastettest' into station_logbooks 2021-10-08 11:48:01 +02:00
Thomas Werzmirzowsky
d0fa23835c added SOTA (SOTA_REF) to possible columns 2021-09-09 18:57:38 +02:00
Andreas
a512a984aa [Custom CSS Theme Support] Added support for fetching list of themes from database. 2021-08-09 13:13:41 +02:00
Andreas
de5c65c121 [User selectable columns] Added a fifth column, used only in logbook view. Also fixed a bug when adding user accounts. 2021-05-07 08:03:25 +02:00
Andreas
da279ffedf [User selectable columns] Added translations for the new texts added. Started a new language file for user accounts. 2021-05-06 12:58:55 +02:00
Andreas
5bc59883ed [User selectable columns] Added some translations. 2021-05-06 12:39:14 +02:00
Andreas
159aa0562d [User selectable columns] Added the possibility to configure some of the columns shown in the dashboard and in the logbook. 2021-05-05 17:52:42 +02:00
Andreas
997ae932ec [Main menu] Added user option to hide notes in the main menu. Fixes #942. 2021-03-20 21:19:07 +01:00
Andreas
bbb4c01b71 [QSO Dialog] Added translation for the dropdown select. 2021-02-26 12:45:46 +01:00
Andreas
7c04327268 [QSO Dialog] Auto-fill location and locator when SOTA is chosen. This is fetched from the API. This can be turned on/off in the user settings.
Did a refactor at the same time and moved a lot of javascript from footer.php to qso.js.
2021-02-26 10:37:43 +01:00
Peter Goodhall
1820fd1ca3 [User][Edit] Added some extra date formats 2021-01-26 15:22:15 +00:00
Peter Goodhall
6a42641f9d [QSO][Edit] Swapped the Delete and Save Changes buttons to conform to standard ux 2021-01-02 19:33:59 +00:00
Peter Goodhall
c00e33af55 Added extra warnings and cleaned up the display 2020-12-07 13:54:15 +00:00
Paul Beesley
a6682a857a Add Darkly dark theme
And rename Dark to Cyborg (Dark)
2020-12-07 09:55:31 +00:00
Paul Beesley
2abd81c3dd Add Cosmo theme
MIT license from Bootswatch
2020-12-07 09:55:30 +00:00
Paul Beesley
ff403dc456 Add Superhero (new dark theme) to test changes
Now we should be able to drop in a new theme folder with minimal changes.
2020-12-07 09:55:30 +00:00
Paul Beesley
301483bddf Change the way themes are processed
Place themes in subfolders and use the folder name in the DB instead of the path to a single CSS file
2020-12-07 09:55:30 +00:00
Paul Beesley
5d23802e16 Further tweaks to text and text formatting
This commit has some further changes to text throughout the application. There are also some small fixes for text formatting. E.g. making sure that the small "helper" text under certain form fields is all consistent in terms of colour, font, etc.
2020-11-02 09:34:29 +00:00
Paul Beesley
c65ce673aa Normalise button styles
Blue Solid = Add something, activate something, or perform any other primary action.
Blue Outline = Edit, change or update something.
Red = Delete something or make an irreversable change.
Grey = Deactivate something.
Yellow = Reset something or clear a field.
Green = Retained for search.

Added icons where it made sense to do so.
2020-10-27 20:51:24 +00:00
Peter Goodhall
e19cadd0f2 [Users] when viewing edit window on mobile boxes where to small 2020-09-28 14:45:50 +01:00
Andreas
447e6b76a1 Added a blue theme as well. These themes are based on themes found here: https://bootswatch.com 2020-09-23 18:19:28 +02:00
Andreas
97fd1b137a New feature: theme is user selectable. 2020-09-23 10:59:49 +02:00
Kim Huebel
58e69f7ef4 Added some more date-formats and added date-format-chooser into user-add-dialog. 2020-09-16 21:22:37 +02:00
Andreas
70bd3fd2b3 Added blank option if measurement base is not set in db or config file. 2020-09-16 19:56:29 +02:00
Andreas
9696a1199c Changed the dropdown selects to look the same (custom-select). 2020-09-16 10:17:58 +02:00
Peter Goodhall
75a4870ad9 [Users] Made Date Format defineable in the user profile and changed all the code in the system to follow selection 2020-09-15 22:04:47 +01:00
Peter Goodhall
dd09ca6350 Cleaned up the edit account area and gave it a new interface 2020-09-15 17:04:38 +01:00
Andreas
6c07de7f2c Changed it over to user profile. Fetches data from session instead. 2020-09-14 12:29:02 +02:00
Peter Goodhall
7b4f4621d0
Merge pull request #425 from phl0/noPasswordHintNeededHere
Password hint not applicable here
2020-03-02 14:41:38 +00:00
phl0
15fb2bbd76
Password hint not applicable here 2020-03-02 15:24:00 +01:00
Michael G7VJR
80145b4732 Use Club Log CDN for cty.xml
Change the URL for collecting Club Log's cty.xml definitions to use https://cdn.clublog.org (Content Delivery Network, faster). Remove reference to secure.clublog.org and update string "Clublog" to be "Club Log".

Getting my hands dirty for the first time so very minor stuff!
2019-10-08 20:53:14 +01:00
Peter Goodhall
f4a0298247 Removed unneeded components from User edit which have moved to station profile screen 2019-10-04 11:37:55 +01:00
Peter Goodhall
a4407ef316 on the Edit user page, changed Clublog username text to email/callsign to match clublog.org due to some confusion by a couple of users. 2019-07-25 13:48:35 +01:00
Peter Goodhall
1da6668331 Fixed bug where eqsl user wasn't being shown on the edit page. 2019-06-19 16:15:08 +01:00
Peter Goodhall
45a809c331 Added inputs and table columns to start supporting Clublog uploading 2019-06-19 14:14:10 +01:00
Peter Goodhall
cd78bda206 Fixed issue where eQSL username wasn't editable 2019-05-25 16:55:47 +01:00
Peter Goodhall
306c5255ed eQSL username HTML element was set to password which it isn't 2019-05-22 17:07:33 +01:00
Peter Goodhall
9c2959779b Changed interface elements to Bootstrap 4 2019-01-09 15:18:46 +00:00
Tony Corbett, G0WFV
9b6faf231e Fix #213: Eqsl errors in download may not be handled correctly 2018-11-30 19:05:54 +00:00
Corby Krick
bc4970fbe4 Adding support for editing the eQSL credentials 2013-08-17 09:08:26 -05:00
Corby Krick
ea47d327fc Added LoTW username and password fields to edit user screen. 2013-02-21 18:20:13 -06:00
Peter Goodhall
01163e95e8 Major UI changes, some areas like search are broken 2011-11-06 23:09:51 +00:00
Andy Smith
000d34768b * Implemented user timezones (closes #48)
* Added 'user_timezone' field to table 'users'
* Added 'timezones' table
2011-09-27 23:47:25 +01:00
Andy Smith
5d2e890da0 Updated user/add to prompt for first name, last name, callsign and locator 2011-09-26 20:45:07 +01:00
Andy Smith
74116240dd More user changes, including profile page 2011-08-19 20:33:37 +01:00
Andy Smith
6298763c7f Updates to user views to support user auth 2011-08-19 17:12:59 +01:00
Andy Smith
c2a7e45ca5 More user changes. 'user/add' now implemented. 2011-08-18 02:27:53 +01:00
Andy Smith
7c76e0b37f Fixed type fields and removed hash display test 2011-08-18 01:47:59 +01:00
Andy Smith
c24e962671 Renamed 'auth' model, controller and views to 'user' 2011-08-18 01:16:27 +01:00