Commit Graph

322 Commits

Author SHA1 Message Date
4fb8aa74f0 Move Members model to new "membershipworks" app 2022-02-03 13:45:58 -05:00
192145e32a Update dependencies 2022-02-03 00:34:34 -05:00
6a07e0be3e Specify minor versions of dependencies 2022-02-03 00:31:41 -05:00
8c0252f68c Bump bootstrap to 5.1 2022-01-31 15:09:44 -05:00
c79a748720 Change LockerRental address to just include column letter and number 2022-01-28 17:03:55 -05:00
78f5d79e01 Add search fields for locker rentals 2022-01-28 16:03:58 -05:00
bd9ce2457b rentals: Reverse ordering of locker numbers
Because for some reason, our lockers are numbered right to left
2022-01-28 15:59:54 -05:00
d41dc9044c rentals: Add __str__() for LockerUnit 2022-01-27 17:14:44 -05:00
b956812e67 Rename recmaint -> cmsmanage 2022-01-27 17:14:44 -05:00
91255cb06c rentals: Change numbering scheme to match reality 2022-01-27 17:14:44 -05:00
edc66865e0 Ignore some djlint rules 2022-01-25 00:59:10 -05:00
813e432399 Use {% url %} instead of hard-coded urls 2022-01-25 00:59:10 -05:00
29c0afadcc Add namespaces to app URL confs 2022-01-25 00:56:31 -05:00
c365c56808 Add pre-commit dependency and config 2022-01-25 00:56:31 -05:00
ecdd2f861c Add and apply black formatter 2022-01-25 00:56:30 -05:00
0d34d4832a Add first attempt at locker rental management 2022-01-25 00:56:11 -05:00
1577cb7654 Add and apply djlint 2022-01-24 23:36:29 -05:00
cc18c78235 Rename .djhtml files to .dj.html 2022-01-23 23:01:47 -05:00
c1c6a5a4ef Specify minor versions of dependencies 2022-01-23 22:25:26 -05:00
32609b000d Add full event log to toolDetail 2021-05-24 23:12:24 -04:00
eb0e58c9f4 Clear event form on save 2021-05-24 23:12:01 -04:00
47f117abe6 Don't try to display subscriptions when no user is authenticated 2021-05-22 11:51:05 -04:00
d2ff139c51 Add display of subscriptions in taskDetail for the current user 2021-05-20 20:12:52 -04:00
71074e6f1b Make admin links link to current task or tool 2021-05-20 18:50:32 -04:00
192848fb43 Inherit page title from base template 2021-05-20 18:50:32 -04:00
41e3485d71 Add manage script to Pipfile 2021-05-20 18:50:32 -04:00
82b1d998c3 Use task_li template in toolDetail 2021-05-20 18:50:32 -04:00
8be59ecff7 Reduce the height of the notes field in taskDetail 2021-05-20 18:50:32 -04:00
726b79c990 Migrate to Bootstrap 5 2021-05-20 18:50:32 -04:00
66c1ef629b Use django-recurrence for recurrence fields 2021-05-19 18:22:33 -04:00
6918a3d497 Add slug field for tools, and base URLs on it 2021-05-19 17:08:31 -04:00
cb28da70e9 Add uvicorn and mysqlclient dependencies 2021-05-19 14:09:38 -04:00
cf6bf97e45 Only use implicit AutoFields for primary keys
django really doesn't handle updating PKs well, so don't bother.

Reset migrations, because I don't really have enough data for it to be
worth the effort to migrate
2021-05-19 14:06:45 -04:00
e19df73642 Add a command to import a user from LDAP 2021-05-15 13:27:43 -04:00
76ffb649a3 Don't show extra rows for admin inlines 2021-05-14 22:56:46 -04:00
c790296c70 Inline events in the admin interface 2021-05-14 22:56:43 -04:00
dc4bfcca29 Inline Tool/Task subscriptions in the admin interface 2021-05-14 22:20:49 -04:00
6d1ef6ab22 Add relative representation of dates in task listings 2021-05-14 22:09:02 -04:00
ef81e2ba51 Use python 3.7 instead of 3.9 2021-05-14 22:06:11 -04:00
c817ea8532 Change certification definition naming scheme and define ordering 2021-04-29 14:01:07 -04:00
819c32b915 Order members by first name, then last name 2021-04-29 13:50:49 -04:00
84ac1e8257 Fix == -> isinstance typo 2021-04-29 13:32:49 -04:00
2690e2550d Add wsgi config file 2021-03-24 15:14:04 -04:00
a5cd992c0a Add Authentication via LDAP 2021-03-24 14:33:17 -04:00
16eb034b03 Add Member table from membershipworks database 2021-03-23 17:11:58 -04:00
090bb9e07a Initial Commit, basic models/admin pages for CMS_Database tables 2021-03-23 17:10:49 -04:00
7c14e4733c Split tool/task list items into component templates 2021-01-21 17:12:05 -05:00
58a5645cdf Use {% empty %} instead of if/else in index 2021-01-21 17:10:15 -05:00
48e5ec1ca3 Don't allow non-staff users to impersonate other users in event form 2020-12-26 19:24:16 -05:00
e02ba33348 Set event form initial values in init instead of constructor arguments 2020-12-24 15:30:45 -05:00