Closed
Bug 435347
Opened 18 years ago
Closed 16 years ago
run mozparty on php 5.2
Categories
(Webtools Graveyard :: Party Tool, defect)
Webtools Graveyard
Party Tool
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: rflint, Unassigned)
Details
Attachments
(1 file)
|
7.39 KB,
patch
|
rflint
:
review+
|
Details | Diff | Splinter Review |
Should use the GMap API to fetch the CountryNameCode for the country field at the very least. Doing the rest of the address is probably not worth it.
Updated•18 years ago
|
Assignee: nobody → buchanae
Comment 1•18 years ago
|
||
Attachment #322631 -
Flags: review?(rflint)
| Reporter | ||
Comment 2•18 years ago
|
||
Comment on attachment 322631 [details] [diff] [review]
canonicalize country, use libcurl for Google geocoder request
>Index: app/vendors/webServices.php
>===================================================================
Use the WebServices component (http://viewvc.svn.mozilla.org/vc/projects/mozparty/trunk/app/controllers/components/web_services.php) and WebServices::googleGeocode() :)
Attachment #322631 -
Flags: review?(rflint) → review+
Comment 3•18 years ago
|
||
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 4•18 years ago
|
||
when trying to create an event, it craps out: http://pastebin.mozilla.org/444750
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 5•18 years ago
|
||
16:37 < buchanae> ok, fixed in r13986
this was fixed by surpressing errors. This needs to be properly fixed.
Target Milestone: 2.0 → 2.2
Comment 6•18 years ago
|
||
this is a dependency on PHP 5.2+ (I'm pretty sure)
cake is relying on "variable length lookbehind" in a regular expression
https://trac.cakephp.org/ticket/4110
Updated•18 years ago
|
Severity: normal → major
Updated•18 years ago
|
Severity: major → normal
Comment 7•18 years ago
|
||
this bug needs to be fixed eventually -- either with upgrading php or patching cake.
Target Milestone: 2.2 → ---
Updated•18 years ago
|
Assignee: buchanae → nobody
Status: REOPENED → NEW
Updated•18 years ago
|
Summary: Use geocoder to canonicalize shipping address → run mozparty on php 5.2
Comment 8•16 years ago
|
||
Closing old bugs. This website doesn't exist anymore
Status: NEW → RESOLVED
Closed: 18 years ago → 16 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•