Coder Social home page Coder Social logo

nodepal's People

Contributors

synodinos avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

nodepal's Issues

Database prefix

Would be great if nodepal could work with db prefixes too.

Sessions

Sessions being stored in mysql is still a pretty big problem. Is the idea to port the sessions mongodb module to D6, or perhaps port nodepal forward to D7. Personally I rather have the latter.

Maybe it's also possible to add a caching function to nodepal to cache sessions in mongo after 1 fetch from mysql.

What do your plans look like?

Awesome concept, a few questions

I have a php script that currently calls drupal_bootstrap_session in order to validate against users.

Can I do the same thing in javascript with nodepal?

That is, access the $node and $user objects? Or do I have to select directly from mysql.

Thanks.

More Features and API integration

will be there api functions to create and update cck nodes / interact with views / users / system ?

wouldn't it be better if we interact with drupal services (rest/json server) ?

exports.getField doesn't work with fields used in more than one node type

Hi,

looking at https://github.com/synodinos/nodepal/blob/master/nodepal.js#L198 I've noticed that the only case covered is that of one field for one node type.

It is definitely a good practice to keep separate fields for different node types as everything sits in the content_type_nodeType table and there are less joins when getting the data, yet some setups have the field shared by more than one node type. And that results in the field data in a separate table all-together (content_field_fieldName).

Not entirely sure how one would cover this without another query, but in a module the solution is http://stream.zerolab.org/post/472787229/proper-custom-queries-with-drupal-cck-fields

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.