Check-in [0a4c981f66]
Overview
Comment: | Change version number in plugin settings from orange to gray. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0a4c981f667ac8e06c820836fa765412 |
User & Date: | mario on 2015-04-05 18:23:00 |
Other Links: | manifest | tags |
Context
2015-04-05
| ||
18:23 | Fix `local` category base url, again. Make priority: default. check-in: 76b83cd1e1 user: mario tags: trunk | |
18:23 | Change version number in plugin settings from orange to gray. check-in: 0a4c981f66 user: mario tags: trunk | |
18:22 | File reading in plugin_meta(): convert Py3 bytes to string. check-in: bb7e73cafb user: mario tags: trunk | |
Changes
Modified channels/configwin.py from [ec93be6e35] to [7180117d4f].
︙ | |||
122 123 124 125 126 127 128 | 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 | - + + + + | for name,meta in sorted(ls.items(), key=lambda e: e[1]["type"]+e[1]["title"].lower(), reverse=False): if not name in conf.plugins: conf.plugins[name] = False self.add_plg(name, meta) # add configuration setting definitions from plugins |
︙ |