diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 12 insertions, 9 deletions
@@ -2,6 +2,9 @@ * www/admin/user/user.php.in: Renamed "Free/Busy future" to "Free/Busy interval" to be consistent with the user inteface. + * www/admin/user/deliver.php.in, www/admin/user/forward.php.in, + www/admin/user/vacation.php.in: Don't use @bindir@ in strings + marked for translation. 2007-11-16 Thomas Arendsen Hein <thomas@intevation.de> @@ -66,7 +69,7 @@ fixed kolab/issue1845 (incorrect check mailForDn for ldap results) https://intevation.de/roundup/kolab/issue1845 -2007-07-04 Marcus Hüwe <suse-tux@gmx.de> +2007-07-04 Marcus Hüwe <suse-tux@gmx.de> * Makefile.am: @@ -80,7 +83,7 @@ is not yet capable of generating .mo files for the binary RPM. See kolab/issue1797 (kolab-webadmin source package missing PO files) -2007-06-21 Marcus Hüwe <suse-tux@gmx.de> +2007-06-21 Marcus Hüwe <suse-tux@gmx.de> * Makefile.am: @@ -251,7 +254,7 @@ Fix for issue1479 (https://intevation.de/roundup/kolab/issue1479). -2007-01-10 Marcus Hüwe <suse-tux@gmx.de> +2007-01-10 Marcus Hüwe <suse-tux@gmx.de> * php/admin/include/form.class.php: added a __toString() method otherwise it will not work with php 5.2.0 (see issue1558) @@ -264,7 +267,7 @@ * php/admin/include/mysmarty.php.in: make the Smarty prefix configurable, using variable: kolab_php_smarty_prefix -2006-03-22 Marcus Hüwe <suse-tux@gmx.de> +2006-03-22 Marcus Hüwe <suse-tux@gmx.de> Patch committed by Richard Bos * www/admin/user/user.php.in: replaced $kolab_prefix/etc by @sysconfidir@ @@ -312,7 +315,7 @@ 2006-01-17 Richard Bos <richard@radoeka.nl> * Makefile.am: corrected make rule for php/admin/templates/versions.tpl -2006-01-16 Marcus Hüwe <suse-tux@gmx.de> +2006-01-16 Marcus Hüwe <suse-tux@gmx.de> Patch committed by Richard Bos * www/admin/kolab/versions.php.in: use rpm package name variables for the software package version query's @@ -323,13 +326,13 @@ * Makefile.am: process php/admin/templates/versions.tpl.in * configure.ac: add --with-openpkg cmdline argument -2006-01-15 Marcus Hüwe <suse-tux@gmx.de> +2006-01-15 Marcus Hüwe <suse-tux@gmx.de> Patch committed by Richard Bos * www/admin/kolab/versions.php: moved to /www/admin/kolab/versions.php.in, replaced "$kolab_prefix/bin/openpkg" with @RPM@ * Makefile.am: make www/admin/kolab/versions.php.in -2006-01-14 Marcus Hüwe <suse-tux@gmx.de> +2006-01-14 Marcus Hüwe <suse-tux@gmx.de> Patch commited by Richard Bos * configure.ac: replaced --enable-dist with --with-dist Added dist_conf file check. If dist_conf file specified with @@ -345,7 +348,7 @@ * Makefile.am: add webserver_web_prefix so the involved files are installed in the right directory. -2005-12-30 Marcus Hüwe <suse-tux@gmx.de> +2005-12-30 Marcus Hüwe <suse-tux@gmx.de> Patch committed by Richard Bos, see issue1049 * php/admin/include/auth.class.php: moved to php/admin/include/auth.class.php.in @@ -371,7 +374,7 @@ * ../Makefile: reflected change in configure.ac, to create only bzipped tarbals. Changed 'make dist' into 'make distcheck' -2005-12-16 Marcus Hüwe <suse-tux@gmx.de> +2005-12-16 Marcus Hüwe <suse-tux@gmx.de> * Makefile.am: added dist_ prefix 2005-12-14 Richard Bos <richard@radoeka.nl> |