Analytics for archive.org hosted BookReader
[bookreader.git] / BookReaderIA /
2010-10-01 Michael AngAnalytics for archive.org hosted BookReader
2010-09-27 Michael AngRelease 28
2010-09-24 Michael AngRevert unintended "Merge branch 'read_aloud' of git...
2010-09-20 Mike McCabeMerge branch 'read_aloud' of git@github.com:openlibrary...
2010-09-20 rajbotadd mccabe to test users
2010-09-18 rajbotadd TTS poller..
2010-09-10 rajbotprefetch next page of text, show loading popup, and...
2010-09-03 rajbotget tts demo working in firefox
2010-08-25 rajbotadd BookReaderGetText.py and BookReaderGetTextWrapper.php
2010-08-12 Michael AngUpdate test hosts to include raj
2010-08-06 Michael AngFix race condition in select call. Fix fallback code...
2010-08-04 Michael Angimageurls release
2010-08-04 Michael AngReturn 404 in case of error, e.g. title page requested...
2010-08-03 Michael AngUpdate unit tests to autodetect testing host
2010-08-02 Michael AngUpdate tests for new behaviour of 'cover' page specifie...
2010-08-02 Michael AngTests for permalinks
2010-08-02 Michael AngRefactor BookReaderPreview.php for cleaner use of BookR...
2010-08-02 Michael AngChange 'cover' to have the same behaviour of 'preview...
2010-08-02 Michael AngMore comments
2010-07-31 Michael AngCleanup
2010-07-28 Michael AngBetter logic for deciding what scale to return the...
2010-07-28 Michael AngDelete temporary tiff file at exit. Fixes https:/...
2010-07-27 Michael AngUse first subPrefix (by asciibetical) in item when...
2010-07-27 Michael AngSource formatting
2010-07-27 Michael AngSupport named sizes in permalink image urls
2010-07-27 Michael AngRemove reduce from image permalinks. Add rotation.
2010-07-27 Michael AngPass through values from permalink url to image processor
2010-07-27 Michael AngChange to class static variables
2010-07-27 Michael AngParse scale, size, rotation, etc from permalink image...
2010-07-23 Michael AngAdd support for reduce. Update unit tests for subdir...
2010-07-23 Michael AngImage permalinks, e.g. /download/itemid/page/cover.jpg
2010-07-23 Michael AngBetter preview handling. Start of image options parsin...
2010-07-22 Michael AngAdd unit test for preview image of book in subdir!
2010-07-21 Michael AngMake book preview image permalinks work for books in...
2010-07-20 Michael AngComments
2010-06-02 Michael AngRemove trailing newline. Bump version number.
2010-06-01 Michael AngRemove trailing newline in PHP include file
2010-05-28 Michael AngRelease 26
2010-05-20 Michael AngAdded jquery ui built with only Core and Effects Core
2010-05-19 Michael AngGive Android devices the same default ui mode as iPhone...
2010-05-19 Michael AngAdd browser detection for iPad and iPhone/iPod
2010-05-15 Michael AngMake dragscrollable update when there is a new version
2010-05-14 Michael AngEnable running as mobile-web-app. Hides browser naviga...
2010-05-14 Michael AngUse modified dragscrollable plugin from github.com...
2010-05-13 Michael AngMove touch specific CSS and images to touch directory
2010-05-13 Michael AngNew touch ui mode
2010-05-06 Michael AngAdd time to version number when on dev host so browser...
2010-05-06 Michael AngSet viewport and disable scaling
2010-05-05 Michael AngUpdate to jQuery 1.4.2. Use jQuery UI for easing.
2010-05-03 Michael AngRelease 25
2010-05-03 Michael AngCheck privs when searching. See https://bugs.edge...
2010-05-03 Michael AngPass data from meta.xml through to BookReaderMeta clien...
2010-04-30 Michael AngAdd support for {thumb,small,medium,large} image sizes
2010-04-29 Michael AngRelease 24
2010-04-29 Michael AngUpdate unit tests
2010-04-29 Michael AngAdd privs check to metadata generator. Update unit...
2010-04-28 Michael AngImprove tests
2010-04-28 Michael AngUpdate preview image generation. Update unit tests.
2010-04-28 Michael AngRefactor BookReaderImages and BookReaderMeta. New...
2010-04-27 Michael AngBetter handling of bookId in metadata generation. ...
2010-04-27 Michael AngCleanup file modes. Comments.
2010-04-27 Michael AngFirst pass at BookReaderPreview.php -- provides access...
2010-04-27 Michael AngRefactor BookReaderImages into class (.inc.php) and...
2010-04-27 Michael AngRefactor metadata processing into class
2010-04-27 Michael AngRefactor BookReaderImages into class. Thank goodness...
2010-04-26 Michael AngMild refactoring
2010-04-26 Michael AngReorder code -- all functions at end
2010-04-24 Michael AngFix bugs with title page and page heights
2010-04-24 Michael AngCheck if file is readable and if not return 403
2010-04-23 Michael AngAdd coverIndices and coverImages arrays to JSON output.
2010-04-23 Michael AngInclude URL to title image in JSON
2010-04-21 Michael AngExpose book metadata as JSON(p). WIP.
2010-04-15 Michael AngBump version number to Release 23
2010-04-15 Michael AngAdd personal test host.
2010-04-12 Michael AngIgnore output of chatty commands
2010-04-12 Michael AngUpdate qunit URLs.
2010-04-09 Michael AngSuppress spurious stderr output from pnmscale
2010-04-05 Michael AngInclude BookReader.js after the necessary jQuery easing...
2010-04-01 Michael AngDocument leafNumToIndex. See https://bugs.edge.launchp...
2010-03-18 Michael AngMake scaling calculation a little cleaner
2010-03-18 Michael AngMerge branch 'master' into jp2levels
2010-03-17 Michael AngBump version number for release 22
2010-03-17 Michael AngRefactor search tests and add test for NASA document.
2010-03-17 Michael AngAdd unit tests for search for books with digits in...
2010-03-16 Michael AngFor jp2s where image processing fails, check if too...
2010-03-15 Michael AngPass thru image data if command works, otherwise do...
2010-03-15 Michael AngFunction to retrieve jp2 info records
2010-03-11 Michael AngMake hardcoded path more obvious
2010-03-10 Michael AngReturn image at next larger power of 2 reduction compar...
2010-03-09 scollettMerged changes upstream
2010-03-09 Michael AngBump version number
2010-03-09 Michael AngUpdate tests
2010-03-05 Michael AngUpdate copyright
2010-03-05 Michael AngNormalize source file spacing
2010-03-05 Michael AngValidate JS callback is valid identifier for jsonp
2010-03-05 Michael AngCode cleanup. Regression tests pass!
2010-03-05 Michael AngUpdate unit test
2010-03-05 Michael AngLimit scaling of 1-bit images for more legible text!
2010-03-05 Michael Ang1-bit detection routines for jp2, tiff, jpeg and png
2010-03-05 Michael AngOutput bits per channel. WIP.
next