zf2.biz/galerie.git
11 years agoMerge remote-tracking branch 'weierophinney/hotfix/beta5-escaper'
Rob Allen [Thu, 5 Jul 2012 21:35:21 +0000 (22:35 +0100)]
Merge remote-tracking branch 'weierophinney/hotfix/beta5-escaper'

11 years ago[zen-72] Update to use escapeHtml helper
Matthew Weier O'Phinney [Thu, 5 Jul 2012 21:30:49 +0000 (16:30 -0500)]
[zen-72] Update to use escapeHtml helper

- s/escape/escapeHtml/ in the 404 view

11 years agoUpdate ZF2 commit
Evan Coury [Thu, 5 Jul 2012 16:08:16 +0000 (09:08 -0700)]
Update ZF2 commit

11 years agoMerge branch 'feature/bootstrap-redux' of https://github.com/EvanDotPro/ZendSkeletonA...
Matthew Weier O'Phinney [Thu, 5 Jul 2012 15:27:57 +0000 (10:27 -0500)]
Merge branch 'feature/bootstrap-redux' of https://github.com/EvanDotPro/ZendSkeletonApplication into feature/beta5-readiness

11 years agoAdd jquery to layout by default
Evan Coury [Thu, 5 Jul 2012 00:45:21 +0000 (17:45 -0700)]
Add jquery to layout by default

I'm not 100% sold on shipping this with the skeleton, as it's one more
thing people have to remove if they're not using it. However, it's
required to make the responsive layout work properly and having it
included makes ZendDeveloperTools work with the skeleton out of the box,
which is a plus.

11 years agoUpdate ZF2 commit
Evan Coury [Wed, 4 Jul 2012 12:18:52 +0000 (05:18 -0700)]
Update ZF2 commit

11 years agoClean up layout and configs
Evan Coury [Tue, 3 Jul 2012 22:39:28 +0000 (15:39 -0700)]
Clean up layout and configs

- Layout helpers used inline instead of in code block at the top of the
  layout.
- Removed unnecessary config keys

11 years agoClean up index.php significantly
Evan Coury [Tue, 3 Jul 2012 22:12:38 +0000 (15:12 -0700)]
Clean up index.php significantly

11 years agoUpdate ZF2 commit for BC break
Evan Coury [Mon, 2 Jul 2012 17:55:37 +0000 (10:55 -0700)]
Update ZF2 commit for BC break

Skeleton was updated for bc break (['controller']['classes'] changed to
['controllers']['invokables']) but the ZF2 commit was not updated to reflect the
change.

11 years agoMerge remote-tracking branch 'weierophinney/feature/routing'
Rob Allen [Mon, 2 Jul 2012 13:46:31 +0000 (14:46 +0100)]
Merge remote-tracking branch 'weierophinney/feature/routing'

11 years agoThe SM name for the controller cannot include the Controller postfix if you want...
Rob Allen [Mon, 2 Jul 2012 12:31:45 +0000 (13:31 +0100)]
The SM name for the controller cannot include the Controller postfix if you want to use the ModuleRouteListener as the url segment for :controller won't have the word Controller in it.

11 years agoRegister ModuleRouteListener
Rob Allen [Mon, 2 Jul 2012 12:27:39 +0000 (13:27 +0100)]
Register ModuleRouteListener

11 years agoUpdate to match changes in PR 1695
Rob Allen [Mon, 2 Jul 2012 12:27:05 +0000 (13:27 +0100)]
Update to match changes in PR 1695

11 years ago[zen-24] Added application module default route
Matthew Weier O'Phinney [Mon, 2 Jul 2012 11:50:01 +0000 (06:50 -0500)]
[zen-24] Added application module default route

- per Akrabat

11 years ago[zen-24] Removed the default route
Matthew Weier O'Phinney [Mon, 2 Jul 2012 11:35:25 +0000 (06:35 -0500)]
[zen-24] Removed the default route

- Removed the default route, as it is not recommended.
- See https://github.com/zendframework/ZendSkeletonModule/pull/3 for how
  a module-specific default route can be created.

11 years agoUpdate ZF2 commit
Evan Coury [Sun, 1 Jul 2012 08:50:33 +0000 (01:50 -0700)]
Update ZF2 commit

11 years agoMerge remote-tracking branch 'coss/hotfix/abstract-controller'
Rob Allen [Sat, 30 Jun 2012 19:34:57 +0000 (20:34 +0100)]
Merge remote-tracking branch 'coss/hotfix/abstract-controller'

11 years agoFixed ActionController name.
Eric [Sat, 30 Jun 2012 19:28:04 +0000 (21:28 +0200)]
Fixed ActionController name.

