-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meteor package update #769
Comments
Actually I am unfamiliar with meteor all together. @FezVrasta is there something I need to do to make this available via meteor and npm? I'm primarily just making sure good tags exist for bower and updating the release notes. |
i have already make the meteor package, code from tag v0.4.5, if i should publish it to the atmospherejs.com ? |
I think there was a grunt task to update the atmospherejs package... I've not experience with it unfortunately. |
@FezVrasta if you will add |
I lost the password of the account associated with the project :| edit: actually I can login to my account but I can't find a way to add a collaborator... |
It may give me a good message once it is publishable. @92hackers I need you to try and fix the errors and submit a PR. On master I have updated some of the files, but I'm lost otherwise and I admit I don't have a lot of motivation on this front. If you can make |
got it, i will do it as soon as possible |
@rosskevin , can you explain me about meteor/test.js ? |
I have no idea why they were included, but they are BS plugins, so perhaps it was testing that or it was just copies and never fixed. It doesn't seem like a good test of MDB. |
@FezVrasta here is a note on adding contributors/publishing - it recommends creating an organization with people: I think we either need to get this updated or pull it, people are using a package that is out of date and it makes it look like the project is not working (which it may indeed not be for meteor users). |
I would drop it at all... If someone wants to maintain it, he will create a fork I guess. |
I don't have access to drop it on atmosphere. I would suggest you drop it (and I'll drop the related grunt code because it doesn't work). If someone steps up and submits a PR, we can go from there. |
I wonder how should I be able to drop it from atmosphere... The account linked to it is @dandv setup it for me ages ago... If I remember correctly |
If @dandv cannot help pull it, perhaps submit a support request? |
Let's wait a day to see if he can help us, if not, I'll then submit a ticket. |
@FezVrasta I must say you have one of the most popular packages on Meteor some 7K+ downloads. I myself use if for almost all of my new projects but I didn't realize it was totally out of sync with the original. I want to help getting this up to date:
Here is what you need to do,
Note: @rosskevin would also need a meteor.com account. I would also love to help with this! |
I have a meteor account - it is rosskevin. @tsega we would love to have your help. What we need right now is a PR that makes the grunt meteor tasks work. It doesn't appear that the Permissions aside, I just need a PR from a meteor user that ensures I can call |
@tsega, sorry but I get this when I try to login to If I try to login with my real account |
Ah! yes! I've added rosskevin to the collaborators |
👍 @rosskevin I'll be working on that PR, but I must admin I haven't used grunt, gulp or bower. I'm a total Meteor fanboy 😊 |
I think we just need a task to pubblish the new builds on atmosphere... |
That's so strange my copy doesn't have that folder, I have your latest commit as well. I'll try to clone again. |
A clean could have run, i.e. if you ran |
Yes that's correct I did |
Yes, these are the meteor tests, which appear to be bogus. |
Could this be something related, themeteorchef/jquery-validation#6 |
I have no idea. I'm not sure if I made this clear before, but I think these tests should be deleted because they appear to have been copied from bootstrap. If you aren't going to make them relevant to MDB, just delete them is my thought. |
Got the bugger! As I suspected it was a $ =jQuery.noConflict(); At the top of the meteor/test.js file on the second line right under What's next? |
Try |
@rosskevin I've submitted my PR. |
Fixed Meteor tests failing because of jQuery conflict. Related #769
Published, thank you @tsega |
Thank you @rosskevin for the quick publish! I'm the first one to download it 😄 Please let me know if you need my help with any of the remaining issues. |
The only problem remaining is that there are 4 packages now, 3 of which are no longer relevant: I cannot seem to delete these others. |
Ah! That's the only thing I don't like about atmosphere, once published you can't remove a package. They say it has to do with keeping backward compatibility or something. I'm afraid there is nothing we can do about that. |
Hey guys. Looks like you've sorted out the permissions. I haven't followed the latest developments, so I'm not sure why the -noglyph package is no longer relevant, but if you want to hide it, run
|
@dandv - unfortunately that appears to have failed as well: $ meteor admin set-unmigrated fezvrasta:bootstrap-material-design-fullpalette
done. [email protected] as unsuccessfully migrated ...
done. [email protected] as unsuccessfully migrated ...
$ meteor admin set-unmigrated fezvrasta:bootstrap-material-design-noglyph
done. [email protected] as unsuccessfully migrated ...
done. [email protected] as unsuccessfully migrated ...
done. [email protected] as unsuccessfully migrated ...
done. [email protected] as unsuccessfully migrated ...
$ meteor admin set-unmigrated fezvrasta:bootstrap-material-design-noicons
done. [email protected] as unsuccessfully migrated ...
done. [email protected] as unsuccessfully migrated ...
done. [email protected] as unsuccessfully migrated ...
done. [email protected] as unsuccessfully migrated ... |
@rosskevin actually that has worked, if you look at your teams profile on atmosphere the only package now is @dandv thanks for the command been looking for something like for a while now. I think it's not being shared with the masses for a reason, right? |
👍 |
Sorry if it's wrong to ask this here but the original problem that lead me here is still bugging me. On my Android device running 4.1.2, the checkboxes appear but neither the ripple effect or the actual check mark appear when checked. How can I get this to work? Even more, check boxes that don't have labels cannot be selected. I have the same issues on the iOS emulator but not the android one. Pretty strange, if you ask me! |
@tsega please raise a different issue. We cannot log each and every issue for a meteor issue here. My initial advice is to log a new issue, and ask for advice. You should know that you are likely to be the one that fixes it, but by logging a separate issue and asking, the community may be able to help you. On a personal note from someone with deep experience in mobile, please first look at the mobile market share and make sure it is a must-have. While it would be nice to fix this, the mobile market upgrades quickly. |
Meteor guys - see #930, we have officially dropped support and need someone to step up and maintain a package. We will be happy to link to you. |
I'am using this project in my meteor project, and i found the version is still 0.3.0, which is too old,
there is big difference between demo and my developed project.
maybe you have forgotten updating it or something others.
wish that, and i am willing to help : ) !
The text was updated successfully, but these errors were encountered: