Giter Club home page Giter Club logo

collective.ploneupgradecheck's Introduction

collective.ploneupgradecheck

collective.ploneupgradecheck helps you upgrade your plone addon to a newer version. It installs simple console scripts doing superficial checks of your code and reports things that need to be changed, such as imports.

Compatibility

  • Upgrade checks for Plone 4.3.

Usage

Check out the repository and run the included buildout:

$ git clone https://github.com/jone/collective.ploneupgradecheck.git
$ cd collective.ploneupgradecheck
$ python bootstrap.py
$ bin/buildout

This generates a bin/plone-4.3-check script. Run the script in any directory with code to check.

Links

Contributions

Contributions are welcome! Fork the repository on github, change your code and make a pull request.

License

"THE BEER-WARE LICENSE" (Revision 42):

jone_ wrote this script. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.

collective.ploneupgradecheck's People

Contributors

jone avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

maethu

collective.ploneupgradecheck's Issues

Buildout is not working

python2.6 bootstrap.py && bin/buildout
...
  File "/Users/jone/projects/python/cache/eggs/collective.xmltestreport-1.2.8-py2.6.egg/collective/xmltestreport/recipe.py", line 34, in __init__
    buildout, name, options)
  File "/Users/jone/projects/python/cache/eggs/z3c.recipe.scripts-1.0.1-py2.6.egg/z3c/recipe/scripts/scripts.py", line 39, in __init__
    self.include_site_packages = options.query_bool(
AttributeError: Options instance has no attribute 'query_bool'

This works:

python2.7 bootstrap.py -v 1.7.0 && bin/buildout

The bootstrap / buildout should be fixed so that it just works™

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.