11 years agoMerge pull request #77 from SpiffyJr/pr/update-zf2
Evan Coury [Fri, 29 Jun 2012 23:22:12 +0000 (16:22 -0700)]
Merge pull request #77 from SpiffyJr/pr/update-zf2

Updated composer.json to latest master.

11 years agoUpdated composer.
Kyle Spraggs [Fri, 29 Jun 2012 23:03:36 +0000 (18:03 -0500)]
Updated composer.
Updated zf2 master (composer and submodule).

11 years agoUpdated composer.json to latest master.
Kyle Spraggs [Fri, 29 Jun 2012 22:48:24 +0000 (17:48 -0500)]
Updated composer.json to latest master.
Updated ZF2 submodule to latest master.

11 years agoMerge pull request #75 from coss/fix/copyright-year
Evan Coury [Thu, 28 Jun 2012 05:41:08 +0000 (22:41 -0700)]
Merge pull request #75 from coss/fix/copyright-year

Fixed copyright year in footer.

11 years agoFixed copyright year in footer.
Eric [Wed, 27 Jun 2012 15:55:31 +0000 (17:55 +0200)]
Fixed copyright year in footer.

11 years agoMerge pull request #74 from ZeinEddin/master
Evan Coury [Tue, 26 Jun 2012 22:38:30 +0000 (15:38 -0700)]
Merge pull request #74 from ZeinEddin/master

Add missing "echo"

11 years agoadd missing "echo" to display the controller name
Mohammad A. ZeinEddin [Mon, 25 Jun 2012 08:51:05 +0000 (11:51 +0300)]
add missing "echo" to display the controller name

11 years agoMerge pull request #73 from akrabat/hotfix/standardautoloader
Dolf Schimmel [Wed, 20 Jun 2012 18:51:46 +0000 (11:51 -0700)]
Merge pull request #73 from akrabat/hotfix/standardautoloader

Ensure we register the Zend namespace for the StandardAutoloader

11 years agoensure we register the Zend namespace for the StandardAutoloader
Rob Allen [Wed, 20 Jun 2012 18:40:19 +0000 (19:40 +0100)]
ensure we register the Zend namespace for the StandardAutoloader

11 years agoMerge pull request #72 from akrabat/hotfix/404-html
Evan Coury [Fri, 15 Jun 2012 19:15:35 +0000 (12:15 -0700)]
Merge pull request #72 from akrabat/hotfix/404-html

Add closing dl

11 years agoAdd closing dl
Rob Allen [Fri, 15 Jun 2012 19:13:47 +0000 (20:13 +0100)]
Add closing dl

11 years agoMerge remote-tracking branch 'EvanDotPro/feature/composer-optional'
Rob Allen [Thu, 14 Jun 2012 14:48:54 +0000 (15:48 +0100)]
Merge remote-tracking branch 'EvanDotPro/feature/composer-optional'

11 years agoRemove Application namespace psr0 autoloader from composer.json
Evan Coury [Thu, 14 Jun 2012 09:02:12 +0000 (02:02 -0700)]
Remove Application namespace psr0 autoloader from composer.json

11 years agoUpdate index.php and Application\Module to make composer use optional
Evan Coury [Wed, 13 Jun 2012 22:42:12 +0000 (15:42 -0700)]
Update index.php and Application\Module to make composer use optional

- index.php now supports ZF2_PATH env var or git submodule
- re-add the git submodule to make non-composer install easier
- update the readme
- use include instead of include_once, see:
http://robert.accettura.com/blog/2011/06/11/phps-include_once-is-insanely-expensive/

If you are not using composer, you no longer have to make changes to the default
skeleton.

11 years agoMerge pull request #70 from EvanDotPro/feature/zf2-path-env
Dolf Schimmel [Wed, 13 Jun 2012 16:46:12 +0000 (09:46 -0700)]
Merge pull request #70 from EvanDotPro/feature/zf2-path-env

Add conditional check for allowing ZF2_PATH env variable to be used

11 years agoAdd conditional check for allowing ZF2_PATH env variable to be used
Evan Coury [Wed, 13 Jun 2012 16:43:51 +0000 (09:43 -0700)]
Add conditional check for allowing ZF2_PATH env variable to be used

11 years agoMerge pull request #69 from janpieper/patch-1
Evan Coury [Wed, 13 Jun 2012 12:44:44 +0000 (05:44 -0700)]
Merge pull request #69 from janpieper/patch-1

wrong view file mapping

11 years agoUpdate composer commit pointer for zf2
Evan Coury [Mon, 11 Jun 2012 15:04:49 +0000 (08:04 -0700)]
Update composer commit pointer for zf2

