browser-couch

log

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