limn-bak.git
13 years agoLoading data before creating map. Added simple mouseover infobox with additional...
declerambaul [Tue, 24 Apr 2012 21:38:07 +0000]
Loading data before creating map. Added simple mouseover infobox with additional editor info.

13 years agoFixed passing of method arguments
declerambaul [Tue, 24 Apr 2012 19:42:23 +0000]
Fixed passing of method arguments

13 years agoMerge branch 'master' into d3-testing
declerambaul [Tue, 24 Apr 2012 17:01:53 +0000]
Merge branch 'master' into d3-testing

13 years agoNew version of d3 (2.8.1) to vendor libraries. Added d3 to modules.yaml. Implemented...
declerambaul [Tue, 24 Apr 2012 16:58:53 +0000]
New version of d3 (2.8.1) to vendor libraries. Added d3 to modules.yaml. Implemented simple geolocation map for enwp, data is stored in /data/geo.

13 years agoBug in deploy command.
declerambaul [Sun, 22 Apr 2012 17:58:50 +0000]
Bug in deploy command.

13 years agoScripts to modify ErikZ data files into dygraph friendly format. Scripts for generati...
declerambaul [Sun, 22 Apr 2012 17:50:35 +0000]
Scripts to modify ErikZ data files into dygraph friendly format. Scripts for generating new graphs, e.g. for mobile page view data and target data (editor,mobile).

13 years agoserver/controller.co - documentation for mapping property
Andrew Otto [Thu, 19 Apr 2012 18:15:08 +0000]
server/controller.co - documentation for mapping property

13 years agocontrollers/graph.co - using switch instead of if for index/ format conditional
Andrew Otto [Thu, 19 Apr 2012 18:14:39 +0000]
controllers/graph.co - using switch instead of if for index/ format conditional

13 years agoMerge branch 'master' of less.ly:kraken-ui
Andrew Otto [Thu, 19 Apr 2012 15:49:16 +0000]
Merge branch 'master' of less.ly:kraken-ui

13 years agoAdding Project Layout and Deployment docs to README.md
Andrew Otto [Thu, 19 Apr 2012 15:48:49 +0000]
Adding Project Layout and Deployment docs to README.md

13 years agoAdds mime types for yaml and markdown.
dsc [Wed, 18 Apr 2012 22:44:42 +0000]
Adds mime types for yaml and markdown.

13 years agoMerge branch 'master' of less.ly:kraken-ui
declerambaul [Wed, 18 Apr 2012 21:37:21 +0000]
Merge branch 'master' of less.ly:kraken-ui

13 years agoRemoved 'Total' from visibitly vector for the article count graph
declerambaul [Wed, 18 Apr 2012 21:36:59 +0000]
Removed 'Total' from visibitly vector for the article count graph

13 years agoAdding link to /graphs in footer (only in dev envs for now).
Andrew Otto [Wed, 18 Apr 2012 20:58:05 +0000]
Adding link to /graphs in footer (only in dev envs for now).

13 years agoFixing deploy.sh so that it works on labs
Andrew Otto [Wed, 18 Apr 2012 20:03:17 +0000]
Fixing deploy.sh so that it works on labs

13 years agoAdding media=print styles so that printed graphs look nicer.
Andrew Otto [Wed, 18 Apr 2012 17:50:13 +0000]
Adding media=print styles so that printed graphs look nicer.

13 years agoMerge branch 'master' of less.ly:kraken-ui
dsc [Wed, 18 Apr 2012 17:03:26 +0000]
Merge branch 'master' of less.ly:kraken-ui

13 years agoFixes dreadfully obvious error with /datasources/all
dsc [Wed, 18 Apr 2012 17:03:22 +0000]
Fixes dreadfully obvious error with /datasources/all

13 years agoMoving /graphslist to /graphs.json, handled in graph.co controller rather than direct...
Andrew Otto [Wed, 18 Apr 2012 15:33:44 +0000]
Moving /graphslist to /graphs.json, handled in graph.co controller rather than directly in routing in server.co

13 years agoUpdates /graphslist to use files.readJSONFilesAsync
dsc [Wed, 18 Apr 2012 00:31:11 +0000]
Updates /graphslist to use files.readJSONFilesAsync

13 years agoMerge branch 'master' of less.ly:kraken-ui
dsc [Wed, 18 Apr 2012 00:28:44 +0000]
Merge branch 'master' of less.ly:kraken-ui

Conflicts:
lib/server/server.co

13 years agoAdds files.readJSONFilesAsync
dsc [Wed, 18 Apr 2012 00:26:47 +0000]
Adds files.readJSONFilesAsync

