| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 23 Dec 2025 19:29:44 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091222014311
location: https://web.archive.org/web/20091222014311/https://github.com/feeds/cakephp/commits/cakephp1x/1.3
server-timing: captures_list;dur=0.663932, exclusion.robots;dur=0.049441, exclusion.robots.policy;dur=0.039701, esindex;dur=0.007426, cdx.remote;dur=7.640040, LoadShardBlock;dur=213.968170, PetaboxLoader3.datanode;dur=111.840921, PetaboxLoader3.resolve;dur=41.028216
x-app-server: wwwb-app246-dc8
x-ts: 302
x-tr: 253
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app246; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Tue, 23 Dec 2025 19:29:45 GMT
content-type: application/atom+xml; charset=utf-8
content-length: 7398
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Tue, 22 Dec 2009 01:43:11 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "175071b5e4fe78e7cea971a69be068de"
x-archive-orig-x-runtime: 32ms
x-archive-orig-content-length: 7398
x-archive-orig-cache-control: private, max-age=0, must-revalidate
cache-control: max-age=1800
x-archive-guessed-content-type: text/xml
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 22 Dec 2009 01:43:11 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_13_20091222010922_crawl102_IndexOnly-c/52_13_20091222014243_crawl101.arc.gz
server-timing: captures_list;dur=0.503425, exclusion.robots;dur=0.015420, exclusion.robots.policy;dur=0.006281, esindex;dur=0.007764, cdx.remote;dur=20.620331, LoadShardBlock;dur=188.613028, PetaboxLoader3.datanode;dur=183.411026, PetaboxLoader3.resolve;dur=162.162921, load_resource;dur=203.374681
x-app-server: wwwb-app246-dc8
x-ts: 200
x-tr: 448
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
accept-ranges: bytes
tag:github.com,2008:/feeds/cakephp/commits/cakephp1x/1
Recent Commits to cakephp1x:1.3
2009-12-21T06:52:33-08:00
tag:github.com,2008:Grit::Commit/6d8fa76bed484c91a3ea9066eeb6f49bef28646e
edit of docblock
2009-12-21T06:52:33-08:00
<pre>m cake/libs/view/helpers/html.php
edit of docblock
Signed-off-by: Mark Story <mark@mark-story.com></pre>
ceeram
tag:github.com,2008:Grit::Commit/5274dce9f19db84a9c13abd44a9d2480939452a5
Making set vars with Js->set go to the top of the buffered scripts array. Tests added.
2009-12-21T06:41:36-08:00
<pre>m cake/libs/view/helpers/js.php
m cake/tests/cases/libs/view/helpers/js.test.php
Making set vars with Js->set go to the top of the buffered scripts array. Tests added.
Updating doc blocks for JsHelper and JsBaseEngineHelper.
Fixes #131</pre>
Mark Story
tag:github.com,2008:Grit::Commit/42fa6ff04a085714c77e77c18ce82c77058ca6d9
Fixing JsHelper::writeBuffer when inline is set to false. Scripts are now enclosed in a script tag. Fixes #130
2009-12-21T06:29:28-08:00
<pre>m cake/libs/view/helpers/js.php
m cake/tests/cases/libs/view/helpers/js.test.php
Fixing JsHelper::writeBuffer when inline is set to false. Scripts are now enclosed in a script tag. Fixes #130</pre>
Mark Story
tag:github.com,2008:Grit::Commit/3eaff3e0212746278be372b6d9c168546977d043
Correcting FormHelper::minute() to fix issues with extracting values from array formatted data. Fixes #107
2009-12-19T08:55:35-08:00
<pre>m cake/libs/view/helpers/form.php
m cake/tests/cases/libs/view/helpers/form.test.php
Correcting FormHelper::minute() to fix issues with extracting values from array formatted data. Fixes #107</pre>
Mark Story
tag:github.com,2008:Grit::Commit/1e7e65013397401740e6221ff187ceb0c851cc1a
Fixing issue where _restructureParams would move controller key to the plugin key causing issues switching controllers. Tests added. Fixes #115
2009-12-17T07:16:47-08:00
<pre>m cake/dispatcher.php
m cake/tests/cases/dispatcher.test.php
Fixing issue where _restructureParams would move controller key to the plugin key causing issues switching controllers. Tests added. Fixes #115</pre>
Mark Story
tag:github.com,2008:Grit::Commit/264cdb78c06283282d568dfe3ba4a1579ee77e41
Removing unnecessary key.
2009-12-17T07:13:05-08:00
<pre>m cake/libs/router.php
m cake/tests/cases/libs/router.test.php
Removing unnecessary key.</pre>
Mark Story
tag:github.com,2008:Grit::Commit/9a4e78af8204e89a9375dbff86b178b59bc657c7
Adding file missed in previous commit.
2009-12-16T19:16:59-08:00
<pre>+ cake/tests/test_app/plugins/test_plugin/controllers/test_plugin_controller.php
Adding file missed in previous commit.</pre>
Mark Story
tag:github.com,2008:Grit::Commit/07870bacfb3cff1b9b1314212f61d75235a6746f
Merge branch '1.3' of git://github.com/cakephp/cakephp1x into 1.3
2009-12-16T15:32:37-08:00
<pre>m cake/libs/router.php
m cake/libs/view/media.php
m cake/tests/cases/dispatcher.test.php
m cake/tests/cases/libs/router.test.php
Merge branch '1.3' of git://github.com/cakephp/cakephp1x into 1.3</pre>
burzum
tag:github.com,2008:Grit::Commit/7aca8dfea4ad1b5dbc9c47a849b6e9462378ca51
Refactoring Dispatchter::cached() and moving asset related code from this method into separate methodes
2009-12-16T15:32:20-08:00
<pre>m cake/dispatcher.php
m cake/tests/cases/dispatcher.test.php
+ cake/tests/test_app/plugins/test_plugin/webroot/css/theme_one.htc
+ cake/tests/test_app/plugins/test_plugin/webroot/css/unknown.extension
Refactoring Dispatchter::cached() and moving asset related code from this method into separate methodes</pre>
burzum
tag:github.com,2008:Grit::Commit/5c6d59ea13a0e1f6f96a2e2e57884bb8151bb074
Adding tests for dispatching plugin shortcut urls.
2009-12-16T13:33:08-08:00
<pre>m cake/dispatcher.php
m cake/tests/cases/dispatcher.test.php
Adding tests for dispatching plugin shortcut urls.
Refactoring Dispatcher::__getController, Dispatcher::_restructureParams to fix compatiblity between router and Dispatcher.</pre>
Mark Story