Fixed javascript unexpected behavior with Chrome and toggling the details of categories in tab + Fixed javascript bug for adding a property in the editor + Now displaying the repo name in the changeset list and in the discussion list (previously was still "Atelier" unlike everywhere else)
class sysconfig::packages {
$catedit_pkgs = [
'python-dev',
'python-setuptools',
'libpq-dev',
'libjpeg8-dev',
'libxslt-dev',
'libxml2',
'mercurial',
'pylint'
]
package { $catedit_pkgs: ensure => "installed" }
#upgrade setuptools
exec { '/usr/bin/easy_install --upgrade setuptools': require => Package[$catedit_pkgs]}
}