Changeset 20065
- Timestamp:
- 09/28/08 03:29:59 (5 years ago)
- Location:
- events/phpframework/sabel/trunk
- Files:
-
- 232 added
- 1 modified
-
Sabel/sabel/response/Object.php (modified) (1 diff)
-
addon (added)
-
addon/acl (added)
-
addon/acl/Addon.php (added)
-
addon/acl/Config.php (added)
-
addon/acl/Processor.php (added)
-
addon/acl/User.php (added)
-
addon/acl/config (added)
-
addon/acl/config/Controller.php (added)
-
addon/acl/config/Controllers.php (added)
-
addon/acl/config/Module.php (added)
-
addon/extroller (added)
-
addon/extroller/Addon.php (added)
-
addon/extroller/Mixin.php (added)
-
addon/extroller/Processor.php (added)
-
addon/form (added)
-
addon/form/Addon.php (added)
-
addon/form/Html.php (added)
-
addon/form/Object.php (added)
-
addon/form/Processor.php (added)
-
addon/form/html (added)
-
addon/form/html/AbstractDatetime.php (added)
-
addon/form/html/Date.php (added)
-
addon/form/html/Datetime.php (added)
-
addon/imanage (added)
-
addon/imanage/Addon.php (added)
-
addon/imanage/Object.php (added)
-
addon/imanage/Processor.php (added)
-
addon/imanage/formats (added)
-
addon/imanage/formats/Base.php (added)
-
addon/imanage/formats/Gif.php (added)
-
addon/imanage/formats/Jpeg.php (added)
-
addon/imanage/formats/Png.php (added)
-
addon/renderer (added)
-
addon/renderer/Addon.php (added)
-
addon/renderer/Sabel.php (added)
-
addon/renderer/sabel (added)
-
addon/renderer/sabel/Element.php (added)
-
addon/renderer/sabel/Parser.php (added)
-
addon/renderer/sabel/Replacer.php (added)
-
app (added)
-
app/aspects (added)
-
app/aspects/Transaction.php (added)
-
app/controllers (added)
-
app/controllers/Application.php (added)
-
app/exception (added)
-
app/exception/UserNotFound.php (added)
-
app/helpers (added)
-
app/helpers/Date.php (added)
-
app/helpers/Js.php (added)
-
app/helpers/application.php (added)
-
app/helpers/paginator (added)
-
app/helpers/paginator/Follower.php (added)
-
app/helpers/paginator/Status.php (added)
-
app/index (added)
-
app/index/controllers (added)
-
app/index/controllers/Friendship.php (added)
-
app/index/controllers/Index.php (added)
-
app/index/controllers/Login.php (added)
-
app/index/controllers/Register.php (added)
-
app/index/controllers/Status.php (added)
-
app/index/controllers/User.php (added)
-
app/index/controllers/Users.php (added)
-
app/index/helpers (added)
-
app/index/models (added)
-
app/index/views (added)
-
app/index/views/friendship (added)
-
app/index/views/friendship/requests.tpl (added)
-
app/index/views/index (added)
-
app/index/views/index/index.tpl (added)
-
app/index/views/index/status.tpl (added)
-
app/index/views/index/timeline.tpl (added)
-
app/index/views/linkedPager.tpl (added)
-
app/index/views/login (added)
-
app/index/views/login/prepare.tpl (added)
-
app/index/views/register (added)
-
app/index/views/register/doRegister.tpl (added)
-
app/index/views/register/prepare.tpl (added)
-
app/index/views/statuses.tpl (added)
-
app/index/views/user (added)
-
app/index/views/user/_followers.tpl (added)
-
app/index/views/user/common.tpl (added)
-
app/index/views/user/destroy.tpl (added)
-
app/index/views/user/followers.tpl (added)
-
app/index/views/user/friends.tpl (added)
-
app/index/views/user/logout.tpl (added)
-
app/index/views/user/password.tpl (added)
-
app/index/views/user/password_save.tpl (added)
-
app/index/views/user/picture.tpl (added)
-
app/index/views/user/picture_save.tpl (added)
-
app/index/views/user/settings.tpl (added)
-
app/index/views/user/settings_confirm.tpl (added)
-
app/index/views/user/settings_save.tpl (added)
-
app/index/views/user/settingsmenu.tpl (added)
-
app/index/views/user/statusForm.tpl (added)
-
app/index/views/user/withdraw.tpl (added)
-
app/index/views/users (added)
-
app/index/views/users/_followers.tpl (added)
-
app/index/views/users/followers.tpl (added)
-
app/index/views/users/friends.tpl (added)
-
app/index/views/users/home.tpl (added)
-
app/index/views/users/protected.tpl (added)
-
app/logics (added)
-
app/logics/Base.php (added)
-
app/logics/DI.php (added)
-
app/logics/Follow.php (added)
-
app/logics/Register.php (added)
-
app/logics/Result.php (added)
-
app/logics/Status.php (added)
-
app/logics/User.php (added)
-
app/models (added)
-
app/models/Follower.php (added)
-
app/models/Request.php (added)
-
app/models/Status.php (added)
-
app/models/User.php (added)
-
app/views (added)
-
app/views/clientError.tpl (added)
-
app/views/error.tpl (added)
-
app/views/forbidden.tpl (added)
-
app/views/layout.tpl (added)
-
app/views/noColumnLayout.tpl (added)
-
app/views/notFound.tpl (added)
-
app/views/serverError.tpl (added)
-
app/views/submenu (added)
-
app/views/submenu/_friendIcons.tpl (added)
-
app/views/submenu/default.tpl (added)
-
app/views/submenu/others.tpl (added)
-
app/views/submenu/user.tpl (added)
-
cache (added)
-
cache/sabel (added)
-
cache/templates (added)
-
config (added)
-
config/Addon.php (added)
-
config/Bus.php (added)
-
config/DI.php (added)
-
config/Database.php (added)
-
config/INIT.php (added)
-
config/Map.php (added)
-
config/environment.php (added)
-
data (added)
-
lib (added)
-
lib/AjaxResult.php (added)
-
lib/Mail.php (added)
-
lib/Paginator.php (added)
-
lib/Validator.php (added)
-
lib/db (added)
-
lib/db/utility.php (added)
-
lib/db/validate (added)
-
lib/db/validate/Config.php (added)
-
lib/mail (added)
-
lib/mail/Mock.php (added)
-
lib/mail/Object.php (added)
-
lib/processor (added)
-
lib/processor/Action.php (added)
-
lib/processor/Addon.php (added)
-
lib/processor/Controller.php (added)
-
lib/processor/Helper.php (added)
-
lib/processor/Initializer.php (added)
-
lib/processor/Request.php (added)
-
lib/processor/Response.php (added)
-
lib/processor/Router.php (added)
-
lib/processor/Session.php (added)
-
lib/processor/View.php (added)
-
lib/schema (added)
-
lib/schema/DefaultTableList.php (added)
-
lib/schema/Follower.php (added)
-
lib/schema/Request.php (added)
-
lib/schema/SblVersion.php (added)
-
lib/schema/Status.php (added)
-
lib/schema/User.php (added)
-
lib/schema/example.php (added)
-
logs (added)
-
migration (added)
-
migration/default (added)
-
migration/default/1_User_create.php (added)
-
migration/default/2_Status_create.php (added)
-
migration/default/3_Request_create.php (added)
-
migration/default/4_Follower_create.php (added)
-
public (added)
-
public/.htaccess (added)
-
public/css (added)
-
public/css/default.css (added)
-
public/css/images (added)
-
public/css/images/icon_1.gif (added)
-
public/css/sabeljs.css (added)
-
public/images (added)
-
public/images/js (added)
-
public/images/js/calendarClose.gif (added)
-
public/images/js/calendarFrameBg.gif (added)
-
public/images/js/calendarLeftArrow.gif (added)
-
public/images/js/calendarRightArrow.gif (added)
-
public/images/logo.gif (added)
-
public/images/powered-by-sabel.gif (added)
-
public/images/protect.png (added)
-
public/images/reply.gif (added)
-
public/images/skull.gif (added)
-
public/images/trash.gif (added)
-
public/images/withdrawal.gif (added)
-
public/index.php (added)
-
public/js (added)
-
public/js/Friendship.js (added)
-
public/js/Sabel.js (added)
-
public/js/Status.js (added)
-
public/js/helpers (added)
-
public/js/helpers/FormValidator.js (added)
-
sabel.php (added)
-
tasks (added)
-
tasks/AddonTest.php (added)
-
tasks/Fixture.php (added)
-
tasks/Functional.php (added)
-
tasks/Gettext.php (added)
-
tasks/Install.php (added)
-
tasks/Migration.php (added)
-
tasks/Schema.php (added)
-
tasks/Tests.php (added)
-
tasks/UnitTest.php (added)
-
tests (added)
-
tests/fixture (added)
-
tests/fixture/Status.php (added)
-
tests/fixture/User.php (added)
-
tests/fixture/test (added)
-
tests/fixture/test/User.php (added)
-
tests/functional (added)
-
tests/functional/Index.php (added)
-
tests/unit (added)
-
tests/unit/Logics.php (added)
-
tests/unit/logics (added)
-
tests/unit/logics/Base.php (added)
-
tests/unit/logics/Follow.php (added)
-
tests/unit/logics/Register.php (added)
-
tests/unit/logics/Status.php (added)
-
tests/unit/logics/User.php (added)
-
urimap.txt (added)
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/sabel/trunk/Sabel/sabel/response/Object.php
r20063 r20065 134 134 $this->location = $to; 135 135 } else { 136 $this->location = "http://" . $host . "/" . $to;136 $this->location = "http://" . $host . "/" . ltrim($to, "/"); 137 137 } 138 138
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)