Commit Graph

  • 6657555694 [app/style][xs]: add in height that has been removed from grid.css. Rufus Pollock 2012-05-13 10:00:24 +01:00
  • 6155ad9e60 [#112,jekyll][xs]: add _config.yml. Rufus Pollock 2012-05-13 09:59:33 +01:00
  • 321fb53a81 [README][s]: add detailed changelog. Rufus Pollock 2012-05-13 09:29:56 +01:00
  • d0053070d2 [build][m]: regular build of recline.js and docs (have not done for 2+ weeks). Rufus Pollock 2012-05-13 08:33:42 +01:00
  • accd96354e [view,doc][xs]: tweak view overview info. Rufus Pollock 2012-05-13 08:32:53 +01:00
  • f229d6985c [view/grid][xs]: fix to grid css so drop-down menus are not hidden if they overflow plus move no-hidden attribute onto recline-grid making css simpler and more reliable. Rufus Pollock 2012-05-13 08:25:23 +01:00
  • 44942dabdc [backend/memory][xs]: createDataset calls query on dataset object so that the Dataset object already has data in it. Rufus Pollock 2012-05-13 07:57:55 +01:00
  • 8b746f707c [css/grid.css][xs]: remove dialog css as made obsolete when we moved to boostrap modal - cf 9c0c4dfae3. Rufus Pollock 2012-05-13 07:17:30 +01:00
  • 089d125a9c Merge branch 'master' into gh-pages Rufus Pollock 2012-05-10 06:32:30 +01:00
  • c0c721c574 [_layouts][xs]: add google analytics tracking code. Rufus Pollock 2012-05-10 06:32:07 +01:00
  • 9aedeb1fab Merge branch 'master' into gh-pages Rufus Pollock 2012-05-09 03:42:15 +01:00
  • 79ce138751 [view-graph,bugfix][xs]: hovers for time series render dates correctly (rather than as large integers). Rufus Pollock 2012-05-09 03:40:41 +01:00
  • 5e002adb4e [view-graph,bugfix][s]: fix so we always redraw graph on data update (though perhaps only when graph becomes visible). Rufus Pollock 2012-05-09 03:29:43 +01:00
  • b6664e9292 [view/graph][s]: make sure we do not try to draw if graph not yet properly configured. Rufus Pollock 2012-05-08 16:20:53 +01:00
  • 5c7b905d24 Merge branch 'master' into gh-pages Rufus Pollock 2012-05-08 00:24:32 +01:00
  • 749d6190ca [css/data-explorer][xs]: fix for Firefox for query editor main query box. Rufus Pollock 2012-05-08 00:24:02 +01:00
  • 6685b19393 Merge branch 'master' into gh-pages Rufus Pollock 2012-05-07 18:51:35 +01:00
  • 4ceae82a18 [test/base][xs]: micro tweak to test data so we have more interesting graph. Rufus Pollock 2012-05-07 18:51:10 +01:00
  • 0b0cd75da9 Merge branch 'master' into gh-pages Rufus Pollock 2012-05-07 03:59:06 +01:00
  • 2291f06948 [app][s]: split CSV and Excel as options in importer and use this info to explicitly set format for dataproxy. Rufus Pollock 2012-05-07 03:53:30 +01:00
  • f1ed1cd593 [doc,template][xs]: tweak the links in the top navbar. Rufus Pollock 2012-05-03 21:12:51 +01:00
  • 4e57e5236a [doc,refactor][s]: split out library docs into library.html. Rufus Pollock 2012-05-03 21:10:10 +01:00
  • 3390c119ce [doc,refactor][s]: switch to jekyll-based build (so template in _layouts/default.html and index.html refactored to use this). Rufus Pollock 2012-05-02 22:12:24 +01:00
  • 2791690142 [app/content][xs]: micro tweak to tagline for explorer. Rufus Pollock 2012-05-02 22:08:59 +01:00
  • fa123b6e94 [bugfix,view-graph][xs]: hovers on bar graphs were wrong because we were not switching x,y due to it being horizontal. Rufus Pollock 2012-04-30 03:56:53 +01:00
  • 0c126b397a Merge branch 'master' into gh-pages Rufus Pollock 2012-04-29 17:50:41 +01:00
  • 570aaa096d [app,bugfix][xs]: fix html tag closing issue that meant modals weren't being properly included (and hence import was not working). Rufus Pollock 2012-04-29 17:50:04 +01:00
  • 19b61da91d Merge branch 'master' into gh-pages Rufus Pollock 2012-04-27 16:46:35 +01:00
  • b102d4e570 Merge branch 'master' of https://github.com/okfn/recline Sam Smith 2012-04-27 07:07:21 +01:00
  • 6099fb504c New styling applied Sam Smith 2012-04-27 07:07:07 +01:00
  • e4aa4e546c [#82,flash/notify,refactor][m]: convert notify / flash messages to use events rather than call to a central function. Rufus Pollock 2012-04-26 22:45:28 +01:00
  • 9d084fc46c [addendum][xs]: ... and remove jquery-ui ref from tests. Rufus Pollock 2012-04-26 22:40:34 +01:00
  • 6afdf1dddc [addendum][xs]: remove reference to jquery-ui from app. Rufus Pollock 2012-04-26 22:38:45 +01:00
  • a9b4a8728f [#46,vendor,view][xs]: remove vendor/jquery-ui and dialog in Explorer view template as noew no longer required as using bootstrap modal - fixes #46. Rufus Pollock 2012-04-26 22:07:55 +01:00
  • 6d94c89b7c [refactor,util][s]: move query string parsing and manipulation utilities into util.js. Rufus Pollock 2012-04-26 22:06:11 +01:00
  • c358a5bd43 [refactor,util][xs]: remove remaining code in util.js as not used anywhere (position and $.fn.serializeObject). Rufus Pollock 2012-04-26 21:54:10 +01:00
  • 07758bd3b5 [refactor,util,view-tranform][s]: move transform edit preview template out of util into view-transform-dialog. Rufus Pollock 2012-04-26 21:49:25 +01:00
  • 650d83e6b4 [view,util,refactor][s]: move cellEditor template into view-grid from util (as only place it is used). Rufus Pollock 2012-04-26 21:38:42 +01:00
  • b28fe024a1 [#46,refactor,util][xs]: remove util functions (e.g. show, hide, observeExit) which are now no longer used after recent commits. Rufus Pollock 2012-04-26 21:31:50 +01:00
  • c5512c67f5 [#46,refactor][s]: remove DataTranform view (for transforming whole doc not just column) as not used and probably not functional. Rufus Pollock 2012-04-26 21:28:01 +01:00
  • 562de80655 [#46,view-transform-dialog][xs]: remove dialog on exit (rather than just hiding) - seems to fix some bugginess with repeated opening of transform. Rufus Pollock 2012-04-26 21:26:25 +01:00
  • 9c0c4dfae3 [#46,view-grid,view-transform-dialog][s]: switch ColumnTransform to work off bootstrap modal. Rufus Pollock 2012-04-26 21:20:59 +01:00
  • 81dc7eab2b [app][m]: proper start page for app (welcome, etc) plus introduce backbone routing to support this. Rufus Pollock 2012-04-26 17:22:36 +01:00
  • c9a3471b57 [view/explorer][xs]: remove (already obsolete) router and routing code from explorer. Rufus Pollock 2012-04-26 17:22:03 +01:00
  • 706819e288 [test][xs]: remove element after test. Rufus Pollock 2012-04-26 16:05:43 +01:00
  • 2a3cca5190 [build][xs]: standard build. Rufus Pollock 2012-04-25 23:27:47 +01:00
  • 1df82c3c3d [#75,view/graph][s]: if type of x-axis field is date make flot graph treat it as a datetime - fixes #75. Rufus Pollock 2012-04-25 23:23:13 +01:00
  • 8d33df79ac [refactor,app][xs]: switch app to use fixture dataset from test/base.js. Rufus Pollock 2012-04-25 22:33:40 +01:00
  • d8bbac1f6f [#85,view/graph,ux][s]: show a message on graph view when no graph yet there giving instructions on how to plot a graph (was a big ux fail) - fixes #85. Rufus Pollock 2012-04-25 22:27:01 +01:00
  • 82ca51a0b6 [#85,view-graph][m]: graph controls are now correctly configure themselves from loaded state. Rufus Pollock 2012-04-25 22:12:42 +01:00
  • dd3b17e3bb [#88,bugfix][xs]: for some reason changing of hiddenFields on grid state was not propagating a change event. Rufus Pollock 2012-04-25 15:53:46 +01:00
  • 30f4d7359e Merge pull request #100 from amercader/master Adrià Mercader 2012-04-25 04:53:39 -07:00
  • 4f675cb6aa [build] Build library amercader 2012-04-25 12:50:58 +01:00
  • 33cf962a5b [build,tests] Fix built.html and add tests against the built version amercader 2012-04-25 12:50:16 +01:00
  • 0b6840819e [view/map,bugfix] Reapply fix from 5eb65f, lost due to a bad merge amercader 2012-04-25 12:24:43 +01:00
  • d589596533 Merge pull request #99 from amercader/master Adrià Mercader 2012-04-24 11:10:34 -07:00
  • a516fc1deb [view/map][s] Listen to changes in the documents and update the map accordingly amercader 2012-04-24 19:06:51 +01:00
  • 653eda6f43 [view/map][xs] Small fix in the getBounds method (does not work for multi-geometries) amercader 2012-04-24 18:53:19 +01:00
  • 3597974469 [view/map] Don't show GeoJSON geometries in the popup as they can be quite big amercader 2012-04-24 18:42:52 +01:00
  • 6749e38b07 [view/map,tests] Add tests for the Map view amercader 2012-04-24 18:34:36 +01:00
  • 1655690bc8 [view/map][xs] Fix lat/lon parsing (eg geoms in Greenwich can have lon 0) amercader 2012-04-24 14:19:03 +01:00
  • 80ca673cbe Merge pull request #98 from amercader/master Adrià Mercader 2012-04-23 10:34:41 -07:00
  • 9ed43dfdc6 [view/map] Geometries can be provided as GeoJSON strings (useful e.g. in CSV files) amercader 2012-04-23 18:24:53 +01:00
  • 7def51b573 [backend/localcsv] Add support for defining the text delimiter on CSV files amercader 2012-04-23 18:23:44 +01:00
  • de732fd27b Merge pull request #97 from amercader/master Adrià Mercader 2012-04-23 03:40:51 -07:00
  • c5da3a820e Merge branch 'master' of github.com:okfn/recline amercader 2012-04-23 11:37:51 +01:00
  • 8b9f3b4bfd Merge branch 'master' into gh-pages Rufus Pollock 2012-04-23 02:37:49 +01:00
  • e5316e03cf [build][s]: regular build of docs and library. Rufus Pollock 2012-04-23 02:36:11 +01:00
  • a577866932 [#61,backend/elasticearch][s]: refactor plus support for setting request headers (e.g. Authorization) plus can set backend url on initialization. Rufus Pollock 2012-04-23 02:30:16 +01:00
  • 1bf64c5f94 [#61,backend/elasticsearch][m]: create, update and delete support in elasticsearch backend -- fixes #61. Rufus Pollock 2012-04-22 22:17:47 +01:00
  • d19337eda4 [build][xs]: regular build of recline.js. Rufus Pollock 2012-04-22 18:23:38 +01:00
  • 5aaa549c9a Merge branch 'master' into gh-pages Rufus Pollock 2012-04-22 17:33:23 +01:00
  • 1614cf318c [CNAME][xs]: add CNAME (reclinejs.com). Rufus Pollock 2012-04-22 17:32:59 +01:00
  • 71745dd504 Merge branch 'master' into gh-pages Rufus Pollock 2012-04-22 00:06:01 +01:00
  • 31d829f53f [#17,backend][s]: add readonly attribute on backends indicating whether they are 'read-only'. Rufus Pollock 2012-04-22 00:03:59 +01:00
  • 67ff757722 [#68,field][s]: link and markdown format for strings with default formatter. Rufus Pollock 2012-04-21 23:54:49 +01:00
  • 24295e78a2 [view/map][s]: make map view much more robust regarding bad or missing data in location fields. Rufus Pollock 2012-04-21 23:52:22 +01:00
  • 793fde4617 [bugfix,view-map][s]: 30m to track down and fix a bug whereby map view was ignoring config passed to it. Rufus Pollock 2012-04-21 23:47:52 +01:00
  • 92ec8d5b3e [backend/memory,bugfix][xs]: fix error on memory filtering when field value is null (cannot call toString). Rufus Pollock 2012-04-21 22:48:33 +01:00
  • 60b7f19f71 [vendor,refactor][xs]: lay vendor directory in consistent way ({lib}/{version}/{js-file}). Rufus Pollock 2012-04-17 12:53:11 +01:00
  • df421e4bee Merge branch 'master' into gh-pages Rufus Pollock 2012-04-17 11:17:50 +01:00
  • 7973bf1dd4 [build][s]: regular build of docs and consolidated library. Rufus Pollock 2012-04-17 11:17:06 +01:00
  • 5eb65f2b77 [view-map,bugfix][xs]: only call invalidateMapsize on view:show if map defined. Rufus Pollock 2012-04-17 05:27:09 +01:00
  • bdbfdd7c34 [#67,app][s]: embed support. Rufus Pollock 2012-04-17 05:24:06 +01:00
  • 27b5cf243f [bugfix,view][xs]: set default view in DataExplorer to first view if no currentView specified. Rufus Pollock 2012-04-17 05:19:27 +01:00
  • 7ee34f98e9 Merge branch 'master' into gh-pages Rufus Pollock 2012-04-16 21:06:12 +01:00
  • 9e08d6109b [app][xs]: comment out router stuff which was obsoleted by last commit and is causing problems with online version of app. Rufus Pollock 2012-04-16 21:05:40 +01:00
  • 7af8541707 Merge branch 'master' into gh-pages Rufus Pollock 2012-04-16 20:56:16 +01:00
  • 3ef664fe77 [#88,#67,state,view,app][s]: restore was not in fact working correcty for views as we need to pass the state on initialization (we were setting the state later). Rufus Pollock 2012-04-16 20:47:47 +01:00
  • eac494cb84 [merge] from upstream master amercader 2012-04-16 17:45:25 +02:00
  • 0f0fa633a1 [#67,app][s]: first pass at sharable link support in app (though seems rather buggy). Rufus Pollock 2012-04-16 15:17:19 +01:00
  • a42840cdf3 [#88,model/state][xs]: can just specify a url instead of full dataset object when restoring from state (easier and good for backwards compatability). Rufus Pollock 2012-04-16 15:16:28 +01:00
  • 53e099beda [test][xs]: make fixtures dataset same as for demo. Rufus Pollock 2012-04-16 15:15:59 +01:00
  • 1dbd8bf957 [view/map] Make auto zoom configurable amercader 2012-04-16 11:04:05 +02:00
  • 40a771c38b [app][s]: refactor app to be a backbone view. Rufus Pollock 2012-04-16 03:06:31 +01:00
  • 2d636b0eb8 [css/grid.css][xs]: vertical-align top for grid cells. Rufus Pollock 2012-04-16 03:02:42 +01:00
  • 0ead86d6d7 [#88,view,state][s]: support for setting and getting currentView. Rufus Pollock 2012-04-16 00:13:14 +01:00
  • 927bc32647 [#88,view][s]: DataExplorer boots Grid, Graph and Map view by default instead of just Grid. Rufus Pollock 2012-04-15 23:26:57 +01:00
  • 6a90189b46 [test][xs]: remove console.log. Rufus Pollock 2012-04-15 23:23:37 +01:00
  • bcffe67336 [#88,refactor][s]: create recline.Model.Dataset.restore function and move dataset restore stuff there from recline.View.DataExplorer.restore. Rufus Pollock 2012-04-15 23:08:42 +01:00