browser-couch

log

age author description
15 months Atul Varma Added tag blog-post for changeset 86158b61b732default tip
15 months Atul Varma Reworked the tutorial so that we don't have to have each snippet be a callback from the previous snippet, which makes the tutorial a lot harder to follow.blog-post
15 months Atul Varma Added tag blog-post for changeset af36b00306d0
15 months Atul Varma Typo fix
15 months Atul Varma Added tag blog-post for changeset 093e51c6aa3c
15 months Atul Varma Minor rewording
15 months Atul Varma Added tag blog-post for changeset c96ebbbe03d6
15 months Atul Varma Fixed title
15 months Atul Varma Added tag blog-post for changeset ebf8936fc696
15 months Atul Varma More tutorial additions.
15 months Atul Varma added more to tutorial intro
15 months Atul Varma Added tag blog-post for changeset dbe68e5af673
15 months Atul Varma Shortened tutorial code a bit.
15 months Atul Varma Added section on using findRow().
15 months Atul Varma Minor change to tutorial
15 months Atul Varma Added intro to tutorial text.
15 months Atul Varma Added more tutorial text.
15 months Atul Varma Added tag blog-post for changeset 17ce8b6be452
15 months Atul Varma Added a 'now you try' section and a 'where to go from here' section to the tutorial.
15 months Atul Varma Added tag blog-post for changeset 9a771b8a1702
15 months Atul Varma Added fade-in to tutorial.
15 months Atul Varma Added tag blog-post for changeset 4450be5d1b2f
15 months Atul Varma Added reduce() example to the tutorial.
15 months Atul Varma Changed around a few things in the tutorial.
15 months Atul Varma Added tag blog-post for changeset b89ed0374486
15 months Atul Varma Linked to tutorial from index page.
15 months Atul Varma Added a work-in-progress tutorial that auto-generates parts of itself.
15 months Atul Varma Added tag blog-post for changeset c6db5e897d6b
15 months Atul Varma Added test for LocalStorage.
15 months Atul Varma Slight refactoring of test suite to make them more readable.
15 months Atul Varma Added lots more text to index.html.
15 months Atul Varma Added a note about CouchDB in the docs.
15 months Atul Varma Added more doc/page links, reworded some text.
15 months Atul Varma Added pathetic documentation for big.js.
15 months Atul Varma Added docs for tests.js, and refactored it a bit to make the docs easier to read.
15 months Atul Varma Linked more readably to Remedial JS.
15 months Atul Varma Linked to web worker script file in docs.
15 months Atul Varma Added really basic skeletal documentation for browser-couch.js.
15 months Atul Varma Added more links to source code docs.
15 months Atul Varma Added code-illuminated documentation.
15 months Atul Varma Renamed index.html to tests.html.
15 months Atul Varma Directory restructuring.
15 months Atul Varma Rows of a map view are now sorted secondarily by document ID, which makes their row order well-defined.
15 months Atul Varma Added a unit test for the web worker map reducer, and added the ability to skip tests into the test framework.
15 months Atul Varma Got rid of a TODO, which also incidentally improved the performance of the reduce phase.
15 months Atul Varma Removed an annoying js2-mode warning.
15 months Atul Varma The WebWorkerMapReducer now doles out jobs to individual threads; still need to implement the reduce operation though.
15 months Atul Varma Initial proof-of-concept of a WebWorkerMapReducer. Still needs lots of work.
15 months Atul Varma Typo fix
15 months Atul Varma Factored-out map-reduce implementation into a new interface, which currently has one implementation, SingleThreadedMapReducer.
15 months Atul Varma Added findRow() method to the View class.
15 months Atul Varma Added a simple findRow() method to the MapView class that finds the first row of a given key using binary search.
15 months Atul Varma Made new View and MapView classes that encapsulate view results, and in the near future will allow searching through views.
15 months Atul Varma Renamed a global variable called 'status' to 'statusArea' so the big test status area would show on Safari. VERY strange bug.
15 months Atul Varma Fixed a bug in ModuleLoader whereby modules could be loaded multiple times.
15 months Atul Varma Test suite now passes on Safari.
15 months Atul Varma Tests now use fake storage.
15 months Atul Varma Test suite works on systems w/o firebug now.
15 months Atul Varma Made progress display on big test more time-based.
15 months Atul Varma Separated mapReduce() into separate map() and reduce() functions.