zf2.biz/galerie.git
2012-01-17 Rob AllenInject the PluginBroker into the ActionController so...
2012-01-13 Evan CouryMerge pull request #18 from Xerkus/master
2012-01-13 Aleksey 'Xerkus... Set doctype as HTML5
2012-01-12 Ryan MaugerMerge pull request #15 from Maxell/master
2012-01-12 Ryan MaugerMerge pull request #17 from Thinkscape/master
2012-01-11 ThinkscapeRename "views" and "layouts" to singular form.
2012-01-10 Romke van KraaijRemove unused variables
2012-01-08 Evan CouryUse getBaseUrl() instead of detectBaseUrl()
2012-01-08 Evan CouryUpdate ZF2 submodule
2011-12-22 Evan Courys/location/locator, and update $di variable in Applicat...
2011-12-22 Evan CouryMerge remote-tracking branch 'BostjanOb/patch-1' into...
2011-12-22 BostjanObBug in var naming.
2011-12-20 Evan CouryUpdate ZF2 submodule to release-2.0.0beta2
2011-12-20 Evan CouryAethetic improvements and marketing jargon
2011-12-19 Martin HujerRemove non-existing PageController
2011-12-18 Evan CouryUpdate ZF2 submodule to 9ae9a188
2011-12-18 Evan CouryUpdate view listener to pass vars to layout
2011-12-18 Evan CouryCheck for ZF2_PATH env var when including ZF2 Autoloade...
2011-12-10 Evan CouryMerge remote-tracking branch 'mhujer/error-page-improme...
2011-12-10 Martin HujerShow exception's message on error page
2011-12-10 Martin HujerClean headings outline
2011-12-10 Evan CouryMerge remote-tracking branch 'guilhermeblanco/patch-1'
2011-12-10 Guilherme Blanco404 render must be called AFTER layout. The current...
2011-12-09 Evan CouryOrganize lines in index.php a bit better
2011-12-09 Evan CouryUpdate for new module event stuff and update zf2 submodule
2011-12-09 Evan CouryRoutine update of ZF2 submodule
2011-12-07 Evan CouryRemove references to application environment.
2011-11-23 Marco PivettaStronger typing on error views to avoid E_FATAL and...
2011-11-23 Marco PivettaAdding setting for exceptions visibility in error views
2011-11-23 Marco PivettaMoving pages/404.phtml rendering (in case of 404 errors...
2011-11-22 Evan CouryRemove gitignore files
2011-11-22 Evan CouryFix .gitignore so ZF2 submodule works. Fixes issue #6
2011-11-22 Evan Courys/configs/config in Application module
2011-11-21 Evan CouryConvert to singular path names and move ZF2 submodule
2011-11-19 Ryan MaugerAdded headLink, headMeta, and headScript to layout...
2011-11-19 Evan CouryRemove unused bootstrap_class config value from Applica...
2011-11-18 Evan CouryUpdated ZF2 submodule to point to GitHub as new canonic...
2011-11-17 Evan CouryPass exception on render404() method of view listener
2011-11-17 Evan CouryUpdated ZF2 submodule to latest master, show exceptions...
2011-11-14 Evan CouryUpdated for new event-driven module manager
2011-11-12 Evan CouryUpdate ZF2 submodule
2011-11-11 Evan CouryAdd vendors/ directory for third-party modules
2011-11-08 Evan CouryRemove $env parameter from initAutoloader method
2011-11-08 Evan CouryUpdate classmap
2011-11-08 Evan CouryUpdated for ZF changeges
2011-11-08 Evan CouryUpdated ZF2 submodule and changed to segment route
2011-10-22 Evan CouryVarious clean up
2011-10-17 Evan CouryUpdate ZF2 submodule to release-2.0.0beta1 tag
2011-10-16 Rob Allenadd library to the include path, so we can put ZF2...
2011-10-15 Evan CouryUpdated ZF2 submodule
2011-10-14 Matthew Weier... Updated to use Zend\Mvc\Bootstrap
2011-10-14 Evan CouryUpdate ZF2 submodule
2011-10-14 Matthew Weier... Updates and cleanup
2011-10-13 Evan CouryRemove unnecessary class imports
2011-10-13 Evan CouryModule class getConfig() method does not need to be...
2011-10-13 Evan CouryUpdated zf2 submodule and module manager option key
2011-10-12 Matthew Weier... Use addRoutes() instead of manually creating routes...
2011-10-10 Evan CouryUpdate ZF2 submodule
2011-10-10 Matt Cockayneadded module config options for dependency and installation
2011-10-10 Evan CouryMore verbose import alias
2011-10-10 Evan CouryUpdate zf2 submoudle and Di configuration
2011-10-07 Evan CouryUpdate for new Zend\Di and Zend\Code stuff
2011-10-06 Evan CouryUpdate ZF2 submodule
2011-10-05 Evan CouryUpdate ZF2 submoudle to latest master
2011-10-02 Evan CouryMore verybose name for module manager options in config...
2011-10-01 Evan CouryUpdate to use new view convenience API
2011-09-30 Evan CouryAdd newline to README.md for markdown list
2011-09-30 Evan CouryUpdate readme with more information, clone instructions...
2011-09-30 Evan CouryAdd .gitignore to ignore user-added modules
2011-09-30 Evan CourySmall view tweaks, gitignore update, and error phtml...
2011-09-30 Evan CouryInitial skeleton in place with ZF2 submodule pointed...
2011-09-29 Matthew Weier... Added README.md