Check-in [5bc9e1a5f8]
Overview
Comment: | Contrib plugin: show `extra` column in bookmarks (origin channel). Changed bookmark.add() to add it only if field missing. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5bc9e1a5f8c924daa84c36e23d7c3092 |
User & Date: | mario on 2016-11-01 16:03:40 |
Other Links: | manifest | tags |
Context
2016-11-01
| ||
21:57 | Undo extra os.system("start \"%s\"") quotes for Windows. check-in: 2e49eacad9 user: mario tags: trunk | |
16:03 | Contrib plugin: show `extra` column in bookmarks (origin channel). Changed bookmark.add() to add it only if field missing. check-in: 5bc9e1a5f8 user: mario tags: trunk | |
16:02 | Reciva: added a more readable log.ERR() message for empty results. check-in: 66802cbdf6 user: mario tags: trunk | |
Changes
Modified channels/bookmarks.py from [d6be6027d1] to [767c735b6c].
︙ | |||
101 102 103 104 105 106 107 | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | - + | # Add / copy some row attributes row["favourite"] = 1 if not row.get("favicon"): pass# row["favicon"] = favicon.file(row.get("homepage")) if not row.get("listformat"): row["listformat"] = self.parent.channel().listformat |
︙ |
Added contrib/bookmarks_show_extra.py version [47c6222785].
|