Joe Banks
6e1ac4e203
Create template for each row of new rigboard
2025-03-16 22:05:45 +00:00
Joe Banks
899f958aa3
Store legacy rigboard in new template file
2025-03-16 22:05:35 +00:00
Joe Banks
ee83fd2064
Add link to legacy rigboard on rigboard template
2025-03-16 22:05:27 +00:00
Joe Banks
87dd32da6c
Add shortcut to event page for opening PDF with Ctrl+P
...
Closes #457 . You can still use browser default print if you are so
inclined (however it looks trash). This is a quick way to export the
PDF.
2025-03-16 20:05:03 +00:00
Joe Banks
25593f3e6c
Surface only_mic in frontend ICS URl generator
2025-03-16 20:00:24 +00:00
Joe Banks
89d50fbd49
Update ICS feed with ?only_mic filter
2025-03-16 19:59:24 +00:00
Joe Banks
7313c905ea
Attach user object when using api_key_required decorator
2025-03-16 19:58:56 +00:00
Joe Banks
074d40ea03
Select current user for supervisor field
...
(Closes #615 and #546 )
2025-03-16 19:47:58 +00:00
Joe Banks
1496a75826
Add .venv to gitignore
2025-03-16 19:33:16 +00:00
Joe Banks
1f22470bfd
Add missing endif
2025-01-25 23:47:57 +00:00
Joe Banks
47babff6d4
Notes on power test export
2025-01-25 23:43:39 +00:00
Joe Banks
ad8ffa69de
Fix indentation of crew list partial
...
VSCode auto-format and DTL do not play nicely
2024-12-13 23:29:57 +00:00
Joe Banks
99fdca6a2d
Show crew list on event checklist view ( #613 )
...
* Split crew list into partial
* Use new crew list partial on event checklist
2024-12-13 16:43:12 +00:00
Joe Banks
245a92f8e6
Fix vertical centering of navbar logo ( #614 )
2024-12-08 21:46:20 +00:00
Joe Banks
89d7c5140e
Add fields to rig info for additional access requirements ( #611 )
...
* Add fields to rig info for additional access requirements
* Add form field for additional access requirements
* Display access requirements in rig info
* Make access requirements field non-required
Oops...
* Add event access field to risk assessment
* Allow for modification and display risk assessment venue access item
* Correct tests for RAs with new parking fields
* Add note to new venue access component of RA
* Correct div boundaries for non-rig access requirements
* Fill parking and access field in sample data generator
* Set parking and access field to false in RA creation test
* Hopefully the final correction of the RA test suite
2024-11-20 22:44:11 +00:00
Joe Banks
6b4a1ce6bf
Add quick link to log session on homepage for supervisors
2024-11-14 01:58:53 +00:00
Joe Banks
93762fe198
Allow sorting and filtering by Profile.date_joined in Django admin ( #606 )
2024-11-01 23:59:22 +00:00
Joe Banks
2559c92927
Power test export refactoring ( #607 )
2024-11-01 23:49:17 +00:00
3afa4deb52
Tweak finance dashboard to ignore 'non-rigs' when counting 'total events'
...
You can't invoice for a 'non-rig' after all.
2024-10-30 18:00:32 +00:00
Joe Banks
9f910af7eb
Change ANTIALIAS to LANCZOS in asset label generator ( #604 )
2024-10-29 22:48:19 +00:00
Joe Banks
6c32db3998
Fix issues caused by thousands separator ( #602 )
...
* Disable thousands separation in locale settings that caused issues updating rigs
* Update invoice dashboard to use "g" suffixed floatformats for thousands separation
2024-10-27 15:09:04 +00:00
Joe Banks
c2ef469d5d
Finance dashboard ( #600 )
...
* Enable commas for float thousands separation
* Add new invoice dashboard template
* Add new view controller for finance dashboard
* Add finance dashboard to dropdown
* Update finance URLs to put dashboard at index route
* Add payment methods to generated sample data
* Flip 'outstanding' and 'waiting' cards on dashboard to match order in dropdown
Also made them link to their respective lists and fixed low text contrast
---------
Co-authored-by: FreneticScribbler <aj@aronajones.com >
2024-10-27 13:11:42 +00:00
Joe Banks
e5c7e24941
Link to event details from check-in notice ( #595 )
2024-10-26 17:54:51 +01:00
be7b595edb
Add warning when creating event with access time more than a week before start.
...
Yes. I know it's a dirty solution. >:D
Closes #593
2024-10-20 19:56:40 +01:00
6d53df0c8b
Should fix logo leaking out of navbar
2024-10-20 19:19:57 +01:00
732a6e5c1e
Fix contrast and width issues on "now" alert
2024-10-20 19:05:51 +01:00
Joe Banks
c6823bb9ac
Colour cancelled invoices red ( #599 )
2024-10-17 22:10:23 +01:00
Joe Banks
ec000beee8
Update CI build version to 3.10 ( #598 )
...
* Update CI build version to 3.10
* Wrap Python version in string to avoid decimalisation
* Update requests for CVE mitigation
* Install cairo
2024-10-17 21:33:46 +01:00
Joe Banks
6c8eb380fd
Generate PDFs from Power Test Records ( #594 )
...
* Add new block to base_print.xml for additional styles from downstream templates
* Fix page totals on exports by adding <namedString> element
* Add new print template for power test records
* Add a generated name property to power tests to allow for export
* Add new routes for print export for power tests
* Add print button to power test records view page
* Address linting errors
2024-10-15 22:48:47 +01:00
3123d3899c
Fix regression in autocompleter - when adding new people/orgs/venues through modal they are not autoselected
...
Ah the lovely fragile javascript ecosystem, I can't even pin down when or why it broke.
2024-07-21 16:55:14 +01:00
dependabot[bot]
c93c04ec6e
Bump urllib3 from 1.26.18 to 1.26.19 ( #586 )
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.18 to 1.26.19.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.18...1.26.19 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-03 13:10:51 +01:00
6bf8d56ce8
Update CI workflow components
2024-07-03 13:10:34 +01:00
8246071b8c
Stop gulp corrupting all the font files.
...
I bloody love the javascript ecosystem, I do. Really.
>.<
2024-07-01 19:29:45 +01:00
06fa1a3b1b
Stop asteroids breaking the buildchain.
...
Game's a bit broken but I've better things to do than fix an easter egg
2024-07-01 19:18:56 +01:00
70abfaf2ae
Bulk update JS dependences
...
May fix #587 , either incidentally or properly, the font files presently being served seem to be corrupted in some odd manner.
2024-07-01 18:38:45 +01:00
02a5a94fbb
Potential fix for #573
...
None of the test cases appear to reproduce the issue so live testing it is.
2024-07-01 18:10:41 +01:00
dependabot[bot]
ddce9752c6
Bump braces and gulp ( #585 )
...
Bumps [braces](https://github.com/micromatch/braces ) to 3.0.3 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp ). These dependencies need to be updated together.
Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
Updates `gulp` from 4.0.2 to 5.0.0
- [Release notes](https://github.com/gulpjs/gulp/releases )
- [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/gulpjs/gulp/compare/v4.0.2...v5.0.0 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
- dependency-name: gulp
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-17 12:28:46 +01:00
dependabot[bot]
5a16e06bed
--- ( #583 )
...
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-21 16:45:52 +02:00
dependabot[bot]
5160a61a62
Build(deps): Bump gunicorn from 20.0.4 to 22.0.0 ( #581 )
...
Bumps [gunicorn](https://github.com/benoitc/gunicorn ) from 20.0.4 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases )
- [Commits](https://github.com/benoitc/gunicorn/compare/20.0.4...22.0.0 )
---
updated-dependencies:
- dependency-name: gunicorn
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-18 17:41:53 +01:00
dependabot[bot]
607f282ef6
Build(deps): Bump sqlparse from 0.4.4 to 0.5.0 ( #580 )
...
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse ) from 0.4.4 to 0.5.0.
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG )
- [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.4...0.5.0 )
---
updated-dependencies:
- dependency-name: sqlparse
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-16 17:26:44 +01:00
dependabot[bot]
d71bb81edf
Build(deps): Bump idna from 2.10 to 3.7 ( #579 )
...
Bumps [idna](https://github.com/kjd/idna ) from 2.10 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases )
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst )
- [Commits](https://github.com/kjd/idna/compare/v2.10...v3.7 )
---
updated-dependencies:
- dependency-name: idna
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-15 16:27:48 +01:00
dependabot[bot]
f46915233e
Build(deps): Bump tar from 6.1.14 to 6.2.1 ( #578 )
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 6.1.14 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v6.1.14...v6.2.1 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-11 18:32:46 +01:00
Alex Daniel
0c900d2447
Fix typo in PSCC ( #577 )
...
Circuit is spelt Circuit, not Sircuit
2024-04-06 19:18:09 +01:00
953b691cc2
Switch magic flexy rigboard layout to use *container* width queries rather than *screen* width queries
...
This resolves the overflow seen in the profile detail view in the most overkill way possible. Nerf this!
2024-04-06 19:14:23 +01:00
17fa447861
Reimplement .dl-horizontal, dropped in Bootstrap 3 and apparently still used in our templates in some places
2024-04-06 18:13:32 +01:00
bobbinz
409125c8a3
PSSC Values (Three Phase) ( #576 )
...
* Update ec_power_info.html
Added three phase column and made tables look the same
* Update ec_power_info.html
Fixed spelling booboo
2024-03-26 19:25:29 +00:00
dependabot[bot]
03d996eb66
Build(deps-dev): Bump follow-redirects from 1.15.4 to 1.15.6 ( #574 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-25 20:19:20 +00:00
dependabot[bot]
1e40916a94
Build(deps): Bump es5-ext from 0.10.62 to 0.10.64 ( #572 )
...
Bumps [es5-ext](https://github.com/medikoo/es5-ext ) from 0.10.62 to 0.10.64.
- [Release notes](https://github.com/medikoo/es5-ext/releases )
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md )
- [Commits](https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.64 )
---
updated-dependencies:
- dependency-name: es5-ext
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-03 17:14:37 +00:00
dependabot[bot]
eae3f762b7
Build(deps): Bump ip from 2.0.0 to 2.0.1 ( #571 )
...
Bumps [ip](https://github.com/indutny/node-ip ) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: ip
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-03 17:14:29 +00:00
dependabot[bot]
7a387e8724
Build(deps): Bump axios and browser-sync ( #570 )
...
Removes [axios](https://github.com/axios/axios ). It's no longer used after updating ancestor dependency [browser-sync](https://github.com/BrowserSync/browser-sync ). These dependencies need to be updated together.
Removes `axios`
Updates `browser-sync` from 2.29.1 to 3.0.2
- [Release notes](https://github.com/BrowserSync/browser-sync/releases )
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md )
- [Commits](https://github.com/BrowserSync/browser-sync/compare/v2.29.1...v3.0.2 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: indirect
- dependency-name: browser-sync
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-03 17:14:20 +00:00