Puppet Dashboard 1.2.15 is a bugfix release of the 1.2 series of Puppet Dashboard. This release is available for download at: https://downloads.puppetlabs.com/dashboard/puppet-dashboard-1.2.15.tar.gz Debian packages are available at https://apt.puppetlabs.com RPM packages are available at https://yum.puppetlabs.com Please report feedback via the Puppet Labs Redmine site, using an affected version of 1.2.15: http://projects.puppetlabs.com/projects/dashboard Documentation is available at: http://docs.puppetlabs.com/dashboard/index.html ==============================## Puppet Dashboard 1.2.15 Bug Fixes ## ==============================(#16333) Override AR MySQL connector to set sql_mode Currently if there is a problematic sql_mode set globally it will end up breaking things. This patch overrides the configure_connection function of the MySQL connector to explicitly set the sql_mode to traditional for the session so that if something that breaks the queries used by the console (like ANSI_QUOTES) is set globally, it won''t affect it. Handles bogus pagination inputs. If you visit your local puppet dashboard at /nodes?per_page=whaaa you get an exception. If you visit /nodes?page=1000000000000 you will get "no matching nodes". With this change, an invalid per_page uses the default per_page. A too-large page number will show the last page, and a too-small or invalid page number will show the first page. ==============================## Puppet Dashboard 1.2.15 Changelog ## ==============================Aaron Stone (3): 251674b Handle out-of-range and bogus pagination inputs. 5b4d83f Unit tests for out-of-bounds-pagination. 8133354 In will_paginate 2.x, default per_page is hardcoded 30. Jeff Weiss (2): 0aadf88 (maint) fix session killing 757c518 (maint) fix failing tests Jill Burrows (1): 4ca7363 Verbosity++ for puppet:plugin:install rake task Ken J (2): b11c36a (#16333) Override AR MySQL connector to set sql_mode 54b9714 Modified to add the additional behavior in a saner way per dpittman''s suggestion. Matthaus Owens (4): 87b4bad Update CHANGELOG, VERSION for 1.2.15-rc1 8403b0f Remove fedora 15 mocks from build_defaults.yaml f262fef Add el5 mock to rc mocks in build_defaults.yaml 43b571a Update VERSION, CHANGELOG for 1.2.15 Moses Mendoza (1): 3c80866 Now that we ship 1.8.7, we can build for el5 Vlastimil Holer (1): 6dfb877 Make SQL status query more PostgreSQL-friendly. -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to puppet-dev@googlegroups.com. To unsubscribe from this group, send email to puppet-dev+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.