Giter Site home page Giter Site logo

cgmconfigadmin's People

Contributors

adamlundrigan avatar cgmartin avatar vgarvardt 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cgmconfigadmin's Issues

cgmconfigadmin module

hello, help pls for this error
A 404 error occurred Page not found.

The requested controller could not be mapped to an existing controller class.

Controller:
CgmConfigAdmin\Controller\ConfigOptions(resolves to invalid controller class or alias: CgmConfigAdmin\Controller\ConfigOptions)

Doctrine ORM support

I've created a simple module which adds Doctrine ORM support to CgmConfigAdmin:

https://github.com/adamlundrigan/CgmConfigAdminDoctrineORM

Everything seems to work fine, but i'm just getting started with using your module in my Doctrine-based ZF2 project so any feedback is welcome.

If you want I can transfer the repository to you so both modules live in the same location.

Tooltips on inputs

Feature request for allowing tooltips to be easily added to config inputs.

Composer install error

Hi, this might be me, but it seemed fine last week. I already have zf-commons/zfc-user install via composer using "dev-master" version. When trying to add this module using "dev-master" I get the following error:

Problem 1
- Installation request for cgm/config-admin dev-master -> satisfiable by cgm/config-admin dev-master.
- cgm/config-admin dev-master requires zf-commons/zfc-base dev-master -> no matching package found.

Any thoughts? This is a great module and I'd love to continue using it.
Cheers,
Marc

Is it possible to have config groups other than 'site'?

Is it possible to have other config groups besides 'site'. In the example we have:

    'cgmconfigadmin' => array(
        'config_groups' => array(
            'site' => array(
                'mymod' => array('label' => 'My Module Options',  'sort' => -100),
            ),
        ),

Is it possible to have something like

    'cgmconfigadmin' => array(
        'config_groups' => array(
            'site' => array(
                'mymod' => array('label' => 'My Module Options',  'sort' => -100),
            ),
            'frontend' => array(
                'group1' => array('label' => 'My Frontend Options',  'sort' => -100),
            ),
             'backend' => array(
                'group2' => array('label' => 'My Backend Options',  'sort' => -100),
            ),
        ),

This would be useful when we have way too many options to show in a single page.

Password type does not hold value

Problem with Password inputs and the default behavior of inputs. The value does not carry over, since the Password element resets it's value when prepared.

Need a way to hold on to the current value, and if the password input is filled out, overwrite it.

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.