zf2.biz/application_blanche.git
11 years agoFurther clarified README.md with autoloader additions to Module.php
Kyle Spraggs [Tue, 22 May 2012 06:19:03 +0000 (01:19 -0500)]
Further clarified README.md with autoloader additions to Module.php

11 years agoUpdated README to keep ordering of index.php.
Kyle Spraggs [Tue, 22 May 2012 06:18:27 +0000 (01:18 -0500)]
Updated README to keep ordering of index.php.

11 years agoUpdated README to go over submodule option.
Kyle Spraggs [Tue, 22 May 2012 06:12:27 +0000 (01:12 -0500)]
Updated README to go over submodule option.
Added composer autoloading to Skeleton and updated Module.php to reflect.

11 years agoUpdated .gitignore files.
Kyle Spraggs [Mon, 21 May 2012 20:47:42 +0000 (15:47 -0500)]
Updated .gitignore files.
Updated composer.

11 years agoAdded README back to vendor/
Kyle Spraggs [Sun, 20 May 2012 20:12:18 +0000 (15:12 -0500)]
Added README back to vendor/

11 years agoUpdated composer.
Kyle Spraggs [Sun, 20 May 2012 20:10:09 +0000 (15:10 -0500)]
Updated composer.
Added an error to index when vendor/autoload.php could not be found.

11 years agoUpdated .gitignore.
Kyle Spraggs [Sun, 20 May 2012 20:04:28 +0000 (15:04 -0500)]
Updated .gitignore.

11 years agoUpdated composer.
Kyle Spraggs [Sun, 20 May 2012 20:03:18 +0000 (15:03 -0500)]
Updated composer.
Added vendor/ dir.

11 years agoMerge branch 'master' into feature/composer
Kyle Spraggs [Sun, 20 May 2012 20:01:14 +0000 (15:01 -0500)]
Merge branch 'master' into feature/composer

Conflicts:
vendor/ZendFramework

11 years agoMerge pull request #61 from EvanDotPro/hotfix/update-submodule
Dolf Schimmel [Sun, 20 May 2012 17:56:35 +0000 (10:56 -0700)]
Merge pull request #61 from EvanDotPro/hotfix/update-submodule

Update zf2 submodule

11 years agoUpdate zf2 submodule
Evan Coury [Sun, 20 May 2012 17:54:37 +0000 (10:54 -0700)]
Update zf2 submodule

11 years agoMerge remote-tracking branch 'akrabat/hotfix/default-route'
Evan Coury [Sat, 19 May 2012 18:03:26 +0000 (11:03 -0700)]
Merge remote-tracking branch 'akrabat/hotfix/default-route'

11 years agoMerge remote-tracking branch 'EvanDotPro/feature/configurable-glob-paths'
Rob Allen [Sat, 19 May 2012 17:58:36 +0000 (18:58 +0100)]
Merge remote-tracking branch 'EvanDotPro/feature/configurable-glob-paths'

11 years agoAdd config glob pattern to application.config.php
Evan Coury [Sat, 19 May 2012 17:46:43 +0000 (10:46 -0700)]
Add config glob pattern to application.config.php

11 years agoUpdate route configuration so that urls of the the form index/actionName actually...
Rob Allen [Sat, 19 May 2012 14:49:51 +0000 (15:49 +0100)]
Update route configuration so that urls of the the form index/actionName actually work.

11 years agoUpdate ZF2 submodule
Evan Coury [Sat, 19 May 2012 02:36:32 +0000 (19:36 -0700)]
Update ZF2 submodule

11 years agoadd *.local.php to config/autoload/.gitignore
Aleksey 'Xerkus' Khudyakov [Sat, 19 May 2012 00:45:08 +0000 (11:45 +1100)]
add *.local.php to config/autoload/.gitignore

11 years agoMerge remote-tracking branch 'weierophinney/feature/view-script-resoultion'
Evan Coury [Fri, 18 May 2012 22:16:56 +0000 (15:16 -0700)]
Merge remote-tracking branch 'weierophinney/feature/view-script-resoultion'

