CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 23 Aug 2025 05:14:06 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100128140036
location: https://web.archive.org/web/20100128140036/https://github.com/cakephp/cakephp1x/comments
server-timing: captures_list;dur=0.667818, exclusion.robots;dur=0.023415, exclusion.robots.policy;dur=0.010982, esindex;dur=0.012137, cdx.remote;dur=29.455384, LoadShardBlock;dur=2437.422570, PetaboxLoader3.resolve;dur=2178.780716, PetaboxLoader3.datanode;dur=182.472030
x-app-server: wwwb-app217
x-ts: 302
x-tr: 2508
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app217; path=/
x-location: All
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: Sat, 23 Aug 2025 05:14:07 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 28 Jan 2010 14:00:36 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "3e0206e00d03236c9dad6eee9071c484"
x-archive-orig-x-runtime: 1052ms
x-archive-orig-content-length: 22668
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 28 Jan 2010 14:00:36 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 22 Dec 2009 08:02:43 GMT", ; rel="prev memento"; datetime="Tue, 22 Dec 2009 08:02:43 GMT", ; rel="memento"; datetime="Thu, 28 Jan 2010 14:00:36 GMT", ; rel="next memento"; datetime="Fri, 05 Mar 2010 16:27:23 GMT", ; rel="last memento"; datetime="Fri, 05 Mar 2010 16:27:23 GMT"
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: 51_14_20100128084904_crawl100-c/51_14_20100128140000_crawl101.arc.gz
server-timing: captures_list;dur=0.456097, exclusion.robots;dur=0.014450, exclusion.robots.policy;dur=0.007374, esindex;dur=0.009876, cdx.remote;dur=32.096207, LoadShardBlock;dur=178.518506, PetaboxLoader3.datanode;dur=327.095015, PetaboxLoader3.resolve;dur=141.120700, load_resource;dur=295.290980
x-app-server: wwwb-app217
x-ts: 200
x-tr: 554
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
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=()
content-encoding: gzip
Comments for cakephp's cakephp1x - GitHub
Comments for cakephp's cakephp1x
cakephp / cakephp1x
- Source
- Commits
- Network (54)
- Downloads (9)
- Graphs
-
Branch:
master
Comments for cakephp's cakephp1x
jrbasso
commented on
cakephp/cakephp1x
Fri Jan 22 02:13:30 -0800 2010


Comment in 513db9a:
I usually don't use i18n calls in the test suite as it can require additional classes to be loaded.

Comment in 513db9a:
You forgot the internationalization in this commit. :)

Comment on cake/libs/model/behavior.php in 4e3aede:
I ment $clas variable (single s only, second parameter for addObject())

Comment on cake/libs/model/behavior.php in 4e3aede:
Where did variable $class came from? I think it should be $this->{$name};

Comment in 826dbc4:
Mark, in line 495 you dont need test $diff because you are in if ($diff) block.

Comment in 6356c6e:
Awsome

Comment in 7b1ccff:
jperras,
In method error500 of ErrorHandler, line 181, the header must be "500 Internal Server Error" and not "500 Not Found".