13 years agoFixing /graphs so that it uses real data.
Andrew Otto [Tue, 17 Apr 2012 21:32:07 +0000]
Fixing /graphs so that it uses real data.

Thanks to David for the readFilesAsync function!

13 years agoAsync read multiple files.
dsc [Tue, 17 Apr 2012 18:26:40 +0000]
Async read multiple files.

13 years agoMerge branch 'master' into d3-testing
declerambaul [Tue, 17 Apr 2012 02:08:06 +0000]
Merge branch 'master' into d3-testing

13 years agoGeo code coffe script
declerambaul [Tue, 17 Apr 2012 02:08:02 +0000]
Geo code coffe script

13 years agoMerge branch 'master' of less.ly:kraken-ui
dsc [Mon, 16 Apr 2012 22:35:58 +0000]
Merge branch 'master' of less.ly:kraken-ui

13 years agoFixes GraphEditView classes and selectors to match others and defend against bleeding...
dsc [Mon, 16 Apr 2012 22:35:52 +0000]
Fixes GraphEditView classes and selectors to match others and defend against bleeding their styles.

13 years agoRefactoring a few things after code review with David.
Andrew Otto [Mon, 16 Apr 2012 22:01:37 +0000]
Refactoring a few things after code review with David.

13 years agoAdded /graphs view for viewing list of saved graphs.
Andrew Otto [Mon, 16 Apr 2012 20:54:27 +0000]
Added /graphs view for viewing list of saved graphs.

13 years agoFixes Controller.mapping.
dsc [Mon, 16 Apr 2012 06:12:57 +0000]
Fixes Controller.mapping.

13 years agoMerge branch 'master' of less.ly:kraken-ui
dsc [Fri, 13 Apr 2012 19:19:49 +0000]
Merge branch 'master' of less.ly:kraken-ui

13 years agoAh! Fixes the bug that prevented Controller from properly registering mappings.
dsc [Fri, 13 Apr 2012 19:19:43 +0000]
Ah! Fixes the bug that prevented Controller from properly registering mappings.

13 years agoLinking graph name in graph title to graph url.
Andrew Otto [Fri, 13 Apr 2012 16:02:47 +0000]
Linking graph name in graph title to graph url.

13 years agoAdds _.merge() tests.
dsc [Fri, 13 Apr 2012 11:34:56 +0000]
Adds _.merge() tests.

Conflicts:

lib/base/cascading-model.co

13 years agoCreating d3 testing branch. Added d3 to modules.yaml. geo.jade for displaying the...
declerambaul [Fri, 13 Apr 2012 15:42:10 +0000]
Creating d3 testing branch. Added d3 to modules.yaml. geo.jade for displaying the world graph

13 years agoMerge branch 'master' of less.ly:kraken-ui
Andrew Otto [Fri, 13 Apr 2012 15:03:20 +0000]
Merge branch 'master' of less.ly:kraken-ui

13 years agoAdding event handler to select permalink text on focus
Andrew Otto [Fri, 13 Apr 2012 15:02:44 +0000]
Adding event handler to select permalink text on focus

13 years agoMerge branch 'master' of less.ly:kraken-ui
dsc [Thu, 12 Apr 2012 22:27:26 +0000]
Merge branch 'master' of less.ly:kraken-ui

13 years agoCascade.toJSON() now recursively merges objects using _.merge().
dsc [Thu, 12 Apr 2012 22:27:15 +0000]
Cascade.toJSON() now recursively merges objects using _.merge().

13 years agoUpdates base docs with links.
dsc [Thu, 12 Apr 2012 22:20:35 +0000]
Updates base docs with links.

13 years agoAdding permalink to graph-display view
Andrew Otto [Thu, 12 Apr 2012 21:54:24 +0000]
Adding permalink to graph-display view

13 years agoSymlinks in docs
dsc [Thu, 12 Apr 2012 20:49:05 +0000]
Symlinks in docs

13 years agoAdds Backbone Base docs.
dsc [Thu, 12 Apr 2012 20:13:04 +0000]
Adds Backbone Base docs.

13 years agoMakes Reportcard graphs read-only.
dsc [Tue, 10 Apr 2012 03:00:58 +0000]
Makes Reportcard graphs read-only.

13 years agoAdds Dashboard for Reportcard.
dsc [Tue, 10 Apr 2012 02:07:43 +0000]
Adds Dashboard for Reportcard.

13 years agoMerge branch 'master' of less.ly:kraken-ui
dsc [Tue, 10 Apr 2012 00:45:43 +0000]
Merge branch 'master' of less.ly:kraken-ui

