6 Commits

Author SHA1 Message Date
jason.wall
61753ba299 BUGFIXES: All operations now work
* fixed display of search results
   * downloaded jquery files so no longer rely on inet connection
   * fixed storage of references for save/load
   * multiple Bookname misspelled as bookname
   * added return false to avoid page reload
2014-12-24 22:56:03 -05:00
95e424f69f Add some data integrity tests.
* Add new test suite test/data-quality-tests.js
* Make ParseBook exported so I can use it to get data for each book
  This is suboptimal since really the data should be in a look up table
  somewhere but I don't want to tackle that in this change.
* Actually load the json data for each book and test that number
  of chapters exists.
2013-11-16 16:18:36 -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
jwall@VAPPRCSN015.vap.local
894bb171b1 .. 2011-11-02 13:50:08 -04:00
jwall@VAPPRCSN015.vap.local
2770805167 initial add 2011-11-01 18:17:02 -04:00