[ckan-changes] [okfn/ckan] 83cca4: [#2695] Add Bootstrap typeahead plugin
GitHub
noreply at github.com
Mon Jul 23 14:36:54 UTC 2012
Branch: refs/heads/2375-demo-theme-development
Home: https://github.com/okfn/ckan
Commit: 83cca4052057b9cf3f3c00145fd97270e0c94964
https://github.com/okfn/ckan/commit/83cca4052057b9cf3f3c00145fd97270e0c94964
Author: Aron Carroll <self at aroncarroll.com>
Date: 2012-07-19 (Thu, 19 Jul 2012)
Changed paths:
A ckan/public/base/vendor/bootstrap/js/bootstrap-typeahead.js
M ckan/templates/snippets/scripts.html
Log Message:
-----------
[#2695] Add Bootstrap typeahead plugin
Commit: 922196502dde73b0d86908abdd5bd2c1ca5ea025
https://github.com/okfn/ckan/commit/922196502dde73b0d86908abdd5bd2c1ca5ea025
Author: Aron Carroll <self at aroncarroll.com>
Date: 2012-07-19 (Thu, 19 Jul 2012)
Changed paths:
M ckan/public/base/test/spec/module.spec.js
Log Message:
-----------
[#2695] Add tests for BaseModule()
Commit: b004aa703ec38bf5a827d81cb4159f4329691022
https://github.com/okfn/ckan/commit/b004aa703ec38bf5a827d81cb4159f4329691022
Author: Aron Carroll <self at aroncarroll.com>
Date: 2012-07-19 (Thu, 19 Jul 2012)
Changed paths:
M ckan/public/base/javascript/module.js
M ckan/public/base/test/spec/module.spec.js
Log Message:
-----------
[#2695] Add BaseModule#i18n() helper and tests
This allows you to quickly grab localised strings passed into the
object as options.
Commit: 8a76bd2a646a5c46aee527ca2476aa51a6f0f0f4
https://github.com/okfn/ckan/commit/8a76bd2a646a5c46aee527ca2476aa51a6f0f0f4
Author: Aron Carroll <self at aroncarroll.com>
Date: 2012-07-19 (Thu, 19 Jul 2012)
Changed paths:
M ckan/public/base/less/main.less
A ckan/public/base/vendor/select2/README.md
A ckan/public/base/vendor/select2/select2.css
A ckan/public/base/vendor/select2/select2.js
A ckan/public/base/vendor/select2/select2.min.js
A ckan/public/base/vendor/select2/select2.png
A ckan/public/base/vendor/select2/spinner.gif
Log Message:
-----------
[#2695] Add select2 jQuery plugin
Provides nice autocomplete and select box functionality in the same
vein as chosen. This better supports customisation and loading of
remote data.
Commit: 8fadca555e88454089a0d463c5b4d8b6c42992a2
https://github.com/okfn/ckan/commit/8fadca555e88454089a0d463c5b4d8b6c42992a2
Author: Aron Carroll <self at aroncarroll.com>
Date: 2012-07-19 (Thu, 19 Jul 2012)
Changed paths:
A ckan/public/base/javascript/modules/autocomplete.js
Log Message:
-----------
[#2695] Add a basic working autocomplete plugin for tags
Commit: 910340669e93dc31c58865570ae7120ee151271f
https://github.com/okfn/ckan/commit/910340669e93dc31c58865570ae7120ee151271f
Author: Aron Carroll <self at aroncarroll.com>
Date: 2012-07-19 (Thu, 19 Jul 2012)
Changed paths:
M ckan/public/base/less/forms.less
M ckan/templates/package/snippets/package_basic_fields.html
M ckan/templates/snippets/scripts.html
Log Message:
-----------
[#2695] Add tag autocomplete to new dataset page
Needs cleaning up and unit tests.
Commit: 990525696b9b1d412b84cfdf288b92fcf31a46a1
https://github.com/okfn/ckan/commit/990525696b9b1d412b84cfdf288b92fcf31a46a1
Author: Aron Carroll <self at aroncarroll.com>
Date: 2012-07-23 (Mon, 23 Jul 2012)
Changed paths:
M ckan/public/base/javascript/client.js
M ckan/public/base/test/spec/client.spec.js
Log Message:
-----------
[#2695] Add support for autocomplete endpoints to Client
Commit: d9e125f81f2fa69806188b3f9ee1fdc55aa29e67
https://github.com/okfn/ckan/commit/d9e125f81f2fa69806188b3f9ee1fdc55aa29e67
Author: Aron Carroll <self at aroncarroll.com>
Date: 2012-07-23 (Mon, 23 Jul 2012)
Changed paths:
M ckan/public/base/javascript/modules/autocomplete.js
Log Message:
-----------
[#2695] Update autocomplete module to use Client
Commit: 714890b283f1400725963f30246ef467b7793dfe
https://github.com/okfn/ckan/commit/714890b283f1400725963f30246ef467b7793dfe
Author: Aron Carroll <self at aroncarroll.com>
Date: 2012-07-23 (Mon, 23 Jul 2012)
Changed paths:
M ckan/public/base/javascript/client.js
M ckan/public/base/test/spec/client.spec.js
Log Message:
-----------
[#2695] Client extends the ajax request with the piped promise
This allows us to use the original jqXHR methods but with the new
piped result stream.
Commit: aa9a2b45a7f3509b79fb2c965c3dae5e172ac94a
https://github.com/okfn/ckan/commit/aa9a2b45a7f3509b79fb2c965c3dae5e172ac94a
Author: Aron Carroll <self at aroncarroll.com>
Date: 2012-07-23 (Mon, 23 Jul 2012)
Changed paths:
M ckan/public/base/test/spec/modules/basic-form.spec.js
M ckan/public/base/test/spec/plugins/jquery.slug-preview.spec.js
Log Message:
-----------
[#2695] Restore jQuery plugin after stubbing it
Commit: 85d9b38e177cb2c1511cd53f092f841814d04280
https://github.com/okfn/ckan/commit/85d9b38e177cb2c1511cd53f092f841814d04280
Author: Aron Carroll <self at aroncarroll.com>
Date: 2012-07-23 (Mon, 23 Jul 2012)
Changed paths:
M ckan/public/base/javascript/modules/autocomplete.js
A ckan/public/base/test/spec/modules/autocomplete.spec.js
Log Message:
-----------
[#2695] Refactor and tested the autocomplete module
Commit: 5a9018df53cbcf3e2f9e93402cb5b05d3b3eeebd
https://github.com/okfn/ckan/commit/5a9018df53cbcf3e2f9e93402cb5b05d3b3eeebd
Author: Aron Carroll <self at aroncarroll.com>
Date: 2012-07-23 (Mon, 23 Jul 2012)
Changed paths:
M ckan/public/base/javascript/i18n.js
M ckan/public/base/test/index.html
A ckan/public/base/vendor/jed.js
M ckan/templates/snippets/scripts.html
Log Message:
-----------
[#2695] Add Jed for handling the localisations
Commit: a6f0531e4bb5f6407e0034235d69d21d0dea655e
https://github.com/okfn/ckan/commit/a6f0531e4bb5f6407e0034235d69d21d0dea655e
Author: Aron Carroll <self at aroncarroll.com>
Date: 2012-07-23 (Mon, 23 Jul 2012)
Changed paths:
M ckan/public/base/javascript/modules/autocomplete.js
Log Message:
-----------
[#2695] Re jig the .lookup() autocomplete method
Commit: eb2addd2a383f91d3b24f70e79c5e28c4df0a36e
https://github.com/okfn/ckan/commit/eb2addd2a383f91d3b24f70e79c5e28c4df0a36e
Author: Aron Carroll <self at aroncarroll.com>
Date: 2012-07-23 (Mon, 23 Jul 2012)
Changed paths:
M .gitignore
M ckan/config/routing.py
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/package.py
M ckan/controllers/related.py
M ckan/lib/cli.py
M ckan/lib/helpers.py
M ckan/logic/__init__.py
M ckan/logic/action/create.py
M ckan/logic/action/delete.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/auth/delete.py
M ckan/logic/auth/update.py
M ckan/public/base/javascript/modules/confirm-delete.js
M ckan/public/base/javascript/modules/select-switch.js
M ckan/public/base/less/ckan.less
M ckan/public/base/less/forms.less
M ckan/public/base/less/nav.less
M ckan/templates/error_document_template.html
M ckan/templates/group/confirm_delete.html
M ckan/templates/group/snippets/group_form.html
M ckan/templates/package/confirm_delete.html
A ckan/templates/package/confirm_delete_resource.html
M ckan/templates/package/read.html
M ckan/templates/package/resource_read.html
M ckan/templates/package/search.html
M ckan/templates/package/snippets/package_form.html
M ckan/templates/package/snippets/resource_edit_form.html
M ckan/templates/package/snippets/resource_form.html
M ckan/templates/package/snippets/resources.html
M ckan/templates/package/snippets/search_form.html
A ckan/templates/related/confirm_delete.html
M ckan/templates/related/edit_form.html
M ckan/templates/related/snippets/related_form.html
M ckan/templates/snippets/language_selector.html
M ckan/templates/snippets/sort_by.html
M setup.py
Log Message:
-----------
Merge branch 2375-demo-theme-development into 2695-demo-tag-autocomplete
Compare: https://github.com/okfn/ckan/compare/697588819d3a...eb2addd2a383
More information about the ckan-changes
mailing list