comparison twisted/plugins/libervia_server.py @ 1378:e3e303a30a74

pages (tickets): renamed "tickets" to "lists": "lists" is more generic, and tickets is actually a specific kind of list. /!\ "tickets_trackers_json" option has been renamed to "lists_directory_json".
author Goffi <goffi@goffi.org>
date Thu, 28 Jan 2021 18:51:44 +0100
parents 9624c2a89a92
children ed037818d6de
comparison
equal deleted inserted replaced
1377:46ce79eac754 1378:e3e303a30a74
140 ["empty_password_allowed_warning_dangerous_list", None, "", None], 140 ["empty_password_allowed_warning_dangerous_list", None, "", None],
141 ["vhosts_dict", None, {}, None], 141 ["vhosts_dict", None, {}, None],
142 ["url_redirections_dict", None, {}, None], 142 ["url_redirections_dict", None, {}, None],
143 ["menu_json", None, {'': C.DEFAULT_MENU}, None], 143 ["menu_json", None, {'': C.DEFAULT_MENU}, None],
144 ["menu_extra_json", None, {}, None], 144 ["menu_extra_json", None, {}, None],
145 ["tickets_trackers_json", None, None, None], 145 ["lists_directory_json", None, None, None],
146 ["mr_handlers_json", None, None, None], 146 ["mr_handlers_json", None, None, None],
147 ] 147 ]
148 148
149 # Flags are in command line only 149 # Flags are in command line only
150 OPT_FLAGS = [ 150 OPT_FLAGS = [