comparison roundup/templates/extended/htmlbase.py @ 264:a671e5917b33

Many features and fixes. . roundup-admin create now prompts for property info if none is supplied on the command-line. . hyperdb Class getprops() method may now return only the mutable properties. . Login now uses cookies, which makes it a whole lot more flexible. We can now support anonymous user access (read-only, unless there's an "anonymous" user, in which case write access is permitted). Login handling has been moved into cgi_client.Client.main() . The "extended" schema is now the default in roundup init. . The schemas have had their page headings modified to cope with the new login handling. Existing installations should copy the interfaces.py file from the roundup lib directory to their instance home. . Incorrectly had a Bizar Software copyright on the cgitb.py module from Ping - has been removed. . Fixed a whole bunch of places in the CGI interface where we should have been returning Not Found instead of throwing an exception. . Fixed a deviation from the spec: trying to modify the 'id' property of an item now throws an exception.
author Richard Jones <richard@users.sourceforge.net>
date Fri, 05 Oct 2001 02:23:24 +0000
parents 1d428068485c
children 72343138b660
comparison
equal deleted inserted replaced
263:e13d55912cd4 264:a671e5917b33
180 180
181 </table> 181 </table>
182 182
183 """ 183 """
184 184
185 msgDOTindex = """<!-- dollarId: msg.index,v 1.1 2001/07/23 04:21:20 richard Exp dollar--> 185 msgDOTindex = """<!-- dollarId: msg.index,v 1.3 2001/09/27 06:45:58 richard Exp dollar-->
186 <tr class="row-hilite"> 186 <tr class="row-hilite">
187 <property name="date"> 187 <property name="date">
188 <td><display call="link('date')"></td> 188 <td><display call="link('date')"></td>
189 </property> 189 </property>
190 <property name="author"> 190 <property name="author">

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