comparison doc/customizing.txt @ 7298:f25f47c3c624

fix xmlrpc endpoint, mke blockquote into pre block.
author John Rouillard <rouilj@ieee.org>
date Thu, 04 May 2023 20:52:09 -0400
parents 114a78ba67a5
children 4890692dd0b7
comparison
equal deleted inserted replaced
7297:673d8e0d3abf 7298:f25f47c3c624
2225 2225
2226 .. _`REST api`: rest.html 2226 .. _`REST api`: rest.html
2227 2227
2228 and the `XMLRPC api`_ is available at: 2228 and the `XMLRPC api`_ is available at:
2229 2229
2230 6. ``/rest/`` 2230 6. ``/xmlrpc``
2231 2231
2232 .. _`XMLRPC api`: xmlrpc.html 2232 .. _`XMLRPC api`: xmlrpc.html
2233 2233
2234 All other URLs depend on the classes configured in Roundup database. 2234 All other URLs depend on the classes configured in Roundup database.
2235 Each class receives two URLs - one for the class itself and another 2235 Each class receives two URLs - one for the class itself and another
3474 sorted only on Multilink properties - produce a list of the linked 3474 sorted only on Multilink properties - produce a list of the linked
3475 items sorted by some property, for example:: 3475 items sorted by some property, for example::
3476 3476
3477 python:context.files.sorted('creation') 3477 python:context.files.sorted('creation')
3478 3478
3479 Will list the files by upload date. While 3479 Will list the files by upload date. While::
3480 3480
3481 python:context.files.sorted('creation', reverse=True) 3481 python:context.files.sorted('creation', reverse=True)
3482 3482
3483 Will list the files by upload date in reverse order from 3483 Will list the files by upload date in reverse order from
3484 the prior example. If the property can be unset, you can 3484 the prior example. If the property can be unset, you can

Roundup Issue Tracker: http://roundup-tracker.org/