0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove more GEO stuff More... almost 12 years ago
Remove gis dependencies More... almost 12 years ago
Remove bulbs stuff that should never have been committed to master. Whoops. More... almost 12 years ago
Fixed various bits on Bulb nodes More... almost 12 years ago
Added some neo4j config to the settings.py More... almost 12 years ago
Added some test data and sketched out initial nodes for Bulbs support. More... almost 12 years ago
Add a couple of tests exercising the API list and detail view. Creation/update not supported yet. More... almost 12 years ago
Add some links to API-driven views of resources from the detail page, and fix some odd behaviour getting the resource_uri from Authorities. More... almost 12 years ago
Add XSLT to setup deps More... almost 12 years ago
Add lxml to requirements More... almost 12 years ago
Don't expose an endpoint for dates and other_names More... almost 12 years ago
Added more foreign key relations to API resources. More... almost 12 years ago
Add a nasty hack for a very odd tastypie problem with the Authority model (but not Repositories or Collections ???) More... almost 12 years ago
Fix incorrect exception syntax. More... almost 12 years ago
Add custom dehydration for JSON-field methods (this doesn't seem to work by default.) More... almost 12 years ago
Use slugs for extracting URIs. More... almost 12 years ago
Started some tentative initial work on EAD import/export (which isn't going to be ready for some time.) More... almost 12 years ago
Add tastypie to requirements. More... almost 12 years ago
Integrated basic Tastypie api More... almost 12 years ago
Commit more badness in the name of trying to get spelling suggestions to work. I think we need to rework the search view class entirely. More... almost 12 years ago
Since we're now ALWAYS faceting on _exact fields, remove the indexed=False params on the source fields. More... almost 12 years ago
In advance of attempting to add tests for Solr related parts of the app, try and consolidate the view code. We now check whether Solr is actually up and show an error to the user, rather than failing silently. More... almost 12 years ago
In advance of attempting to add tests for Solr related parts of the app, try and consolidate the view code. We now check whether Solr is actually up and show an error to the user, rather than failing silently. More... almost 12 years ago
Add some workarounds for the Haystack faceting complexities. In most cases, the field we *actually* facet on is a proxy field with a name appended with _exact. This is fine, except when we want to facet against a raw field, such as django_ct. Make the FacetClass accept a 'raw' boolean argument that turns off appending '_exact' to the field name. More... almost 12 years ago
Since we're always faceting on _exact fields, add it to the query string builder More... almost 12 years ago
Don't index location_of_materials (because Haystack will generate an indexed field for it.) More... almost 12 years ago
Use the attr name instead of the object in facet_for. More... almost 12 years ago
Set faceted fields to indexed=False in the Haystack config, because they seem to end up with field type 'text_en' otherwise. This is bad because it removes stopwords, which makes finding items with country code 'at' or language code 'it' very difficult. More... almost 12 years ago
Make rendering a list of alternate names slightly less dumb (use template tags to join the list, although this might be confusing if the alternate name has a comma in...?) More... almost 12 years ago
Remove debug. Add start of ordering search functionality, although it currently doesn't seem to predictably. More... almost 12 years ago