[ckan-changes] commit/ckanjs: 3 new changesets
Bitbucket
commits-noreply at bitbucket.org
Thu Jun 16 13:06:14 UTC 2011
3 new changesets in ckanjs:
http://bitbucket.org/okfn/ckanjs/changeset/507f68e59b27/
changeset: 507f68e59b27
user: rgrp
date: 2011-05-20 21:06:43
summary: [doc][xs]: more ideas for Roadmap in README.rst.
affected #: 1 file (211 bytes)
--- a/README.rst Tue May 17 13:02:29 2011 +0100
+++ b/README.rst Fri May 20 20:06:43 2011 +0100
@@ -48,19 +48,28 @@
1. Search and rendering of search results
2. Inline editing of packages (with an API key)
3. Adding packages
+ 4. Switching between different CKAN instances during use
The following features are planned:
* Editing Package relationships
* Embeddable widget on websites to show latest changes
- * Switching between different CKAN instances during use
Roadmap
-------
- 0. Testing - QUnit + Sinon.js (DONE)
- 1. Search (Done)
- 2. Create a Package (DONE)
- 3. Edit a Package - Full and Inline (DONE)
+ * Testing - QUnit + Sinon.js (DONE)
+ * Search (DONE)
+ * Create a Package (DONE)
+ * Edit a Package - Full and Inline (DONE)
+ * Quick Add Resources to Package
+ * Inline edit of tags
+ * Geolocate (and display)
+ * Update multiple packages at once
+ * Editing Package relationships
+Others:
+
+ * Extract Preview code for use in main site
+
http://bitbucket.org/okfn/ckanjs/changeset/738c2dbb0adf/
changeset: 738c2dbb0adf
user: rgrp
date: 2011-05-20 21:08:09
summary: [lib][xs]: some very minor tidying.
affected #: 2 files (138 bytes)
--- a/lib/model.js Fri May 20 20:06:43 2011 +0100
+++ b/lib/model.js Fri May 20 20:08:09 2011 +0100
@@ -69,11 +69,6 @@
'url': 'URL must be set'
}
}
- },
-
- notesHtml: function() {
- var notes = this.get('notes');
- return showdown.makeHtml(notes ? notes : '');
}
});
--- a/lib/templates.js Fri May 20 20:06:43 2011 +0100
+++ b/lib/templates.js Fri May 20 20:08:09 2011 +0100
@@ -213,7 +213,7 @@
<select id="Resource--license_id" name="Resource--license_id"> \
<option selected="selected" value="file">File</option> \
<option value="api">API</option> \
- <option value="index">Index (or Listing)</option> \
+ <option value="index">Index</option> \
<option value="example">Example</option> \
</select> \
</dd> \
http://bitbucket.org/okfn/ckanjs/changeset/33ea452e3f63/
changeset: 33ea452e3f63
user: rgrp
date: 2011-06-16 15:03:05
summary: [doc][xs]: minor tweak to readme.
affected #: 1 file (72 bytes)
--- a/README.rst Fri May 20 20:08:09 2011 +0100
+++ b/README.rst Thu Jun 16 14:03:05 2011 +0100
@@ -1,7 +1,5 @@
-A fully-featured javascript-only interface to CKAN_ sites (entitled DataDeck).
-
-With its modular design it can also function as a javascript library for those
-wishing to do their own development.
+A javascript library for CKAN_ including a fully-featured javascript-only app
+interface to CKAN_ sites (entitled DataDeck).
.. _CKAN: http://ckan.org/
Repository URL: https://bitbucket.org/okfn/ckanjs/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the ckan-changes
mailing list