13 years agoAdds GraphDisplayView
dsc [Tue, 10 Apr 2012 00:45:30 +0000]
Adds GraphDisplayView

13 years agoMerge branch 'master' of less.ly:kraken-ui
declerambaul [Tue, 10 Apr 2012 00:06:07 +0000]
Merge branch 'master' of less.ly:kraken-ui

13 years agoAdded shortName tag to all yaml files
declerambaul [Tue, 10 Apr 2012 00:05:50 +0000]
Added shortName tag to all yaml files

13 years agoReads various configuration variables from the env.
dsc [Mon, 9 Apr 2012 23:31:33 +0000]
Reads various configuration variables from the env.

13 years agoMerge branch 'master' of less.ly:kraken-ui
dsc [Mon, 9 Apr 2012 23:25:43 +0000]
Merge branch 'master' of less.ly:kraken-ui

13 years agoRead various config variables from env.
dsc [Mon, 9 Apr 2012 23:25:34 +0000]
Read various config variables from env.

13 years agoFixes node version requirement. Oof.
dsc [Mon, 9 Apr 2012 23:25:06 +0000]
Fixes node version requirement. Oof.

13 years agoMerge branch 'master' of less.ly:kraken-ui
declerambaul [Mon, 9 Apr 2012 22:42:25 +0000]
Merge branch 'master' of less.ly:kraken-ui

13 years agoUpdated rc_active_editors_count.csv
declerambaul [Mon, 9 Apr 2012 22:39:38 +0000]
Updated rc_active_editors_count.csv

13 years agobrowserify cache now points at CWD instead of $HOME
dsc [Mon, 9 Apr 2012 21:07:08 +0000]
browserify cache now points at CWD instead of $HOME

13 years agoLog all requests if prod.
dsc [Mon, 9 Apr 2012 20:49:14 +0000]
Log all requests if prod.

13 years agoChecks in reportcard graphs.
dsc [Mon, 9 Apr 2012 20:39:39 +0000]
Checks in reportcard graphs.

13 years agoUpdates dygraph schema.
dsc [Mon, 9 Apr 2012 20:39:10 +0000]
Updates dygraph schema.

13 years agoFixes node version requirement. Oof.
dsc [Mon, 9 Apr 2012 20:02:55 +0000]
Fixes node version requirement. Oof.

13 years agoFixes `coke clean`.
dsc [Mon, 9 Apr 2012 19:45:15 +0000]
Fixes `coke clean`.

13 years agoUpdates to use node-remove
dsc [Mon, 9 Apr 2012 19:33:09 +0000]
Updates to use node-remove

13 years agoUpdates dependencies.
dsc [Mon, 9 Apr 2012 19:32:54 +0000]
Updates dependencies.

13 years agoFixes version-caching code to work with Jade 22.1
dsc [Mon, 9 Apr 2012 19:24:32 +0000]
Fixes version-caching code to work with Jade 22.1

13 years agonginx config for count.less.ly
dsc [Mon, 9 Apr 2012 18:38:34 +0000]
nginx config for count.less.ly

13 years agoUpdates todo, adds docs.
dsc [Mon, 9 Apr 2012 05:02:04 +0000]
Updates todo, adds docs.

13 years agoAdds isotope custom layout modes.
dsc [Mon, 9 Apr 2012 03:27:12 +0000]
Adds isotope custom layout modes.

13 years agoUpdates spin.js
dsc [Fri, 6 Apr 2012 14:54:42 +0000]
Updates spin.js

13 years agoFixes spelling of 'Europe', moves columns so World is first.
dsc [Fri, 6 Apr 2012 05:54:31 +0000]
Fixes spelling of 'Europe', moves columns so World is first.

13 years agoMerge branch 'master' of less.ly:kraken-ui
declerambaul [Thu, 5 Apr 2012 19:08:47 +0000]
Merge branch 'master' of less.ly:kraken-ui

13 years agoAdded total line to mobile data
declerambaul [Thu, 5 Apr 2012 19:08:29 +0000]
Added total line to mobile data

13 years agoUpdates default graph.
dsc [Thu, 5 Apr 2012 17:10:04 +0000]
Updates default graph.

13 years agoAdded target mobile page view data
declerambaul [Thu, 5 Apr 2012 16:37:42 +0000]
Added target mobile page view data

13 years agoCorrect total number of editors to not exclude commons. Corrected typo in mobile...
declerambaul [Thu, 5 Apr 2012 15:43:13 +0000]
Correct total number of editors to not exclude commons. Corrected typo in mobile yaml file.

