Commit Graph

354 Commits

Author SHA1 Message Date
Lacey Williams Henschel
9789c56f13 📝 Redirect libraries list to libraries-by-version list
In case we want to preserve the /libraries/ url.
2023-02-02 11:45:18 -08:00
Lacey Williams Henschel
1d80f35638 Redirect library detail to versioned library detail
Wasn't sure if we wanted to fully replace the URL or preserve the /libraries/ endpoint? It wasn't hard to add the redirect.
2023-02-02 11:23:49 -08:00
Lacey Williams Henschel
95743b9f56 Add URL for library detail by version 2023-02-02 10:43:26 -08:00
Lacey Williams Henschel
7de45597fe Method to get most recent active version 2023-02-02 10:17:15 -08:00
Lacey Williams Henschel
ed53f9322a Add libraries-by-version list view
Note: This does NOT address the categories functionality. This commit adds the new URL, but if the user filters by category on that page, the page redirects to `/libraries-by-category/` and doesn't respect the version.
2023-02-02 09:35:13 -08:00
Lacey Williams Henschel
f601b67613 Add command to generate test versions 2023-02-01 16:13:41 -08:00
Lacey Williams Henschel
2074f31c75 Add a str method 2023-02-01 15:14:52 -08:00
Lacey Williams Henschel
e5b9612af5 Add LibraryVersion to the admin 2023-02-01 15:14:36 -08:00
Lacey Williams Henschel
1193c88574 Merge branch 'main' of github.com:revsys/boost.org into version-library-m2m 2023-02-01 14:01:09 -08:00
Lacey Williams Henschel
eccd44a1a5 Tests for Library models 2023-01-30 10:47:56 -08:00
Lacey Williams Henschel
4e249ac6da 🏦 Add LibraryVersion M2M through model and tests 2023-01-30 10:47:31 -08:00
Lacey Williams Henschel
341ac69b7f Merge pull request #104 from revsys/versions
Data-driven versions list and detail pages
0.0.92
2023-01-30 09:47:26 -08:00
Lacey Williams Henschel
a05be78b75 📝 Change URL path for version detail 2023-01-30 09:42:00 -08:00
Lacey Williams Henschel
136b047ba8 📝 Data-driven versions list page 2023-01-27 09:39:07 -08:00
Lacey Williams Henschel
b02a0eca02 📝 Get current and past versions in version list 2023-01-26 12:24:39 -08:00
Lacey Williams Henschel
9e5f70e110 Merge pull request #102 from revsys/combine-email-social-signup
 Include the social logins on the signup form
0.0.91
2023-01-25 11:42:10 -08:00
Lacey Williams Henschel
c49fb6d24c Include the social logins on the signup form 2023-01-25 11:36:58 -08:00
Frank Wiles
554eea4347 Disable tests for today 0.0.90 2023-01-20 09:21:45 -06:00
Greg Newman
4c065cd73c Merge pull request #99 from revsys/88-library-search
Library list changes
2023-01-20 10:20:31 -05:00
Greg Newman
5e664cb4da Merge branch 'main' into 88-library-search 2023-01-20 10:14:57 -05:00
Greg Newman
8c73582ab3 📝 Libary list changes
* Makes library items cards
* Removes option checkboxes
* Removes alphabet filters
* WIP alpinejs to submit category - for now there is a “go” button.  I’m running into bugs with x-ref and change.

Issue: #88
2023-01-20 10:05:26 -05:00
Frank Wiles
46738f4335 Merge pull request #97 from revsys/12-website-content
Route and render markdown content from the content repo
2023-01-20 08:16:55 -06:00
Greg Newman
c4e88a2c1c hide footer signup on auth views 2023-01-20 09:00:24 -05:00
Lacey Williams Henschel
c7bef4af28 📝 Improve test files 2023-01-19 18:43:49 -08:00
Lacey Williams Henschel
49e83dfcad Set up a local dir for markdown content unit testing 2023-01-19 18:41:13 -08:00
Lacey Williams Henschel
3428012a49 Retrieve markdown from Docker container, render as HTML 2023-01-19 15:37:49 -08:00
Greg Newman
61e5a36814 Merge pull request #96 from revsys/89-css-buttons
Styling fixed additions for forum and login/signup
0.0.89
2023-01-19 18:37:23 -05:00
Greg Newman
7c58e882c3 🎨 style login form
* make forgot link orange and justify between submit button
* hide labels for email and password but keep remember me label
2023-01-19 18:34:06 -05:00
Greg Newman
e1e54deef2 toggle social vs email login forms 2023-01-19 18:26:27 -05:00
Greg Newman
613e8b010e 🎨 change layout of signup template
Put graphic to right of signup form.
2023-01-19 15:38:06 -05:00
Greg Newman
515304e905 🔨 empty div 2023-01-19 15:27:45 -05:00
Greg Newman
41a530eb48 📝 not 100% width 2023-01-19 15:19:30 -05:00
Greg Newman
5045df1a8c 📝 truncates breadcrumb for topic 2023-01-19 15:15:44 -05:00
Greg Newman
95ad7c1874 🎨 styles poll results 2023-01-19 15:13:00 -05:00
Greg Newman
85654ada04 📝 change rounded size for checkboxes 2023-01-19 15:12:47 -05:00
Greg Newman
4ed949c487 🎨 voting form styles 2023-01-19 15:04:04 -05:00
Greg Newman
ef4c78cfc2 🎨 poll buttons 2023-01-19 15:03:36 -05:00
Lacey Williams Henschel
541029e6c5 ❄️ Add BASE_CONTENT 2023-01-19 10:33:56 -08:00
Lacey Williams Henschel
1d8edd1730 🐳 Add the Docker volume for website content 2023-01-18 19:40:50 -08:00
Greg Newman
1725f7c55d Merge pull request #95 from revsys/89-css-buttons
🐛 fixes indigo button
0.0.88
2023-01-17 19:01:14 -05:00
Greg Newman
fd64104a70 🐛 fixes indigo button
* Fix where indigo snuck into the buttons
* Also styles buttons in past versions

Issue: #89
2023-01-17 18:54:26 -05:00
Frank Wiles
bdc7bd3a08 Merge pull request #94 from revsys/92-environment
⬆️ Add django-admin-env-notice
0.0.87
2023-01-17 16:53:11 -06:00
Lacey Williams Henschel
352f695b55 ❄️ Fix env var name 2023-01-17 12:59:43 -08:00
Lacey Williams Henschel
dd94fd5f33 ❄️ Add ENV_NAME to kube 2023-01-17 12:53:39 -08:00
Lacey Williams Henschel
be71771df0 👕 Linter 2023-01-17 12:41:30 -08:00
Lacey Williams Henschel
ef81290716 🔥 Oops 2023-01-17 12:41:15 -08:00
Lacey Williams Henschel
17c22db2a3 ⬆️ Add django-admin-env-notice 2023-01-17 12:39:15 -08:00
Frank Wiles
5bc6f44cae Inject version tag into Docker image 0.0.86 2023-01-16 15:15:40 -06:00
Frank Wiles
fec5bd1345 Assume https URLs 0.0.85 2023-01-16 15:07:52 -06:00
Frank Wiles
cbbb9df506 Whoops turned off too much 0.0.84 2023-01-16 14:06:27 -06:00