comparison doc/customizing.txt @ 1320:3758a5af985f

Lots of little fixes in this update: - fixed Date.local() - email quoted text stripping is controllable again [SF#650742] - extract attachment name from content-disposition if name missing [SF#637278] - removed FILTER_POSITION from bundled configs - reverse message listing in issue display (reversion of recent change) - bad entries for multilink editing in cgi don't traceback now [SF#640310]
author Richard Jones <richard@users.sourceforge.net>
date Tue, 10 Dec 2002 00:11:16 +0000
parents 28ae91aae74f
children b4d4770658c1
comparison
equal deleted inserted replaced
1319:f8cc0b724b28 1320:3758a5af985f
1 =================== 1 ===================
2 Customising Roundup 2 Customising Roundup
3 =================== 3 ===================
4 4
5 :Version: $Revision: 1.63 $ 5 :Version: $Revision: 1.64 $
6 6
7 .. This document borrows from the ZopeBook section on ZPT. The original is at: 7 .. This document borrows from the ZopeBook section on ZPT. The original is at:
8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
9 9
10 .. contents:: 10 .. contents::
1484 "title", "status", and "fixer" properties. 1484 "title", "status", and "fixer" properties.
1485 1485
1486 Searching Views 1486 Searching Views
1487 --------------- 1487 ---------------
1488 1488
1489 Note: if you add a new column to the ``:columns`` form variable potentials
1490 then you will need to add the column to the `index view`_
1491 template so it is actually displayed.
1492
1489 This is one of the class context views. The template used is typically 1493 This is one of the class context views. The template used is typically
1490 "*classname*.search". The form on this page should have "search" as its 1494 "*classname*.search". The form on this page should have "search" as its
1491 ``:action`` variable. The "search" action: 1495 ``:action`` variable. The "search" action:
1492 1496
1493 - sets up additional filtering, as well as performing indexed text searching 1497 - sets up additional filtering, as well as performing indexed text searching
1511 :query_name 1515 :query_name
1512 If supplied, the search parameters (including :search_text) will be saved 1516 If supplied, the search parameters (including :search_text) will be saved
1513 off as a the query item and registered against the user's queries property. 1517 off as a the query item and registered against the user's queries property.
1514 Note that the *classic* template schema has this ability, but the *minimal* 1518 Note that the *classic* template schema has this ability, but the *minimal*
1515 template schema does not. 1519 template schema does not.
1516
1517 1520
1518 1521
1519 Item Views 1522 Item Views
1520 ---------- 1523 ----------
1521 1524

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