Confirmed users
269
edits
(→Neil) |
m (→Neil) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 18: | Line 18: | ||
'''NEW''' | '''NEW''' | ||
* {{Bug|1150082}} SeaMonkey Donation Page is using the PayPal all or nothing version, instead of the usual either/or one. Mcsmurf is investigating. | |||
* — | * — | ||
'''OPEN''' | '''OPEN''' | ||
Line 23: | Line 24: | ||
* {{Bug|1057920}} SeaMonkey's CVS dependency really should be removed. (currently used only for Releng Automation, and SeaMonkey Website). | * {{Bug|1057920}} SeaMonkey's CVS dependency really should be removed. (currently used only for Releng Automation, and SeaMonkey Website). | ||
** This has been spun off into a separate bugs for the website and the rest. Ewong is poking at things related to Release Automation. | ** This has been spun off into a separate bugs for the website and the rest. Ewong is poking at things related to Release Automation. | ||
** | ** Move of the website from CVS to hg was due to happen on Monday {{Bug|1150335}}. | ||
** Need to check all website links (e.g. Document History) now point to the correct place - Jens? | |||
'''CLOSED''' | '''CLOSED''' | ||
* — | * — | ||
Line 33: | Line 35: | ||
** VS2010 support was removed from mozilla-central on 15th December ({{Bug|1092468}}). Our Windows slaves are in the process of being upgraded to Win2008 and VS2013 ({{Bug|1114876}}). There are also some upcoming changes to L10n build system in Q1 2015 ({{bug|1107635}}). | ** VS2010 support was removed from mozilla-central on 15th December ({{Bug|1092468}}). Our Windows slaves are in the process of being upgraded to Win2008 and VS2013 ({{Bug|1114876}}). There are also some upcoming changes to L10n build system in Q1 2015 ({{bug|1107635}}). | ||
** Buildmaster is up and running, and produces en-US builds, see 9/16 meeting's [[SeaMonkey/StatusMeetings/2014-09-16#Agenda|Friends of the Fish Tank]]. Builds and langpacks in 18 languages including en-US are available unofficially thanks to A.Kalla. '''''Edit:''' However, only 9 languages are published daily for trunk there, and en-GB is not one of them. For Aurora I didn't check. — [[User:Tonymec|Tonymec]] ([[User talk:Tonymec|talk]]) 16:49, 21 January 2015 (PST)'' | ** Buildmaster is up and running, and produces en-US builds, see 9/16 meeting's [[SeaMonkey/StatusMeetings/2014-09-16#Agenda|Friends of the Fish Tank]]. Builds and langpacks in 18 languages including en-US are available unofficially thanks to A.Kalla. '''''Edit:''' However, only 9 languages are published daily for trunk there, and en-GB is not one of them. For Aurora I didn't check. — [[User:Tonymec|Tonymec]] ([[User talk:Tonymec|talk]]) 16:49, 21 January 2015 (PST)'' | ||
** {{Bug|1083689}} Langpacks aren't updated when auto-updating SeaMonkey. The langpacks need strict versioning e.g. min 2.30 max 2.30.* which makes sense since you don't want 2.29 strings with 2.30 | ** {{Bug|1083689}} Langpacks aren't updated when auto-updating SeaMonkey because they aren't uploaded to AMO. The solution requires changes in SeaMonkey RelEng (and possibly AMO). | ||
** The langpacks need strict versioning e.g. min 2.30 max 2.30.* which makes sense since you don't want 2.29 strings with 2.30 '''KaiRo has landed a fix in''' {{Bug|1084258}} (Language pack compatibility should be bound to Gecko branch, else undefined entity errors possible). | |||
** Due to the master having some mysql issues, Callek had put a halt on the mysql updates, which affects the SeaMonkey treeherder, or rather it would have affected our treeherder if we had one. | |||
** Due to the master having some mysql issues, Callek | |||
** Currently in the process of migrating SeaMonkey's release/website processes to using Mercurial. | ** Currently in the process of migrating SeaMonkey's release/website processes to using Mercurial. | ||
*** Website: {{bug|1150335}} - Migrate seamonkey-project.org to Mercurial. | *** Website: {{bug|1150335}} - Migrate seamonkey-project.org to Mercurial. | ||
Line 60: | Line 60: | ||
=== Release Train === | === Release Train === | ||
* SeaMonkey 2.33.1 was released on 23 March and is the most recent release. | * SeaMonkey 2.33.1 was released on 23 March and is the most recent release. | ||
* No scheduled ETA for 2.34 beta 1 yet - depends on fixing | * No scheduled ETA for 2.34 beta 1 yet - depends on fixing {{bug|1114876}} | ||
** Need to look at possibility of a further 2.33.x release if no 2.34 | ** Need to look at possibility of a further 2.33.x release if no 2.34 | ||
** there were 15 [https://www.mozilla.org/en-US/security/known-vulnerabilities/firefox/#firefox37.0.1 security fixes] (5 of which critical) in the Gecko 37 cycle so far | ** there were 15 [https://www.mozilla.org/en-US/security/known-vulnerabilities/firefox/#firefox37.0.1 security fixes] (5 of which critical) in the Gecko 37 cycle so far | ||
Line 75: | Line 75: | ||
** reported '''broken''' {{bug|1133663}}, 3.8b2 released but may not entirely fix the issue [http://forums.mozillazine.org/viewtopic.php?p=14070275#p14070275]. | ** reported '''broken''' {{bug|1133663}}, 3.8b2 released but may not entirely fix the issue [http://forums.mozillazine.org/viewtopic.php?p=14070275#p14070275]. | ||
** Lightning 3.9b1 is available for testing once SM 2.34b1 is out. | ** Lightning 3.9b1 is available for testing once SM 2.34b1 is out. | ||
* SeaMonkey 2.33 and Lightning 3.8b1/3.8b2 shows no events or tasks. {{Bug|1144285}} | |||
** The problem is that both Thunderbird and Lightning are build with Visual C++ 2013 but SeaMonkey is still build with Visual C++ 2010. Therefore the SeaMonkey installer contains only the VS2010 (msvcp100.dll/msvcr100.dll) files but not the VS2013 (msvcp120.dll/msvcr120.dll) files. The SeaMonkey switch to VS2013 is tracked in Bug 1092468. | |||
*** Workaround: Install the [http://www.microsoft.com/en-us/download/details.aspx?id=40784 Visual C++ Redistributable Packages for Visual Studio 2013] | |||
* The Thunderbird team is planning to ship Lightning with Thunderbird. IanN thinks we will want to ship lightning too. We should coordinate with Thunderbird. Related bugs: | * The Thunderbird team is planning to ship Lightning with Thunderbird. IanN thinks we will want to ship lightning too. We should coordinate with Thunderbird. Related bugs: | ||
** {{Bug|1130854}} Package Lightning with Thunderbird for c-c and c-a builds. | ** {{Bug|1130854}} Package Lightning with Thunderbird for c-c and c-a builds. | ||
Line 161: | Line 164: | ||
==== IanN ==== | ==== IanN ==== | ||
* Usual testing, reviewing and commenting. | |||
* Fixed: | |||
** {{Bug|1151328}} Update en-GB for Gecko 38 | |||
* Fixed for c-c: | |||
* Fixed for m-c: | |||
* Fixed for m-i: | |||
* Pending check in: | |||
* Checked in pending review: | |||
* Waiting for feedback/review/information: | |||
** {{Bug|1061348}} Port |{{Bug|575283}} - Cleanup mozconfig files on all platforms| to SeaMonkey | |||
* Fixing review comments before checkin: | |||
** {{Bug|757230}} When using add button for permissions in Data Manager set a displayHost | |||
** {{Bug|798147}} Switch to correct pref pane if pref window already open | |||
* Working on: | |||
** {{Bug|1051642}} Allow for flat chrome format when packaging extensions | |||
** {{Bug|943335}} [TB] Update icons used in searchplugins (Yahoo, eBay, Wikipedia, Amazon, Bing, Twitter) | |||
** Various SM Council documents. | |||
** {{Bug|606683}} Allow customization of toolbar in Composer and MailNews Composition | |||
** {{Bug|639690}} [META] Re-arrange code between editor and editorOverlay | |||
** {{Bug|773979}} [META] Switch to new drag and drop api in SeaMonkey | |||
** {{Bug|657234}} Move pasteQuote and pasteNoFormatting into contentAreaContextOverlay | |||
** File/Folder selection in windows. | |||
* To Do: | |||
** {{Bug|639395}} Get cmd_fontSize to reflect current state of selected content / content at caret. | |||
** Prefs-in-a-tab. | |||
** Create FAQ for Friends of the Fish Tank. | |||
** Help get composer standalone builds working with --enable-tests. | |||
==== InvisibleSmiley ==== | ==== InvisibleSmiley ==== | ||
==== KaiRo ==== | ==== KaiRo ==== | ||
Line 167: | Line 198: | ||
==== Mnyromyr ==== | ==== Mnyromyr ==== | ||
==== Neil ==== | ==== Neil ==== | ||
Checked in to chatzilla: | |||
* {{Bug|1148242}} chatzilla-service.js isn't getting built any more. | * {{Bug|1148242}} chatzilla-service.js isn't getting built any more. | ||
Needs comm-central checkin: | Needs comm-central checkin: | ||
Line 247: | Line 278: | ||
=== Any other business? === | === Any other business? === | ||
* | * — |