After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 214645 - in week view, saturday and sunday should not always be half days
in week view, saturday and sunday should not always be half days
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
2.8.x (obsolete)
Other All
: Normal minor
: Future
Assigned To: Milan Crha
Evolution QA team
: 215605 236281 237232 266459 415308 436132 (view as bug list)
Depends on: 267984
Blocks:
 
 
Reported: 2001-11-07 10:30 UTC by Michael Rozhavsky
Modified: 2013-09-13 00:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed evo patch (5.20 KB, patch)
2007-09-17 15:00 UTC, Milan Crha
committed Details | Review

Description Michael Rozhavsky 2001-11-07 11:12:18 UTC
Package: Evolution
Priority: Normal
Version: 0.16.100
Synopsis: evolution calendar does not change week view when changing working days
Bugzilla-Product: Evolution
Bugzilla-Component: Calendar

Description:
When changing working days from Sunday through thursday (friday and
saturday are weekend days) work week view is updated, but week view is
not updated. It still shows Saturday and Sunday as "short" days (like
weekend days)


Comment 1 Luis Villa 2001-12-13 04:50:16 UTC
Fairly minor, but accurate.
Comment 2 Michael Rozhavsky 2001-12-13 10:19:56 UTC
It is minor bug as long as your working week is standart, but in my
country working week is from Sunday through Thursday (Israel) :)

Comment 3 Gerardo Marin 2002-12-16 18:01:07 UTC
Still not updating in 1.2
Comment 4 Gerardo Marin 2003-01-27 17:21:04 UTC
*** bug 237232 has been marked as a duplicate of this bug. ***
Comment 5 Gerardo Marin 2003-01-27 17:21:59 UTC
*** bug 236281 has been marked as a duplicate of this bug. ***
Comment 6 Gerardo Marin 2003-11-23 17:39:23 UTC
Tatgeting for 1.5.3
Comment 7 JP Rosevear 2004-01-05 14:39:06 UTC
Its tricky to do for the 2.0 time frame now since you have to somehow
account for all the various ways this can be done (ie non
2-consecutive day weekends).
Comment 8 André Klapper 2004-12-15 16:32:07 UTC
*** bug 215605 has been marked as a duplicate of this bug. ***
Comment 9 André Klapper 2004-12-15 16:33:53 UTC
changing subject to a better one. :-)

i also thought about adading dependencies instead of marking bug 215605
as a dup, but this is definitely the same since it's just about
seperating saturday and sunday.
Comment 10 JP Rosevear 2005-01-07 08:27:58 UTC
Note that there is a config option not to compress weekends.
Comment 11 André Klapper 2005-06-14 12:40:39 UTC
*** Bug 266459 has been marked as a duplicate of this bug. ***
Comment 12 Yaron Tausky 2005-08-08 13:33:49 UTC
This bug is still alive and kicking, even in 2.3.
Note, also, that selecting the "Don't compress" option doesn't work for week view.
Comment 13 André Klapper 2005-09-13 14:54:02 UTC
still valid in 2.4.0, retargetting from 2.3 to 2.5
Comment 14 Yaron Tausky 2006-07-21 09:19:44 UTC
Still here in 2.7.4, please fix it...
Comment 15 Oded Arbel 2006-10-29 19:45:34 UTC
Still here in 2.8 . I'd like to note that unselecting "compress weekdays in month view" is a poor solution to the month view and no solution at all to the week view (which IMHO is more important).

The note at comment #7 is correct, but it can be solved easily by simply not compressing weekdays at all in the case of non-consecutive non-workdays.
Comment 16 Oded Arbel 2007-06-13 13:46:53 UTC
This is still a problem in 2.10 and 2.11. 

Also Bug #415308 and Bug #436132 are duplicates of this bug.
Comment 17 Milan Crha 2007-09-17 15:00:16 UTC
Created attachment 95735 [details] [review]
proposed evo patch

for evolution;

This patch collapses all non-working days and expands working days in a simple week view (only one week is selected). All other code kept untouched. Option for compress weekends has still no meaning for this kind of week view (of course, it's named "...for month view"). Algorithm tries to use as much space for week days as possible, so if your week starts on Monday and Wednesday and Thursday is selected as non-working days and all other days are marked as working, then the Thursday shifts to the first column and share space with Wednesday.
Comment 18 Milan Crha 2007-09-17 15:00:59 UTC
*** Bug 415308 has been marked as a duplicate of this bug. ***
Comment 19 Milan Crha 2007-09-17 15:01:49 UTC
*** Bug 436132 has been marked as a duplicate of this bug. ***
Comment 20 Chenthill P 2007-11-27 07:18:33 UTC
The patch seems to work fine considering the weekends would always occur continuously. Please commit the same.
Comment 21 Milan Crha 2007-11-27 09:50:55 UTC
Committed to trunk. Committed revision 34594.