My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Yesterday

  • 34 hours ago
    UsingTimeMapInit (How to use the TimeMap.init() function.) Wiki page edited by nick.rabinowitz   -   Revision r238 Edited wiki page through web user interface.
    Revision r238 Edited wiki page through web user interface.
  • 34 hours ago
    UsingTimeMapInit (How to use the TimeMap.init() function.) Wiki page edited by nick.rabinowitz   -   Revision r237 Edited wiki page through web user interface.
    Revision r237 Edited wiki page through web user interface.
  • 39 hours ago
    UsingTimeMapInit (How to use the TimeMap.init() function.) Wiki page edited by nick.rabinowitz   -   Revision r236 Edited wiki page through web user interface.
    Revision r236 Edited wiki page through web user interface.
  • 42 hours ago
    UsingTimeMapInit (How to use the TimeMap.init() function.) Wiki page added by nick.rabinowitz   -   Revision r235 Created wiki page through web user interface.
    Revision r235 Created wiki page through web user interface.
  • 42 hours ago
    TroubleShooting (Some common troubleshooting issues I've run across.) Wiki page edited by nick.rabinowitz   -   Revision r234 Edited wiki page through web user interface.
    Revision r234 Edited wiki page through web user interface.

Last 30 days

  • Dec 30, 2009
    r233 (Some more docs and doc cleanup) committed by nick.rabinowitz   -   Some more docs and doc cleanup
    Some more docs and doc cleanup
  • Dec 27, 2009
    r232 (more changes to the loader architecture) committed by nick.rabinowitz   -   more changes to the loader architecture
    more changes to the loader architecture
  • Dec 26, 2009
    issue 54 (add TimeMap.setDate) Status changed by nick.rabinowitz   -   Added TimeMap.parseDate() and TimeMap.scrollToDate() in http://code.google.com/p/timemap/source/detail?r=230
    Status: Fixed
    Added TimeMap.parseDate() and TimeMap.scrollToDate() in http://code.google.com/p/timemap/source/detail?r=230
    Status: Fixed
  • Dec 26, 2009
    r231 (making TimeMapFilterChain a fully-fledged class) committed by nick.rabinowitz   -   making TimeMapFilterChain a fully-fledged class
    making TimeMapFilterChain a fully-fledged class
  • Dec 25, 2009
    r230 (tweaking load manager to allow for lazy timeline layout) committed by nick.rabinowitz   -   tweaking load manager to allow for lazy timeline layout
    tweaking load manager to allow for lazy timeline layout

Older

  • Nov 25, 2009
    r229 (fixing bug in spreadsheet loader) committed by nick.rabinowitz   -   fixing bug in spreadsheet loader
    fixing bug in spreadsheet loader
  • Nov 17, 2009
    r228 (a couple of tiny tweaks) committed by nick.rabinowitz   -   a couple of tiny tweaks
    a couple of tiny tweaks
  • Nov 09, 2009
    FilterTutorial (Quick tutorial on how to use filter chains in timemap.js) Wiki page edited by nick.rabinowitz   -   Revision r227 Edited wiki page through web user interface.
    Revision r227 Edited wiki page through web user interface.
  • Nov 09, 2009
    r226 (updating filter example to reflect new filtering) committed by nick.rabinowitz   -   updating filter example to reflect new filtering
    updating filter example to reflect new filtering
  • Nov 09, 2009
    r225 (adding support for post- and pre-filter functions, and fixin...) committed by nick.rabinowitz   -   adding support for post- and pre-filter functions, and fixing a nasty bug with tm.filter("timeline")
    adding support for post- and pre-filter functions, and fixing a nasty bug with tm.filter("timeline")
  • Nov 09, 2009
    r224 (tweak to fix progressive loader) committed by nick.rabinowitz   -   tweak to fix progressive loader
    tweak to fix progressive loader
  • Nov 07, 2009
    r223 (Removing initial marker "hide" setting per http://groups.goo...) committed by nick.rabinowitz   -   Removing initial marker "hide" setting per http://groups.google.com/group/timemap- development/browse_thread/thread/d905f373c2c773ae?hl=en
    Removing initial marker "hide" setting per http://groups.google.com/group/timemap- development/browse_thread/thread/d905f373c2c773ae?hl=en
  • Nov 07, 2009
    r222 (adding svn props for progressive example) committed by nick.rabinowitz   -   adding svn props for progressive example
    adding svn props for progressive example
  • Nov 05, 2009
    r221 (adding titles to markers, fixing bug in GeoRSS example ) committed by nick.rabinowitz   -   adding titles to markers, fixing bug in GeoRSS example
    adding titles to markers, fixing bug in GeoRSS example
  • Nov 04, 2009
    r220 (Adding progressive loader) committed by nick.rabinowitz   -   Adding progressive loader
    Adding progressive loader
  • Oct 13, 2009
    r219 (fixing to include simile copyright image) committed by nick.rabinowitz   -   fixing to include simile copyright image
    fixing to include simile copyright image
  • Oct 13, 2009
    r218 (adding packed, one-file version of Timeline 2.3.0 to library...) committed by nick.rabinowitz   -   adding packed, one-file version of Timeline 2.3.0 to library. This could almost certainly be optimized further.
    adding packed, one-file version of Timeline 2.3.0 to library. This could almost certainly be optimized further.
  • Oct 08, 2009
    BasicUsage (Basic usage for the timemap.js library.) Wiki page commented on by seanlee.cn   -   @Evan.Bowling: last week I've edited some palace in libeary to make it work with openlayers,and it's successed.the key of the point is you have to change some const keywords.and,i use the xyz layer of openlayers because of i need use local image tile file in my computer.hope these will be usefull~ Good luck~
    @Evan.Bowling: last week I've edited some palace in libeary to make it work with openlayers,and it's successed.the key of the point is you have to change some const keywords.and,i use the xyz layer of openlayers because of i need use local image tile file in my computer.hope these will be usefull~ Good luck~
  • Oct 03, 2009
    issue 55 (Check speed of centerMapOnItems) reported by nick.rabinowitz   -   I'm pretty sure that the way I'm calculating centerMapOnItems slows the load down considerably for large datasets - worth looking into. A simple fix might be to manually check against n/s/e/w to see whether the map bounds needed to expand.
    I'm pretty sure that the way I'm calculating centerMapOnItems slows the load down considerably for large datasets - worth looking into. A simple fix might be to manually check against n/s/e/w to see whether the map bounds needed to expand.
  • Sep 30, 2009
    issue 54 (add TimeMap.setDate) reported by nick.rabinowitz   -   It might be nice to take the whole "scrollTo" block in the load manager and make it a separate function, which could take a date, a date string, or a string like "earliest", "latest", or "now" - seems like a very common task.
    It might be nice to take the whole "scrollTo" block in the load manager and make it a separate function, which could take a date, a date string, or a string like "earliest", "latest", or "now" - seems like a very common task.
  • Sep 29, 2009
    r217 (moving mapInit to a separate function) committed by nick.rabinowitz   -   moving mapInit to a separate function
    moving mapInit to a separate function
  • Sep 29, 2009
    r216 (faster implementation of TimeMap.clear) committed by nick.rabinowitz   -   faster implementation of TimeMap.clear
    faster implementation of TimeMap.clear
  • Sep 29, 2009
    r215 (typo fix in tests) committed by nick.rabinowitz   -   typo fix in tests
    typo fix in tests
  • Sep 29, 2009
    r214 (tweaking TimeMapTheme.create() to minimize new object creati...) committed by nick.rabinowitz   -   tweaking TimeMapTheme.create() to minimize new object creation
    tweaking TimeMapTheme.create() to minimize new object creation
  • Sep 28, 2009
    r213 (adding a cancel function for the JSONP loader. Not entirely ...) committed by nick.rabinowitz   -   adding a cancel function for the JSONP loader. Not entirely happy with it, but probably don't have time to do it properly anytime soon.
    adding a cancel function for the JSONP loader. Not entirely happy with it, but probably don't have time to do it properly anytime soon.
  • Sep 14, 2009
    issue 53 (Clean up options cascade) Status changed by nick.rabinowitz   -   Now in trunk via TimeMap.util.merge()
    Status: Fixed
    Now in trunk via TimeMap.util.merge()
    Status: Fixed
  • Sep 13, 2009
    r212 (playing around with some more optimization ideas) committed by nick.rabinowitz   -   playing around with some more optimization ideas
    playing around with some more optimization ideas
  • Sep 12, 2009
    r211 (some more optimization, and fixing previous problem with doc...) committed by nick.rabinowitz   -   some more optimization, and fixing previous problem with documentation
    some more optimization, and fixing previous problem with documentation
  • Sep 08, 2009
    r210 (Trying wrapping everything in an anonymous function (a la jq...) committed by nick.rabinowitz   -   Trying wrapping everything in an anonymous function (a la jquery) - improves compression somewhat, but messes with documentation :(
    Trying wrapping everything in an anonymous function (a la jquery) - improves compression somewhat, but messes with documentation :(
  • Sep 06, 2009
    r209 (hybrid parser tweak and test) committed by nick.rabinowitz   -   hybrid parser tweak and test
    hybrid parser tweak and test
  • Sep 06, 2009
    r208 (Fix for http://groups.google.com/group/timemap-development/t...) committed by nick.rabinowitz   -   Fix for http://groups.google.com/group/timemap-development/t/84ae63950d924c2?hl=en and simplifying date parsing logic
  • Sep 01, 2009
    r207 (documentation tweak) committed by nick.rabinowitz   -   documentation tweak
    documentation tweak
  • Sep 01, 2009
    r206 (fixing some of the rough edges from the earlier commit, and ...) committed by nick.rabinowitz   -   fixing some of the rough edges from the earlier commit, and fixing scrollToTests.js to pass in IE
    fixing some of the rough edges from the earlier commit, and fixing scrollToTests.js to pass in IE
  • Sep 01, 2009
    r205 (a bunch of code cleanup changing how options cascade - not t...) committed by nick.rabinowitz   -   a bunch of code cleanup changing how options cascade - not thrilled with it yet
    a bunch of code cleanup changing how options cascade - not thrilled with it yet
  • Aug 31, 2009
    issue 53 (Clean up options cascade) reported by nick.rabinowitz   -   Right now there's an awful lot of code that looks like this: openFunction = options.openInfoWindow || dopts.openInfoWindow || tmopts.openInfoWindow || false; I'd much rather have something like this at the beginning of the constructor (where options is an argument): TimeMap.mergeOptions(options, dopts, tmopts, TimeMap.defaults); and never have to manage the cascade again. Might save some space, hopefully would keep me from having to code the cascade from scratch every time I want to add a new cascading option.
    Right now there's an awful lot of code that looks like this: openFunction = options.openInfoWindow || dopts.openInfoWindow || tmopts.openInfoWindow || false; I'd much rather have something like this at the beginning of the constructor (where options is an argument): TimeMap.mergeOptions(options, dopts, tmopts, TimeMap.defaults); and never have to manage the cascade again. Might save some space, hopefully would keep me from having to code the cascade from scratch every time I want to add a new cascading option.
  • Aug 31, 2009
    issue 52 (Empty placemark objects throw errors) Status changed by nick.rabinowitz   -   Fixed in trunk.
    Status: Fixed
    Fixed in trunk.
    Status: Fixed
  • Aug 31, 2009
    r204 (fix for http://code.google.com/p/timemap/issues/detail?id=52) committed by nick.rabinowitz   -   fix for http://code.google.com/p/timemap/issues/detail?id=52
  • Aug 31, 2009
    issue 52 (Empty placemark objects throw errors) reported by nick.rabinowitz   -   From email list: If I have several entries in the JSON object and one of them has unexisting coordinates (they are not provided from the server side), for example lat or longitude is null, in this case google map fails to load for all other points, {"type":"basic","start":"2009-08-20","end":"2009-08-20","point":{}, etc.... Placemarks should check whether data exists and fail gracefully.
    From email list: If I have several entries in the JSON object and one of them has unexisting coordinates (they are not provided from the server side), for example lat or longitude is null, in this case google map fails to load for all other points, {"type":"basic","start":"2009-08-20","end":"2009-08-20","point":{}, etc.... Placemarks should check whether data exists and fail gracefully.
  • Aug 30, 2009
    r203 (adding tests for various iteration functions) committed by nick.rabinowitz   -   adding tests for various iteration functions
    adding tests for various iteration functions
  • Aug 30, 2009
    r202 (adding eachItem(), getItems() and getPrev() functions - thes...) committed by nick.rabinowitz   -   adding eachItem(), getItems() and getPrev() functions - these probably need tests as well
    adding eachItem(), getItems() and getPrev() functions - these probably need tests as well
  • Aug 30, 2009
    TroubleShooting (Some common troubleshooting issues I've run across.) Wiki page edited by nick.rabinowitz   -   Revision r201 Edited wiki page through web user interface.
    Revision r201 Edited wiki page through web user interface.
  • Aug 30, 2009
    TroubleShooting (Some common troubleshooting issues I've run across.) Wiki page edited by nick.rabinowitz   -   Revision r200 Edited wiki page through web user interface.
    Revision r200 Edited wiki page through web user interface.
  • Aug 30, 2009
    3 Wiki pages changed by nick.rabinowitz   -   Revision r199 some wiki tweaks, inc. new Troublshooting page
    Revision r199 some wiki tweaks, inc. new Troublshooting page
  • Aug 24, 2009
    r198 (the gospel of jslint and a few other things. Apparently test...) committed by nick.rabinowitz   -   the gospel of jslint and a few other things. Apparently tests break in Europe, due to timezone issues :(
    the gospel of jslint and a few other things. Apparently tests break in Europe, due to timezone issues :(
  • Aug 20, 2009
    issue 51 (Make dynamic loading example) reported by nick.rabinowitz   -   Dynamic loading has come up a few times - might be a good candidate for a new example page.
    Dynamic loading has come up a few times - might be a good candidate for a new example page.
 
Hosted by Google Code