Browse Source

Move to lithium from php-lithium

Hamilton Turner 10 years ago
parent
commit
2165c2035e
71 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml
  2. 0 0
      frameworks/PHP/lithium/.gitignore
  3. 0 0
      frameworks/PHP/lithium/.gitmodules
  4. 0 0
      frameworks/PHP/lithium/.htaccess
  5. 0 0
      frameworks/PHP/lithium/README.md
  6. 0 0
      frameworks/PHP/lithium/__init__.py
  7. 0 0
      frameworks/PHP/lithium/app/.htaccess
  8. 0 0
      frameworks/PHP/lithium/app/config/bootstrap.php
  9. 0 0
      frameworks/PHP/lithium/app/config/bootstrap/action.php
  10. 0 0
      frameworks/PHP/lithium/app/config/bootstrap/cache.php
  11. 0 0
      frameworks/PHP/lithium/app/config/bootstrap/connections.php
  12. 0 0
      frameworks/PHP/lithium/app/config/bootstrap/console.php
  13. 0 0
      frameworks/PHP/lithium/app/config/bootstrap/errors.php
  14. 0 0
      frameworks/PHP/lithium/app/config/bootstrap/g11n.php
  15. 0 0
      frameworks/PHP/lithium/app/config/bootstrap/libraries.php
  16. 0 0
      frameworks/PHP/lithium/app/config/bootstrap/media.php
  17. 0 0
      frameworks/PHP/lithium/app/config/bootstrap/session.php
  18. 0 0
      frameworks/PHP/lithium/app/config/routes.php
  19. 0 0
      frameworks/PHP/lithium/app/controllers/BenchController.php
  20. 0 0
      frameworks/PHP/lithium/app/controllers/HelloWorldController.php
  21. 0 0
      frameworks/PHP/lithium/app/controllers/PagesController.php
  22. 0 0
      frameworks/PHP/lithium/app/extensions/adapter/empty
  23. 0 0
      frameworks/PHP/lithium/app/extensions/command/empty
  24. 0 0
      frameworks/PHP/lithium/app/extensions/data/source/empty
  25. 0 0
      frameworks/PHP/lithium/app/extensions/helper/empty
  26. 0 0
      frameworks/PHP/lithium/app/index.php
  27. 0 0
      frameworks/PHP/lithium/app/libraries/_source/empty
  28. 0 0
      frameworks/PHP/lithium/app/models/World.php
  29. 0 0
      frameworks/PHP/lithium/app/models/empty
  30. 0 0
      frameworks/PHP/lithium/app/resources/g11n/empty
  31. 0 0
      frameworks/PHP/lithium/app/resources/tmp/cache/templates/empty
  32. 0 0
      frameworks/PHP/lithium/app/resources/tmp/cache/templates/template_views_layouts_default.html_0_1365705000_831.php
  33. 0 0
      frameworks/PHP/lithium/app/resources/tmp/cache/templates/template_views_pages_home.html_0_1365705000_8876.php
  34. 0 0
      frameworks/PHP/lithium/app/resources/tmp/logs/empty
  35. 0 0
      frameworks/PHP/lithium/app/resources/tmp/tests/empty
  36. 0 0
      frameworks/PHP/lithium/app/tests/cases/controllers/empty
  37. 0 0
      frameworks/PHP/lithium/app/tests/cases/extensions/adapter/empty
  38. 0 0
      frameworks/PHP/lithium/app/tests/cases/extensions/command/empty
  39. 0 0
      frameworks/PHP/lithium/app/tests/cases/extensions/data/source/empty
  40. 0 0
      frameworks/PHP/lithium/app/tests/cases/extensions/helper/empty
  41. 0 0
      frameworks/PHP/lithium/app/tests/cases/models/empty
  42. 0 0
      frameworks/PHP/lithium/app/tests/functional/empty
  43. 0 0
      frameworks/PHP/lithium/app/tests/integration/empty
  44. 0 0
      frameworks/PHP/lithium/app/tests/mocks/empty
  45. 0 0
      frameworks/PHP/lithium/app/views/_errors/development.html.php
  46. 0 0
      frameworks/PHP/lithium/app/views/elements/empty
  47. 0 0
      frameworks/PHP/lithium/app/views/hello_world/index.html.php
  48. 0 0
      frameworks/PHP/lithium/app/views/layouts/default.html.php
  49. 0 0
      frameworks/PHP/lithium/app/views/layouts/default.xml.php
  50. 0 0
      frameworks/PHP/lithium/app/views/layouts/error.html.php
  51. 0 0
      frameworks/PHP/lithium/app/views/pages/home.html.php
  52. 0 0
      frameworks/PHP/lithium/app/web.config
  53. 0 0
      frameworks/PHP/lithium/app/webroot/.htaccess
  54. 0 0
      frameworks/PHP/lithium/app/webroot/css/debug.css
  55. 0 0
      frameworks/PHP/lithium/app/webroot/css/lithium.css
  56. 0 0
      frameworks/PHP/lithium/app/webroot/favicon.ico
  57. 0 0
      frameworks/PHP/lithium/app/webroot/img/empty
  58. 0 0
      frameworks/PHP/lithium/app/webroot/index.php
  59. 0 0
      frameworks/PHP/lithium/app/webroot/js/empty
  60. 0 0
      frameworks/PHP/lithium/app/webroot/web.config
  61. 0 0
      frameworks/PHP/lithium/bash_profile.sh
  62. 0 0
      frameworks/PHP/lithium/benchmark_config
  63. 0 0
      frameworks/PHP/lithium/composer.json
  64. 0 0
      frameworks/PHP/lithium/composer.lock
  65. 0 0
      frameworks/PHP/lithium/deploy/nginx.conf
  66. 0 0
      frameworks/PHP/lithium/deploy/php-lithium
  67. 0 0
      frameworks/PHP/lithium/index.php
  68. 0 0
      frameworks/PHP/lithium/install.sh
  69. 0 0
      frameworks/PHP/lithium/setup.sh
  70. 0 0
      frameworks/PHP/lithium/source_code
  71. 0 0
      frameworks/PHP/lithium/web.config

