Version tag mode: updated help text, changelog and credits.

This commit is contained in:
Henry Tang 2008-11-14 09:08:43 +00:00
parent 7ba223f854
commit 9f9601690a
3 changed files with 14 additions and 4 deletions

View file

@ -3,7 +3,7 @@
not be imported, only the surveys themselves.
- Made syndicated content asset use cache.
- fixed #8837: When you move an asset to a new version, only the current version is moved, instead of all of them.
- Added version tag modes: multiple tags per user, single tag per user, site wide version tag and auto commit (thanks to Long Term Results B.V.)
7.6.3
- improved performance of file uploads

View file

@ -65,6 +65,7 @@ Contributing Developers..............Meg O'Keefe Andrea / Plain Black
Zhou Xiaopeng / WebGUI Worldwide
Gerald Young
Tabitha Zipperer / Plain Black
Henry Tang / Long Term Results B.V.
The following are people/companies who didn't directly contribute
to WebGUI, but whose work has made WebGUI possible:

View file

@ -4152,16 +4152,25 @@ LongTruncOk=1</p>
message => q{Version tag mode},
},
'version tag mode help' => {
message => q{Version tag mode help...TODO},
message => q{Determine version tag behaviour.
<ul>
<li>Multiple version tags per user: each user can have multiple open version tags.</li>
<li>Single version tag per user: each user only has one open version tag. Existing open version tag is reclaimed automatically.</li>
<li>One site-wide version tag: users work on one site-wide version tag.</li>
<li>Commit automatically: version tags are committed automatically.</li>
</ul>
Users may override this setting in their profile.
},
},
'versionTagMode multiPerUser' => {
message => q{Multi version tags per user},
message => q{Multiple version tags per user},
},
'versionTagMode singlePerUser' => {
message => q{Single version tag per user},
},
'versionTagMode siteWide' => {
message => q{One site wide version tag},
message => q{One site-wide version tag},
},
'versionTagMode autoCommit' => {
message => q{Commit automatically},