Include cZ in merge comparison
Categories
(SeaMonkey :: Chat, task)
Tracking
(seamonkey2.53+ fixed, seamonkey2.57esr? affected)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
Details
(Whiteboard: SM2.53.8)
Attachments
(2 files, 8 obsolete files)
(deleted),
patch
|
frg
:
review+
frg
:
approval-comm-release+
frg
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
frg
:
review+
frg
:
approval-comm-release+
frg
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
At the moment cZ is not included when you run a merge comparison.
Cannot see a way of excluding if cZ is not being built
Correct patch attached
Ignore MOZ_LANGPACK_CONTRIBUTORS
Comment 5•5 years ago
|
||
Comment 6•5 years ago
|
||
[Approval Request Comment]
Regression caused by (bug #): n/a
User impact if declined: none
Testing completed (on m-c, etc.): 2.53.8
Risk to taking this patch (and alternatives if risky): low
String changes made by this patch: none
As we have now forked the cZ code, this should be achievable.
A few notes:
- I have tested this patch against both existing locales (de and en-GB) and one that doesn't localise cZ (el).
- There may still be unneeded code in the moz.build/Makefile.in files, if you spot any say.
- In the l10n.toml / all-locales for our cZ we could remove ca and si locales as SM does not build for them.
- This patch requires for each locale that extensions/irc is copied/moved to suite/extensions/irc
- If / when this lands on l10n-central we need to arrange for the entities in each locale to be copied from extensions/irc to suite/extensions/irc and check that we are only exposing the entities in suite/extensions/irc to the locales that are in our cZ's l10n.toml rather than to all SM's locales.
Additional note:
- Next version of this patch should remove the xpi directory under suite/extensions/irc/ (but that could be a separate bug/patch if preferred).
Assignee | ||
Comment 10•4 years ago
|
||
Changes needed for toolkit's l10n.mk file
Assignee | ||
Comment 11•4 years ago
|
||
Patch updated to remove unneeded xpi/ files
Assignee | ||
Comment 12•4 years ago
|
||
Comment on attachment 9217851 [details] [diff] [review]
1694760-mailservices-base-v1_2-2538.patch
Wrong patch
Assignee | ||
Comment 13•4 years ago
|
||
Updated version, tested both unpackaged and packaged localised version.
Assignee | ||
Comment 14•4 years ago
|
||
Requesting feedback as needs to be tested on non-linux platforms. Not sure what is needed in removed-files.in
Assignee | ||
Comment 15•4 years ago
|
||
Changes since last patch:
- Combined the merge and installer patches
- Remove xpi changes as they are now in Bug 1707458
- Found the fixes for packaging extension l10n in app langpacks
Updated•4 years ago
|
Comment 16•4 years ago
|
||
Comment on attachment 9217847 [details] [diff] [review]
1604663-irc-l10n-2538.patch
LGTM
Comment 17•4 years ago
|
||
Comment on attachment 9218759 [details] [diff] [review]
1604663-irc-merge-v1_3-2538.patch
LGTM
+DEFINES['MOZ_APP_VERSION'] = CONFIG['MOZ_APP_VERSION']
+DEFINES['MOZ_APP_MAXVERSION'] = CONFIG['MOZ_APP_MAXVERSION']
NIT:
I think we should remove MOZ_APP_MAXVERSION and just set the max version to MOZ_APP_VERSION in the rdf. cZ is now bundled and should always match.
Would it make sense for this bug to be included in 2.57 and c-c too and just turn bug 1707459 into an incremental bug for the move and conversion?. Both should be checked in at the same time. Reason is that we then can just add bug 1707459 to 2.53 if desired later.
Assignee | ||
Comment 18•4 years ago
|
||
Comment on attachment 9217847 [details] [diff] [review]
1604663-irc-l10n-2538.patch
Also for 2.57
Assignee | ||
Comment 19•4 years ago
|
||
Comment on attachment 9218759 [details] [diff] [review]
1604663-irc-merge-v1_3-2538.patch
Also for 2.57
Updated•4 years ago
|
Comment 20•4 years ago
|
||
So far only in 2.53.8b1 and up. Might be merged with Bug 1707459 for central.
https://gitlab.com/seamonkey-project/seamonkey-2.53-mozilla/-/commit/5075a2ce87dc5a5c6117d7af8eb3e1dd76987fcd
Include cZ in merge comparison - stop ignoring cZ. r=frg a=frg
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/9b8c07c3cdddbbf1aba4cf40b47f7c48dea6fcce
Include cZ in merge comparison. r=frg a=frg
Comment 21•3 years ago
|
||
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/de28453479ac
Include cZ in merge comparison. r=frg
Updated•3 years ago
|
Comment 22•3 years ago
|
||
Comment on attachment 9218759 [details] [diff] [review]
1604663-irc-merge-v1_3-2538.patch
In unofficial queue as 1604663-irc-merge-v1_3a-257.patch
Comment 23•3 years ago
|
||
Comment on attachment 9217847 [details] [diff] [review]
1604663-irc-l10n-2538.patch
in unoffical queue as 1604663-irc-l10n-257.patch
Description
•