+ 1 - 1
.travis.yml

@@ -106,7 +106,7 @@ env:
     - "TESTDIR=PHP/php-fuel"
     - "TESTDIR=PHP/php-kohana"
     - "TESTDIR=PHP/php-laravel"
-    - "TESTDIR=PHP/php-lithium"
+    - "TESTDIR=PHP/lithium"
     - "TESTDIR=PHP/php-micromvc"
     - "TESTDIR=PHP/php-phalcon"
     - "TESTDIR=PHP/php-phalcon-micro"

+ 0 - 0
frameworks/PHP/php-lithium/.gitignore → frameworks/PHP/lithium/.gitignore


+ 0 - 0
frameworks/PHP/php-lithium/.gitmodules → frameworks/PHP/lithium/.gitmodules


+ 0 - 0
frameworks/PHP/php-lithium/.htaccess → frameworks/PHP/lithium/.htaccess


+ 0 - 0
frameworks/PHP/php-lithium/README.md → frameworks/PHP/lithium/README.md


+ 0 - 0
frameworks/PHP/php-lithium/__init__.py → frameworks/PHP/lithium/__init__.py


+ 0 - 0
frameworks/PHP/php-lithium/app/.htaccess → frameworks/PHP/lithium/app/.htaccess


+ 0 - 0
frameworks/PHP/php-lithium/app/config/bootstrap.php → frameworks/PHP/lithium/app/config/bootstrap.php


+ 0 - 0
frameworks/PHP/php-lithium/app/config/bootstrap/action.php → frameworks/PHP/lithium/app/config/bootstrap/action.php


+ 0 - 0
frameworks/PHP/php-lithium/app/config/bootstrap/cache.php → frameworks/PHP/lithium/app/config/bootstrap/cache.php


+ 0 - 0
frameworks/PHP/php-lithium/app/config/bootstrap/connections.php → frameworks/PHP/lithium/app/config/bootstrap/connections.php


+ 0 - 0
frameworks/PHP/php-lithium/app/config/bootstrap/console.php → frameworks/PHP/lithium/app/config/bootstrap/console.php


+ 0 - 0
frameworks/PHP/php-lithium/app/config/bootstrap/errors.php → frameworks/PHP/lithium/app/config/bootstrap/errors.php


+ 0 - 0
frameworks/PHP/php-lithium/app/config/bootstrap/g11n.php → frameworks/PHP/lithium/app/config/bootstrap/g11n.php


+ 0 - 0
frameworks/PHP/php-lithium/app/config/bootstrap/libraries.php → frameworks/PHP/lithium/app/config/bootstrap/libraries.php


