gitgift / minimalist

Automatically exported from code.google.com/p/minimalist
0 stars 0 forks source link

Modules broken in some cases in 0.6.4,0.6.5 #288

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Minimalist version   0.6.6
Relevant core module Gmail
Chrome version       24.0.1312.52 beta-m
Operating System     Windows 8 64-Bit

The dashboard is showing an undefined message for the Gmail module after 
updating. 

I tried deleting the Gmail module, but when I reinstall it, my settings come 
back and so does the undefined message.

*Screenshots are attached*

*****Solution for anyone having the same problem: Delete and Reinstall 
Minimalist and redo all of your settings 

Original issue reported on code.google.com by Mattjs95 on 4 Feb 2013 at 4:25

Attachments:

GoogleCodeExporter commented 8 years ago
*****Solution for anyone having the same problem: Delete and Reinstall 
Minimalist and redo all of your settings

Just making this bug report in case someone has the same problem. Just 
reinstall and you should be fine. 

Original comment by Mattjs95 on 4 Feb 2013 at 4:31

GoogleCodeExporter commented 8 years ago
Sorry @Mattjs95, this was an issue with 0.6.4 which I discovered and patched 
within half an hour, I hoped nobody would be affected. (anyone who upgrades 
straight from 0.6.3 or earlier to 0.6.6 should not experience this).

There is a way to repair the modules without losing your options. Open the 
Dashboard and then go to Tools > JavaScript Console from the Chrome menu. Paste 
the following and hit enter:

chrome.extension.sendMessage({name:'updateCoreModulesModule'},function(){buildDa
shboard()});

I am going to push a hotfix and makes this repair option available from the 
Data page.

Original comment by anst...@gmail.com on 4 Feb 2013 at 4:40

GoogleCodeExporter commented 8 years ago
Thanks! =)

Original comment by Mattjs95 on 4 Feb 2013 at 4:42

GoogleCodeExporter commented 8 years ago
Update pushed. See "Repair Core Modules" button on Data page in 0.6.7

Thanks again for reporting @Mattjs95

Original comment by anst...@gmail.com on 4 Feb 2013 at 5:07