1e7f72e9ec
Implement publish, unpublish actions
2025-01-08 23:47:58 +01:00
26be22c0bd
Minor admin improvements and remove unique_together deprecated Meta
...
Also make rolling stock unique per consist
2025-01-08 23:28:04 +01:00
206b9aea57
Make purchase date a private field as well
2025-01-04 19:06:10 +01:00
8557e2b778
Improve a bit the layout for descriptions
2024-12-30 12:07:46 +01:00
ee5b5f0b3a
Add a custom middleware to improve caching behavior
2024-12-29 22:28:39 +01:00
0ea9978ffb
Remove troublesome code
2024-12-29 21:57:54 +01:00
026ab06354
Add a CSV export functionality in admin and add price fields ( #41 )
...
* Implement an action do download data in csv
* Refactor CSV download
* Move price to main models and add csv to bookshelf
* Update template and API
* Small refactoring
2024-12-29 21:46:57 +01:00
f2b817103f
Add catalog to by tag filter
2024-12-23 02:02:34 +01:00
2d00436a87
Disable scales if no items are available
2024-12-23 01:50:58 +01:00
6ff5450124
Minor fixes and improvements
2024-12-23 01:26:22 +01:00
7a51ab9095
Bump version
2024-12-22 21:46:42 +01:00
dad40b3ee7
Implement documents inline for books and catalogs
2024-12-22 21:45:56 +01:00
64f616d89f
Merge branch 'master' into catalogue
2024-11-30 18:51:24 +01:00
f8246c31d3
Hotfix the manufacturer template
2024-11-30 14:56:26 +01:00
b5b88f7714
Minor change to Image model Meta
2024-11-27 23:14:44 +01:00
41d9338459
Allow books with no authors
2024-11-26 23:22:37 +01:00
32785f321a
Fix the logout to use a POST (introduced with Django 4.1)
...
Also add an handy command to clear Django cache
2024-11-05 22:43:15 +01:00
9a832bca82
Improve sorting
2024-11-04 22:27:23 +01:00
54254bda7d
Fix get_data method signatore in portal views.py
2024-11-04 15:06:55 +01:00
1c07c6a7a9
Add a custom manager to filter private and unpublished stuff ( #39 )
...
* Implement a customer manager for flatpages
* Implement public manager for private objects
* Add support for unpublished objects in roster and consist
* Add support for unpublished objects in bookshelf
* Update filtering on REST views
* Use uuid in urls.py
* Increment version
2024-11-04 15:00:34 +01:00
d0854a4cff
Speedup inlines using autocomplete field and add more previews ( #38 )
2024-11-04 11:33:28 +01:00
456272b93a
Add built-in decoder interface type
2024-04-30 11:08:16 +02:00
35905bafdf
Improve rendering of pagination on mobile ( #37 )
2024-04-27 15:00:23 +02:00
6a9f37ca05
Add a 404 page and improve manufacturer lookup ( #36 )
...
* Add a custom 404 page
* Better manufacturer and item lookup
* Add migration to populate new field
* Version bump
2024-04-24 00:33:41 +02:00
54a68d9b1f
Fix data retreival issue on GetData ( #35 )
2024-04-21 15:34:16 +02:00
aa02404dfe
Fix an ordering issue on items in a set query
2024-04-21 09:56:10 +02:00
e4ad98fa38
Implement support for sets and other improvements ( #34 )
...
* Add a boolean to define item as part of a set
* Add contextual help in admin
* Introduce support to sets and to item code lookup
Also review the url path for pagination
2024-04-21 00:31:52 +02:00
b37f5420c5
Update to Bootstrap 5.3.3 ( #33 )
...
* Update to Bootstrap 5.3.3
* Remove support for python 3.9
2024-04-09 23:45:58 +02:00
4b74a69f3f
Add the possbility to provide descriptions ( #32 )
...
to class, rolling stock, book
2024-03-02 15:45:42 +01:00
e7d34ce8e0
Remove unused args in upload_image
2024-02-17 23:06:41 +01:00
19eb70c492
Replace ckeditor with tinymce ( #30 )
...
* Replace ckeditor with tinymce due to deprecation
* Remove any ckeditor dependency from old migrations
Disable alters, replace create with plain models.TextField
* Reformat files
* Add more hardening in image_upload
2024-02-17 23:05:18 +01:00
4428b8c11d
Fix a RuntimeWarning introduced in Django 5 ( #29 )
2024-01-20 22:08:10 +01:00
4a12201d22
Make Document and Image files not nullable
2023-11-04 23:54:56 +01:00
830da80302
Keep media folder clean ( #28 )
...
* Reorg roster, portal and bookshelf media
* Extend media reorg to consists
* Delete roster and bookshelf images on delte.
Do not delete others data that might be dedup!
* Bump version
2023-10-31 11:16:55 +01:00
03fc82c38d
Enable csrf protection
2023-10-28 13:56:43 +02:00
ec8684dbc0
Add a "None" country and "Europe" with flags
2023-10-28 13:55:21 +02:00
168b424df7
Bump version
2023-10-27 22:46:19 +02:00
e1400fe720
Remove health page
2023-10-27 22:26:24 +02:00
ef767ec33d
Fix a pretty-print on companies
2023-10-23 18:54:57 +02:00
b23801dbf0
Clear cache on save if active
2023-10-21 21:42:03 +02:00
9164ba494f
Update examples to implement caching
2023-10-17 22:40:31 +02:00
97989c3384
Improve UX and filtering
2023-10-17 13:44:30 +02:00
7865bf04f0
Add consists view in rolling stock and them in company filter
2023-10-16 22:48:46 +02:00
8d8ede4c06
Improve page layout on mobile
2023-10-11 22:39:29 +02:00
87e1107156
Bugfixing ( #27 )
...
* Enforce ordering on some metadata models
* Fix a 500 error while accessing flat pages
* Clean up HTML and fix cards (missing class)
* Make the "driver" app optional and disabled by default
2023-10-10 22:17:21 +02:00
764240d67a
Fix bookshelf default sorting
2023-10-09 23:09:05 +02:00
424b17ae58
Bug fixing for consists
2023-10-08 09:52:38 +02:00
c73efb01e4
Introduce private docs and flatpages preview ( #26 )
...
* Add support for private documents
* Fix migrations after merge
* Rebase fixtures
* Filter private decoder docs
* Enable preview of unpublished pages
2023-10-07 22:38:20 +02:00
a21baac10c
Fix a dependency on solo during bootstrap
2023-10-06 21:37:24 +02:00
4b0361acc1
Fix the consists search
2023-10-05 23:21:52 +02:00