11 years ago[zendframework/ZendSkeletonApplication#67] fixed path to index.phtml (was introduced...
Jan Pieper [Fri, 8 Jun 2012 13:20:22 +0000 (16:20 +0300)]
[zendframework/ZendSkeletonApplication#67] fixed path to index.phtml (was introduced by: 87bd76e8)

11 years agoMerge pull request #68 from BostjanOb/master
Rob Allen [Sat, 2 Jun 2012 12:35:22 +0000 (05:35 -0700)]
Merge pull request #68 from BostjanOb/master

Fix conditional inlcude of HTML5 shiv

11 years agoconditional include of html5 shim
Bostjan Oblak [Sat, 2 Jun 2012 12:31:15 +0000 (14:31 +0200)]
conditional include of html5 shim

11 years agoMerge pull request #65 from Ocramius/hotfix/index-stat-call
Evan Coury [Wed, 23 May 2012 21:11:24 +0000 (14:11 -0700)]
Merge pull request #65 from Ocramius/hotfix/index-stat-call

Removing unused stat call and reducing complexity of index.php

11 years agoRemoving unused stat call and reducing complexity of index.php
Marco Pivetta [Wed, 23 May 2012 21:03:24 +0000 (23:03 +0200)]
Removing unused stat call and reducing complexity of index.php

11 years agoMerge pull request #64 from EvanDotPro/hotfix/composer-fixes
Rob Allen [Wed, 23 May 2012 20:05:28 +0000 (13:05 -0700)]
Merge pull request #64 from EvanDotPro/hotfix/composer-fixes

Hotfix/composer fixes

11 years agoUpdate readme to not include classmap autoloader registration.
Evan Coury [Wed, 23 May 2012 18:51:27 +0000 (11:51 -0700)]
Update readme to not include classmap autoloader registration.

Since we no longer include the classmap file.

11 years agoRemove composer.lock from .gitignore
Evan Coury [Wed, 23 May 2012 16:59:07 +0000 (09:59 -0700)]
Remove composer.lock from .gitignore

Per @ocramius, composer.lock is useful for deployment. We don't need it included
with the skeleton since it is generated on the first install, however we likely
do not want it to be ignored from version control, since it carries the tested
versions of the dependencies from development to production in the deployment
process.

11 years agoUpdate composer.json with latest ZF2 commit for array notice fix
Evan Coury [Wed, 23 May 2012 16:26:18 +0000 (09:26 -0700)]
Update composer.json with latest ZF2 commit for array notice fix

11 years agoRemove and gitignore composer.lock file
Evan Coury [Wed, 23 May 2012 16:25:22 +0000 (09:25 -0700)]
Remove and gitignore composer.lock file

12 years agoUpdate composer.json ZF2 reference to beta4 commit
Evan Coury [Tue, 22 May 2012 21:19:30 +0000 (14:19 -0700)]
Update composer.json ZF2 reference to beta4 commit

12 years agoRemove *local.config.php from gitignore
Evan Coury [Tue, 22 May 2012 21:11:06 +0000 (14:11 -0700)]
Remove *local.config.php from gitignore

12 years agoMerge pull request #57 from Xerkus/master
Evan Coury [Tue, 22 May 2012 21:10:17 +0000 (14:10 -0700)]
Merge pull request #57 from Xerkus/master

Added config/autoload/*local.php to gitignore

12 years agoMerge pull request #63 from SpiffyJr/feature/remove-autoload-files
Evan Coury [Tue, 22 May 2012 21:09:52 +0000 (14:09 -0700)]
Merge pull request #63 from SpiffyJr/feature/remove-autoload-files

Remove autoload files that are no longer needed.

12 years agoRemoved unnecessary key from template_path_stack.
Kyle Spraggs [Tue, 22 May 2012 21:00:59 +0000 (16:00 -0500)]
Removed unnecessary key from template_path_stack.

12 years agoRemove autoload files that are no longer needed.
Kyle Spraggs [Tue, 22 May 2012 20:58:24 +0000 (15:58 -0500)]
Remove autoload files that are no longer needed.

12 years agoMerge remote-tracking branch 'SpiffyJr/feature/composer'
Rob Allen [Tue, 22 May 2012 06:29:56 +0000 (07:29 +0100)]
Merge remote-tracking branch 'SpiffyJr/feature/composer'

12 years agoUpdated composer lock file.
Kyle Spraggs [Tue, 22 May 2012 06:21:19 +0000 (01:21 -0500)]
Updated composer lock file.

12 years agoUpdated README to add a Virtual Host section to installation.
Kyle Spraggs [Tue, 22 May 2012 06:19:43 +0000 (01:19 -0500)]
Updated README to add a Virtual Host section to installation.

12 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

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

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

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

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

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

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

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

12 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

12 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

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

12 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'

12 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'

12 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

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

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

12 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

12 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'

12 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

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

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

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