Commit Graph

884 Commits

Author SHA1 Message Date
Greg Newman
5c9d8a63d3 Merge branch 'main' into library-issues
# Conflicts:
#	templates/libraries/list.html
0.0.229
2023-06-01 19:09:00 -04:00
Greg Newman
62adb98d0a hooks up library view types
* View by cards
* View by flat list
* View by category lists

fixes #400
2023-06-01 19:06:53 -04:00
Greg Newman
9b988a5763 🐛 fixes version select position
fixes #399
2023-06-01 18:31:20 -04:00
Lacey Williams Henschel
02d6ee0040 Install asciidoctor in actions 0.0.228 2023-06-01 11:35:34 -07:00
Lacey Williams Henschel
f6f1b10a5d Command to convert based on file input 2023-06-01 11:35:34 -07:00
Lacey Williams Henschel
232223f6f0 ⬆️ Install asciidoctor properly 2023-06-01 11:35:34 -07:00
Lacey Williams Henschel
97505d6f85 🚧 WIP asciidoc 2023-06-01 11:35:34 -07:00
Natalia
3e6ae221b4 Allow entry creation, update and listing to include an image.
Part of #273
0.0.227
2023-06-01 15:21:47 -03:00
Greg Newman
5d981b487f 🔨 refactor html for better spacing
fixes #409
0.0.226
2023-05-31 19:22:34 -04:00
Greg Newman
483c2d506a 🐛 Fixes space at top of command palatte 2023-05-31 19:22:34 -04:00
Greg Newman
783e535dd0 🔨 refactor html for better spacing
fixes #409
2023-05-31 19:17:59 -04:00
Greg Newman
e473b67830 🐛 Fixes space at top of command palatte 2023-05-31 19:14:02 -04:00
Greg Newman
6d1cf03993 🐛 reduce bottom margin by 1px
closes issue #398
0.0.225
2023-05-31 19:00:23 -04:00
Greg Newman
bef6bfced9 🐛 reduce bottom margin by 1px
closes issue #398
2023-05-31 19:00:23 -04:00
Natalia
01ad06e15f Revert import of user signals 0.0.224 2023-05-30 23:21:53 -03:00
Natalia
db1ad7983b Revert changes to files inside static/img and static/animations
Also revert changes to migrations
2023-05-30 23:21:53 -03:00
Natalia
e2d2dd9ed2 Revert removal of imports 2023-05-30 23:21:53 -03:00
Natalia
a8cd8f507a Ran pre-commit run -a
Completed runs of black and rest of pre-commit checks.
2023-05-30 23:21:53 -03:00
Natalia
ed8808af95 Wrap README at 79 cols 2023-05-30 23:21:53 -03:00
Natalia
5ccc4ad99b Disables "create poll" link from news entries list. 0.0.223 2023-05-30 21:30:33 -03:00
Natalia
43f754520c Allow users to create news by type (plain news, blogpost, video, link, poll)
Expose buttons to create different news per type.
2023-05-30 21:30:33 -03:00
Lacey Williams Henschel
752ea51b5d Add punctuation 0.0.222 2023-05-30 14:25:43 -07:00
Greg Newman
26997d0a7d 🚜 fixing page widths; library controls 2023-05-30 16:20:38 -04:00
Greg Newman
8f4e8136e6 🐛 fixing layout of form controls on libraries 2023-05-30 09:36:11 -04:00
Greg Newman
98fb23e3d3 Merge branch 'main' into design-session-three
# Conflicts:
#	.gitignore
#	templates/docs_temp.html
#	templates/libraries/list.html
2023-05-30 08:36:15 -04:00
Greg Newman
025d81839e 🔨 add mailman static to ignore 2023-05-30 08:17:53 -04:00
Lacey Williams Henschel
ccf21dffa5 Better paging logic 0.0.221 2023-05-26 09:48:55 -07:00
Lacey Williams Henschel
f677652bc3 change to PositiveIntegerField for count 2023-05-26 09:48:55 -07:00
Lacey Williams Henschel
cee6df7b4b Condense mCommitData migration files 2023-05-26 09:48:55 -07:00
Lacey Williams Henschel
bd6d229248 Minor bugfixes 2023-05-26 09:48:55 -07:00
Lacey Williams Henschel
e238649e58 Add management command to import commit counts 2023-05-26 09:48:55 -07:00
Lacey Williams Henschel
5115efd421 Add method to save commit data to model 2023-05-26 09:48:55 -07:00
Lacey Williams Henschel
2146e7bc7b Add related_name 2023-05-26 09:48:55 -07:00
Lacey Williams Henschel
f3fbe63827 Refactor get_commits to include dates 2023-05-26 09:48:55 -07:00
Lacey Williams Henschel
dfb0113012 Add fixture for commit data 2023-05-26 09:48:55 -07:00
Lacey Williams Henschel
6ae8418f89 Add CommitData model for commit counts 2023-05-26 09:48:55 -07:00
Lacey Williams Henschel
9dee6b0e5c Add methods to get number of commits per month 2023-05-26 09:48:55 -07:00
Lacey Williams Henschel
fd06816e6f 🐛 Restore accidentally-deleted URL pattern and test 0.0.220 2023-05-25 11:21:02 -07:00
Donovan
cb6476c38c 🔥 removed Release Process card 0.0.219 2023-05-25 02:05:06 +05:30
Natalia
32a1ff4532 Provide news entry edition and deletion. 0.0.218 2023-05-24 16:26:18 -03:00
Natalia
2ec0b68ab8 Automatically approve unapproved news that do not require moderation. 0.0.217 2023-05-24 16:25:53 -03:00
Vinnie Falco
11d6aa2897 adjust flavor text in learn card 0.0.216 2023-05-24 14:12:58 -05:00
Natalia
4487618672 Downgrade django-test-plus to avoid requiring git when building images 0.0.215 2023-05-24 10:27:10 -07:00
Natalia
4396a2ad14 Added new view for News moderation list.
Includes support for the news approve view and news details view to redirect
to a safe URL on approval, to allow moderators to stay in the moderation list.
0.0.213
2023-05-24 13:37:20 -03:00
Natalia
eda02652a9 Update dependencies, including security release of requests 0.0.214 0.0.212 2023-05-24 09:03:02 -07:00
Lacey Williams Henschel
fb582afe9c Add temp privacy policy page 0.0.211 2023-05-23 16:31:44 -07:00
Lacey Williams Henschel
a691306569 Add mini versions of library list pages 0.0.210 2023-05-23 16:28:52 -07:00
Lacey Williams Henschel
6ad9f148b0 Add libraries by category view 0.0.209 2023-05-23 12:50:51 -07:00
Natalia
43f9eba991 Removed duplication from docker-compose file for mailman service 0.0.208 2023-05-23 15:50:46 -03:00
Lacey Williams Henschel
5187b51cf2 clean up 0.0.207 2023-05-23 10:26:16 -07:00