Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| SHA1 Hash: | 19d6b1cfe83550cf9cbdc8d69ae99d9b332d8dcc |
|---|---|
| Date: | 2010-03-12 14:29:47 |
| User: | drh |
| Comment: | Fix the formatting on the non-propagating tag timeline. Ticket [274b530475ce]. |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
Changes to src/tag.c
| Old (bc765b3a20216ff9) | New (53f57645df2929e4) | |||
|---|---|---|---|---|
| 1 | /* | 1 | /* | |
| 2 | ** Copyright (c) 2007 D. Richard Hipp | 2 | ** Copyright (c) 2007 D. Richard Hipp | |
| 3 | ** | 3 | ** | |
| 4 | ** This program is free software; you can redistribute it and/or | 4 | ** This program is free software; you can redistribute it and/or | |
| 5 | ** modify it under the terms of the GNU General Public | 5 | ** modify it under the terms of the GNU General Public | |
| 557 hidden lines | ||||
| 563 | if( !g.okRead ){ login_needed(); return; } | 563 | if( !g.okRead ){ login_needed(); return; } | |
| 564 | 564 | |||
| 565 | style_header("Tagged Check-ins"); | 565 | style_header("Tagged Check-ins"); | |
| 566 | style_submenu_element("List", "List", "taglist"); | 566 | style_submenu_element("List", "List", "taglist"); | |
| 567 | login_anonymous_available(); | 567 | login_anonymous_available(); | |
| 568 | @ <h2>Check-ins with non-propagating tags:</t2> | | | 568 | @ <h2>Check-ins with non-propagating tags:</h2> |
| 569 | db_prepare(&q, | 569 | db_prepare(&q, | |
| 570 | "%s AND blob.rid IN (SELECT rid FROM tagxref" | 570 | "%s AND blob.rid IN (SELECT rid FROM tagxref" | |
| 571 | " WHERE tagtype=1 AND srcid>0" | 571 | " WHERE tagtype=1 AND srcid>0" | |
| 572 | " AND tagid IN (SELECT tagid FROM tag " | 572 | " AND tagid IN (SELECT tagid FROM tag " | |
| 573 | " WHERE tagname GLOB 'sym-*'))" | 573 | " WHERE tagname GLOB 'sym-*'))" | |
| 9 hidden lines | ||||
| 583 | @ function xout(id){ | 583 | @ function xout(id){ | |
| 584 | @ } | 584 | @ } | |
| 585 | @ </script> | 585 | @ </script> | |
| 586 | style_footer(); | 586 | style_footer(); | |
| 587 | } | 587 | } | |