issues
search
europaphp
/
skeleton
A feather-weight, extremely-fast, diverse, scalable and productive PHP 5.4 View Controller framework.
17
stars
9
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
LH-511 Prevents modules from being invoked more than once
#124
aaronchilcott
closed
11 years ago
0
LH-511 Prevents modules from being invoked more than once
#123
aaronchilcott
closed
11 years ago
1
Defining multiple srcPaths for a module config, causes an exception to be thrown
#122
russholio
opened
11 years ago
0
Param tag typo fix
#121
aaronchilcott
closed
11 years ago
1
MS-126
#120
aaronchilcott
closed
11 years ago
0
Problem when dots are used in a URI part that does not contain a suffix, but it interprets anything after the last dot as the suffix.
#119
treshugart
closed
11 years ago
0
Corrected a couple of typos on the root readme.
#118
bc-luke
closed
11 years ago
2
Add ability to have a module mapping that will map a name to a path.
#117
treshugart
opened
11 years ago
0
Implement versioning object for semantic version comparison.
#116
treshugart
closed
11 years ago
0
Separate built-in modules into vendor/modulename format.
#115
treshugart
closed
11 years ago
0
After implementing #113 the PHP configuration adapters are no longer necessary.
#114
treshugart
closed
11 years ago
0
Configuration adapters must be able to be used on import and export.
#113
treshugart
closed
11 years ago
0
Convert configuration adapters to use strings instead of files.
#112
treshugart
closed
11 years ago
0
When importing a configuration, it should retain the unparsed values if a configuration object is being imported.
#111
treshugart
closed
11 years ago
0
Add ability to get raw config array from a configuration object.
#110
treshugart
closed
11 years ago
0
Modules are bootstrapped more than once if added as a dependency to another module.
#109
treshugart
closed
11 years ago
0
Need to catch parser errors when parsing config option values.
#108
treshugart
closed
11 years ago
0
When iterating over a config object, option values are not parsed.
#107
treshugart
closed
11 years ago
0
Multiple config files and multiple route files should be able to be specified.
#106
treshugart
closed
11 years ago
0
Module option in application instance should be normalised.
#105
treshugart
closed
11 years ago
1
Restrict modules being added to only items that are `callable`.
#104
treshugart
closed
11 years ago
0
Allow application instance to specify a default module configuration for all module configs to me merged with.
#103
treshugart
closed
11 years ago
1
Allow application instance to specify a default module configuration for all module configs to me merged with.
#102
treshugart
closed
11 years ago
1
Module specific configuration and its class configuration should be handled by the same configuration object.
#101
treshugart
closed
11 years ago
0
Add event hooks into module object.
#100
treshugart
opened
11 years ago
0
Namespace error in PHP config adapter.
#99
treshugart
closed
11 years ago
0
`Europa\Response\Http::setContentTypeFromView()` is never being reached.
#98
treshugart
closed
11 years ago
0
Module view paths should only be added to the locator if the exist.
#97
treshugart
closed
11 years ago
0
Closure not being referenced from the root namespace in `Europa\Reflection\FunctionReflector`.
#96
treshugart
closed
11 years ago
0
XML view expects an array and should be able to take anything that the Config component can use.
#95
treshugart
closed
11 years ago
0
Run tests contained in modules.
#94
treshugart
closed
11 years ago
0
removed the array constraint from the xml view constructor.
#93
oodgaard
closed
11 years ago
1
fixed setContentTypeFromView never being reached.
#92
oodgaard
closed
11 years ago
1
Syntactic updates in CallableReflector
#91
bc-luke
closed
11 years ago
1
`Europa\View\Php->render()` is called instead of `->__invoke()`.
#90
treshugart
closed
11 years ago
0
Europa\Request\Uri->getRequest() should not return URI suffix.
#89
treshugart
closed
11 years ago
0
Help command doesn't work just after installation.
#88
treshugart
closed
11 years ago
0
Implement YAML config parser.
#87
treshugart
closed
11 years ago
0
Pass application container instance into module bootstrappers.
#86
treshugart
closed
11 years ago
1
Create a config variable to specify the default module name.
#85
treshugart
closed
11 years ago
1
Add conventional way to auto-instantiate dependency objects in a controller using type-hinting.
#84
treshugart
closed
11 years ago
0
Create way to specify dependencies for a module which may not be other modules.
#83
treshugart
closed
11 years ago
1
Modules must be able to require other modules.
#82
treshugart
closed
11 years ago
0
Add module configuration to global app configuration.
#81
treshugart
closed
12 years ago
0
XML view output needs root element
#80
oodgaard
closed
11 years ago
0
Last parameter and suffix matching.
#79
russholio
closed
12 years ago
1
Please allow Url helper to find the port of the client accessing the page.
#78
oodgaard
closed
11 years ago
0
Implement adapters for Config component.
#77
treshugart
closed
12 years ago
0
Implement Lang component.
#76
treshugart
closed
12 years ago
0
Make routes invokable.
#75
treshugart
closed
12 years ago
0
Next