6 Commits

Author SHA1 Message Date
c1da5e6324 Merge upstream. And hook tag form up to the tagging api. 2013-04-27 22:14:34 -04:00
a8ceb3b194 Add capability guards for the database functionality. 2013-04-27 15:13:20 -04:00
65736aa278 Api change for the db code SetDebug -> ToggleDebug. 2013-04-20 14:08:18 -05:00
dcd08a2dd1 Add a Tagging module.
* It uses an indexedb datastore.
* Fix the api of the indexeddb wrapper now that I have some real world usage
  examples.
* Implemented API Calls:
   * UpdateTags
   * GetTags
* Exposed but unimplemented API Calls:
   * GetVersesForTag
   * Sync
* Add a tooltip that shows the tags for a reference to the reference link.
2013-04-19 20:13:05 -05:00
2c805b95f7 Modularize the javascript with requirejs. 2013-04-17 17:56:22 -05:00
e0ba9712d4 A basic IndexedDb wrapper api.
* Init method for Initializing the Database.
* Basic CRUD methods.
* Session and Transaction Methods
   * for doing operations on an open database
   * and/or in a transaction.
2013-04-16 22:46:16 -05:00