Summary | First weekday is Sunday while Monday has been configured |
Queue | Kronolith |
Queue Version | 2.2-RC1 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | richard (at) radoeka (dot) nl |
Created | 01/26/2008 (6431 days ago) |
Due | |
Updated | 01/26/2008 (6431 days ago) |
Assigned | 01/26/2008 (6431 days ago) |
Resolved | 01/26/2008 (6431 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
shows Sunday as 1st day, while the work view shows Monday as the 1st
day. It would be nice if at least both would show the day as first
day, either Monday or Sunday.
Sunday is not shown in the work week.
and the fast responses!
closed now?
Horde/Kronolith is working as expected.
shows Sunday as 1st day, while the work view shows Monday as the 1st
day. It would be nice if at least both would show the day as first
day, either Monday or Sunday.
is not shown in the work week.
that the week view (7 days) is showing the wrong 1st day of the week,
isn't?
that Sunday is the first day, the Sunday is the first day.
closed now? The current horde behavior is inconsistent:
When the global setting is set to Monday, the kronolith week view
shows Sunday as 1st day, while the work view shows Monday as the 1st
day. It would be nice if at least both would show the day as first
day, either Monday or Sunday.
As you stated that the kronolith settings control this, I would say
that the week view (7 days) is showing the wrong 1st day of the week,
isn't?
State ⇒ Not A Bug
global date picker provided to all horde apps. The Kronolith settings
control inside Kronolith.
sidebar -> Options -> Calendar -> Display Options | User Interface ->
"Select the first weekday:"
Which is to be found in:
./kronolith/config/prefs.php
114 $_prefs['week_start_monday'] = array(
115 'value' => '0',
116 'locked' => false,
117 'shared' => false,
118 'type' => 'enum',
119 'desc' => _("Select the first weekday:"),
120 'enum' => array('0' => _("Sunday"),
121 '1' => _("Monday"))
For both users these are set to Sunday...
So the settings in Locale and Time and in the Calendar are a bit conflicting?
the week in your Kronolith preferences?
# ldapsearch -x | grep -iE "^dn:|monday"
..........
dn: cn=........
kronolithPrefs: week_start_monday:MA==
dn: cn=........
kronolithPrefs: week_start_monday:MA==
The setting can be reached via:
Horde sidebar -> Options -> Global Options -> Locale and Time ->
Which day would you like to be displayed as the first day of the week?
The message is to be found in:
......horde/config/prefs.php
324 // what day should be displayed as the first day of the week?
325 $_prefs['first_week_day'] = array(
326 'value' => '0',
327 'locked' => false,
328 'shared' => true,
329 'type' => 'enum',
330 'desc' => _("Which day would you like to be displayed as the
first day o f the week?"),
331 'enum' => array('0' => _("Sunday"),
332 '1' => _("Monday"))
333 );
Verify the data again with the new information:
dn: cn=..............
kronolithPrefs: week_start_monday:MA==
hordePrefs: first_week_day:MQ==
dn: cn=......
kronolithPrefs: week_start_monday:MA==
hordePrefs: first_week_day:MQ==
Both have monday set as first day of the week.
I checked out from both logins and after login in again the setting is
the same, from that I assume it is saved correctly.
State ⇒ Feedback
week in your Kronolith preferences?
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ First weekday is Sunday while Monday has been configured
Queue ⇒ Kronolith
State ⇒ Unconfirmed
while Monday has been configured. The workweek (5 days view) is
shown correctly. As such it is confusing when one toggles between the
week and workweek view. It does not matter wether the tabs (week or
workweek) are used or the kronolith sub menu entries in the horde's
sidebar are used.