Fixed by changing loop syntax to a more compatible var...of. Issue was a failure at search.js load.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jul 13 2016
Jul 6 2016
Jul 5 2016
This is most likely a drag and drop compatibility issue. Unfortunately, the user that reported this is no longer on IRC so I can't get additional details. In any case, the search form should still be accessible by clicking the search box - can anyone with access to Safari please confirm that this is the case?
Jul 1 2016
Jun 29 2016
Jun 28 2016
Closed by D70.
filedrop.js: fix tabulation and docstring
Closed due to T431 overriding this task.
This has been partially done during the completion of D13. The browsing and API endpoints now have no default parameters, but we have no replacement solution for providing user-friendly documentation for the endpoints. The most interesting lead for now would be a custom documentation decorator to wrap the route functions in order to provide default arguments without hard-coding default arguments to the routes.
No longer needed thanks to the addition of the /revision/<sha1>/prev/<sha1_list>/ route with less accuracy, but more reasonable performance.
No longer needed thanks to the addition of the /revision/<sha1>/prev/<sha1_list>/log route with less accuracy, but more reasonable performance.
Jun 27 2016
utils: better management of variables, better branch conditions
utils: move the parent/child context retrieval to their own functions
browse: remove unneeded comments
api: use api_lookup with a closure instead of manually emulating api_lookup
Minor changes from inline comments
Jun 24 2016
service: minor fixes, switch to map objects instead of lists
Jun 23 2016
Api: revision_log test fixes
Jun 21 2016
- search template: fix indentation
Jun 17 2016
Jun 15 2016
Closed as part of T435
Still need to be prettified, but everything is there for this to be done via CSS and minor changes to the HTML in functions.php
Jun 14 2016
- api tests: fix contract error
- browse: move more logic to api, update tests to reflect changes
- service tests: fix yaml search test
Jun 13 2016
Jun 10 2016
Track and show which swh fields generate decoding errors
utils: add the corresponding encoding function