Initial Kohana install
authorArtem Daniliants <artem@daniliants.com>
Fri, 5 Mar 2010 11:30:48 +0000 (13:30 +0200)
committerArtem Daniliants <artem@daniliants.com>
Fri, 5 Mar 2010 11:30:48 +0000 (13:30 +0200)
commitb6e210d698acb6872a1b1badccc2d83ad9b635c7
tree315b9a009682f30ba9711cc24385d486552bf461
parentaec1432898504016de3fb769b27ad4b8ca4224fc
Initial Kohana install
165 files changed:
Server/.htaccess [new file with mode: 0644]
Server/application/config/config.php [new file with mode: 0644]
Server/application/controllers/examples.php [new file with mode: 0644]
Server/application/controllers/welcome.php [new file with mode: 0644]
Server/application/views/welcome_content.php [new file with mode: 0644]
Server/index.php [new file with mode: 0644]
Server/install.php [new file with mode: 0644]
Server/system/config/cache.php [new file with mode: 0644]
Server/system/config/cache_memcache.php [new file with mode: 0644]
Server/system/config/cache_sqlite.php [new file with mode: 0644]
Server/system/config/cache_xcache.php [new file with mode: 0644]
Server/system/config/captcha.php [new file with mode: 0644]
Server/system/config/cookie.php [new file with mode: 0644]
Server/system/config/credit_cards.php [new file with mode: 0644]
Server/system/config/database.php [new file with mode: 0644]
Server/system/config/email.php [new file with mode: 0644]
Server/system/config/encryption.php [new file with mode: 0644]
Server/system/config/http.php [new file with mode: 0644]
Server/system/config/image.php [new file with mode: 0644]
Server/system/config/inflector.php [new file with mode: 0644]
Server/system/config/locale.php [new file with mode: 0644]
Server/system/config/mimes.php [new file with mode: 0644]
Server/system/config/pagination.php [new file with mode: 0644]
Server/system/config/profiler.php [new file with mode: 0644]
Server/system/config/routes.php [new file with mode: 0644]
Server/system/config/session.php [new file with mode: 0644]
Server/system/config/sql_types.php [new file with mode: 0644]
Server/system/config/upload.php [new file with mode: 0644]
Server/system/config/user_agents.php [new file with mode: 0644]
Server/system/config/view.php [new file with mode: 0644]
Server/system/controllers/captcha.php [new file with mode: 0644]
Server/system/controllers/template.php [new file with mode: 0644]
Server/system/core/Benchmark.php [new file with mode: 0644]
Server/system/core/Bootstrap.php [new file with mode: 0644]
Server/system/core/Event.php [new file with mode: 0644]
Server/system/core/Kohana.php [new file with mode: 0644]
Server/system/core/utf8.php [new file with mode: 0644]
Server/system/core/utf8/from_unicode.php [new file with mode: 0644]
Server/system/core/utf8/ltrim.php [new file with mode: 0644]
Server/system/core/utf8/ord.php [new file with mode: 0644]
Server/system/core/utf8/rtrim.php [new file with mode: 0644]
Server/system/core/utf8/str_ireplace.php [new file with mode: 0644]
Server/system/core/utf8/str_pad.php [new file with mode: 0644]
Server/system/core/utf8/str_split.php [new file with mode: 0644]
Server/system/core/utf8/strcasecmp.php [new file with mode: 0644]
Server/system/core/utf8/strcspn.php [new file with mode: 0644]
Server/system/core/utf8/stristr.php [new file with mode: 0644]
Server/system/core/utf8/strlen.php [new file with mode: 0644]
Server/system/core/utf8/strpos.php [new file with mode: 0644]
Server/system/core/utf8/strrev.php [new file with mode: 0644]
Server/system/core/utf8/strrpos.php [new file with mode: 0644]
Server/system/core/utf8/strspn.php [new file with mode: 0644]
Server/system/core/utf8/strtolower.php [new file with mode: 0644]
Server/system/core/utf8/strtoupper.php [new file with mode: 0644]
Server/system/core/utf8/substr.php [new file with mode: 0644]
Server/system/core/utf8/substr_replace.php [new file with mode: 0644]
Server/system/core/utf8/to_unicode.php [new file with mode: 0644]
Server/system/core/utf8/transliterate_to_ascii.php [new file with mode: 0644]
Server/system/core/utf8/trim.php [new file with mode: 0644]
Server/system/core/utf8/ucfirst.php [new file with mode: 0644]
Server/system/core/utf8/ucwords.php [new file with mode: 0644]
Server/system/fonts/DejaVuSerif.ttf [new file with mode: 0644]
Server/system/fonts/LICENSE [new file with mode: 0644]
Server/system/helpers/arr.php [new file with mode: 0644]
Server/system/helpers/cookie.php [new file with mode: 0644]
Server/system/helpers/date.php [new file with mode: 0644]
Server/system/helpers/download.php [new file with mode: 0644]
Server/system/helpers/email.php [new file with mode: 0644]
Server/system/helpers/expires.php [new file with mode: 0644]
Server/system/helpers/feed.php [new file with mode: 0644]
Server/system/helpers/file.php [new file with mode: 0644]
Server/system/helpers/form.php [new file with mode: 0644]
Server/system/helpers/format.php [new file with mode: 0644]
Server/system/helpers/html.php [new file with mode: 0644]
Server/system/helpers/inflector.php [new file with mode: 0644]
Server/system/helpers/num.php [new file with mode: 0644]
Server/system/helpers/remote.php [new file with mode: 0644]
Server/system/helpers/request.php [new file with mode: 0644]
Server/system/helpers/security.php [new file with mode: 0644]
Server/system/helpers/text.php [new file with mode: 0644]
Server/system/helpers/upload.php [new file with mode: 0644]
Server/system/helpers/url.php [new file with mode: 0644]
Server/system/helpers/valid.php [new file with mode: 0644]
Server/system/i18n/en_US/cache.php [new file with mode: 0644]
Server/system/i18n/en_US/calendar.php [new file with mode: 0644]
Server/system/i18n/en_US/captcha.php [new file with mode: 0644]
Server/system/i18n/en_US/core.php [new file with mode: 0644]
Server/system/i18n/en_US/database.php [new file with mode: 0644]
Server/system/i18n/en_US/encrypt.php [new file with mode: 0644]
Server/system/i18n/en_US/errors.php [new file with mode: 0644]
Server/system/i18n/en_US/event.php [new file with mode: 0644]
Server/system/i18n/en_US/image.php [new file with mode: 0644]
Server/system/i18n/en_US/orm.php [new file with mode: 0644]
Server/system/i18n/en_US/pagination.php [new file with mode: 0644]
Server/system/i18n/en_US/profiler.php [new file with mode: 0644]
Server/system/i18n/en_US/session.php [new file with mode: 0644]
Server/system/i18n/en_US/swift.php [new file with mode: 0644]
Server/system/i18n/en_US/upload.php [new file with mode: 0644]
Server/system/i18n/en_US/validation.php [new file with mode: 0644]
Server/system/libraries/Cache.php [new file with mode: 0644]
Server/system/libraries/Calendar.php [new file with mode: 0644]
Server/system/libraries/Calendar_Event.php [new file with mode: 0644]
Server/system/libraries/Captcha.php [new file with mode: 0644]
Server/system/libraries/Controller.php [new file with mode: 0644]
Server/system/libraries/Database.php [new file with mode: 0644]
Server/system/libraries/Database_Expression.php [new file with mode: 0644]
Server/system/libraries/Encrypt.php [new file with mode: 0644]
Server/system/libraries/Event_Observer.php [new file with mode: 0644]
Server/system/libraries/Event_Subject.php [new file with mode: 0644]
Server/system/libraries/Image.php [new file with mode: 0644]
Server/system/libraries/Input.php [new file with mode: 0644]
Server/system/libraries/Model.php [new file with mode: 0644]
Server/system/libraries/ORM.php [new file with mode: 0644]
Server/system/libraries/ORM_Iterator.php [new file with mode: 0644]
Server/system/libraries/ORM_Tree.php [new file with mode: 0644]
Server/system/libraries/ORM_Versioned.php [new file with mode: 0644]
Server/system/libraries/Pagination.php [new file with mode: 0644]
Server/system/libraries/Profiler.php [new file with mode: 0644]
Server/system/libraries/Profiler_Table.php [new file with mode: 0644]
Server/system/libraries/Router.php [new file with mode: 0644]
Server/system/libraries/Session.php [new file with mode: 0644]
Server/system/libraries/Tagcloud.php [new file with mode: 0644]
Server/system/libraries/URI.php [new file with mode: 0644]
Server/system/libraries/Validation.php [new file with mode: 0644]
Server/system/libraries/View.php [new file with mode: 0644]
Server/system/libraries/drivers/Cache.php [new file with mode: 0644]
Server/system/libraries/drivers/Cache/Apc.php [new file with mode: 0644]
Server/system/libraries/drivers/Cache/Eaccelerator.php [new file with mode: 0644]
Server/system/libraries/drivers/Cache/File.php [new file with mode: 0644]
Server/system/libraries/drivers/Cache/Memcache.php [new file with mode: 0644]
Server/system/libraries/drivers/Cache/Sqlite.php [new file with mode: 0644]
Server/system/libraries/drivers/Cache/Xcache.php [new file with mode: 0644]
Server/system/libraries/drivers/Captcha.php [new file with mode: 0644]
Server/system/libraries/drivers/Captcha/Alpha.php [new file with mode: 0644]
Server/system/libraries/drivers/Captcha/Basic.php [new file with mode: 0644]
Server/system/libraries/drivers/Captcha/Black.php [new file with mode: 0644]
Server/system/libraries/drivers/Captcha/Math.php [new file with mode: 0644]
Server/system/libraries/drivers/Captcha/Riddle.php [new file with mode: 0644]
Server/system/libraries/drivers/Captcha/Word.php [new file with mode: 0644]
Server/system/libraries/drivers/Database.php [new file with mode: 0644]
Server/system/libraries/drivers/Database/Mssql.php [new file with mode: 0644]
Server/system/libraries/drivers/Database/Mysql.php [new file with mode: 0644]
Server/system/libraries/drivers/Database/Mysqli.php [new file with mode: 0644]
Server/system/libraries/drivers/Database/Pdosqlite.php [new file with mode: 0644]
Server/system/libraries/drivers/Database/Pgsql.php [new file with mode: 0644]
Server/system/libraries/drivers/Image.php [new file with mode: 0644]
Server/system/libraries/drivers/Image/GD.php [new file with mode: 0644]
Server/system/libraries/drivers/Image/GraphicsMagick.php [new file with mode: 0644]
Server/system/libraries/drivers/Image/ImageMagick.php [new file with mode: 0644]
Server/system/libraries/drivers/Session.php [new file with mode: 0644]
Server/system/libraries/drivers/Session/Cache.php [new file with mode: 0644]
Server/system/libraries/drivers/Session/Cookie.php [new file with mode: 0644]
Server/system/libraries/drivers/Session/Database.php [new file with mode: 0644]
Server/system/views/kohana/template.php [new file with mode: 0644]
Server/system/views/kohana_calendar.php [new file with mode: 0644]
Server/system/views/kohana_error_disabled.php [new file with mode: 0644]
Server/system/views/kohana_error_page.php [new file with mode: 0644]
Server/system/views/kohana_errors.css [new file with mode: 0644]
Server/system/views/kohana_profiler.php [new file with mode: 0644]
Server/system/views/kohana_profiler_table.css [new file with mode: 0644]
Server/system/views/kohana_profiler_table.php [new file with mode: 0644]
Server/system/views/pagination/classic.php [new file with mode: 0644]
Server/system/views/pagination/digg.php [new file with mode: 0644]
Server/system/views/pagination/extended.php [new file with mode: 0644]
Server/system/views/pagination/punbb.php [new file with mode: 0644]