Add networks editor to cZ
Categories
(SeaMonkey :: Chat, enhancement)
Tracking
(seamonkey2.53+ fixed)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
Details
(Whiteboard: SM2.53.9)
Attachments
(1 file, 3 obsolete files)
56.06 KB,
patch
|
iannbugzilla
:
review+
iannbugzilla
:
approval-comm-release+
iannbugzilla
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
At the moment the only way to add networks is to create a networks.txt file and put into your profile directory in the chatzilla subdirectory. See http://chatzilla.hacksrus.com/faq/#networks for more details.
Massively rewritten but inspired by:
https://github.com/Ascrod/ambassador/commit/e53f0bc93f45f9ce198d39f765e48740c260f93b
https://github.com/Ascrod/ambassador/commit/89211db54328233229cd879d0480f541aab25faa
[Approval Request Comment]
Regression caused by (bug #): n/a
User impact if declined: No way to edit IRC networks within cZ
Testing completed (on m-c, etc.): 2.53.9
Risk to taking this patch (and alternatives if risky): low
String changes made by this patch: 1 updated, 59 new
Fixed issue with selecting libera.chat when editing any of its servers.
Added "Server" to the server buttons
Changed the css to set a minimum size on serverList rather than serverListBox.
Made the default size of the network editor slightly wider to accommodate the wider server buttons.
Switched to using Move Up / Down buttons rather than a Set Default button
Comment 4•4 years ago
|
||
Comment on attachment 9228010 [details] [diff] [review]
1716232-irc-networks-editor-v1_2-2539.patch
LGTM
Possible NITS
+<!ENTITY serverDetails.label "Details of selected server:">
Should this be "Details of the selected server" or "Selected server details"?
- <tooltip id="czNetworkTip"
-
orient="vertical"
-
onpopupshowing="return gNetworkWindow.onTooltipPopupShowing(this);">
- <vbox>
-
<label id="czNetworkTipTitle" class="header">.</label>
-
<label id="czNetworkTipLabel">.</label>
- </vbox>
- <spacer flex="1"/>
- </tooltip>
Is this used somewhere?
[Triage Comment]
Remove unused tooltip xul code
Fixed ServerDetails.label
Carrying forward r/a
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/bf565da9bd28
Add networks editor to cZ. r=frg
Updated•4 years ago
|
Comment 7•3 years ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/2b074834eea3815cb999af9d4c1d7b84a78bfda0
Add networks editor to cZ. r=frg a=frg
Description
•