+ 0 - 0
frameworks/PHP/php-lithium/app/config/bootstrap/media.php → frameworks/PHP/lithium/app/config/bootstrap/media.php


+ 0 - 0
frameworks/PHP/php-lithium/app/config/bootstrap/session.php → frameworks/PHP/lithium/app/config/bootstrap/session.php


+ 0 - 0
frameworks/PHP/php-lithium/app/config/routes.php → frameworks/PHP/lithium/app/config/routes.php


+ 0 - 0
frameworks/PHP/php-lithium/app/controllers/BenchController.php → frameworks/PHP/lithium/app/controllers/BenchController.php


+ 0 - 0
frameworks/PHP/php-lithium/app/controllers/HelloWorldController.php → frameworks/PHP/lithium/app/controllers/HelloWorldController.php


+ 0 - 0
frameworks/PHP/php-lithium/app/controllers/PagesController.php → frameworks/PHP/lithium/app/controllers/PagesController.php


+ 0 - 0
frameworks/PHP/php-lithium/app/extensions/adapter/empty → frameworks/PHP/lithium/app/extensions/adapter/empty


+ 0 - 0
frameworks/PHP/php-lithium/app/extensions/command/empty → frameworks/PHP/lithium/app/extensions/command/empty


+ 0 - 0
frameworks/PHP/php-lithium/app/extensions/data/source/empty → frameworks/PHP/lithium/app/extensions/data/source/empty


+ 0 - 0
frameworks/PHP/php-lithium/app/extensions/helper/empty → frameworks/PHP/lithium/app/extensions/helper/empty


+ 0 - 0
frameworks/PHP/php-lithium/app/index.php → frameworks/PHP/lithium/app/index.php


+ 0 - 0
frameworks/PHP/php-lithium/app/libraries/_source/empty → frameworks/PHP/lithium/app/libraries/_source/empty


+ 0 - 0
frameworks/PHP/php-lithium/app/models/World.php → frameworks/PHP/lithium/app/models/World.php


+ 0 - 0
frameworks/PHP/php-lithium/app/models/empty → frameworks/PHP/lithium/app/models/empty


+ 0 - 0
frameworks/PHP/php-lithium/app/resources/g11n/empty → frameworks/PHP/lithium/app/resources/g11n/empty


+ 0 - 0
frameworks/PHP/php-lithium/app/resources/tmp/cache/templates/empty → frameworks/PHP/lithium/app/resources/tmp/cache/templates/empty


+ 0 - 0
frameworks/PHP/php-lithium/app/resources/tmp/cache/templates/template_views_layouts_default.html_0_1365705000_831.php → frameworks/PHP/lithium/app/resources/tmp/cache/templates/template_views_layouts_default.html_0_1365705000_831.php


+ 0 - 0
frameworks/PHP/php-lithium/app/resources/tmp/cache/templates/template_views_pages_home.html_0_1365705000_8876.php → frameworks/PHP/lithium/app/resources/tmp/cache/templates/template_views_pages_home.html_0_1365705000_8876.php


+ 0 - 0
frameworks/PHP/php-lithium/app/resources/tmp/logs/empty → frameworks/PHP/lithium/app/resources/tmp/logs/empty


+ 0 - 0
frameworks/PHP/php-lithium/app/resources/tmp/tests/empty → frameworks/PHP/lithium/app/resources/tmp/tests/empty


+ 0 - 0
frameworks/PHP/php-lithium/app/tests/cases/controllers/empty → frameworks/PHP/lithium/app/tests/cases/controllers/empty


+ 0 - 0
frameworks/PHP/php-lithium/app/tests/cases/extensions/adapter/empty → frameworks/PHP/lithium/app/tests/cases/extensions/adapter/empty


+ 0 - 0
frameworks/PHP/php-lithium/app/tests/cases/extensions/command/empty → frameworks/PHP/lithium/app/tests/cases/extensions/command/empty


+ 0 - 0
frameworks/PHP/php-lithium/app/tests/cases/extensions/data/source/empty → frameworks/PHP/lithium/app/tests/cases/extensions/data/source/empty


+ 0 - 0
frameworks/PHP/php-lithium/app/tests/cases/extensions/helper/empty → frameworks/PHP/lithium/app/tests/cases/extensions/helper/empty


+ 0 - 0
frameworks/PHP/php-lithium/app/tests/cases/models/empty → frameworks/PHP/lithium/app/tests/cases/models/empty


