Adam Lundrigan

Results 6 issues of Adam Lundrigan

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...

enhancement

## Overview Drop the current module add process (n+1 GitHub API requests to fetch all the repositories for your account and determine which are ZF2 modules) in favour of something...

Feature
in progress

Catch the `RuntimeException` thrown by EdpGithub and send it back to the user. ![image](https://cloud.githubusercontent.com/assets/527329/5929774/c32f9c1e-a661-11e4-9eb9-dc5e563133ef.png) Two notes: - I tried to test it but failed. I couldn't find the right incantation...

Bug
high priority
in progress

Related to #96, PropertyGenerator behaves incorrectly when the default value passed into it is a ValueGenerator instead of a PropertyValueGenerator. Example (lifted from #96): ``` php

bug

- New configuration file directive: `editor` - New command-line flag `--edit`

`UserAdminController` validates the form then passes result to service method, making reuse of the account create/edit functionality elsewhere more difficult. TODO: I made a fix for this [here](https://github.com/adamlundrigan/ZfcUserAdmin/commit/1084f3bd153e1223300a29f9310798d3a21e0fa0) and [here](https://github.com/adamlundrigan/ZfcUserAdmin/commit/49a605d15b39e40a66337243d112f79969ae6576)...