Coder Social home page Coder Social logo

cmpgenerator's People

Contributors

fi1osof avatar jgulledge19 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cmpgenerator's Issues

Feature Request: Support for Foreign Databases

It would be great if CMPGenerator would have the ability to build for external/foreign databases. This is a PHENOMENAL extra and that would just make it amazing for third party development!

On MODx 3.0.0 install error

When trying to install CMPGenerator 1.1.3-pl on MODx 3.0.0 keep getting error:
No foreign key definition for parentClass: MODX\Revolution\modMenu using relation alias: Action

Revo 2.2.5

CMPGenerator does not seem to work with 2.2.5 it will create the schema 1/10th of the time.

Revo 2.2.7

Doesent seem to work on 2.2.7, I tried several times both creating package and schema or just one of those, generates nothing. Could you please take a look?

Component breaks when the manager's language is not english

Hi,

I'm using this component on an italian installation of MODX Revolution 2.2.0-pl2 (traditional).
if I select "Build schema" and "Build package" and then "Save", my custom component is created but some files aren't (e.g.; xml schema).

The reason is, "Yes" labels in "Build schema" and "Build package" selects are translated to italian "SI".
please see ...cmpgenerator/processors/mgr/cmpgenerator/build.php at row 58.
$scheme reads "SI", not "Yes", so $scheme == 'Yes' is always false:

if ( $scheme == 'Yes' ) {
$cmp->set('build_scheme', '1');
} else {
$cmp->set('build_scheme', '0');
}
if ( $cmp->get('build_package') == 'Yes' ) {
$cmp->set('build_package', '1');
} else {
$cmp->set('build_package', '0');
}

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.