Project

General

Profile

Actions

Feature #357

closed

Wiki: Concurrency control on editing pages

Added by Paulo Fidalgo about 17 years ago. Updated about 17 years ago.

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!

Actions #1

Updated by Jean-Philippe Lang about 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

Also available in: Atom PDF