[ckan-changes] [okfn/ckanjs] c78c0d: [templates][xs]: rename css class to have - rather...

noreply at github.com noreply at github.com
Tue Jul 12 16:19:51 UTC 2011


  Branch: refs/heads/gh-pages
  Home:   https://github.com/okfn/ckanjs

  Commit: c78c0d9c59d9d81fcb312a6a08c0005a9512d004
      https://github.com/okfn/ckanjs/commit/c78c0d9c59d9d81fcb312a6a08c0005a9512d004
  Author: rgrp <http://rufuspollock.org>
  Date:   2011-07-08 (Fri, 08 Jul 2011)

  Changed paths:
    M lib/templates.js

  Log Message:
  -----------
  [templates][xs]: rename css class to have - rather than underscoree.


  Commit: 45a9198bbaaac67a6f396bb93c5ac717566a4bbe
      https://github.com/okfn/ckanjs/commit/45a9198bbaaac67a6f396bb93c5ac717566a4bbe
  Author: rgrp <http://rufuspollock.org>
  Date:   2011-07-10 (Sun, 10 Jul 2011)

  Changed paths:
    A app/css/blueprint/ie.css
  A app/css/blueprint/print.css
  A app/css/blueprint/screen.css
  A app/css/boilerplate.css
  M app/css/ckanjs.css
  A app/css/pdeu.css
  A app/css/style.css
  M app/index.html
  A app/js/vendor/modernizr-1.7.min.js

  Log Message:
  -----------
  [app][m]: introduce new theme (pdeu) based on work already done in datadeck.

* NB: atm *not* worth having datadeck in separate repo and should continue its development here in ckanjs.


  Commit: 8b004705b62bd7e00b90b5d458ff0f25505da37b
      https://github.com/okfn/ckanjs/commit/8b004705b62bd7e00b90b5d458ff0f25505da37b
  Author: rgrp <http://rufuspollock.org>
  Date:   2011-07-10 (Sun, 10 Jul 2011)

  Changed paths:
    A .gitignore

  Log Message:
  -----------
  [ignore][xs].


  Commit: 779caf1f0cdc815d59717b60f3bc51b7db104768
      https://github.com/okfn/ckanjs/commit/779caf1f0cdc815d59717b60f3bc51b7db104768
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2011-07-11 (Mon, 11 Jul 2011)

  Changed paths:
    M lib/model.js
  M test/model-test.js

  Log Message:
  -----------
  Added support for Dataset model having a collection of Resources. Ticket #5


  Commit: 5289ea9679c422da80a92c0af47893aa79ccbf37
      https://github.com/okfn/ckanjs/commit/5289ea9679c422da80a92c0af47893aa79ccbf37
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2011-07-11 (Mon, 11 Jul 2011)

  Changed paths:
    M lib/model.js
  M test/model-test.js

  Log Message:
  -----------
  Implemented .toJSON() in Base model to convert models/collections to objects


  Commit: dff868e540d4fe7c19a393370a6453817ef49a72
      https://github.com/okfn/ckanjs/commit/dff868e540d4fe7c19a393370a6453817ef49a72
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2011-07-11 (Mon, 11 Jul 2011)

  Changed paths:
    M lib/model.js
  M test/model-test.js

  Log Message:
  -----------
  Fixed an issue where new Datasets did not have resource collections


  Commit: 3a8b43dd68ad424e165cd005575a6ad0fc635ab6
      https://github.com/okfn/ckanjs/commit/3a8b43dd68ad424e165cd005575a6ad0fc635ab6
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2011-07-11 (Mon, 11 Jul 2011)

  Changed paths:
    M lib/model.js
  M test/model-test.js

  Log Message:
  -----------
  Resource models now have a "dataset" attribute. Ticket #5


  Commit: 848676b9076dd64f08292fea0aa41c381a0ee022
      https://github.com/okfn/ckanjs/commit/848676b9076dd64f08292fea0aa41c381a0ee022
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2011-07-11 (Mon, 11 Jul 2011)

  Changed paths:
    M lib/model.js
  M test/model-test.js

  Log Message:
  -----------
  Resource model now has .fetch() .save() and .destroy() methods. Ticket #5


  Commit: b6eb81f6de8551f9f117aa28068a8ccada8e703f
      https://github.com/okfn/ckanjs/commit/b6eb81f6de8551f9f117aa28068a8ccada8e703f
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2011-07-11 (Mon, 11 Jul 2011)

  Changed paths:
    M lib/model.js
  M test/model-test.js

  Log Message:
  -----------
  Dataset is now appended to the Resource in the .set() method