13 years agoAdding some mobile data
declerambaul [Thu, 5 Apr 2012 15:04:30 +0000]
Adding some mobile data

13 years agoNEVER GIVE UP
declerambaul [Thu, 5 Apr 2012 14:59:45 +0000]
NEVER GIVE UP

13 years agoRemoved yaml file so that dropdown works again. I have no idea what is wrong with...
declerambaul [Thu, 5 Apr 2012 14:47:49 +0000]
Removed yaml file so that dropdown works again. I have no idea what is wrong with it - one would think it shouldnt be that hard :|

13 years agoUpdated data file. What is wrong with that yaml file?
declerambaul [Thu, 5 Apr 2012 14:34:27 +0000]
Updated data file. What is wrong with that yaml file?

13 years agoStill a bug in yaml file
declerambaul [Thu, 5 Apr 2012 14:23:38 +0000]
Still a bug in yaml file

13 years agoStill a bug in yaml file
declerambaul [Thu, 5 Apr 2012 14:22:27 +0000]
Still a bug in yaml file

13 years agoBug in yaml file, again.
declerambaul [Thu, 5 Apr 2012 14:18:49 +0000]
Bug in yaml file, again.

13 years agoFirst attempt at target line in file.
declerambaul [Thu, 5 Apr 2012 14:13:32 +0000]
First attempt at target line in file.

13 years agoChanged total active editors 5+ by wildly code monkeying around
declerambaul [Thu, 5 Apr 2012 11:11:04 +0000]
Changed total active editors 5+ by wildly code monkeying around

13 years agoType in yaml file. Changing default dataset to first chart on old report card.
declerambaul [Thu, 5 Apr 2012 00:20:22 +0000]
Type in yaml file. Changing default dataset to first chart on old report card.

13 years agobug in rc_comscore_properties.yaml file, hopefully
declerambaul [Thu, 5 Apr 2012 00:12:25 +0000]
bug in rc_comscore_properties.yaml file, hopefully

13 years agoWrote yaml files for comscore date manually
declerambaul [Thu, 5 Apr 2012 00:05:45 +0000]
Wrote yaml files for comscore date manually

13 years agoMoving around lots of ./data files in hope of better times.
declerambaul [Wed, 4 Apr 2012 23:47:03 +0000]
Moving around lots of ./data files in hope of better times.

13 years agoFixes 'selected' property on dataset selector.
dsc [Wed, 4 Apr 2012 21:43:51 +0000]
Fixes 'selected' property on dataset selector.

13 years agoUpdates datasource controller to search recursively.
dsc [Wed, 4 Apr 2012 21:01:57 +0000]
Updates datasource controller to search recursively.

13 years agoFixes data paths.
dsc [Wed, 4 Apr 2012 21:01:31 +0000]
Fixes data paths.

13 years agoFixes saving bug.
dsc [Wed, 4 Apr 2012 20:36:30 +0000]
Fixes saving bug.

13 years agoMerges together datafiles
dsc [Wed, 4 Apr 2012 20:07:33 +0000]
Merges together datafiles

13 years agoFirst pass at data UI, mostly inactive due to time. Adds simple dropdown for datasets.
dsc [Wed, 4 Apr 2012 20:04:22 +0000]
First pass at data UI, mostly inactive due to time. Adds simple dropdown for datasets.

13 years agoFixes Data pointers.
dsc [Wed, 4 Apr 2012 20:03:47 +0000]
Fixes Data pointers.

13 years agoArticle data for all languages. The ./data/articles/rc_* contain more data than shoul...
declerambaul [Wed, 4 Apr 2012 14:16:00 +0000]
Article data for all languages. The ./data/articles/rc_* contain more data than should be displayed on a graph in one file, the ./data/articles/languages/ folder contains the article data for each language project.

13 years agoUpdates dataset names to match stats.wikimedia.org
dsc [Mon, 2 Apr 2012 21:53:43 +0000]
Updates dataset names to match stats.wikimedia.org

13 years agofixes typos and whitespace in datafiles.
dsc [Mon, 2 Apr 2012 21:42:11 +0000]
fixes typos and whitespace in datafiles.

13 years agoFixes ugly Windows checkboxes.
dsc [Mon, 2 Apr 2012 17:44:41 +0000]
Fixes ugly Windows checkboxes.

13 years agoAdded bare yaml description files for the dypgrah csv reportcard data. Need to add...
declerambaul [Mon, 2 Apr 2012 15:19:34 +0000]
Added bare yaml description files for the dypgrah csv reportcard data. Need to add the graph options so that the graphs are styled properly by default.