Closed
Bug 413435
Opened 18 years ago
Closed 18 years ago
Drop the update timer
Categories
(support.mozilla.org :: Knowledge Base Software, task)
support.mozilla.org
Knowledge Base Software
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jason.barnabe, Assigned: jason.barnabe)
Details
(Whiteboard: tiki_feature, tiki_upstreamed)
Attachments
(1 file)
|
3.27 KB,
patch
|
nkoth
:
review+
|
Details | Diff | Splinter Review |
As far as I know, the update timer is to warn users that they're going to lose their "lock" on an article. The only time it has a use is when two people intend on editing the same article, and the first user spends a long time between previews or saves. I don't think we have enough edits happening that we should be worrying about this happening.
The timer is annoying and "panic inducing".[1]
[1] http://groups.google.com/group/mozilla.support.planning/browse_frm/thread/35b683c62e300003#
Comment 1•18 years ago
|
||
I have no problem with this, so long as contributors still get the 1 minute warning. I don't want anyone losing their work.
| Assignee | ||
Comment 2•18 years ago
|
||
You don't lose your work at the 1 minute warning, you lose your lock. Here are the possible ways data can be "lost".
---
A) Simple lock timeout
1. User A starts editing a page (gains the lock) and doesn't preview or save for 15 minutes (loses the lock).
2. User B edits the page (gains the lock) and saves (loses the lock).
3. User A saves, wiping out User B's edits.
B) Lock in effect, but no warning
1. User A starts editing a page (gains the lock) and doesn't preview or save for 15 minutes (loses the lock).
2. User B edits the page (gains the lock).
3. User A saves without previewing. (If User A previews, they'll be told that User B has it locked)
4. User B saves the page, wiping out User A's edits.
C) People ignore the lock warning.
---
All these scenarios are possible without the one minute warning. The one minute warning is only useful if the user finishes their work or previews within that minute. Even if some data gets overwritten, it's still available in the history of the article.
Parallel edits are not common. I've only seen the article locked warning once. Edits lasting over 15 minutes between previews will be for new articles, so there's a greatly reduced risk of conflicts. It's incredibly rare for the timer/alert to be useful, and it's very common for it to be annoying.
Comment 3•18 years ago
|
||
I've yet to edit an article in under 15 minutes. I think it would be valuable to ask people, or track this somehow to see if I'm the exception or the rule. Especially as we have updates where we'll be adding sections on how 2 and 3 differ.
I think if in most cases people don't navigate away from an edit and forget about it, we should maybe raise the lock time. What are the odds that someone will want to edit an article within 30 min of someone else?
So IMO drop the timer and raise the lock time to something like 30 min.
Comment 4•18 years ago
|
||
Alright, let's drop the timer and warning. :-)
| Assignee | ||
Comment 5•18 years ago
|
||
Remove the timer and the alert.
The lock timeout is a configuration thing. I've already upped it to 30 minutes.
Comment 6•18 years ago
|
||
What about the session timeout? /tiki-admin.php?page=general
| Assignee | ||
Comment 7•18 years ago
|
||
It's at 60. I don't see any reason to change it as a result of this bug.
Updated•18 years ago
|
Attachment #298634 -
Flags: review?(nelson) → review+
Updated•18 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 9•16 years ago
|
||
The update timer is shown in a "tip" box on top of the edit screen in the new Tiki. It is not optional. Perhaps it should be made optional through a feature setting.
Whiteboard: tiki_feature
Comment 10•16 years ago
|
||
Made optional under wiki_timeout_warning.
Whiteboard: tiki_feature → tiki_feature, tiki_upstreamed
You need to log in
before you can comment on or make changes to this bug.
Description
•