e73be69499
[refactor][s]: standardize naming of files to use '.' rather than '-' as separator.
Rufus Pollock
2012-06-06 10:40:22 +01:00
63cb8a62b7
[#145,bugfix][s]: avoid generating an infinite loop in render event binding of fields widget (as occurred in certain cases).
Rufus Pollock
2012-06-06 06:20:48 +01:00
56a29c80a7
[#145,css/multiview][xs]: micro tweaks to make sidebar look better and to space header from rest of material.
Rufus Pollock
2012-06-05 00:31:28 +01:00
a1a62321d4
[#145,bugfix][s]: was not re-rendering fields on data update correctly for case of genuine async load of field summaries.
Rufus Pollock
2012-06-05 00:28:26 +01:00
91ec4ee6b9
[#145,view/multiview,fields][s]: much nicer sidebar layout for fields.
Rufus Pollock
2012-06-05 00:19:01 +01:00
58cac002dc
[#145,widget/fields,model][m]: working fields widget with field summary data generated by Dataset.getFieldsSummary function.
Rufus Pollock
2012-06-04 23:57:24 +01:00
a7b6a6ac5d
[#145,widget/fields][m]: add new fields widget view which lists all fields with field info and replace facet widget in multiview with it.
Rufus Pollock
2012-06-04 08:26:57 +01:00
915f00e21a
[view/timeline,bugfix][xs]: timeline crashes if no entries so create placeholder entry for timeline if no entries from data.
Rufus Pollock
2012-06-03 22:08:22 +01:00
19ff6c7183
[app/settings][s]: add support for app settings.
Rufus Pollock
2012-06-03 21:24:23 +01:00
028dfca859
[#110,app,load,ux][s]: refactor import/load menu to be called load, to support DataHub directly, and have better UX.
Rufus Pollock
2012-06-03 09:50:47 +01:00
e425106022
[ux,view/multiview][s]: turn view chooser menu and controls (filters/facets) menu into button groups and make filters/facets section toggle correctly.
Rufus Pollock
2012-06-03 09:49:21 +01:00
00052bba0f
[view/slickgrid][s]: slickgrid supports renderers/formatters correctly and does not escape html.
Rufus Pollock
2012-06-02 22:42:34 +01:00
170f10268c
[#141,view/map][s]: support for location objects with form {lon: ..., lat: ...}.
Rufus Pollock
2012-06-02 19:02:55 +01:00
86fbe6d191
[#140,refactor,widget/pager][s]: split out pager from query editor into separate widget and display in different place in multiview - fixes#140.
Rufus Pollock
2012-06-01 17:52:12 +01:00
b63f4daad8
[#124,test][xs]: missing change to test - should have been in 4bfcb3c027.
Rufus Pollock
2012-06-01 14:40:55 +01:00
4bfcb3c027
[#124,refactor][s]: merge util.js into view.multiview.js as only utilities are query string parsing utilities and that is where they are used.
Rufus Pollock
2012-05-31 21:54:13 +01:00
03ab0da72d
[#124,refactor][s]: addendum to last commit (forgot to split out filtereditor and delete from multiview).
Rufus Pollock
2012-05-31 21:49:06 +01:00
53327a7a1e
[#124,refactor,view][s]: ([m] in effect) rename DataExplorer view to MultiView and split contents view.js into separate files - fixes#124.
Rufus Pollock
2012-05-31 21:36:52 +01:00
c1c1881660
[#129,refactor][l]: ([s] in effort) rename Document to Record - fixes#129.
Rufus Pollock
2012-05-31 21:04:31 +01:00
e7aa60c7d2
[#77,view/timeline][xs]: use new summary function to product timeline text and use title attribute (if present) for heading.
Rufus Pollock
2012-05-30 23:39:26 +01:00
2a7807638b
[#77,model][s]: add summary function to product infobox style summary for a doc (all keys and values atm).
Rufus Pollock
2012-05-30 23:37:32 +01:00
6f31228520
[#135,view/timeline][s]: switch to using momentjs for date parsing.
Rufus Pollock
2012-05-30 23:36:29 +01:00
faad3e2329
[#135,app,test][xs]: reference momentjs - should have been in e1a7a659da.
Rufus Pollock
2012-05-30 23:34:00 +01:00
ef04420f60
[#73,view/timeline,bugfix][xs]: recalculate start/end field names on reset of fields (o/w did not work for e.g. ES backends).
Rufus Pollock
2012-05-30 23:32:45 +01:00
e1a7a659da
[#135,view/graph,bugfix][xs]: fix graph time series bug due to variable date parsing.
Rufus Pollock
2012-05-30 23:31:28 +01:00
55c85b7b5a
[#119,css/slickgrid][xs]: fix for left border (currently had border all way down side even if no cells) plus prefix everything with .recline-slickgrid.
Rufus Pollock
2012-05-27 23:34:41 +01:00
d339fea2d9
[#119,view/slickgrid][m]: first pass implementation of slickgrid view courtesy of @amercader.
Rufus Pollock
2012-05-27 23:31:42 +01:00
ea6f051aba
[view/map,bugfix][xs]: be more cautious about assuming a location field actually gains geodata (and geojson specifically).
Rufus Pollock
2012-05-27 02:48:54 +01:00
c6d4116cba
[#79,refactor][s]: switch from (old) jquery.mustache to latest mustache.js - fixes#79.
Rufus Pollock
2012-05-27 01:27:26 +01:00
bc8e47c6cf
[#128,test][xs]: file renames in test/index.html to match csv rename in ed4f315a97.
Rufus Pollock
2012-05-27 01:25:00 +01:00
92543a76ee
[#128,backend/elasticsearch][s]: standardize on url field on dataset to hold url for ES backend.
Rufus Pollock
2012-05-26 22:55:01 +01:00
13d1a9e0bd
[#128,state][s]: move to simpler state serialization for backend/dataset in which we just store url attribute of dataset (if present).
Rufus Pollock
2012-05-26 22:51:50 +01:00
ed4f315a97
[#128,backend/csv][s]: rename localcsv to csv and make into a module recline.Backend.CSv.
Rufus Pollock
2012-05-26 19:00:39 +01:00
72ed877ae2
[#128,misc][s]: final wiring up to have everything working again -- fixes#128.
Rufus Pollock
2012-05-26 18:26:47 +01:00
feaaf78639
[#128,backend/gdocs][s]: minor refactoring to make cleaner and have it actually work.
Rufus Pollock
2012-05-26 18:07:36 +01:00
e9d1b8a55a
[#128,backend/gdoc][s]: refactor gdocs to standard backend setup.
Rufus Pollock
2012-05-26 17:46:51 +01:00
5890007c59
[#128,backend/dataproxy][s]: refactor to new setup.
Rufus Pollock
2012-05-26 16:20:18 +01:00
ad7fc1a029
[#128,backend][xs]: minor tweaks to memory backend to follow style in ES - all tests passing again (though stuff still broken in app!).
Rufus Pollock
2012-05-26 16:07:05 +01:00
fae1496eb2
[test,refactor][xs]: rename memory test to memory.test.js.
Rufus Pollock
2012-05-26 16:06:14 +01:00
1bc8c77098
[#128,backend/elasticsearch][m]: rework elasticsearch model to new cleaner setup.
Rufus Pollock
2012-05-26 15:53:59 +01:00
23b32dff1c
[#128,backend/memory,misc][l]: commence major backend refactor by converting recline.Backend.Memory to module and splitting existing code into BackboneSyncer and DataWrapper.
Rufus Pollock
2012-05-25 23:42:58 +01:00
cbe668f0e3
[bugfix,view-map][xs]: issue with map not rendering due to calling redraw in render (introduced in 62a790ceb9).
Rufus Pollock
2012-05-22 11:46:09 +01:00
5d5ddce798
[package.json][xs]: tidy up and extend a little.
Rufus Pollock
2012-05-20 15:06:15 +01:00
62a790ceb9
[view/map,bugfix,refactor][s]: correct bug due to misinterpretation (?) of Backbone reset and refactor so we redraw on initialize.
Rufus Pollock
2012-05-20 13:43:33 +01:00
73767bf6c4
[#121,doc/example-backends][m]: reasonable start on a backend tutorial including a live example of loading data from google docs.
Rufus Pollock
2012-05-18 23:21:00 +01:00
f5b7b7863c
[#116,bugfix][xs]: set max-width on headers as well as body cells as o/w wrap does not work.
Rufus Pollock
2012-05-18 23:04:48 +01:00
d9e96d855b
[doc/example-quickstart][s]: graph section showing how to create a graph and use state to configure it.
Rufus Pollock
2012-05-18 00:54:44 +01:00
76eb296a94
[build][xs]: standard build of recline.js.
Rufus Pollock
2012-05-18 00:54:31 +01:00
fa0f37b5f7
[#116,view/grid][s]: do not show extra header col if no scrollbar on grid body.
Rufus Pollock
2012-05-17 23:57:08 +01:00
d49956e4de
[#113,doc/example-quickstart][s]: various minor improvements and switch to using a richer set of sample data (and including it from _includes).
Rufus Pollock
2012-05-17 13:46:48 +01:00
7963dc2a09
[#116,view/grid][m]: fixed header on grid table so you can scroll and header stays fixed - fixes#116.
Rufus Pollock
2012-05-17 13:22:42 +01:00
310a008537
[app/content][s]: cleaner start page and remove reference to non-existent tutorial.
Rufus Pollock
2012-05-17 13:21:06 +01:00
d42d1c0dbd
[#67,#87,link,embed][s]: encode query string uri components so they work correctly from link and embedding.
Rufus Pollock
2012-05-15 05:31:15 +01:00
0cbae97202
[app/content][xs]: brand links to start of app not reclinejs home page.
Rufus Pollock
2012-05-15 03:52:27 +01:00
deffe17b5e
[app,css][xs]: use site.css to be consistent between docs and app (+ remove documentation link from app).
Rufus Pollock
2012-05-15 03:49:14 +01:00
5e7f9dd0b7
[theme,refactor,css][xs]: move site css into css/site directory from css/.
Rufus Pollock
2012-05-15 03:43:30 +01:00
c5be707be9
[theme,css][xs]: rather than override bootstrap buttons use our own css classes for front pages buttons.
Rufus Pollock
2012-05-15 03:40:01 +01:00
a2df2955f7
[doc/example-quickstart,doc/library][m]: most of a quickstart example plus refactor library page to reflect this and our plans.
Rufus Pollock
2012-05-13 10:19:40 +01:00
4ca2d9765e
[theme][xs]: navbar links to site root.
Rufus Pollock
2012-05-13 10:19:19 +01:00
0d251e92c7
[#52,template][xs]: remove download info from footer as now in the download page.
Rufus Pollock
2012-05-13 10:13:36 +01:00
0d8fbc9693
[#52,doc/download][s]: add a page with download instructions for the library including details of dependencies.
Rufus Pollock
2012-05-13 10:11:21 +01:00
52c5442d37
[#112,theme,jekyll][s]: new container template (good for pure markdown pages), pygments css and option to include recline deps in the main template (useful for examples).
Rufus Pollock
2012-05-13 10:02:41 +01:00