This means that when creating manual resources a Dataset model must always
be provided. We did this because the Resource is unable to easily create
new Dataset instances without the possibility of duplication.


  Commit: cb069f8800422e7cbf18a79c0f9f4edb1ee06c72
      https://github.com/okfn/ckanjs/commit/cb069f8800422e7cbf18a79c0f9f4edb1ee06c72
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2011-07-11 (Mon, 11 Jul 2011)

  Changed paths:
    M lib/client.js
  M test/client-test.js

  Log Message:
  -----------
  Added .getDatasetById() to Client


  Commit: d218b630213e919082dc5d08a0de537840f54885
      https://github.com/okfn/ckanjs/commit/d218b630213e919082dc5d08a0de537840f54885
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2011-07-11 (Mon, 11 Jul 2011)

  Changed paths:
    M lib/model.js
  M test/model-test.js

  Log Message:
  -----------
  Fixed the .toJSON() method on the Resource model


  Commit: 0c681b8ce8716d1b15e772b5b428354a5e130373
      https://github.com/okfn/ckanjs/commit/0c681b8ce8716d1b15e772b5b428354a5e130373
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2011-07-11 (Mon, 11 Jul 2011)

  Changed paths:
    M lib/model.js

  Log Message:
  -----------
  Began work on the Relationship model. Ticket #5


  Commit: e7d780dd388e66d75b722b38cfe38be87351fd34
      https://github.com/okfn/ckanjs/commit/e7d780dd388e66d75b722b38cfe38be87351fd34
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2011-07-12 (Tue, 12 Jul 2011)

  Changed paths:
    M lib/model.js

  Log Message:
  -----------
  Fixed a bug in the validator factory


  Commit: b4392adc8028bc0f1e708ae638094a9fc12af94b
      https://github.com/okfn/ckanjs/commit/b4392adc8028bc0f1e708ae638094a9fc12af94b
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2011-07-12 (Tue, 12 Jul 2011)

  Changed paths:
    M lib/model.js
  M test/model-test.js

  Log Message:
  -----------
  Began adding the relationships collection to the Dataset model. Ticket #5


  Commit: 83fb6188302fc2b851ea6dd65ca98060aed929e6
      https://github.com/okfn/ckanjs/commit/83fb6188302fc2b851ea6dd65ca98060aed929e6
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2011-07-12 (Tue, 12 Jul 2011)

  Changed paths:
    M lib/model.js
  M test/model-test.js

  Log Message:
  -----------
  Added support for Relationship models to Dataset. Fixes #5


  Commit: eaa5f962d1000d71081257ae4fd9ddcb2049dbed
      https://github.com/okfn/ckanjs/commit/eaa5f962d1000d71081257ae4fd9ddcb2049dbed
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2011-07-12 (Tue, 12 Jul 2011)

  Changed paths:
    M lib/model.js

  Log Message:
  -----------
  Updated the docs for the Resource and Relationship models


  Commit: 95929d20c2d8f69327d30351bc085d1f5253371f
      https://github.com/okfn/ckanjs/commit/95929d20c2d8f69327d30351bc085d1f5253371f
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2011-07-12 (Tue, 12 Jul 2011)

  Changed paths:
    M lib/ui.js

  Log Message:
  -----------
  Fixed bug in UI when creating Resource model without Dataset


  Commit: 35b10af46790909b75037085b104d8d65cae3d8d
      https://github.com/okfn/ckanjs/commit/35b10af46790909b75037085b104d8d65cae3d8d
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2011-07-12 (Tue, 12 Jul 2011)

  Changed paths:
    M lib/client.js

  Log Message:
  -----------
  Minor update to the way defaults are handled in the Client


  Commit: 1f981977eb89b5475dcc0b7190de77113d15d05b
      https://github.com/okfn/ckanjs/commit/1f981977eb89b5475dcc0b7190de77113d15d05b
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2011-07-12 (Tue, 12 Jul 2011)

  Changed paths:
    A lib/view/dataset-listing.js
  A test/view/dataset-listing-test.js

  Log Message:
  -----------
  Added a separate DatasetListing view for use in the Search widget


  Commit: 59ac21aaedc5b4ea448e0ab03b22ddf235a49a74
      https://github.com/okfn/ckanjs/commit/59ac21aaedc5b4ea448e0ab03b22ddf235a49a74
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2011-07-12 (Tue, 12 Jul 2011)

  Changed paths:
    M test/index.html
  A test/widget/search-test.js
  A widgets/search/index.html
  A widgets/search/js/search.js

  Log Message:
  -----------
  Added a Search widget for rendering a dataset query to a list. Ticket #4


  Commit: aef4bae798734c8188b0b45920bfd16e6d41d023
      https://github.com/okfn/ckanjs/commit/aef4bae798734c8188b0b45920bfd16e6d41d023
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2011-07-12 (Tue, 12 Jul 2011)

  Changed paths:
    M app/css/ckanjs.css
  M lib/templates.js
  M lib/ui.js
  M lib/view.js
  M test/index.html
  M test/view-test.js

  Log Message:
  -----------
  Removed the lightbox that displays search results. Fixes #14


  Commit: 2b04058cae274c3430323f980547674885c13508
      https://github.com/okfn/ckanjs/commit/2b04058cae274c3430323f980547674885c13508
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2011-07-12 (Tue, 12 Jul 2011)

  Changed paths:
    A .gitignore
  A .hgignore
  A README.rst
  A TODO.txt
  A app/css/blueprint/ie.css
  A app/css/blueprint/print.css
  A app/css/blueprint/screen.css
  A app/css/boilerplate.css
  A app/css/ckanjs.css
  A app/css/pdeu.css
  A app/css/style.css
  A app/img/help.png
  A app/index.html
  A app/js/vendor/modernizr-1.7.min.js
  A lib/client.js
  A lib/model.js
  A lib/templates.js
  A lib/ui.js
  A lib/view.js
  A lib/view/dataset-listing.js
  A test/client-test.js
  A test/fixtures.js
  A test/index.html
  A test/model-test.js
  A test/view-test.js
  A test/view/dataset-listing-test.js
  A test/widget/search-test.js
  A vendor/backbone/0.5.1/backbone.js
  A vendor/jquery.jeditable/1.7.2/jquery.jeditable.min.js
  A vendor/jquery.tmpl/beta1/jquery.tmpl.js
  A vendor/jquery.tmpl/beta1/jquery.tmpl.min.js
  A vendor/jquery/1.6.2/jquery.js
  A vendor/json2.js
  A vendor/qunit/qunit.css
  A vendor/qunit/qunit.js
  A vendor/showdown/showdown.js
  A vendor/sinon-qunit/1.0.0/sinon-qunit.js
  A vendor/sinon/1.1.1/sinon.js
  A vendor/underscore/1.1.6/underscore.js
  A widgets/search/index.html
  A widgets/search/js/search.js

  Log Message:
  -----------
  Merge branch 'master' into gh-pages


  Commit: 3486387aa176bc71c654231048dde0171e24480a
      https://github.com/okfn/ckanjs/commit/3486387aa176bc71c654231048dde0171e24480a
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2011-07-12 (Tue, 12 Jul 2011)

  Changed paths:
    M docs/client.html
  M docs/model.html

  Log Message:
  -----------
  Updated docs for client.js and model.js


  Commit: ad41b11b0d4fdc957b6ec1178b847e2b9c0b4fc7
      https://github.com/okfn/ckanjs/commit/ad41b11b0d4fdc957b6ec1178b847e2b9c0b4fc7
  Author: Aron Carroll <self at aroncarroll.com>
  Date:   2011-07-12 (Tue, 12 Jul 2011)

  Changed paths:
    A index.html

  Log Message:
  -----------
  Added a very basic index page linking to app, tests and docs


Compare: https://github.com/okfn/ckanjs/compare/17d1898...ad41b11




More information about the ckan-changes mailing list