From 8d2711afa343e1ecf64f43e4d350821a8621345c Mon Sep 17 00:00:00 2001 From: Carsten Rose <carsten.rose@math.uzh.ch> Date: Tue, 23 Jan 2018 15:05:59 +0100 Subject: [PATCH] Manual.rst: remove never implemented 'keySemdId...', 'ANREDE'. --- extension/Documentation/Manual.rst | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/extension/Documentation/Manual.rst b/extension/Documentation/Manual.rst index 903e4f923..f60c36382 100644 --- a/extension/Documentation/Manual.rst +++ b/extension/Documentation/Manual.rst @@ -1290,10 +1290,6 @@ Store: *CLIENT* - C +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------+ | r | record id. Typically stored in SIP, rarely specified on the URL | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------+ - | keySemId | always current Semester Id | - +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------+ - | keySemIdUser | *{{keySemIdUser}}*, may be changed by user | - +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------+ | HTTP_HOST | current HTTP HOST | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------+ | REMOTE_ADDR | Client IP address | @@ -1302,10 +1298,6 @@ Store: *CLIENT* - C +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------+ | form | Unique name of current form | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------+ - | ANREDE | *{{sex}}* == male >> Sehr geehrter Herr, *{{sex}}* == female Sehr geehrte Frau | - +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------+ - | EANREDE | *{{sex}}* == male >> Dear Mr., *{{sex}}* == female >> Dear Mrs. | - +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------+ .. _STORE_TYPO3: @@ -1376,7 +1368,7 @@ E.g.: :: fillStoreVar = {{!SELECT p.name, p.email FROM Person AS p WHERE p.id={{pId:S}} }} -* After filling the store, the values can be retrieved via `{{name:v}}` and `{{email:V}}`. +* After filling the store, the values can be retrieved via `{{name:V}}` and `{{email:V}}`. * Be careful by specifying general purpose variables like `id`, `r`, `pageId` and so on. This might conflict with existing variables. * `fillStoreVar` can be used in `form-parameter`_ and `fe-parameter-attributes`_ @@ -1639,10 +1631,10 @@ results to 9 seconds delay on save. Also be prepared not to receive the expected * *ldapBaseDn* = `ou=Addressbook,dc=example,dc=com` * *typeAheadLdapSearch* = `(|(cn=*?*)(mail=*?*))` * *ldapAttributes* = `givenName, sn, telephoneNumber, email` - * *ldapSearch* = `(mail={{email::l}})` + * *ldapSearch* = `(mail={{email:F0:alnumx:l}})` * Optional: *ldapUseBindCredentials* = 1 -After filling the store, access the content via `{{<attributename>:allbut:L:s}}`. +After filling the store, access the content via `{{<attributename>:L:allbut:s}}`. Form ==== -- GitLab