Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

Application Layer Rework Phase 1: JWeb & JWebConfig #378

Merged
merged 91 commits into from Sep 23, 2011
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
91 commits
Select commit Hold shift + click to select a range
d7ac17f
Initial commit of JWeb prototype.
LouisLandry Sep 10, 2011
1d829fb
Merge branch 'master' of github.com:joomla/joomla-platform into web
LouisLandry Sep 15, 2011
2bba3b5
More work on JWeb.
LouisLandry Sep 15, 2011
be3eee0
Merge branch 'master' of github.com:joomla/joomla-platform into web
LouisLandry Sep 16, 2011
b733459
Some additional changes to the JWeb class.
LouisLandry Sep 16, 2011
1c683a8
Adding some dependency injection to the JWeb constructor.
LouisLandry Sep 16, 2011
fd97fa3
Fix bug in JWeb where dispatcher is not defined.
eddieajau Sep 16, 2011
d0831b3
Added a simple Hello-WWW example using JWeb.
eddieajau Sep 16, 2011
6b6f84b
Added an example JWeb application that demonstrates the use of
eddieajau Sep 17, 2011
5fabe16
Fixing up JWeb and test docblocks.
eddieajau Sep 17, 2011
906a159
Moving client information detection out into it's own class and fixing
LouisLandry Sep 18, 2011
4bbf72a
Adding the JWebClient class and some minor modifications to JWeb.
LouisLandry Sep 18, 2011
8a164f8
Merge branch 'web' of https://github.com/LouisLandry/joomla-platform
eddieajau Sep 18, 2011
29b9fe9
Bug fix function passed to array.
eddieajau Sep 19, 2011
0babba8
Fix assignment bug in constructor.
eddieajau Sep 19, 2011
1e5ba39
Fix up unit tests a bit for new JWebClient class.
eddieajau Sep 19, 2011
adf09f2
Skeleton remaining test methods.
eddieajau Sep 19, 2011
bd7d1e5
Stubbed out incomplete tests and protected inspector methods.
eddieajau Sep 19, 2011
6840d3f
Fixing up some unit tests for JWebClient
LouisLandry Sep 19, 2011
b169cde
Fix some document blocks.
LouisLandry Sep 19, 2011
1956dfd
Merge branch 'web' of https://github.com/LouisLandry/joomla-platform …
eddieajau Sep 19, 2011
5de4cb5
Merge branch 'dispatcher-fix' into web2
eddieajau Sep 19, 2011
e1d2812
Added support for global JDocument mock.
eddieajau Sep 19, 2011
191c460
Added more tests for JWeb.
eddieajau Sep 19, 2011
be0b1a4
Added tests for JWeb::initialise with false injection.
eddieajau Sep 19, 2011
bf9e19b
Fix up some docblocks.
eddieajau Sep 19, 2011
dd0791c
Ensure that the real classes that are being mocked are loaded before …
eddieajau Sep 19, 2011
957ae69
Added more tests to JWeb.
eddieajau Sep 19, 2011
1c597d6
Added JLanguage::_ support to the global language mock.
eddieajau Sep 19, 2011
7994596
Merge branch 'web2' of ssh://github.com/eddieajau/joomla-platform int…
eddieajau Sep 19, 2011
7d1ee26
Changing onAfterInitialise to onBeforeExecute in JWeb
LouisLandry Sep 19, 2011
1a04c30
Merge branch 'web' of https://github.com/LouisLandry/joomla-platform …
eddieajau Sep 19, 2011
37f7728
Added test for clearHeaders.
eddieajau Sep 19, 2011
458c5f7
Added option to fetchConfigurationData to configure the filename.
eddieajau Sep 19, 2011
92070fc
Adding more tests to JWeb
eddieajau Sep 20, 2011
230d915
Fixed a bug in JWeb::setHeader where unsetting an array index would l…
eddieajau Sep 20, 2011
f767aa7
More tests for JWeb.
eddieajau Sep 20, 2011
6d2b882
Added test for JWeb::triggerEvent
eddieajau Sep 20, 2011
3ba27b6
Added parse and render to the JDocument mock.
eddieajau Sep 20, 2011
4aecf87
Added array to track which events have been triggered in the dispatch…
eddieajau Sep 20, 2011
b9abf5f
Added chaining support to JWeb::registerEvent.
eddieajau Sep 20, 2011
fd3821d
Added more tests for JWeb.
eddieajau Sep 20, 2011
f3c1439
Adjustments to JWeb and JWebInspector to improve testability.
LouisLandry Sep 20, 2011
d6c47ab
Merge branch 'eddieajau-llandry-web' into web
LouisLandry Sep 20, 2011
cb771b8
Minor access modifier mistake in JWebInspector.
LouisLandry Sep 20, 2011
f464fad
Adding a way to verify JWeb::close() while testing.
LouisLandry Sep 20, 2011
929559e
Adding tests for JWeb::compress()
LouisLandry Sep 20, 2011
6805f2a
Adding some unit test coverage annotations.
LouisLandry Sep 20, 2011
bcabecb
Finished test for JWeb::sendHeaders.
eddieajau Sep 20, 2011
3516dd3
Merge branch 'web' of https://github.com/LouisLandry/joomla-platform …
eddieajau Sep 20, 2011
db2902f
Adding some unit test coverage annotations.
LouisLandry Sep 20, 2011
5afc572
Merge branch 'eddieajau-llandry-web' into web
LouisLandry Sep 20, 2011
396c1e8
Added tests for JWeb::redirect.
eddieajau Sep 20, 2011
526044a
Adding tests for JWeb::loadSystemUris()
LouisLandry Sep 20, 2011
4065699
Merge branch 'eddieajau-llandry-web' into web
LouisLandry Sep 20, 2011
7708c99
Completed tests for JWeb::redirect.
eddieajau Sep 20, 2011
056f0c8
Merge branch 'web' of https://github.com/LouisLandry/joomla-platform …
eddieajau Sep 20, 2011
425120c
Fixing up code style issue.
LouisLandry Sep 20, 2011
63e297d
Fixing up JWeb example to suit new design.
eddieajau Sep 20, 2011
63bb348
Added basic test for JWeb::render.
eddieajau Sep 20, 2011
5600704
Fixed bug in example.
eddieajau Sep 20, 2011
a1de3c5
Merge branch 'eddieajau-llandry-web' into web
LouisLandry Sep 20, 2011
64f6198
Working on application class parity.
LouisLandry Sep 21, 2011
458ce46
Merge branch 'master' of github.com:joomla/joomla-platform into web
LouisLandry Sep 21, 2011
bff287f
Added base set of tests for JCli (based on JWeb).
eddieajau Sep 21, 2011
98fedb8
Merge branch 'eddieajau-llandry-web' into web
LouisLandry Sep 21, 2011
8af0cc7
Added missing skeleton methods to JDaemon test file.
eddieajau Sep 21, 2011
312768d
Some fixes for JCli and tests.
LouisLandry Sep 21, 2011
edd5246
Merge branch 'eddieajau-llandry-web' into web
LouisLandry Sep 21, 2011
58171d0
Some adjustments to JDaemon and tests.
LouisLandry Sep 21, 2011
1be6b21
Added JCli::get method.
eddieajau Sep 21, 2011
47ae9de
More tests for JCli.
eddieajau Sep 21, 2011
256249d
Added 'test' method to JDispatcherGlobalMock to assist with testing
eddieajau Sep 21, 2011
280e9b7
Merge branch 'master' of github.com:joomla/joomla-platform into web2
eddieajau Sep 21, 2011
737864d
Merge branch 'web2' of github.com:eddieajau/joomla-platform into andrew
LouisLandry Sep 21, 2011
a3cfb64
Removing unnecessary example applications. See the separate repository
LouisLandry Sep 21, 2011
3dde131
Modified the way JDispatcher was being mocked and tested.
eddieajau Sep 21, 2011
f3ba5f1
Removed the reset ability from getDispatcherMock.
eddieajau Sep 21, 2011
202266c
Added tests for JCli execute and loadDocument.
eddieajau Sep 21, 2011
39a769a
Merge branch 'web' of https://github.com/LouisLandry/joomla-platform …
eddieajau Sep 21, 2011
f583d88
Converted list of loaded plugins from static variable to protected
eddieajau Sep 21, 2011
f750f7b
Added JPluginHelperInspector to provide the ability to manually override
eddieajau Sep 21, 2011
2002fcf
Repaired user authentication tests due to changes in how JDispatcher
eddieajau Sep 21, 2011
b4345d2
Improving the daemon tests and fixtures.
LouisLandry Sep 21, 2011
34762ee
Fixing up Docblock.
eddieajau Sep 21, 2011
04aa70a
Merge branch 'andrew' into web
LouisLandry Sep 21, 2011
68c710d
Merge branch 'web' of https://github.com/LouisLandry/joomla-platform …
eddieajau Sep 21, 2011
cdad741
Changing some code coverage issues.
LouisLandry Sep 21, 2011
32c2bb5
Fixing up some code coverage issues with JCli
LouisLandry Sep 21, 2011
5f73eb9
Adding test coverage for JDaemon::setupSignalHandlers()
LouisLandry Sep 21, 2011
145975f
Fixing checkstyle warnings.
LouisLandry Sep 21, 2011
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
70 changes: 0 additions & 70 deletions examples/applications/database/configuration.php

This file was deleted.

124 changes: 0 additions & 124 deletions examples/applications/database/run.php

This file was deleted.