Giter Club home page Giter Club logo

ideupsimplepaginatorbundle's People

Contributors

cordoval avatar criscosg avatar egulias avatar gustavopiltcher avatar javiacei avatar javiereguiluz avatar mmacia avatar nass600 avatar phansys avatar sethunath avatar tolbier 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ideupsimplepaginatorbundle's Issues

Update Documentation

Changelog part of README.md reflects a dependency not exposed in the installation part.

Error with DoctrineExtensions update, URGENT!

I have DoctrineExtensions - dev/master and IdeupSimplePaginator - dev/master and I'm getting this error message.

Attempted to load class "Paginate" from namespace "DoctrineExtensions\Paginate".
Did you forget a "use" statement for another namespace?
500 Internal Server Error - ClassNotFoundException

Please add a release tag

Hi there,

Is there anything I can do to persuade you to put a release tag on the latest commit of your project?

Thanks very much!

The Bundlw doesn't play well with Assetic

Once IdeupPaginatorBundle is active and loaded in AppKernel.php, the command assetic:dump doesn't work at all.
This is the error I got:

[Symfony\Component\DependencyInjection\Exception\InactiveScopeException]
You cannot create a service ("request") of an inactive scope ("request").

The problem seems that resides in the Request dependency. This service is not available in CLI mode. Can we move Request out of constructor?

queries fail to join

when I do a query with a "join" the result of the pagination does not match the parameter "itemsPerPage", eg:

$this->createQueryBuilder("u")
->select("c, r, u")
->leftJoin("u.cities", "c")
->leftJoin("u.roles", "r")
->orderBy("u.username", "ASC")
->getQuery();

the parameter "itemsPerPage" equals 10 and the result is

image

returns only two rows in the query, because it is counting queries to roles as if they were part of the main query

Error cuando hay mas de 10 items en la base de datos

Seguí las instrucciones y lo hice trabajar pero cuando existen mas de 10 registros en la base de datos explota con este error.
En la documentación no dice nada sobre modificar las rutas, así que no se lo que pasa.

An exception has been thrown during the rendering of a template ("The "libros_show" route has some missing mandatory parameters ("id").") in IdeupSimplePaginatorBundle:Paginator:simple-paginator-list-view.html.twig at line 35.

Google traslated text:
Follow the instructions and I did work but when there are more than 10 records in the database explodes with this error.
The documentation says nothing about changing the routes, so it is not what happens.

No Tests!

I've realised that there are no Tests folder neither unit tests. They need to be added.

Would also be nice to have Travis CI integration (another issue?).

Regards,

Eduardo.

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.