Added oauth as an official sub-module

This commit is contained in:
Woody Gilk 2010-07-04 10:13:04 -05:00
parent 250536d781
commit 3a03527b88
4 changed files with 6 additions and 1 deletions

3
.gitmodules vendored
View file

@ -28,3 +28,6 @@
[submodule "modules/unittest"]
path = modules/unittest
url = git://github.com/kohana/unittest.git
[submodule "modules/oauth"]
path = modules/oauth
url = git://github.com/kohana/oauth.git

View file

@ -73,6 +73,7 @@ Kohana::modules(array(
// 'database' => MODPATH.'database', // Database access
// 'image' => MODPATH.'image', // Image manipulation
// 'orm' => MODPATH.'orm', // Object Relationship Mapping
// 'oauth' => MODPATH.'oauth', // OAuth authentication
// 'pagination' => MODPATH.'pagination', // Paging of results
// 'unittest' => MODPATH.'unittest', // Unit testing
// 'userguide' => MODPATH.'userguide', // User guide and API documentation

1
modules/oauth Submodule

@ -0,0 +1 @@
Subproject commit 14494e08863c85bebc09721de74462d0ede9ab5d

@ -1 +1 @@
Subproject commit 0ad6304b16a70cea8f8c45c0c3947fa8e4a5e3d0
Subproject commit 43c362b052236ced63368e504ff386dfbbf2bceb