Change log for dokuwiki package in Debian
51 → 63 of 63 results | First • Previous • Next • Last |
dokuwiki (0.0.20091225c-6) unstable; urgency=low * debian/postinst: check existence of conffiles before chown/chmoding them: the user may have deleted them. (Closes: #589263) * debian/po/*.po: debconf templates translation update + Czech, thanks to Miroslav Kure. (Closes: #589566) + Danish (new translation), thanks to Joe Hansen. (Closes: #589095) + Spanish, thanks to Francisco Javier Cuadrado. (Closes: #590051) + Portuguese, thanks to Rui Branco. (Closes: #589086) + Russian, thanks to Yuri Kozlov. (Closes: #588950) -- Tanguy Ortolo <email address hidden> Sun, 25 Jul 2010 23:26:28 +0200
dokuwiki (0.0.20091225c-5) unstable; urgency=low * debian/preinst: remove useless ucf association with /usr/share/dokuwiki/.htaccess * debian/postinst: + make /etc/dokuwiki/local.php readable by the web server. (Closes: #588699) + transition to plugins and templates under /var/lib/dokuwiki/lib, see below. + remove auto_prepend_file from Apache configuration: it only works with mod_php and is now useless, see below. + generate wiki configuration file /etc/dokuwiki/local.php candidate event if there is already one: ucf is here to allow the user to manage the conflict. * debian/postrm: do not call lighty-disable-mod if lighttpd is not installed. (Closes: #588700) * debian/copyright: integrated the BSD license, as it will be removed from common-licenses. * debian/control: updated Standards-Version to 3.9.0, taking into account the BSD license removal from common-licenses. * debian/patches/fhs.diff: modified lib/plugins/acl/ajax.php to define DOKU_INC to its location under Debian. (Closes: #588405) (LP: #589469) * Added an ucf historical md5sum file for /usr/share/dokuwiki/.htaccess.dist. * conf/license.php: backported an upstream commit to fix the CC-BY-ND license URL (btw, this license is inappropriate for a wiki, and will be removed in the next upstream version). (Closes: #531353) * Added a lintian override for a template detected as unused because lintian does not understand Perl config scripts. * Moved templates and plugins to /var/lib/dokuwiki/lib, to reproduce the original hierarchy of DokuWiki, so that plugins with standalone scripts can find it where they expect it. Cf. <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588405#20>. -- Tanguy Ortolo <email address hidden> Sun, 11 Jul 2010 23:13:10 +0200
dokuwiki (0.0.20091225c-4) unstable; urgency=low * debian/control: + added Vcs-* fields (correct ones, this time). + removed useless build-dependency on sharutils. + switch from Uploader to Maintainer. * Added debconf and postinst support for special file system rights: optional web-writeable configuration and plugins. (Closes: #572502) (LP: #219414, #205908) * Added debconf and postinst support for wiki configuration. (Closes: #404353) * debian/templates: corrected templates according to advice from <debian-l10-en@l.d.o>. * debian/config: removed non-translatable titles. * debian/preinst: removed useless exit 0. * debian/postinst: + made the plugins and template transition to /var/lib/ more robust for some specific cases. (Closes: #572377) + corrected web server reload command (file descriptor #3 redirection, see bug #446324). + write configuration for apache2 only if autoconfiguration for apache2 is requested. + apache2 configuration: added preload.php as an auto_prepend_file for the plugins directory, to set the base DokuWiki directory for plugins that need to find it. + use full path for lighttpd-{enable|disable}-mod. * debian/postrm: + updated content purging rules with more precise ones. + moved #DEBHELPER# placeholder to the end. + removed old commented part. + use full path for lighttpd-{enable|disable}-mod. * debian/rules: + updated to debhelper 7 new syntax: implicit catch-all rule and dedicated overrides. + updated special permissions rules with more precise ones: - the web server only needs write permissions to the data and cache directories and files. - root:www-data is more appropriate for web apps configuration files. * Added auto-configuration for the lighttpd server. (LP: #489987) * Disabled the built-in update notifier, not relevant for a distro-managed software. (LP: #325013) * Updated the debian footer button: cleaner Debian spiral, HTML code similar to the other buttons. * Removed the symlink to /etc/dokuwiki not to expose it to the web. * Moved the prepend.php to the new upstream-supported inc/preload.php and removed the now useless PHP preload code from the .htaccess. Cf. <http://www.dokuwiki.org/security#move_directories_out_of_docroot>. * debian/copyright and patches: clarified the licences of files that were taken from other projects. -- Tanguy Ortolo <email address hidden> Mon, 21 Jun 2010 23:41:02 +0200
dokuwiki (0.0.20091225c-3) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format * debian/postinst: corrected web server configuration path. -- Tanguy Ortolo <email address hidden> Sun, 28 Feb 2010 11:50:46 +0100
Superseded in sid-release |
dokuwiki (0.0.20091225c-2) unstable; urgency=low [ Tanguy Ortolo ] * debconf/templates: new templates to chose webserver to reconfigure and to restart. * debconf/config: reconfigure and restart the webservers according to the user choice. [ Mohammed Adnène Trojette ] * Review and upload to unstable. -- Mohammed Adnène Trojette <email address hidden> Sat, 27 Feb 2010 19:16:30 +0100
Superseded in lenny-release |
dokuwiki (0.0.20080505-4+lenny1) stable-security; urgency=high * Non-maintainer upload by the Security Team. * Fixed CVE-2010-0287, CVE-2010-0288, CVE-2010-0289 (Closes: #565406) -- Giuseppe Iuculano <email address hidden> Fri, 22 Jan 2010 15:57:35 +0100
dokuwiki (0.0.20090214b-3.1) unstable; urgency=high * Non-maintainer upload by the Security Team. * Check against cross-site request forgeries (CSRF) * Fixed multiple vulnerabilities in ACL plugin (Closes: #565406) -- Giuseppe Iuculano <email address hidden> Sun, 17 Jan 2010 14:47:41 +0100
dokuwiki (0.0.20090214b-3) unstable; urgency=low * Fix bashism in debian/postinst. (Closes: #515612) -- Mohammed Adnène Trojette <email address hidden> Mon, 13 Jul 2009 11:52:28 +0200
dokuwiki (0.0.20090214b-2) unstable; urgency=low * templates: + no longer support older versions of Apache. + don't purge data by default. * control: bump Standards-Version to 3.8.2. -- Mohammed Adnène Trojette <email address hidden> Sat, 27 Jun 2009 17:53:39 +0200
dokuwiki (0.0.20090214-1) unstable; urgency=low * New upstream release. * No longer ship a php-geshi copy. (Closes: #513869) * Don't refer to Creative Common licence but use Public Domain by default - licence remains configurable of course. (Closes: #513094) * No longer remove lib/plugins/config/lang/{eu,tr} directories (which are no more empty). -- Mohammed Adnène Trojette <email address hidden> Sat, 14 Feb 2009 19:23:37 +0100
dokuwiki (0.0.20080505-5) unstable; urgency=low * Debconf template translation updates: + Spanish, thanks to Francisco Javier Cuadrado. (Closes: #508727) * Also install VERSION file in /usr/share/dokuwiki. (Closes: #500581) -- Mohammed Adnène Trojette <email address hidden> Wed, 24 Dec 2008 02:43:35 +0100
dokuwiki (0.0.20080505-4) unstable; urgency=high * Depend on php-geshi instead of the embedded version (SA32559). Thanks to Giuseppe Iuculano for taking care. (Closes: #) -- Mohammed Adnène Trojette <email address hidden> Sat, 08 Nov 2008 14:18:29 +0100
dokuwiki (0.0.20080505-3) unstable; urgency=high * High-urgency upload for RC bug fixing. * Rewrite postinst in shell thanks to a patch inspired from Dmitry Semyonov's: + unblock upgrades. (Closes: #481394) + don't fail when comparing Debian versions. (Closes: #495360) * Remove linda overrides. * Remove some lintian errors: + remove empty directories. + bump Standards-Version to 3.8.0 (no changes needed). * README.Debian: document the fact that cleaning the cache directory shall help updating the pages on updates. (Closes: #480888) * Debconf template translation updates + Vietnamese, thanks to Clytie Siddall (Closes: #500022) -- Mohammed Adnène Trojette <email address hidden> Mon, 29 Sep 2008 15:43:05 +0200
51 → 63 of 63 results | First • Previous • Next • Last |