Closed
Bug 1103006
Opened 11 years ago
Closed 11 years ago
Update start.mozilla.org from https://github.com/mozilla/fx36start
Categories
(Infrastructure & Operations Graveyard :: WebOps: Product Delivery, task)
Infrastructure & Operations Graveyard
WebOps: Product Delivery
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jpetto, Assigned: cturra)
Details
(Whiteboard: [kanban:webops:https://kanbanize.com/ctrl_board/4/1906] )
Attachments
(2 files)
Another update to start.mozilla.org - this time providing different modal messaging based on browser version.
Can we push to stage for testing?
Thanks!
| Assignee | ||
Comment 1•11 years ago
|
||
push to stage complete. please let me know when you want this change going to prod.
Flags: needinfo?(jon)
| Reporter | ||
Comment 2•11 years ago
|
||
:cturra - We're seeing some odd strings come up on stage (see attached). Those strings (e.g. "# Displayed to users with Firefox 3") aren't anywhere in the code base that I can see. It looks like maybe that's meant to be a Python comment or something?
I don't get this behavior locally. Any ideas?
Flags: needinfo?(jon) → needinfo?(cturra)
Comment 3•11 years ago
|
||
Interesting, those are comments that I added to the .lang file.
How old is the parser on that project?
https://github.com/mozilla/fx36start/blob/master/vendor/dotlang/extract.py
Comment 4•11 years ago
|
||
(In reply to Francesco Lodolo [:flod] from comment #3)
> Interesting, those are comments that I added to the .lang file.
http://viewvc.svn.mozilla.org/vc/projects/l10n-misc/trunk/fx36start/locale/en-US/fx36start.lang?revision=135334&view=markup
Comment 5•11 years ago
|
||
Compare current parser
https://github.com/mozilla/fx36start/blob/master/vendor/dotlang/translate.py#L32-L38
To what we use on bedrock
https://github.com/mozilla/fx36start/blob/master/vendor/dotlang/translate.py#L32-L38
Let me know if you prefer me to remove the comments instead.
Comment 6•11 years ago
|
||
(In reply to Francesco Lodolo [:flod] from comment #4)
> (In reply to Francesco Lodolo [:flod] from comment #3)
> > Interesting, those are comments that I added to the .lang file.
>
> http://viewvc.svn.mozilla.org/vc/projects/l10n-misc/trunk/fx36start/locale/
> en-US/fx36start.lang?revision=135334&view=markup
Looks like the .lang parser is pretty basic. I can add support for ignoring comments pretty quickly though.
Comment 7•11 years ago
|
||
PR to fix lang file comments issue.
Comment 8•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/fx36start
https://github.com/mozilla/fx36start/commit/070dc149a67ad179b0adb1730f558fd6f2f4066f
Bug 1103006: Skip lang file comments.
https://github.com/mozilla/fx36start/commit/d984507ba2b85e8712a4b047a402909ca21fecb8
Merge pull request #13 from pmclanahan/master
Bug 1103006: Skip lang file comments.
| Reporter | ||
Comment 9•11 years ago
|
||
:cturra - Can we get another push to the staging server? The merge above should fix the odd strings we were seeing.
Thanks!
| Assignee | ||
Comment 10•11 years ago
|
||
(In reply to Jon Petto [:jpetto] from comment #9)
> :cturra - Can we get another push to the staging server? The merge above
> should fix the odd strings we were seeing.
i have re-pushed to stage as requested.
Flags: needinfo?(cturra)
| Reporter | ||
Comment 11•11 years ago
|
||
Looking good. Thanks :cturra & :pmac!
:garethc - Can you give the page a test?
http://start.allizom.org/en-US/
Flags: needinfo?(garethcull.bugs)
Comment 12•11 years ago
|
||
The 3 variations look good to me Jon. Thanks!
Flags: needinfo?(garethcull.bugs)
| Reporter | ||
Comment 13•11 years ago
|
||
:cturra - Looks like we're good to go. Can you do a production push? Thanks!
Flags: needinfo?(cturra)
| Reporter | ||
Comment 14•11 years ago
|
||
As we're still waiting for some major locales to be localized, let's hold off on the production push until Monday.
:cturra - Can we plan a production push for 12/1?
| Assignee | ||
Comment 15•11 years ago
|
||
(In reply to Jon Petto [:jpetto] from comment #14)
> As we're still waiting for some major locales to be localized, let's hold
> off on the production push until Monday.
>
> :cturra - Can we plan a production push for 12/1?
sure. i can hold on the production push until 12/1 as requested.
Flags: needinfo?(cturra)
| Reporter | ||
Comment 16•11 years ago
|
||
:cturra - Could we get a production push today? (Sorry for the double needinfo...)
Flags: needinfo?(cturra)
| Assignee | ||
Comment 17•11 years ago
|
||
sorry for not pushing this to prod last week. i missed the needsinfo ping due to the work week and infra was in a change freeze for the week.
this has now been sent to prod as requested.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(cturra)
Resolution: --- → FIXED
Comment 18•11 years ago
|
||
Looks good. Thanks!
Updated•10 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•