propagate from branch 'ca.inverse.sogo.1_3_13' (head a59a10e4b696e7b04ce4b5dffd0f66574c31525f)

to branch 'ca.inverse.sogo' (head 7fc3840c26038b9a53ac374b2e5b17f2ceeb99ab)

Monotone-Parent: 7fc3840c26038b9a53ac374b2e5b17f2ceeb99ab
Monotone-Parent: a59a10e4b696e7b04ce4b5dffd0f66574c31525f
Monotone-Revision: 54d035c9875133872cd3d137a1234594cb96e36e

Monotone-Author: flachapelle@inverse.ca
Monotone-Author: jraby@inverse.ca
Monotone-Date: 2012-03-16T15:39:18
Monotone-Date: 2012-03-16T17:11:56
Monotone-Branch: ca.inverse.sogo
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2012-03-16 15:39:18 +00:00
8 changed files with 25 additions and 2 deletions
+7
View File
@@ -1,3 +1,10 @@
2012-03-16 Jean Raby <jraby@inverse.ca>
* sogo.spec debian/sogo.postint: upon installation, update timestamp
on WebServerResources/* to let the webserver know the files changed.
Should fix issues where browsers would use a locally cached version
of a resource when the sogo package have just been upgraded.
2012-03-15 Francis Lachapelle <flachapelle@inverse.ca>
* UI/WebServerResources/generic.js (onPreferencesClick): don't
Binary file not shown.
Binary file not shown.
+4 -2
View File
@@ -1,4 +1,4 @@
1.3.13 (2012-03-DD)
1.3.13 (2012-03-16)
-------------------
New Features
- email notifications now includes a new x-sogo-message-type mail header
@@ -6,7 +6,7 @@ New Features
specify a different IMAP hostname for each user (was already possible for
LDAP sources)
- default event & task classification can now be set from the preferences window
- contacts from LDAP sources can now be modified by privileges owners (see
- contacts from LDAP sources can now be modified by privileged owners (see
the "modifiers" parameter)
Enhancements
@@ -57,6 +57,8 @@ New Features
- show end time in bubble box of events
- we now check for new mails in folders for which sieve rules are defined to
file messages into
- new parameter DomainFieldName for SQL sources to dynamically determine the
domain of the user
Enhancements
- updated Ukrainian translation
+7
View File
@@ -1059,6 +1059,13 @@ DIV.bottomToolbar A.bottomButton SPAN:active
.editing > INPUT[type="text"]
{ width: 98%; }
.safetyBlock
{ position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px; }
@media print
{
BODY
+2
View File
@@ -18,6 +18,8 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin
case "$1" in
configure)
# update timestamp on imgs,css,js to let apache know the files changed
find /usr/lib/GNUstep/SOGo/WebServerResources -exec touch {} \;
;;
abort-upgrade|abort-remove|abort-deconfigure)
+5
View File
@@ -289,6 +289,8 @@ if ! id sogo >& /dev/null; then /usr/sbin/adduser sogo > /dev/null 2>&1; fi
/bin/chown sogo /var/log/sogo
/bin/chown sogo /var/spool/sogo
/bin/chmod 700 /var/spool/sogo
# update timestamp on imgs,css,js to let apache know the files changed
find %{_libdir}/GNUstep/SOGo/WebServerResources -exec touch {} \;
/sbin/chkconfig --add sogod
%preun
@@ -309,6 +311,9 @@ fi
# ********************************* changelog *************************
%changelog
* Fri Mar 16 2012 Jean Raby <jraby@inverse.ca>
- %post: update timestamp on imgs,css,js to let apache know the files changed
* Fri Feb 16 2012 Jean Raby <jraby@inverse.ca>
- Use globbing to include all sql upgrade scripts instead of listing them all