Actions
Feature #357
closedWiki: Concurrency control on editing pages
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
As version 0.50 redmine doesn't support concurrency control on wiki.
I've been searching around, and found this info on the wikipedia:
http://en.wikipedia.org/wiki/Optimistic_concurrency_control
wich says that rails already provide concurrency control, and in fact there are Optimist and Pessimist concurrency control
in rails.
I'm not sure about the time needed, and difficulty to add support, but it would benefit a lot redmine, because it will
provide team work on project documentation.
Thanks for all!
Updated by Jean-Philippe Lang over 17 years ago
You're right, rails supports optimistic locking. It's already
used in Redmine for issues.
Now, it's done for wiki edits (committed in rev 545).
Regards
Actions