aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/js/database.js
Commit message (Collapse)AuthorAge
* Remove unused globalstoasted-nutbread2020-04-10
|
* Update license author field to broader to explicitly reflect thatAlex Yatskov2020-04-10
| | | | | Yomichan is an ongoing community project. It really does take a village, and everyone who contributes code owns a part of it :)
* Use logError instead of console.logtoasted-nutbread2020-04-05
|
* Move dictionary import functionality into a new classtoasted-nutbread2020-03-30
|
* Add isPreparedtoasted-nutbread2020-03-30
|
* Make dictionaryExists publictoasted-nutbread2020-03-30
|
* Update bulkAdd implementationtoasted-nutbread2020-03-30
|
* Update global declarationstoasted-nutbread2020-03-10
|
* Add no-shadowtoasted-nutbread2020-02-22
|
* Use Map for dictEnabledSettoasted-nutbread2020-02-22
|
* Use Settoasted-nutbread2020-02-22
|
* Make schema errors have more informationtoasted-nutbread2020-02-22
|
* Update validate function name in closetoasted-nutbread2020-02-22
|
* Validate data before importingtoasted-nutbread2020-02-22
|
* Remove old dictionary import functionstoasted-nutbread2020-02-22
|
* Create new dictionary import functiontoasted-nutbread2020-02-22
|
* Mark private functions in database.jstoasted-nutbread2020-02-22
|
* Close to prevent hangstoasted-nutbread2020-02-19
|
* Change no-undef from off to errortoasted-nutbread2020-02-11
|
* Fix findTermMetaBulk and findKanjiMetaBulk not returning expression/charactertoasted-nutbread2020-01-24
|
* Update license info URLtoasted-nutbread2020-01-01
|
* Update copyrighttoasted-nutbread2020-01-01
|
* Update how errors are reported when importing a dictionarytoasted-nutbread2019-12-08
|
* Show info about whether a dictionary supports wildcard searchestoasted-nutbread2019-12-07
|
* Make reverse reading/expressions optional during database importtoasted-nutbread2019-12-07
|
* Add support for prefix wildcardstoasted-nutbread2019-12-07
|
* Update arrow-parens to alwaystoasted-nutbread2019-11-26
|
* Replace hasOwnProperty with simplified hasOwn functiontoasted-nutbread2019-11-26
|
* Add support for wildcardstoasted-nutbread2019-11-10
|
* Fixes for Edgetoasted-nutbread2019-11-10
|
* Use native indexedDB pointertoasted-nutbread2019-11-10
|
* Use native IndexedDB to delete the databasetoasted-nutbread2019-11-10
|
* Use native IndexedDB to create database and object storestoasted-nutbread2019-11-10
|
* Use native IndexedDB for bulkAdd operationstoasted-nutbread2019-11-10
|
* Use native IndexedDB for database additionstoasted-nutbread2019-11-10
|
* Fixes for Edgetoasted-nutbread2019-11-09
|
* Remove unused functiontoasted-nutbread2019-11-07
|
* Add support for deleting individual dictionariestoasted-nutbread2019-11-07
|
* Add functions for getting dictionary informationtoasted-nutbread2019-11-07
|
* Use native IndexedDB APIs for findTagForTitletoasted-nutbread2019-10-19
|
* Move tagCache out of Database and into Translatortoasted-nutbread2019-10-19
|
* Remove unused database functionstoasted-nutbread2019-10-19
|
* Add additional database bulk methodstoasted-nutbread2019-10-19
|
* Create function for creating kanji data and metatoasted-nutbread2019-10-18
|
* Remove temp createResulttoasted-nutbread2019-10-18
|
* Add missing validate callstoasted-nutbread2019-10-18
|
* Remove unused functionstoasted-nutbread2019-10-18
|
* Throw Error instead of stringtoasted-nutbread2019-10-08
|
* Fix findTermMetaBulk trying to use undefined row.idtoasted-nutbread2019-10-07
|
* Use bulk database searchestoasted-nutbread2019-09-28
|