[ckan-changes] [okfn/ckan] 5d311b: Update version number
GitHub
noreply at github.com
Sat Jan 19 13:10:43 UTC 2013
Branch: refs/heads/3028-dashboard-activity-stream-filtering
Home: https://github.com/okfn/ckan
Commit: 5d311b3eaa056885f873d0007bf7562ac38ad8d0
https://github.com/okfn/ckan/commit/5d311b3eaa056885f873d0007bf7562ac38ad8d0
Author: amercader <amercadero at gmail.com>
Date: 2013-01-14 (Mon, 14 Jan 2013)
Changed paths:
M ckan/__init__.py
Log Message:
-----------
Update version number
Commit: cff07be27df9daa398b29c7256b966fca063577e
https://github.com/okfn/ckan/commit/cff07be27df9daa398b29c7256b966fca063577e
Author: Sven R. Kunze <kunsv at hrz.tu-chemnitz.de>
Date: 2013-01-15 (Tue, 15 Jan 2013)
Changed paths:
M ckan/templates/snippets/package_item.html
Log Message:
-----------
Fixed template
Commit: 32dd5e2fee75c38aaec176389adfb7eea044c608
https://github.com/okfn/ckan/commit/32dd5e2fee75c38aaec176389adfb7eea044c608
Author: amercader <amercadero at gmail.com>
Date: 2013-01-15 (Tue, 15 Jan 2013)
Changed paths:
M ckan/templates/snippets/package_item.html
Log Message:
-----------
Merge branch 'master' of github.com:okfn/ckan
Commit: 58eea3ae8156306e8feec96d20d76791c95408cc
https://github.com/okfn/ckan/commit/58eea3ae8156306e8feec96d20d76791c95408cc
Author: amercader <amercadero at gmail.com>
Date: 2013-01-15 (Tue, 15 Jan 2013)
Changed paths:
M ckan/logic/action/get.py
Log Message:
-----------
Fixes sysadmins not getting all orgs if they hadn't created them
Commit: d6491612b5310b85e84d544429c04d34f23d19d8
https://github.com/okfn/ckan/commit/d6491612b5310b85e84d544429c04d34f23d19d8
Author: tobes <toby.junk at gmail.com>
Date: 2013-01-15 (Tue, 15 Jan 2013)
Changed paths:
M ckan/logic/action/get.py
Log Message:
-----------
[#270] Add comment
Commit: 70fdfa6843490195de727c592a1f065aab5ee4b8
https://github.com/okfn/ckan/commit/70fdfa6843490195de727c592a1f065aab5ee4b8
Author: Sven R. Kunze <kunsv at hrz.tu-chemnitz.de>
Date: 2013-01-16 (Wed, 16 Jan 2013)
Changed paths:
M ckan/templates/snippets/package_item.html
Log Message:
-----------
Make package item extensible
Commit: c4cb2593deac79f45f48734b1ae6c1aaf4fbf497
https://github.com/okfn/ckan/commit/c4cb2593deac79f45f48734b1ae6c1aaf4fbf497
Author: tobes <toby.junk at gmail.com>
Date: 2013-01-16 (Wed, 16 Jan 2013)
Changed paths:
M ckan/templates/snippets/package_item.html
Log Message:
-----------
[#272] Fix template indentation
Commit: 8c69f13a0d9988c0411792dcde9cdd18d35b4c58
https://github.com/okfn/ckan/commit/8c69f13a0d9988c0411792dcde9cdd18d35b4c58
Author: Sven R. Kunze <kunsv at hrz.tu-chemnitz.de>
Date: 2013-01-16 (Wed, 16 Jan 2013)
Changed paths:
M ckan/templates/macros/form.html
Log Message:
-----------
Corrected hidden macros
Commit: a75779d2c212a21fad2a4157bc1ba11fd0499fa8
https://github.com/okfn/ckan/commit/a75779d2c212a21fad2a4157bc1ba11fd0499fa8
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2013-01-17 (Thu, 17 Jan 2013)
Changed paths:
A .travis.yml
M README.rst
Log Message:
-----------
Add basic Travis-CI support
It's running only CKAN core's tests on SQLite so far.
Commit: 3dad293bcd7b57e136acff14ac80cfc6bbde167f
https://github.com/okfn/ckan/commit/3dad293bcd7b57e136acff14ac80cfc6bbde167f
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2013-01-17 (Thu, 17 Jan 2013)
Changed paths:
M README.rst
Log Message:
-----------
Fix Build Status image
Commit: 9f2cf6556edfa7332ca57fccf7c849e2279a6dda
https://github.com/okfn/ckan/commit/9f2cf6556edfa7332ca57fccf7c849e2279a6dda
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2013-01-17 (Thu, 17 Jan 2013)
Changed paths:
M doc/test.rst
Log Message:
-----------
Fixing minor typo in the docs
Commit: 085d9c99b0e66e41cf5d756738eed2a84843a59b
https://github.com/okfn/ckan/commit/085d9c99b0e66e41cf5d756738eed2a84843a59b
Author: tobes <toby.junk at gmail.com>
Date: 2013-01-17 (Thu, 17 Jan 2013)
Changed paths:
A .travis.yml
M README.rst
M ckan/__init__.py
M doc/test.rst
Log Message:
-----------
Merge branch 'master' of github.com:okfn/ckan
Commit: 76cc9d3b8641489dc8e6674cb0e46ade02ce0b25
https://github.com/okfn/ckan/commit/76cc9d3b8641489dc8e6674cb0e46ade02ce0b25
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2013-01-18 (Fri, 18 Jan 2013)
Changed paths:
M .travis.yml
Log Message:
-----------
Run DataStore tests in Travis-CI
I had to do a workaround so "paster datastore set-permissions" would work. The
problem is that the code calls psql passing the -W option. This option asks for
the database's password, even if you don't need it. So I simply removed it.
We should look into a better solution for this.
Commit: 19ddbed2206bd8dd0a22d378aa4ef08d437f8eef
https://github.com/okfn/ckan/commit/19ddbed2206bd8dd0a22d378aa4ef08d437f8eef
Author: Vitor Baptista <vitor at vitorbaptista.com>
Date: 2013-01-18 (Fri, 18 Jan 2013)
Changed paths:
M .travis.yml
Log Message:
-----------
Set up IRC notifications for Travis-CI
Commit: 4d072917a961aaf6808adfaa4abc9ebc3e18d827
https://github.com/okfn/ckan/commit/4d072917a961aaf6808adfaa4abc9ebc3e18d827
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-01-19 (Sat, 19 Jan 2013)
Changed paths:
M ckan/tests/functional/api/test_activity.py
Log Message:
-----------
[#3028] Test that *_activity_list() actions accept names
Commit: e93c39466bc098599b2886193518aa25817b1bbd
https://github.com/okfn/ckan/commit/e93c39466bc098599b2886193518aa25817b1bbd
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-01-19 (Sat, 19 Jan 2013)
Changed paths:
M ckan/logic/action/get.py
Log Message:
-----------
[#3028] Fix organization_activity_list action
Make it accept organization names as id param not just ids.
Also make it call an auth function, and handle the limit and offset
params as other activity list actions do.
Commit: ce45d4e423cbe70c2dc83e5b1f9b1ef9746961c9
https://github.com/okfn/ckan/commit/ce45d4e423cbe70c2dc83e5b1f9b1ef9746961c9
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-01-19 (Sat, 19 Jan 2013)
Changed paths:
A .travis.yml
M README.rst
M ckan/__init__.py
M ckan/logic/action/get.py
M ckan/templates/macros/form.html
M ckan/templates/snippets/package_item.html
M doc/test.rst
Log Message:
-----------
Merge branch 'master' of github.com:okfn/ckan into 3028-dashboard-activity-stream-filtering
Compare: https://github.com/okfn/ckan/compare/e522815b241a...ce45d4e423cb
More information about the ckan-changes
mailing list