postfixadmin-tracker Mailing List for PostfixAdmin (Page 48)
Brought to you by:
christian_boltz,
gingerdog
You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
(67) |
Nov
(83) |
Dec
(47) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(57) |
Feb
(15) |
Mar
(21) |
Apr
(38) |
May
(27) |
Jun
(38) |
Jul
(35) |
Aug
(50) |
Sep
(8) |
Oct
(9) |
Nov
(59) |
Dec
(59) |
2009 |
Jan
(27) |
Feb
(42) |
Mar
(63) |
Apr
(46) |
May
(26) |
Jun
(25) |
Jul
(40) |
Aug
(19) |
Sep
(17) |
Oct
(35) |
Nov
(26) |
Dec
(21) |
2010 |
Jan
(11) |
Feb
(19) |
Mar
(40) |
Apr
(25) |
May
(23) |
Jun
(17) |
Jul
(10) |
Aug
(18) |
Sep
(21) |
Oct
(12) |
Nov
(10) |
Dec
(22) |
2011 |
Jan
(30) |
Feb
(23) |
Mar
(23) |
Apr
(38) |
May
(32) |
Jun
(19) |
Jul
(20) |
Aug
(36) |
Sep
(11) |
Oct
(28) |
Nov
(4) |
Dec
(4) |
2012 |
Jan
(6) |
Feb
(3) |
Mar
(16) |
Apr
(28) |
May
(29) |
Jun
(10) |
Jul
(2) |
Aug
(3) |
Sep
|
Oct
(13) |
Nov
(1) |
Dec
(1) |
2013 |
Jan
(11) |
Feb
(7) |
Mar
(29) |
Apr
(2) |
May
(3) |
Jun
(15) |
Jul
(8) |
Aug
(5) |
Sep
(5) |
Oct
(4) |
Nov
(27) |
Dec
(81) |
2014 |
Jan
(12) |
Feb
(13) |
Mar
(5) |
Apr
|
May
(41) |
Jun
(16) |
Jul
(7) |
Aug
(10) |
Sep
(24) |
Oct
(50) |
Nov
|
Dec
(2) |
2015 |
Jan
(5) |
Feb
(2) |
Mar
(7) |
Apr
(20) |
May
(1) |
Jun
(3) |
Jul
(12) |
Aug
(1) |
Sep
(17) |
Oct
(5) |
Nov
(20) |
Dec
(10) |
2016 |
Jan
(10) |
Feb
(11) |
Mar
(22) |
Apr
(30) |
May
(33) |
Jun
(3) |
Jul
|
Aug
(12) |
Sep
(20) |
Oct
(11) |
Nov
(15) |
Dec
(8) |
2017 |
Jan
(1) |
Feb
(11) |
Mar
(10) |
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
(3) |
2018 |
Jan
(2) |
Feb
|
Mar
(1) |
Apr
|
May
(4) |
Jun
(2) |
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2008-08-06 19:30:14
|
Bugs item #1990191, was opened at 2008-06-11 01:12 Message generated for change (Comment added) made by harrymorgan You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1990191&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Database Group: v 2.2 Status: Open Resolution: None Priority: 8 Private: No Submitted By: Jon Kristian Nilsen (jonkristian) Assigned to: Nobody/Anonymous (nobody) Summary: Illegal mix of collations Initial Comment: DEBUG INFORMATION: Invalid query: Illegal mix of collations (latin1_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '=' In virtual-list.php , it's a bug in upgrade.php see attached patch. ---------------------------------------------------------------------- Comment By: Harry Morgan (harrymorgan) Date: 2008-08-06 23:30 Message: Logged In: YES user_id=2171233 Originator: NO Invalid query: Illegal mix of collations (cp1251_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '=' ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-08-06 23:26 Message: Logged In: NO virtual-list.php DEBUG INFORMATION: Invalid query: Illegal mix of collations (cp1251_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '=' Please check the documentation and website for more information. ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2008-06-15 20:18 Message: Logged In: YES user_id=593261 Originator: NO I checked the 2.1 release again and found out that there was no collation specified in the MySQL dump. This means that the collation 2.1 users have in their database depends on the local MySQL settings. >From the postfixadmin point of view, we can just call it "random"... I'll add a fix to upgrade.php in the next days. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-06-11 11:06 Message: Logged In: NO Why is latin1_swedish_ci used instead of latin1_general_ci anyway? ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2008-06-11 03:52 Message: Logged In: YES user_id=593261 Originator: NO It isn't that easy (because your patch would break upgrades) and changing from latin1_swedish_ci to latin1_general_ci doesn't make a real difference, so I tend to reject your patch. However, let's wait what we find out in the forum thread where this bug report came from: https://sourceforge.net/forum/forum.php?thread_id=2039397&forum_id=676076 (The question is where the latin1_general_ci field is hidden / comes from ;-) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1990191&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-08-06 19:26:31
|
Bugs item #1990191, was opened at 2008-06-10 21:12 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1990191&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Database Group: v 2.2 Status: Open Resolution: None Priority: 8 Private: No Submitted By: Jon Kristian Nilsen (jonkristian) Assigned to: Nobody/Anonymous (nobody) Summary: Illegal mix of collations Initial Comment: DEBUG INFORMATION: Invalid query: Illegal mix of collations (latin1_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '=' In virtual-list.php , it's a bug in upgrade.php see attached patch. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-08-06 19:26 Message: Logged In: NO virtual-list.php DEBUG INFORMATION: Invalid query: Illegal mix of collations (cp1251_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '=' Please check the documentation and website for more information. ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2008-06-15 16:18 Message: Logged In: YES user_id=593261 Originator: NO I checked the 2.1 release again and found out that there was no collation specified in the MySQL dump. This means that the collation 2.1 users have in their database depends on the local MySQL settings. >From the postfixadmin point of view, we can just call it "random"... I'll add a fix to upgrade.php in the next days. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-06-11 07:06 Message: Logged In: NO Why is latin1_swedish_ci used instead of latin1_general_ci anyway? ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2008-06-10 23:52 Message: Logged In: YES user_id=593261 Originator: NO It isn't that easy (because your patch would break upgrades) and changing from latin1_swedish_ci to latin1_general_ci doesn't make a real difference, so I tend to reject your patch. However, let's wait what we find out in the forum thread where this bug report came from: https://sourceforge.net/forum/forum.php?thread_id=2039397&forum_id=676076 (The question is where the latin1_general_ci field is hidden / comes from ;-) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1990191&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-08-06 18:23:08
|
Bugs item #2040288, was opened at 2008-08-06 14:24 Message generated for change (Settings changed) made by gingerdog You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2040288&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Vacation Group: SVN (please specify revision!) >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Error in vacation.pl svn trunk rev 441 Initial Comment: vacation.pl throws an error when not in test-mode as long as the scope of $logger in line 170 is kept local. As soon as you replace my $logger = get_logger(); into $logger = get_logger(); on that line (170) everything runs fine with me. ---------------------------------------------------------------------- >Comment By: GingerDog (gingerdog) Date: 2008-08-06 18:23 Message: Logged In: YES user_id=1761957 Originator: NO Hi! Thanks, patch accepted. David ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2040288&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-08-06 14:24:45
|
Bugs item #2040288, was opened at 2008-08-06 14:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2040288&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Vacation Group: SVN (please specify revision!) Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Error in vacation.pl svn trunk rev 441 Initial Comment: vacation.pl throws an error when not in test-mode as long as the scope of $logger in line 170 is kept local. As soon as you replace my $logger = get_logger(); into $logger = get_logger(); on that line (170) everything runs fine with me. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2040288&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-08-05 20:54:54
|
Patches item #1995478, was opened at 2008-06-16 22:21 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=1995478&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Stefan Breitegger (tuxstef) Assigned to: Nobody/Anonymous (nobody) Summary: postfixadmin-2.2.0 fetchmail ssl option Initial Comment: Suggenstion to click enable ssl option without extra options enabled for fetchmail. ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2008-08-05 22:55 Message: Logged In: YES user_id=593261 Originator: NO Commited to SVN r439, with the changes described in my previous comment, upgrade functions in upgrade.php, but without the "defaults smtphost mail.test.tld" in the generated fetchmailrc (which seems to be an unrelated and IMHO useless change). Thanks again for the patch! ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2008-06-30 09:59 Message: Logged In: YES user_id=1761957 Originator: NO I'd guess it's something like : ALTER TABLE fetchmail ADD COLUMN 'ssl' SMALLINT NOT NULL DEFAULT 0; You can add a 'CHECK' constraint to check whether it's 0 or 1, but I'm not sure it's worthwhile. ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2008-06-30 00:03 Message: Logged In: YES user_id=593261 Originator: NO To add the ssl field in MySQL: ALTER TABLE `fetchmail` ADD `ssl` TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT '0' AFTER `protocol` ; GingerDog: What's the query needed for PgSQL? ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2008-06-26 23:01 Message: Logged In: YES user_id=593261 Originator: NO I converted the patch to unified format for better readability and also fixed some line positions. Notes: - yes, adding the column should has to be a new function in upgrade.php (the patch got the wrong line in upgrade.php anyway, so I replaced this part with a ToDo comment) - I decided to rename the field from "ssla" to "ssl" - sounds better ;-) - what's the reason for adding defaults smtphost mail.test.tld to the generated fetchmailrc? - most language files need to be updated after applying the patch. Gingerdog, run ./language-update.sh --patch (in the languages directory) to do this. File Added: fetchmail-ssloption.unified.diff ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2008-06-17 23:27 Message: Logged In: YES user_id=1761957 Originator: NO Hi, Thanks for the patch; I think the change to upgrade.php really needs to occur in it's own distinct upgrade function (and there probably needs to be one for postgresql and mysql). Hopefully i'll fix this and merge it shortly. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=1995478&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-08-05 18:10:35
|
Patches item #2038725, was opened at 2008-08-05 12:27 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2038725&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Languages Group: None >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Johan Hendriks (sylhouette) Assigned to: Nobody/Anonymous (nobody) Summary: Updated NL language file Initial Comment: New translated nl.lang file ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2008-08-05 20:10 Message: Logged In: YES user_id=593261 Originator: NO Thanks! commited to SVN r437 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2038725&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-08-05 10:27:49
|
Patches item #2038725, was opened at 2008-08-05 10:27 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2038725&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Languages Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Johan Hendriks (sylhouette) Assigned to: Nobody/Anonymous (nobody) Summary: Updated NL language file Initial Comment: New translated nl.lang file ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2038725&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-07-29 20:34:47
|
Patches item #2026435, was opened at 2008-07-24 06:24 Message generated for change (Settings changed) made by gingerdog You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2026435&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Invalid Priority: 5 Private: No Submitted By: Tabmow (tabmowtez) Assigned to: Nobody/Anonymous (nobody) Summary: Fix footer.php Initial Comment: This is a patch for footer.php so it correctly states when a user is not logged in or not. --- footer.php.orig 2008-07-24 16:21:30.000000000 +1000 +++ footer.php 2008-07-24 16:21:38.000000000 +1000 @@ -6,6 +6,9 @@ if(isset($_SESSION['sessid']['username'])) { printf($PALANG['pFooter_logged_as'], authentication_get_username()); } +else { + printf('Not logged in'); +} ?> | <a target="_blank" href="http://postfixadmin.sf.net/update-check.php?version=<?php print $version; ?>"><?php print $PALANG['check_update']; ?></a> Before this patch, if you were logged in as a user and then logged out the footer would still say you were logged in as the last user. Regards, Terry ---------------------------------------------------------------------- Comment By: Tabmow (tabmowtez) Date: 2008-07-24 15:47 Message: Logged In: YES user_id=1840699 Originator: YES Hmms, weird i cannot re-produce the problem now after going back to 2.2.1.1. Basically what was happening is that variable wasn't getting cleared on session_destroy i believe. Hence why i was seeing the last logged in user even though i was logged out. Even with this problem not being evident anymore it still makes sense to say that no-one is logged in rather than just being blank? Not sure with this one, i was reproducing it earlier before i lodged the bug. Although i have since cleared my cache etc. from Firefox so maybe it had to do with that. ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2008-07-24 14:39 Message: Logged In: YES user_id=593261 Originator: NO I can't reproduce the described behaviour (testing with SVN version, but this part of the code didn't change for a long time AFAIK). Maybe your browser cache contains the outdated version? Please try clearing the cache after logout just to be sure. If this doesn't help, detailed steps to reproduce the bug would be helpful - what exactly do you do after clicking the "logout" menu item? ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2008-07-24 09:00 Message: Logged In: YES user_id=1761957 Originator: NO Terry - I don't see how that helps to fix the reported problem. Perhaps I'm being stupid. If they were being told they were logged in when they weren't, they still will be with this patch applied. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2026435&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-07-29 20:33:57
|
Patches item #2031631, was opened at 2008-07-29 16:25 Message generated for change (Comment added) made by gingerdog You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2031631&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Vacation Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Lux (luxten) Assigned to: Nobody/Anonymous (nobody) Summary: Interval between notifications Initial Comment: I made a patch which enables you to specify an interval between vacation notifications. If the interval is specified as 0, everything works as without the patch (only one notification per sender/recipient). I'm still not sure what to do in the case of errors: send the vacation message anyway, or do nothing. I would like if someone could review the code. The patch is against vacation.pl found in Postfix Admin v.2.2.1.1 Thanks Luigi Iotti ---------------------------------------------------------------------- >Comment By: GingerDog (gingerdog) Date: 2008-07-29 20:34 Message: Logged In: YES user_id=1761957 Originator: NO Merged with changeset 428 in trunk; thank you. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2031631&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-07-29 19:53:26
|
Patches item #2031659, was opened at 2008-07-29 16:54 Message generated for change (Comment added) made by gingerdog You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2031659&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Lux (luxten) Assigned to: Nobody/Anonymous (nobody) Summary: Tiny patch for vacation.pl on CentOS5 Initial Comment: At least on CentOS 5, vacation.pl seems not to work properly. Vacation.pl searches for a string in an error message generated by the DBI lib to track if the vacation message has already been delivered to some given destination. At least on CentOS5, wich comes with perl-DBI-1.52-1.fc6 and libdbi-dbd-mysql-0.8.1a-1.2.2 , the searched string is not part of the error message so the condition is treated as a general error. I simply modified the regexp include a piece of the string found in the same error on centOS5. Luigi Iotti ---------------------------------------------------------------------- >Comment By: GingerDog (gingerdog) Date: 2008-07-29 19:53 Message: Logged In: YES user_id=1761957 Originator: NO thanks! merged in changeset 427 (trunk) David. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2031659&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-07-29 16:54:46
|
Patches item #2031659, was opened at 2008-07-29 18:54 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2031659&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Lux (luxten) Assigned to: Nobody/Anonymous (nobody) Summary: Tiny patch for vacation.pl on CentOS5 Initial Comment: At least on CentOS 5, vacation.pl seems not to work properly. Vacation.pl searches for a string in an error message generated by the DBI lib to track if the vacation message has already been delivered to some given destination. At least on CentOS5, wich comes with perl-DBI-1.52-1.fc6 and libdbi-dbd-mysql-0.8.1a-1.2.2 , the searched string is not part of the error message so the condition is treated as a general error. I simply modified the regexp include a piece of the string found in the same error on centOS5. Luigi Iotti ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2031659&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-07-29 16:24:52
|
Patches item #2031631, was opened at 2008-07-29 18:25 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2031631&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Vacation Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Lux (luxten) Assigned to: Nobody/Anonymous (nobody) Summary: Interval between notifications Initial Comment: I made a patch which enables you to specify an interval between vacation notifications. If the interval is specified as 0, everything works as without the patch (only one notification per sender/recipient). I'm still not sure what to do in the case of errors: send the vacation message anyway, or do nothing. I would like if someone could review the code. The patch is against vacation.pl found in Postfix Admin v.2.2.1.1 Thanks Luigi Iotti ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2031631&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-07-27 17:12:27
|
Patches item #2025105, was opened at 2008-07-22 23:33 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2025105&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Languages Group: None >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Odd Henriksen (oddhenriksen) Assigned to: Nobody/Anonymous (nobody) Summary: Updated nb translation Initial Comment: Greetings! Attached is an updated nb.lang (patch for rev 408), where all "XXX" sections are updated. Best regards, oddhenriksen ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2008-07-27 19:12 Message: Logged In: YES user_id=593261 Originator: NO Commited to SVN r417 - thanks! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2025105&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-07-24 15:47:30
|
Patches item #2026435, was opened at 2008-07-24 16:24 Message generated for change (Comment added) made by tabmowtez You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2026435&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Tabmow (tabmowtez) Assigned to: Nobody/Anonymous (nobody) Summary: Fix footer.php Initial Comment: This is a patch for footer.php so it correctly states when a user is not logged in or not. --- footer.php.orig 2008-07-24 16:21:30.000000000 +1000 +++ footer.php 2008-07-24 16:21:38.000000000 +1000 @@ -6,6 +6,9 @@ if(isset($_SESSION['sessid']['username'])) { printf($PALANG['pFooter_logged_as'], authentication_get_username()); } +else { + printf('Not logged in'); +} ?> | <a target="_blank" href="http://postfixadmin.sf.net/update-check.php?version=<?php print $version; ?>"><?php print $PALANG['check_update']; ?></a> Before this patch, if you were logged in as a user and then logged out the footer would still say you were logged in as the last user. Regards, Terry ---------------------------------------------------------------------- >Comment By: Tabmow (tabmowtez) Date: 2008-07-25 01:47 Message: Logged In: YES user_id=1840699 Originator: YES Hmms, weird i cannot re-produce the problem now after going back to 2.2.1.1. Basically what was happening is that variable wasn't getting cleared on session_destroy i believe. Hence why i was seeing the last logged in user even though i was logged out. Even with this problem not being evident anymore it still makes sense to say that no-one is logged in rather than just being blank? Not sure with this one, i was reproducing it earlier before i lodged the bug. Although i have since cleared my cache etc. from Firefox so maybe it had to do with that. ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2008-07-25 00:39 Message: Logged In: YES user_id=593261 Originator: NO I can't reproduce the described behaviour (testing with SVN version, but this part of the code didn't change for a long time AFAIK). Maybe your browser cache contains the outdated version? Please try clearing the cache after logout just to be sure. If this doesn't help, detailed steps to reproduce the bug would be helpful - what exactly do you do after clicking the "logout" menu item? ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2008-07-24 19:00 Message: Logged In: YES user_id=1761957 Originator: NO Terry - I don't see how that helps to fix the reported problem. Perhaps I'm being stupid. If they were being told they were logged in when they weren't, they still will be with this patch applied. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2026435&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-07-24 14:39:22
|
Patches item #2026435, was opened at 2008-07-24 08:24 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2026435&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Tabmow (tabmowtez) Assigned to: Nobody/Anonymous (nobody) Summary: Fix footer.php Initial Comment: This is a patch for footer.php so it correctly states when a user is not logged in or not. --- footer.php.orig 2008-07-24 16:21:30.000000000 +1000 +++ footer.php 2008-07-24 16:21:38.000000000 +1000 @@ -6,6 +6,9 @@ if(isset($_SESSION['sessid']['username'])) { printf($PALANG['pFooter_logged_as'], authentication_get_username()); } +else { + printf('Not logged in'); +} ?> | <a target="_blank" href="http://postfixadmin.sf.net/update-check.php?version=<?php print $version; ?>"><?php print $PALANG['check_update']; ?></a> Before this patch, if you were logged in as a user and then logged out the footer would still say you were logged in as the last user. Regards, Terry ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2008-07-24 16:39 Message: Logged In: YES user_id=593261 Originator: NO I can't reproduce the described behaviour (testing with SVN version, but this part of the code didn't change for a long time AFAIK). Maybe your browser cache contains the outdated version? Please try clearing the cache after logout just to be sure. If this doesn't help, detailed steps to reproduce the bug would be helpful - what exactly do you do after clicking the "logout" menu item? ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2008-07-24 11:00 Message: Logged In: YES user_id=1761957 Originator: NO Terry - I don't see how that helps to fix the reported problem. Perhaps I'm being stupid. If they were being told they were logged in when they weren't, they still will be with this patch applied. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2026435&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-07-24 14:34:33
|
Patches item #2025408, was opened at 2008-07-23 07:07 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2025408&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Tabmow (tabmowtez) Assigned to: Nobody/Anonymous (nobody) Summary: 2.2.1 Patch for functions.inc.php Initial Comment: Hi Guys, It seems the Release of 2.2.1 was a bit hasty and no-one changed the functions.inc.php $version to reflect the change. I have attached a patch inline below: --- functions.inc.php.orig 2008-07-23 15:03:12.000000000 +1000 +++ functions.inc.php 2008-07-23 15:03:25.000000000 +1000 @@ -22,7 +22,7 @@ exit; } -$version = '2.2.0'; +$version = '2.2.1'; /** * check_session Regards, Terry ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2008-07-24 16:34 Message: Logged In: YES user_id=593261 Originator: NO Oops, this was indeed overlooked. Fixed in 2.2.1.1 ;-) - thanks for the bugreport. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2025408&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-07-24 09:00:34
|
Patches item #2026435, was opened at 2008-07-24 06:24 Message generated for change (Comment added) made by gingerdog You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2026435&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Tabmow (tabmowtez) Assigned to: Nobody/Anonymous (nobody) Summary: Fix footer.php Initial Comment: This is a patch for footer.php so it correctly states when a user is not logged in or not. --- footer.php.orig 2008-07-24 16:21:30.000000000 +1000 +++ footer.php 2008-07-24 16:21:38.000000000 +1000 @@ -6,6 +6,9 @@ if(isset($_SESSION['sessid']['username'])) { printf($PALANG['pFooter_logged_as'], authentication_get_username()); } +else { + printf('Not logged in'); +} ?> | <a target="_blank" href="http://postfixadmin.sf.net/update-check.php?version=<?php print $version; ?>"><?php print $PALANG['check_update']; ?></a> Before this patch, if you were logged in as a user and then logged out the footer would still say you were logged in as the last user. Regards, Terry ---------------------------------------------------------------------- >Comment By: GingerDog (gingerdog) Date: 2008-07-24 09:00 Message: Logged In: YES user_id=1761957 Originator: NO Terry - I don't see how that helps to fix the reported problem. Perhaps I'm being stupid. If they were being told they were logged in when they weren't, they still will be with this patch applied. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2026435&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-07-24 06:24:05
|
Patches item #2026435, was opened at 2008-07-24 16:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2026435&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Tabmow (tabmowtez) Assigned to: Nobody/Anonymous (nobody) Summary: Fix footer.php Initial Comment: This is a patch for footer.php so it correctly states when a user is not logged in or not. --- footer.php.orig 2008-07-24 16:21:30.000000000 +1000 +++ footer.php 2008-07-24 16:21:38.000000000 +1000 @@ -6,6 +6,9 @@ if(isset($_SESSION['sessid']['username'])) { printf($PALANG['pFooter_logged_as'], authentication_get_username()); } +else { + printf('Not logged in'); +} ?> | <a target="_blank" href="http://postfixadmin.sf.net/update-check.php?version=<?php print $version; ?>"><?php print $PALANG['check_update']; ?></a> Before this patch, if you were logged in as a user and then logged out the footer would still say you were logged in as the last user. Regards, Terry ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2026435&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-07-23 05:07:08
|
Patches item #2025408, was opened at 2008-07-23 15:07 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2025408&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Tabmow (tabmowtez) Assigned to: Nobody/Anonymous (nobody) Summary: 2.2.1 Patch for functions.inc.php Initial Comment: Hi Guys, It seems the Release of 2.2.1 was a bit hasty and no-one changed the functions.inc.php $version to reflect the change. I have attached a patch inline below: --- functions.inc.php.orig 2008-07-23 15:03:12.000000000 +1000 +++ functions.inc.php 2008-07-23 15:03:25.000000000 +1000 @@ -22,7 +22,7 @@ exit; } -$version = '2.2.0'; +$version = '2.2.1'; /** * check_session Regards, Terry ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2025408&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-07-23 01:18:25
|
Bugs item #2025263, was opened at 2008-07-23 01:18 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2025263&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Vacation Group: v 2.2 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: vacation_notification is never updated Initial Comment: According to the table relations, a "on delete cascade" from vacation to vacation_notification should remove all records in vacation_notification of people who have received an away message once the vacation message is disabled. Since in v2.2, the actual message entry in vacation is never really deleted but rather set to active=0, the "delete on cascade" is never triggered, and the notification records stay in the table. This means that once vacation is enabled (e.g. Christmas), disabled (January), and re-enabled (Easter), no new vacation messages get sent during Easter to people who received one already for Christmas. Can this be fixed with another trigger? Thanks, ach...@qu... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2025263&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-07-22 21:33:05
|
Patches item #2025105, was opened at 2008-07-22 23:33 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2025105&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Languages Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Odd Henriksen (oddhenriksen) Assigned to: Nobody/Anonymous (nobody) Summary: Updated nb translation Initial Comment: Greetings! Attached is an updated nb.lang (patch for rev 408), where all "XXX" sections are updated. Best regards, oddhenriksen ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2025105&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-07-19 18:36:54
|
Bugs item #2022027, was opened at 2008-07-19 08:41 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2022027&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: None >Status: Closed >Resolution: Invalid Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Unable to login after Password change Initial Comment: After changing my email password I am then unable to use either the old password or the new one which basically locks me out of my mail account. sm...@go... - locked out fjsmits@hotmail - you can contact me on this one ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2008-07-19 20:37 Message: Logged In: YES user_id=593261 Originator: NO Your description sounds like you are not the admin, but just a mail user. Fortunately ;-) there's no way for us to reset your password - please contact your admin / provider. One idea: Try again with caps lock enabled... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2022027&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-07-19 06:41:40
|
Bugs item #2022027, was opened at 2008-07-19 06:41 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2022027&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Unable to login after Password change Initial Comment: After changing my email password I am then unable to use either the old password or the new one which basically locks me out of my mail account. sm...@go... - locked out fjsmits@hotmail - you can contact me on this one ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2022027&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-07-18 22:05:56
|
Bugs item #2021578, was opened at 2008-07-18 16:00 Message generated for change (Comment added) made by gingerdog You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2021578&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Database Group: None Status: Closed Resolution: Duplicate Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: latin1_swedish_ci used only in swedish Initial Comment: upgrade.php brokes database when collation is not swedish. ---------------------------------------------------------------------- Comment By: GingerDog (gingerdog) Date: 2008-07-18 22:06 Message: Logged In: YES user_id=1761957 Originator: NO I'm fairly sure this is fixed in the branches/postfixadmin-2.2.1, which probably needs beta releasing/packaging. ---------------------------------------------------------------------- Comment By: Christian Boltz (christian_boltz) Date: 2008-07-18 21:04 Message: Logged In: YES user_id=593261 Originator: NO Known bug, see https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2021578&group_id=191583 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2021578&group_id=191583 |
From: SourceForge.net <no...@so...> - 2008-07-18 21:03:55
|
Bugs item #2021578, was opened at 2008-07-18 18:00 Message generated for change (Comment added) made by christian_boltz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2021578&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Database Group: None >Status: Closed >Resolution: Duplicate Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: latin1_swedish_ci used only in swedish Initial Comment: upgrade.php brokes database when collation is not swedish. ---------------------------------------------------------------------- >Comment By: Christian Boltz (christian_boltz) Date: 2008-07-18 23:04 Message: Logged In: YES user_id=593261 Originator: NO Known bug, see https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2021578&group_id=191583 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2021578&group_id=191583 |