zf2.biz/galerie.git
12 years agoadd library to the include path, so we can put ZF2's Zend folder directly in library
Rob Allen [Sun, 16 Oct 2011 19:14:18 +0000 (20:14 +0100)]
add library to the include path, so we can put ZF2's Zend folder directly in library

12 years agoUpdated ZF2 submodule
Evan Coury [Sat, 15 Oct 2011 14:17:00 +0000 (07:17 -0700)]
Updated ZF2 submodule

12 years agoUpdated to use Zend\Mvc\Bootstrap
Matthew Weier O'Phinney [Fri, 14 Oct 2011 22:02:43 +0000 (17:02 -0500)]
Updated to use Zend\Mvc\Bootstrap

- Moved view initialization to Application\Module
  - combined view initialization and view listener registration into a single
    event listener

12 years agoUpdate ZF2 submodule
Evan Coury [Fri, 14 Oct 2011 19:45:52 +0000 (12:45 -0700)]
Update ZF2 submodule

12 years agoUpdates and cleanup
Matthew Weier O'Phinney [Fri, 14 Oct 2011 17:44:05 +0000 (12:44 -0500)]
Updates and cleanup

- Routing:
  - Use TreeRouteStack instead of SimpleRouteStack
  - Do not pull router from locator; simply instantiate
  - Config object can now be passed directly to addRoutes
- Bootstrap:
  - Accept ModuleManager as sole constructor argument, and pull merged
    configuration from it
- index.php:
  - Do not use object notation for accessing config values; use array
    notation. Allows flexibility in how application configuration is
    returned

12 years agoRemove unnecessary class imports
Evan Coury [Thu, 13 Oct 2011 20:31:39 +0000 (13:31 -0700)]
Remove unnecessary class imports

12 years agoModule class getConfig() method does not need to be static
Evan Coury [Thu, 13 Oct 2011 20:18:47 +0000 (13:18 -0700)]
Module class getConfig() method does not need to be static

12 years agoUpdated zf2 submodule and module manager option key
Evan Coury [Thu, 13 Oct 2011 20:12:03 +0000 (13:12 -0700)]
Updated zf2 submodule and module manager option key

- s/enable_self_installation/enable_auto_installation

12 years agoUse addRoutes() instead of manually creating routes in a loop
Matthew Weier O'Phinney [Wed, 12 Oct 2011 02:37:41 +0000 (21:37 -0500)]
Use addRoutes() instead of manually creating routes in a loop

12 years agoUpdate ZF2 submodule
Evan Coury [Mon, 10 Oct 2011 21:59:06 +0000 (14:59 -0700)]
Update ZF2 submodule

12 years agoadded module config options for dependency and installation
Matt Cockayne [Mon, 10 Oct 2011 21:03:57 +0000 (22:03 +0100)]
added module config options for dependency and installation

12 years agoMore verbose import alias
Evan Coury [Mon, 10 Oct 2011 17:29:57 +0000 (10:29 -0700)]
More verbose import alias

- Zend\Di\Configuration as DiConfiguration; it may have been ambiguous with
Config also being an imported class.

12 years agoUpdate zf2 submoudle and Di configuration
Evan Coury [Mon, 10 Oct 2011 17:25:51 +0000 (10:25 -0700)]
Update zf2 submoudle and Di configuration

- Per updates to zf2 master, no need to explicitly disable annotations in the
runtime configuration for DI

12 years agoUpdate for new Zend\Di and Zend\Code stuff
Evan Coury [Fri, 7 Oct 2011 20:17:14 +0000 (13:17 -0700)]
Update for new Zend\Di and Zend\Code stuff

- Change ZF2 submodule to use git.zendframework.com to keep up to date better
- Change bootstrapping and Di config strategy slightly to account for Ralph's
Zend\Di and Zend\Code changes

12 years agoUpdate ZF2 submodule
Evan Coury [Thu, 6 Oct 2011 19:09:25 +0000 (12:09 -0700)]
Update ZF2 submodule

12 years agoUpdate ZF2 submoudle to latest master
Evan Coury [Wed, 5 Oct 2011 17:48:41 +0000 (10:48 -0700)]
Update ZF2 submoudle to latest master

12 years agoMore verybose name for module manager options in config and updated URL helper with...
Evan Coury [Sun, 2 Oct 2011 14:07:01 +0000 (07:07 -0700)]
More verybose name for module manager options in config and updated URL helper with Matthew's latest

12 years agoUpdate to use new view convenience API
Evan Coury [Sat, 1 Oct 2011 04:22:27 +0000 (21:22 -0700)]
Update to use new view convenience API

12 years agoAdd newline to README.md for markdown list
Evan Coury [Fri, 30 Sep 2011 14:54:27 +0000 (07:54 -0700)]
Add newline to README.md for markdown list

12 years agoUpdate readme with more information, clone instructions, and git submodule info
Evan Coury [Fri, 30 Sep 2011 14:47:16 +0000 (07:47 -0700)]
Update readme with more information, clone instructions, and git submodule info

12 years agoAdd .gitignore to ignore user-added modules
Evan Coury [Fri, 30 Sep 2011 14:13:49 +0000 (07:13 -0700)]
Add .gitignore to ignore user-added modules

The idea is that users and developers can have additional modules installed in
the modules directory for testing without them accidentally getting
added/committed to the skeleton project. This makes it so that to add a new
module to the repository under modules/, you'll need to explicitly add it to the
modules/.gitignore.

12 years agoSmall view tweaks, gitignore update, and error phtml path
Evan Coury [Fri, 30 Sep 2011 12:22:11 +0000 (05:22 -0700)]
Small view tweaks, gitignore update, and error phtml path

- error.phtml changed to error/index.phtml
- index view using »
- add data/cache/.gitignore for merged config caching default path

12 years agoInitial skeleton in place with ZF2 submodule pointed at current master
Evan Coury [Fri, 30 Sep 2011 03:18:37 +0000 (20:18 -0700)]
Initial skeleton in place with ZF2 submodule pointed at current master

12 years agoAdded README.md
Matthew Weier O'Phinney [Thu, 29 Sep 2011 21:13:37 +0000 (16:13 -0500)]
Added README.md