+ 0 - 0
frameworks/PHP/php-lithium/app/tests/functional/empty → frameworks/PHP/lithium/app/tests/functional/empty


+ 0 - 0
frameworks/PHP/php-lithium/app/tests/integration/empty → frameworks/PHP/lithium/app/tests/integration/empty


+ 0 - 0
frameworks/PHP/php-lithium/app/tests/mocks/empty → frameworks/PHP/lithium/app/tests/mocks/empty


+ 0 - 0
frameworks/PHP/php-lithium/app/views/_errors/development.html.php → frameworks/PHP/lithium/app/views/_errors/development.html.php


+ 0 - 0
frameworks/PHP/php-lithium/app/views/elements/empty → frameworks/PHP/lithium/app/views/elements/empty


+ 0 - 0
frameworks/PHP/php-lithium/app/views/hello_world/index.html.php → frameworks/PHP/lithium/app/views/hello_world/index.html.php


+ 0 - 0
frameworks/PHP/php-lithium/app/views/layouts/default.html.php → frameworks/PHP/lithium/app/views/layouts/default.html.php


+ 0 - 0
frameworks/PHP/php-lithium/app/views/layouts/default.xml.php → frameworks/PHP/lithium/app/views/layouts/default.xml.php


+ 0 - 0
frameworks/PHP/php-lithium/app/views/layouts/error.html.php → frameworks/PHP/lithium/app/views/layouts/error.html.php


+ 0 - 0
frameworks/PHP/php-lithium/app/views/pages/home.html.php → frameworks/PHP/lithium/app/views/pages/home.html.php


+ 0 - 0
frameworks/PHP/php-lithium/app/web.config → frameworks/PHP/lithium/app/web.config


+ 0 - 0
frameworks/PHP/php-lithium/app/webroot/.htaccess → frameworks/PHP/lithium/app/webroot/.htaccess


+ 0 - 0
frameworks/PHP/php-lithium/app/webroot/css/debug.css → frameworks/PHP/lithium/app/webroot/css/debug.css


+ 0 - 0
frameworks/PHP/php-lithium/app/webroot/css/lithium.css → frameworks/PHP/lithium/app/webroot/css/lithium.css


+ 0 - 0
frameworks/PHP/php-lithium/app/webroot/favicon.ico → frameworks/PHP/lithium/app/webroot/favicon.ico


+ 0 - 0
frameworks/PHP/php-lithium/app/webroot/img/empty → frameworks/PHP/lithium/app/webroot/img/empty


+ 0 - 0
frameworks/PHP/php-lithium/app/webroot/index.php → frameworks/PHP/lithium/app/webroot/index.php


+ 0 - 0
frameworks/PHP/php-lithium/app/webroot/js/empty → frameworks/PHP/lithium/app/webroot/js/empty


+ 0 - 0
frameworks/PHP/php-lithium/app/webroot/web.config → frameworks/PHP/lithium/app/webroot/web.config


+ 0 - 0
frameworks/PHP/php-lithium/bash_profile.sh → frameworks/PHP/lithium/bash_profile.sh


+ 0 - 0
frameworks/PHP/php-lithium/benchmark_config → frameworks/PHP/lithium/benchmark_config


+ 0 - 0
frameworks/PHP/php-lithium/composer.json → frameworks/PHP/lithium/composer.json


+ 0 - 0
frameworks/PHP/php-lithium/composer.lock → frameworks/PHP/lithium/composer.lock


+ 0 - 0
frameworks/PHP/php-lithium/deploy/nginx.conf → frameworks/PHP/lithium/deploy/nginx.conf


+ 0 - 0
frameworks/PHP/php-lithium/deploy/php-lithium → frameworks/PHP/lithium/deploy/php-lithium


+ 0 - 0
frameworks/PHP/php-lithium/index.php → frameworks/PHP/lithium/index.php


+ 0 - 0
frameworks/PHP/php-lithium/install.sh → frameworks/PHP/lithium/install.sh


+ 0 - 0
frameworks/PHP/php-lithium/setup.sh → frameworks/PHP/lithium/setup.sh


+ 0 - 0
frameworks/PHP/php-lithium/source_code → frameworks/PHP/lithium/source_code


+ 0 - 0
frameworks/PHP/php-lithium/web.config → frameworks/PHP/lithium/web.config