11 years ago[zendframework/zf2#1293] Move view template down a directory
Matthew Weier O'Phinney [Fri, 18 May 2012 20:30:46 +0000 (15:30 -0500)]
[zendframework/zf2#1293] Move view template down a directory

- View scripts for controller actions should resolve based on the module
  namespace

11 years agoUpdated composer files.
Kyle Spraggs [Fri, 18 May 2012 18:19:38 +0000 (13:19 -0500)]
Updated composer files.

11 years agoRemoving merge files of index.php that snuck in.
Kyle Spraggs [Fri, 18 May 2012 18:17:15 +0000 (13:17 -0500)]
Removing merge files of index.php that snuck in.

11 years agoMerge branch 'master' into feature/composer
Kyle Spraggs [Fri, 18 May 2012 18:07:27 +0000 (13:07 -0500)]
Merge branch 'master' into feature/composer

Conflicts:
public/index.php
vendor/ZendFramework

12 years agoAdded composer.lock to git.
Kyle Spraggs [Fri, 18 May 2012 14:26:34 +0000 (09:26 -0500)]
Added composer.lock to git.
Added vendor/ to .gitignore, this directory is created by composer.
Modified index.php to skip the autoloader factory.

12 years agoPoint ZF2 submodule path back to canonical.
Evan Coury [Thu, 17 May 2012 21:09:01 +0000 (14:09 -0700)]
Point ZF2 submodule path back to canonical.

12 years agoMerge remote-tracking branch 'weierophinney/feature/mvc-servicemanager-refactor'
Evan Coury [Thu, 17 May 2012 21:06:23 +0000 (14:06 -0700)]
Merge remote-tracking branch 'weierophinney/feature/mvc-servicemanager-refactor'

Conflicts:
vendor/ZendFramework

12 years agoAdded vendor/.gitignore to ignore composer install files.
Kyle Spraggs [Thu, 17 May 2012 15:55:45 +0000 (10:55 -0500)]
Added vendor/.gitignore to ignore composer install files.
Removed the composer.phar download line from README as this file is now shipped directly.

12 years agoInitial composer commit.
Kyle Spraggs [Thu, 17 May 2012 15:53:57 +0000 (10:53 -0500)]
Initial composer commit.

12 years ago[zen-33] Removed interfaces from Module
Matthew Weier O'Phinney [Wed, 16 May 2012 16:45:29 +0000 (11:45 -0500)]
[zen-33] Removed interfaces from Module

- Interfaces no longer need to be implemented; duck-typing is allowed

12 years ago[zen-33] Updated to new controller scoped container
Matthew Weier O'Phinney [Tue, 15 May 2012 21:45:52 +0000 (16:45 -0500)]
[zen-33] Updated to new controller scoped container

- Minor change in configuration

12 years ago[zen-33] Update to add doctype configuration
Matthew Weier O'Phinney [Tue, 15 May 2012 18:36:02 +0000 (13:36 -0500)]
[zen-33] Update to add doctype configuration

12 years ago[zen-33] Remove unused configuration
Matthew Weier O'Phinney [Tue, 15 May 2012 17:24:12 +0000 (12:24 -0500)]
[zen-33] Remove unused configuration

12 years ago[zen-33] Updated config globbing
Matthew Weier O'Phinney [Tue, 15 May 2012 17:20:17 +0000 (12:20 -0500)]
[zen-33] Updated config globbing

- Removed ".config" segment from application configuration

12 years agoUpdate ZF2 submodule to latest master
Evan Coury [Tue, 15 May 2012 16:25:31 +0000 (09:25 -0700)]
Update ZF2 submodule to latest master

12 years agoUpdated to latest on weierophinney/feature/mvc-sm-viewmanager
Matthew Weier O'Phinney [Mon, 14 May 2012 22:24:39 +0000 (17:24 -0500)]
Updated to latest on weierophinney/feature/mvc-sm-viewmanager

12 years agoCleanup in preparation for PR
Matthew Weier O'Phinney [Mon, 14 May 2012 17:31:13 +0000 (12:31 -0500)]
Cleanup in preparation for PR

- Updated vendor/ZendFramework to a6f4d09 of
  weierophinney/feature/mvc-sm-viewmanager
- Updated configuration to introduce "router" as base key for router
  configuration
- Removed unnecessary artifacts from Application\Module

12 years agoInitial wiring of ServiceManager over DI for MVC
Ralph Schindler [Thu, 10 May 2012 19:05:42 +0000 (14:05 -0500)]
Initial wiring of ServiceManager over DI for MVC

12 years agoMerge remote-tracking branch 'EvanDotPro/hotfix/zf2-api-updates'
Rob Allen [Tue, 8 May 2012 18:32:17 +0000 (19:32 +0100)]
Merge remote-tracking branch 'EvanDotPro/hotfix/zf2-api-updates'

12 years agoUpdate ZF2 submodule
Evan Coury [Mon, 7 May 2012 20:51:12 +0000 (13:51 -0700)]
Update ZF2 submodule

12 years agoUpdates for ZF2 master changes
Evan Coury [Mon, 7 May 2012 20:43:50 +0000 (13:43 -0700)]
Updates for ZF2 master changes

12 years agoMerge remote-tracking branch 'weierophinney/hotfix/event-manager-shared'
Evan Coury [Mon, 23 Apr 2012 20:17:22 +0000 (13:17 -0700)]
Merge remote-tracking branch 'weierophinney/hotfix/event-manager-shared'

12 years agoUpdated ZF2 submodule to latest master (bd991a93)
Matthew Weier O'Phinney [Mon, 23 Apr 2012 20:15:14 +0000 (15:15 -0500)]
Updated ZF2 submodule to latest master (bd991a93)

12 years agoFixes to enable and enforce SharedEventManager instance
Matthew Weier O'Phinney [Mon, 23 Apr 2012 19:40:13 +0000 (14:40 -0500)]
Fixes to enable and enforce SharedEventManager instance

- Instead of using StaticEventManager, pull shared collection for event manager
  in module manager
- Instantiate and injected SharedEventManager in index.php (we can refine and
  abstract this later)

12 years agoMerge pull request #47 from Freeaqingme/gitignore
Evan Coury [Tue, 3 Apr 2012 17:55:44 +0000 (10:55 -0700)]
Merge pull request #47 from Freeaqingme/gitignore

Adding .gitignore

12 years agoMerge pull request #48 from Freeaqingme/externalLinks
Evan Coury [Tue, 3 Apr 2012 17:26:09 +0000 (10:26 -0700)]
Merge pull request #48 from Freeaqingme/externalLinks

Opening external links in new tabs/windows

12 years agoUpdate glob() for autoload config files
Evan Coury [Fri, 30 Mar 2012 17:17:24 +0000 (10:17 -0700)]
Update glob() for autoload config files

Per a discussion on IRC with @weierophinney:

- requiring ".config" in the filenames is redundant as they live under the
config/ tree
- "local" and "global" should be optional

This leaves us with simply config/autoload/*.php.

12 years agoAdding .gitignore
Dolf Schimmel (Freeaqingme) [Sat, 24 Mar 2012 16:30:19 +0000 (17:30 +0100)]
Adding .gitignore

12 years agoOpening external links in new tabs/windows
Dolf Schimmel (Freeaqingme) [Sat, 24 Mar 2012 16:29:35 +0000 (17:29 +0100)]
Opening external links in new tabs/windows

12 years agoAdd optional config filename prefix
Evan Coury [Thu, 8 Mar 2012 00:34:38 +0000 (17:34 -0700)]
Add optional config filename prefix

12 years agoReverting to config globbing practice decided in meeting
Evan Coury [Wed, 7 Mar 2012 22:07:40 +0000 (15:07 -0700)]
Reverting to config globbing practice decided in meeting

See http://framework.zend.com/wiki/display/ZFDEV2/2011-12-07+Meeting+Log

12 years agoMerge remote-tracking branch 'Xerkus/hotfix/glob-path'
Evan Coury [Wed, 7 Mar 2012 09:32:53 +0000 (02:32 -0700)]
Merge remote-tracking branch 'Xerkus/hotfix/glob-path'

12 years agoadded glob path for modules dropin configs, added pattern for gitignored local.config.php
Aleksey 'Xerkus' Khudyakov [Wed, 7 Mar 2012 08:37:10 +0000 (19:37 +1100)]
added glob path for modules dropin configs, added pattern for gitignored local.config.php
so it will always load regardless of env settings.

12 years agoMerge remote-tracking branch 'ocramius/move-view-helpers-setup-to-module-config'
Evan Coury [Wed, 7 Mar 2012 07:45:14 +0000 (00:45 -0700)]
Merge remote-tracking branch 'ocramius/move-view-helpers-setup-to-module-config'

12 years agoAdd viewport meta tag for smart phone scaling
Evan Coury [Wed, 7 Mar 2012 07:34:48 +0000 (00:34 -0700)]
Add viewport meta tag for smart phone scaling

This somehow got removed.

12 years agoMerge pull request #39 from gabriel403/master
Evan Coury [Tue, 6 Mar 2012 13:43:14 +0000 (05:43 -0800)]
Merge pull request #39 from gabriel403/master

Added env check and changed glob line

12 years agoRemoving Zend\Mvc\Router\RouteStack instance definition (already defined in Zend...
Marco Pivetta [Sun, 4 Mar 2012 14:18:12 +0000 (15:18 +0100)]
Removing Zend\Mvc\Router\RouteStack instance definition (already defined in Zend\Mvc\Bootstrap

12 years agoChanged the env variable to match the files in config/autoload/ and to facilitate...
Gabriel Baker [Sat, 3 Mar 2012 18:27:33 +0000 (18:27 +0000)]
Changed the env variable to match the files in config/autoload/ and to facilitate local changes pulled in by index.php glob config

12 years agoFixed messed up glob config line
Gabriel Baker [Sat, 3 Mar 2012 11:07:21 +0000 (11:07 +0000)]
Fixed messed up glob config line

12 years agoUpdate public/index.php
Gabriel Baker [Fri, 2 Mar 2012 23:31:42 +0000 (23:31 +0000)]
Update public/index.php

12 years agoIntroduced the environment check for application_env
Gabriel Baker [Fri, 2 Mar 2012 22:41:39 +0000 (22:41 +0000)]
Introduced the environment check for application_env
and changed the glob line for config files

12 years agoMoving Url and Doctype view helpers setup to module configuration. Also, adding vario...
Marco Pivetta [Fri, 2 Mar 2012 22:31:16 +0000 (23:31 +0100)]
Moving Url and Doctype view helpers setup to module configuration. Also, adding various comments on the configuration to make it more explicit as it importance increases

12 years agoMerge pull request #37 from gabriel403/master
Evan Coury [Fri, 2 Mar 2012 21:33:02 +0000 (13:33 -0800)]
Merge pull request #37 from gabriel403/master

Removed error controller

12 years agoremoved error controller bits
Gabriel Baker [Fri, 2 Mar 2012 21:21:24 +0000 (21:21 +0000)]
removed error controller bits

12 years agoUpdate zf2 submodule for beta3
Evan Coury [Fri, 2 Mar 2012 20:10:48 +0000 (13:10 -0700)]
Update zf2 submodule for beta3

12 years agoMerge remote-tracking branch 'ocramius/better-exception-information'
Evan Coury [Fri, 2 Mar 2012 20:05:20 +0000 (13:05 -0700)]
Merge remote-tracking branch 'ocramius/better-exception-information'

12 years agoBetter overview on previous exceptions and more exception details (file name, line...
Marco Pivetta [Wed, 29 Feb 2012 22:33:06 +0000 (23:33 +0100)]
Better overview on previous exceptions and more exception details (file name, line number, exception type)

12 years agoRemoved obsolete lines.
Michiel Staessen [Wed, 29 Feb 2012 17:20:54 +0000 (18:20 +0100)]
Removed obsolete lines.

12 years agoUpdate ZF2 submodule to latest master
Evan Coury [Wed, 29 Feb 2012 14:43:57 +0000 (07:43 -0700)]
Update ZF2 submodule to latest master

12 years agoRemove date('Y') call in layout
Evan Coury [Wed, 29 Feb 2012 14:36:47 +0000 (07:36 -0700)]
Remove date('Y') call in layout

Replaced with static year. For some reason the date() function in PHP is
shockingly slow (3+ms on an i5) which is like 8% of the runtime in an optimized
benchmark.

12 years agoRemove usage of raw() view helper in layout
Evan Coury [Wed, 29 Feb 2012 14:32:26 +0000 (07:32 -0700)]
Remove usage of raw() view helper in layout

12 years agoMerge remote-tracking branch 'weierophinney/feature/view-layer'
Evan Coury [Wed, 29 Feb 2012 14:31:33 +0000 (07:31 -0700)]
Merge remote-tracking branch 'weierophinney/feature/view-layer'

12 years agoUpdates to 404 handling
Matthew Weier O'Phinney [Tue, 28 Feb 2012 18:06:10 +0000 (12:06 -0600)]
Updates to 404 handling

- Updated configuration settings
- Updated 404 handler to display controller and exception, if present
- Do not merge until all outstanding view layer PRs are merged on ZF2
  master

12 years agoUpdated to latest view-layer changes
Matthew Weier O'Phinney [Tue, 28 Feb 2012 06:32:30 +0000 (00:32 -0600)]
Updated to latest view-layer changes

- Added configuration for TemplateMapResolver
- Added configuration for displayNotFoundReason
- Updated error/404 template to display the 404 reason, if enabled.
- Please merge only after https://github.com/zendframework/zf2/pull/851

12 years agoAdd viewport meta tag for smart phone scaling
Evan Coury [Sat, 25 Feb 2012 12:55:56 +0000 (05:55 -0700)]
Add viewport meta tag for smart phone scaling

12 years agoUpdate ZF2 submodule to canonical repo
Evan Coury [Wed, 22 Feb 2012 19:46:48 +0000 (12:46 -0700)]
Update ZF2 submodule to canonical repo

12 years agoMerge remote-tracking branch 'weierophinney/feature/view-layer'
Evan Coury [Wed, 22 Feb 2012 19:45:03 +0000 (12:45 -0700)]
Merge remote-tracking branch 'weierophinney/feature/view-layer'

12 years agoUpdated vendor/ZendFramework
Matthew Weier O'Phinney [Wed, 22 Feb 2012 16:45:50 +0000 (10:45 -0600)]
Updated vendor/ZendFramework

- Updated to rev ab750ae of weierophinney/feature/view-layer

12 years agoUpdated vendor/ZendFramework
Matthew Weier O'Phinney [Tue, 21 Feb 2012 21:06:40 +0000 (15:06 -0600)]
Updated vendor/ZendFramework

- Updated to rev 332d169 of weierophinney/feature/view-layer

12 years agoUpdated vendor/ZendFramework
Matthew Weier O'Phinney [Tue, 21 Feb 2012 20:13:58 +0000 (14:13 -0600)]
Updated vendor/ZendFramework

- Updated to rev 80d3f32 of weierophinney/feature/view-layer

12 years agoUpdated vendor/ZendFramework
Matthew Weier O'Phinney [Tue, 21 Feb 2012 19:29:31 +0000 (13:29 -0600)]
Updated vendor/ZendFramework

- Updated to rev ef1e8b1 of weierophinney/feature/view-layer

12 years agoMoved the RouteStack di class definition into the module config.
David Hazel [Fri, 17 Feb 2012 15:51:27 +0000 (07:51 -0800)]
Moved the RouteStack di class definition into the module config.

The definition originally was in Mvc\Bootstrap::setLocator.

It would be better to leave the definition in Bootstrap, and simply set
a "preference" value in the config, but the definition *appears* to
override the preference settings.

12 years agoUpdated vendor/ZendFramework
Matthew Weier O'Phinney [Tue, 21 Feb 2012 18:32:11 +0000 (12:32 -0600)]
Updated vendor/ZendFramework

- Updated to rev 30a545b of weierophinney/feature/view-layer

12 years agoUpdated vendor/ZendFramework
Matthew Weier O'Phinney [Tue, 21 Feb 2012 16:58:20 +0000 (10:58 -0600)]
Updated vendor/ZendFramework

- Updated to rev 1087833 of weierophinney/feature/view-layer

12 years agoUpdated vendor/ZendFramework
Matthew Weier O'Phinney [Tue, 21 Feb 2012 14:59:03 +0000 (08:59 -0600)]
Updated vendor/ZendFramework

- Updated to rev f1a3ddf of weierophinney/feature/view-layer

12 years agoUpdated vendor/ZendFramework
Matthew Weier O'Phinney [Tue, 21 Feb 2012 14:55:57 +0000 (08:55 -0600)]
Updated vendor/ZendFramework

- Updated to rev 3baed8c of weierophinney/feature/view-layer

12 years agoUpdated vendor/ZendFramework
Matthew Weier O'Phinney [Tue, 21 Feb 2012 04:29:09 +0000 (22:29 -0600)]
Updated vendor/ZendFramework

- Updated to rev da0ff71 of weierophinney/feature/view-layer

12 years agoUpdated vendor/ZendFramework
Matthew Weier O'Phinney [Tue, 21 Feb 2012 03:46:58 +0000 (21:46 -0600)]
Updated vendor/ZendFramework

- Updated to rev e23c369 of weierophinney/feature/view-layer

12 years agoUpdated vendor/ZendFramework
Matthew Weier O'Phinney [Fri, 17 Feb 2012 18:38:16 +0000 (12:38 -0600)]
Updated vendor/ZendFramework

- Updated to rev 84eea97 of weierophinney/feature/view-layer

12 years agoUpdated vendor/ZendFramework
Matthew Weier O'Phinney [Thu, 16 Feb 2012 22:33:49 +0000 (16:33 -0600)]
Updated vendor/ZendFramework

- Updated to rev 77430c4 of weierophinney/feature/view-layer

12 years agoMerge pull request #30 from RWOverdijk/hotfix/ZF2-166
Evan Coury [Thu, 16 Feb 2012 22:27:40 +0000 (14:27 -0800)]
Merge pull request #30 from RWOverdijk/hotfix/ZF2-166

Removed redundant argument being passed

12 years agoRemoved redundant argument being passed
Roberto Wesley Overdijk [Thu, 16 Feb 2012 19:30:52 +0000 (20:30 +0100)]
Removed redundant argument being passed

12 years agoUpdated vendor/ZendFramework
Matthew Weier O'Phinney [Wed, 15 Feb 2012 17:10:58 +0000 (11:10 -0600)]
Updated vendor/ZendFramework

- Updated to rev df03479 of weierophinney/feature/view-layer

12 years agoUpdated vendor/ZendFramework
Matthew Weier O'Phinney [Wed, 15 Feb 2012 14:43:05 +0000 (08:43 -0600)]
Updated vendor/ZendFramework

- Updated to rev ff26301 of weierophinney/feature/view-layer

12 years ago[#1] Added AggregateResolver
Matthew Weier O'Phinney [Tue, 14 Feb 2012 22:55:35 +0000 (16:55 -0600)]
[#1] Added AggregateResolver

- Updated ZF2 to rev db6a6e3
- Modified configuration to use AggregateResolver

12 years agoUpdated vendor/ZendFramework
Matthew Weier O'Phinney [Tue, 14 Feb 2012 21:39:46 +0000 (15:39 -0600)]
Updated vendor/ZendFramework

- Updated to rev 878cb78

12 years agoUpdated vendor/ZendFramework
Matthew Weier O'Phinney [Tue, 14 Feb 2012 21:17:39 +0000 (15:17 -0600)]
Updated vendor/ZendFramework

- Updated to rev 34bc3d739

12 years agoUpdated vendor/ZendFramework
Matthew Weier O'Phinney [Tue, 14 Feb 2012 20:13:15 +0000 (14:13 -0600)]
Updated vendor/ZendFramework

- Updated to include ability to cast assoc arrays to ViewModels

12 years agoUpdated feature/view-layer
Matthew Weier O'Phinney [Tue, 14 Feb 2012 19:22:49 +0000 (13:22 -0600)]
Updated feature/view-layer

- Includes fix for routing failures

12 years agoFixes for helper loader/broker configuration
Matthew Weier O'Phinney [Tue, 14 Feb 2012 17:15:14 +0000 (11:15 -0600)]
Fixes for helper loader/broker configuration

- Removed unneeded aliases
- Removed obsolete classmap entries
- Updated ZF2 library to latest feature/view-layer

12 years agoUpdated ZF feature/view-layer branch
Matthew Weier O'Phinney [Tue, 14 Feb 2012 04:31:56 +0000 (22:31 -0600)]
Updated ZF feature/view-layer branch

- Branch contained fixes for exception/no route (404) reporting

12 years agoUpdated configuration to follow view-layer
Matthew Weier O'Phinney [Tue, 14 Feb 2012 04:29:34 +0000 (22:29 -0600)]
Updated configuration to follow view-layer

- names of templates should not include file suffix
- corrected parameter names for exception, no route strategies