Changeset 13145


Ignore:
Timestamp:
7 Jul 2015, 05:36:46 (9 years ago)
Author:
Henrik Bettermann
Message:

A bit more information.

Location:
main/waeup.kofa/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/docs/source/userdocs/documents.rst

    r13144 r13145  
    2626and third can be used to create multilingual static html pages on
    2727the portal. HTML documents expect html coded text as input, REST
    28 documents expect reStructuredText which is transformed into html.
     28documents expect `reStructuredText <http://docutils.sf.net/rst.html>`_
     29which is transformed into html.
    2930
    3031Interfaces
     
    3536properties, i.e. attributes with a getter method only. These
    3637properties are computed dynamically and can't be set. Only the
    37 document id and the title can be entered on form pages or can be
     38`document_id` and the `title` can be entered on form pages or can be
    3839imported.
    3940
  • main/waeup.kofa/trunk/src/waeup/kofa/documents/batching.py

    r13144 r13145  
    4747    corresponds with the processor chosen. This is to avoid accidentally
    4848    wrong imports.
     49
     50    Document processors do not import workflow states or transitions which
     51    means, all imported documents will be unpublished after batch creation.
     52    In other words, publishing can't be done by import, it has do be done
     53    via the UI.
    4954    """
    5055    grok.implements(IBatchProcessor)
  • main/waeup.kofa/trunk/src/waeup/kofa/documents/interfaces.py

    r13144 r13145  
    3939    state = Attribute('Workflow state of a document')
    4040    class_name = Attribute('Name of the document class')
    41 
    4241    local_roles = Attribute('List of local role names')
    4342    translated_class_name = Attribute('Translatable class name of a document')
Note: See TracChangeset for help on using the changeset viewer.