Bug 32421 - App packaging doc for library functions ucs_register*
App packaging doc for library functions ucs_register*
Status: CLOSED FIXED
Product: UCS extended documentation
Classification: Unclassified
Component: Developer documentation
unspecified
Other Linux
: P5 normal (vote)
: UCS 3.2
Assigned To: Arvid Requate
Moritz Muehlenhoff
: interim-2
Depends on: 26785 32392 32401 32404 32407
Blocks:
  Show dependency treegraph
 
Reported: 2013-08-28 16:43 CEST by Arvid Requate
Modified: 2015-04-01 13:28 CEST (History)
1 user (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arvid Requate univentionstaff 2013-08-28 16:43:12 CEST
App packaging documentation is required for the joinscript/unjoinscript usage of the library functions

* ucs_registerLDAPSchema
* ucs_registerLDAPACL
* ucs_registerUDMHook
* ucs_registerUDMSyntax
* ucs_registerUDMModule

Also for the corresponding ucs_unregister* functions.
Comment 1 Arvid Requate univentionstaff 2013-09-10 18:55:10 CEST
Documented in the developer guide, appcenter chapter.
Comment 2 Arvid Requate univentionstaff 2013-09-16 18:45:05 CEST
The functions have been merged into one, documentation has been adjusted.

ucs_registerLDAPExtension "$@" \
  --schema /path/to/file.schema \
  --acl /path/to/file.acl \
  --udm_syntax /path/to/syntax_file.py \
  --udm_hook /path/to/hook_file.py \
  --udm_module /path/to/module_file.py


Likewise for the unregister functions:

ucs_unregisterLDAPExtension "$@" \
   --udm_module myapp/module
Comment 3 Sönke Schwardt-Krummrich univentionstaff 2013-09-27 10:23:51 CEST
Notes have been made in the printout.
Comment 4 Arvid Requate univentionstaff 2013-10-07 13:22:56 CEST
Fixed.
Comment 5 Arvid Requate univentionstaff 2013-10-10 22:08:50 CEST
Additions of Bug 32407 Comment 9 need to be documented as well.
Comment 6 Arvid Requate univentionstaff 2013-10-14 19:32:54 CEST
Done.
Comment 7 Moritz Muehlenhoff univentionstaff 2013-11-19 10:50:24 CET
(In reply to Arvid Requate from comment #5)
> Additions of Bug 32407 Comment 9 need to be documented as well.

Ok. --icon and --messagecatalog are covered.