[ckan-changes] [okfn/ckan] f2ed9a: wrap up bottom scripts in layout_base.html so that...

GitHub noreply at github.com
Thu May 31 15:15:28 UTC 2012


  Branch: refs/heads/feature-2375-demo-theme
  Home:   https://github.com/okfn/ckan
  Commit: f2ed9a03581c3229cf01209baa9a02a71642e0b6
      https://github.com/okfn/ckan/commit/f2ed9a03581c3229cf01209baa9a02a71642e0b6
  Author: Augusto Herrmann <herrmann at mp-120332.(none)>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M ckan/templates/layout_base.html

  Log Message:
  -----------
  wrap up bottom scripts in layout_base.html so that this section can be replaced or appended to in other templates


  Commit: d6c9e48f8df5e926abd3fb1a1607f4f5a30075b4
      https://github.com/okfn/ckan/commit/d6c9e48f8df5e926abd3fb1a1607f4f5a30075b4
  Author: Ian Murray <ian.murray at okfn.org>
  Date:   2012-05-24 (Thu, 24 May 2012)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/tests/lib/test_helpers.py

  Log Message:
  -----------
  [2383] Properly convert microseconds in date_str_to_datetime helper.

Stop this helper function from incorrectly parsing a UTC offset "+0100" as
100 microseconds.

Now, if passed UTC offset as "+0100", this function will not parse the
timestamp.  The same behaviour as when it's passed "+01:00" as a UTC
offset.


  Commit: 576082bd6205da8bbf6d40e4eb3f6b6f0e60fcc0
      https://github.com/okfn/ckan/commit/576082bd6205da8bbf6d40e4eb3f6b6f0e60fcc0
  Author: Ross Jones <rossdjones at gmail.com>
  Date:   2012-05-25 (Fri, 25 May 2012)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/lib/search/__init__.py
    M doc/install-from-source.rst
    M requires/lucid_present.txt

  Log Message:
  -----------
  2414 Remove LXML as a dependency from core

Removes LXML from the requirements by replacing the html stripping
when generating a markdown extract of the description.

Also removes LXML from the initialisation code that checks the
solr schema version


  Commit: 70e58d4fab0c16b2f783d752352b1c3c6fb347cc
      https://github.com/okfn/ckan/commit/70e58d4fab0c16b2f783d752352b1c3c6fb347cc
  Author: Ian Murray <ian.murray at okfn.org>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/tests/lib/test_helpers.py

  Log Message:
  -----------
  [2383] Adding descriptive message to ValueError

And added test that explicitely tests the second form of UTC offset.


  Commit: cb8c2ecf0d63f31fe2bcd878fb23aae1fe981102
      https://github.com/okfn/ckan/commit/cb8c2ecf0d63f31fe2bcd878fb23aae1fe981102
  Author: Ian Murray <ian.murray at okfn.org>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/tests/lib/test_helpers.py

  Log Message:
  -----------
  Merge branch 'bug-2383-date-on-add-edit-resource-breaks-if-offset-is-specified'


  Commit: 2c959a3e2b91c02afec5b50ffa2f85a34149842e
      https://github.com/okfn/ckan/commit/2c959a3e2b91c02afec5b50ffa2f85a34149842e
  Author: kindly <kindly at gmail.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/lib/search/__init__.py
    M doc/install-from-source.rst
    M requires/lucid_present.txt

  Log Message:
  -----------
  Merge pull request #14 from okfn/enhancement-2414-kill-lxml

#2414 Remove LXML as a dependency from core


  Commit: 3b96c332ce62dc41fd1fa6777e5e2ed0318b3aff
      https://github.com/okfn/ckan/commit/3b96c332ce62dc41fd1fa6777e5e2ed0318b3aff
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M ckan/templates/layout_base.html

  Log Message:
  -----------
  Merge branch 'master' of github.com:dadosgovbr/ckan


  Commit: 773d4e11281485a48c3784cd513de1cfef8f1ca6
      https://github.com/okfn/ckan/commit/773d4e11281485a48c3784cd513de1cfef8f1ca6
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-05-28 (Mon, 28 May 2012)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/lib/search/__init__.py
    M doc/install-from-source.rst
    M requires/lucid_present.txt

  Log Message:
  -----------
  Merge branch 'master' of github.com:okfn/ckan


  Commit: f1d68c3d2d4d25a0c0f8a89a68940643fc19b156
      https://github.com/okfn/ckan/commit/f1d68c3d2d4d25a0c0f8a89a68940643fc19b156
  Author: John Glover <j at johnglover.net>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M ckanext/multilingual/plugin.py

  Log Message:
  -----------
  Fix bug in translating lists in multilingual plugin.

Get translations of individual items in a list
instead of looking for a translation of the entire
list object.

Also use 'in' to check for dict keys instead of
the deprecated '.has_key()'.


  Commit: 97c377140a560129c79a344659c5668b7810866a
      https://github.com/okfn/ckan/commit/97c377140a560129c79a344659c5668b7810866a
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M pip-requirements-docs.txt

  Log Message:
  -----------
  [#2434] Add PasteDeploy to pip-requirements-docs

Hoping this might get rid of a traceback we're getting on readthedocs


  Commit: 7816dfff6913dc47da676e67709a4a776e0f013f
      https://github.com/okfn/ckan/commit/7816dfff6913dc47da676e67709a4a776e0f013f
  Author: Sean Hammond <seanhammond at lavabit.com>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M ckanext/multilingual/plugin.py

  Log Message:
  -----------
  Merge branch 'master' of github.com:okfn/ckan


  Commit: 52327c61cbb50f9bc97f7cf12c96c716ae9a49af
      https://github.com/okfn/ckan/commit/52327c61cbb50f9bc97f7cf12c96c716ae9a49af
  Author: Toby <toby.junk at gmail.com>
  Date:   2012-05-31 (Thu, 31 May 2012)

  Changed paths:
    M ckan/lib/helpers.py
    M ckan/lib/search/__init__.py
    M ckan/templates_legacy/layout_base.html
    M ckan/tests/lib/test_helpers.py
    M ckanext/multilingual/plugin.py
    M doc/install-from-source.rst
    M pip-requirements-docs.txt
    M requires/lucid_present.txt

  Log Message:
  -----------
  Merge branch 'master' into feature-2375-demo-theme


  Commit: f5ae0bf722ec224684af31c6dbed94c6597518bf
      https://github.com/okfn/ckan/commit/f5ae0bf722ec224684af31c6dbed94c6597518bf
  Author: Toby <toby.junk at gmail.com>
  Date:   2012-05-31 (Thu, 31 May 2012)

  Changed paths:
    M ckan/templates/package/read.html

  Log Message:
  -----------
  2442 quick and dirty related item on dataset page


Compare: https://github.com/okfn/ckan/compare/b7cc246...f5ae0bf


More information about the ckan-changes mailing list