-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ISSUE-443: Better Date Range Facets #478
base: 1.5.0
Are you sure you want to change the base?
Commits on Oct 24, 2024
-
Refactor. Better JS driven, better PHP, safer, more options. Still WIP, need to override the queries now and process the Sol JSON API Facet & stats
Configuration menu - View commit details
-
Copy full SHA for fc41582 - Browse repository at this point
Copy the full SHA fc41582View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64f9851 - Browse repository at this point
Copy the full SHA 64f9851View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f1a367 - Browse repository at this point
Copy the full SHA 6f1a367View commit details
Commits on Oct 31, 2024
-
Allows IABookeader to match a sequence (from Solr) against the UUID loaded in the IIIF Manifest. Basically allowing multiple PDFs to work out Requires : - testing (more) - Canvase IDs that end with /file_uuid/canvas/p1 or video1 or anything that ends with a number for the actual page @alliomeria yeah ... that
Configuration menu - View commit details
-
Copy full SHA for 845b70a - Browse repository at this point
Copy the full SHA 845b70aView commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a48b58d - Browse repository at this point
Copy the full SHA a48b58dView commit details
Commits on Nov 13, 2024
-
Adds sbf_file_content extension
works like this sbf_file_content("uuid_of_the_node", "uuid_of_the_file", "thename.jsonld"); Will return the content of a file if found/matches one of the mimetypes defined as valid for our metadata displays, now defined as constants at CONST ALLOWED_MIMETYPES = [ 'text/html' => 'HTML', 'application/json' => 'JSON', 'application/ld+json' => 'JSON-LD', 'application/xml' => 'XML', 'text/text' => 'TEXT', 'text/turtle' => 'RDF/TURTLE', 'text/csv' => 'CSV', ]; an error message in case of exception or an empty string if the file does not exist, the user has no permission, is not of an allowed type, etc (avoiding as much as possible errors) @alliomeria i am truly smartz! (and modest too!)
Configuration menu - View commit details
-
Copy full SHA for 6adb095 - Browse repository at this point
Copy the full SHA 6adb095View commit details
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8458fac - Browse repository at this point
Copy the full SHA 8458facView commit details -
Adds timeout/delay if Views Change event listener has not yet started
Basically keep doing that/delaying the event until (if ever) we have an event listener. Also attach the event listener only to the Body. We need it only once. Not more.
Configuration menu - View commit details
-
Copy full SHA for ba9ca19 - Browse repository at this point
Copy the full SHA ba9ca19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55ca8cd - Browse repository at this point
Copy the full SHA 55ca8cdView commit details -
Uses fragments for both pages/search
Also updates them. Probably missing some "side" effects of this
Configuration menu - View commit details
-
Copy full SHA for 18b2f16 - Browse repository at this point
Copy the full SHA 18b2f16View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7619d8 - Browse repository at this point
Copy the full SHA c7619d8View commit details
Commits on Nov 15, 2024
-
This can be better. But at least for this commit it won't generate re…
…nder errors Next step is to make it "elegant"
Configuration menu - View commit details
-
Copy full SHA for aec2499 - Browse repository at this point
Copy the full SHA aec2499View commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6784b10 - Browse repository at this point
Copy the full SHA 6784b10View commit details -
Configuration menu - View commit details
-
Copy full SHA for facb352 - Browse repository at this point
Copy the full SHA facb352View commit details
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 412e5c9 - Browse repository at this point
Copy the full SHA 412e5c9View commit details -
Don't die on {{ Array }}. Log the issue, output a NULL. Override Drupal
Can be better. But i feel like this already very very nice @alliomeria
Configuration menu - View commit details
-
Copy full SHA for 7746dad - Browse repository at this point
Copy the full SHA 7746dadView commit details
Commits on Nov 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e74813b - Browse repository at this point
Copy the full SHA e74813bView commit details -
Many render arrays can be nested of sub-sub things. One does never know. So we only bail out when a Key is numeric and the value is scalar.
Configuration menu - View commit details
-
Copy full SHA for cf4c5e5 - Browse repository at this point
Copy the full SHA cf4c5e5View commit details
Commits on Nov 25, 2024
-
Drupal uses Exceptions to cut (deliver) an Ajax response! So we can't ..
.. just Catch any exception. We can only catch "logic Exceptions". This is some advanced stuff @alliomeria . So so hard
Configuration menu - View commit details
-
Copy full SHA for 66589b1 - Browse repository at this point
Copy the full SHA 66589b1View commit details
Commits on Nov 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 36e4caa - Browse repository at this point
Copy the full SHA 36e4caaView commit details
Commits on Dec 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b02b8fd - Browse repository at this point
Copy the full SHA b02b8fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8bfa09 - Browse repository at this point
Copy the full SHA c8bfa09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4775c65 - Browse repository at this point
Copy the full SHA 4775c65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54c0f20 - Browse repository at this point
Copy the full SHA 54c0f20View commit details
Commits on Dec 6, 2024
-
Proper capitalization is needed now for Access-Control-Allow-Origin
this header... never had an issue before 2024
Configuration menu - View commit details
-
Copy full SHA for 77efe63 - Browse repository at this point
Copy the full SHA 77efe63View commit details -
If there is a range (even if complete size) return a range 206/not a 200
Because IOS/Safari as dumb (very) see #485 also do some indentation...
Configuration menu - View commit details
-
Copy full SHA for 327f18b - Browse repository at this point
Copy the full SHA 327f18bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 977d654 - Browse repository at this point
Copy the full SHA 977d654View commit details