0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 21 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Programmatically generate the URL for reposities from their slug. Storing the URI is unreliable. Also fix the text rendering of search items in Chrome (hopefully). More... almost 12 years ago
Don't bother printing anything out after loaddata because it runs before every test. More... almost 12 years ago
Add notes field to diff, and reverse order of comparison. More... about 12 years ago
Add local ID to collection info sidebar More... about 12 years ago
Fix version history date/time (more fixes needed) More... about 12 years ago
Move name-access accessor to collection model, and fix the URL in the template. More... about 12 years ago
Add an override loaddata command to disconnect Haystack's realtime signals. More... about 12 years ago
Revamp and consolidate templates for search items, displaying their publication status. More... about 12 years ago
Add restrictions on non-staff users viewing draft descriptions. Depends on a settings value PORTAL_HIDE_DRAFTS. More... about 12 years ago
Add a couple of convenience methods for dealing with resource publication. More... about 12 years ago
Add a check for user/staff/publication status in the base detail view. Should probably move this elsewhere once we come up with a more unified and systematic permissions framework. More... about 12 years ago
Use country_code instead of country for indexing location of materials More... about 12 years ago
Cleanup More... about 12 years ago
Add alternate names to search result More... about 12 years ago
Override Pinax template to redirect login to previous page (by providing ?next= parameter) More... about 12 years ago
Revert "Cleanup". Committed wrong file. More... about 12 years ago
Cleanup More... about 12 years ago
Add another detail view that counts (with view filtering) the number of collections available to an object. This might need changing. More... about 12 years ago
Filter pub status before applying facets. Not sure this makes any difference. More... about 12 years ago
Make publication status part of the form base template More... about 12 years ago
Integrate publication visibility into list view classes. There's no actual authorisation yet, it's simply a display filter. More... about 12 years ago
Don't really like this, but make pub status an attribute of the Resource, so that we can treat entities generically WRT visibility based on that. More... about 12 years ago
Fix tests by adding in a mandatory field to the POST data. More... about 12 years ago
Missed migration from last commit. More... about 12 years ago
Add a publication status field to the Collection model. This is just so we can filter it based on the user. More... about 12 years ago
Re-index authorities as well More... about 12 years ago
Make Wiener library data importing slightly less idiotic bu splitting it into two scripts. More... about 12 years ago
Add a notes field to Collection model. Expand choices for level-of-description. Remove 'Area' from form sections More... about 12 years ago
Django's get_or_create doesn't play well with autoslug fields if the autoslug's reference field isn't in the query. Also, only index collection-level descriptions for the time being. More... about 12 years ago
Add creator to collection description More... about 12 years ago