Mambo Tracker-> Tue, 27 Jul 2010 17:47:40 -0400 Mambo Tracker System http://mambo-developer.org/tracker/ FS#477: includes/vcard.class.php Luis Tue, 27 Jul 2010 17:47:40 -0400
php 5.3.2 includes a function name wholes themselves

Regards

Luis]]>
http://mambo-developer.org/tracker/index.php?do=details&task_id=477 http://mambo-developer.org/tracker/index.php?do=details&task_id=477
FS#476: methods query, setBareQuery and setQuery of database class are not consistent Andres Felipe Vargas valencia Thu, 01 Jul 2010 11:52:53 -0400 setBareQuery, sets the sql to execute WITHOUT process the #__ prefix

Now the query method allows to pass a sql as argument, but this sql is not getting processed, it sounds to me that the *only* way to avoid the process should be using setBareQuery, all the others methods have to process the sql. ]]>
http://mambo-developer.org/tracker/index.php?do=details&task_id=476 http://mambo-developer.org/tracker/index.php?do=details&task_id=476
FS#475: Add Banner Ad Graphics To Banner Ad Manager D.Dancer Thu, 20 May 2010 13:38:35 -0400 At about lines 92 to 104 or there abouts, modify as following:


]]>
http://mambo-developer.org/tracker/index.php?do=details&task_id=475 http://mambo-developer.org/tracker/index.php?do=details&task_id=475
FS#474: Created date continually adds offset when editing content Dion McCracken Tue, 22 Dec 2009 20:27:17 -0500
I recently upgraded from 4.6.2 to 4.6.5. The upgrade went smoothly, and I edited the new config with our site settings - including our offset of +18.

When creating a new content item, the time displayed on the front end is correct.

However, when we modify the item, the offset is applied again (i.e. the Server time + the offset + the offset)!

e.g. I created a test item, and the front end displayed the time/date of "Dec 22, 2009 at 10:15 AM " as expected.

I edited the content, just adding a line of text and nothing else, and now the time/date displays "Dec 23, 2009 at 04:15 AM" on the front end.

If I edit again, the offset gets added once again ("Dec 23, 2009 at 10:15 PM").

When editing an existing content item, I note that the "Override created date" field is populated with the time currently displayed on the frontend - the offset is then applied to that when saving. If I edit the content again, the "Override created date" field is again populated, with the new "front end displayed time".

I attempted to troubleshoot and got some help at:

http://forum.mambo-foundation.org/showthread.php?t=17838

... to no avail.

We also tried a fresh install with a fresh database and saw the exact same behaviour with the sample data (i.e. we did not use our production database or site files, only the clean install code / database).

Install is on:

PHP version 5.2.11
MySQL version 4.1.22-standard

Thanks in advance.]]>
http://mambo-developer.org/tracker/index.php?do=details&task_id=474 http://mambo-developer.org/tracker/index.php?do=details&task_id=474
FS#473: How can I show my pages from Mambo if mambo is located at root/mambo Alicia Tue, 08 Dec 2009 21:14:29 -0500 I'm in troubles, I have created a site "mysite.com" and I have installed mambo in a carpet inside this and it is called of course mambo.
So how can I make that the default site that i have in mysite.com/mambo/ can be showed into mysyte.com ??
what I should do for gettin the mambo in root carpet.....]]>
http://mambo-developer.org/tracker/index.php?do=details&task_id=473 http://mambo-developer.org/tracker/index.php?do=details&task_id=473
FS#472: Add spell checker support to Mambo Lynne Pope Wed, 11 Nov 2009 06:53:22 -0500
There are two versions.
The service, which plugs in:

http://www.afterthedeadline.com/

And the source code, which is open source and GPL: http://open.afterthedeadline.com/

At the moment, it only supports English so is not appropriate to use in the core. It would be useful to add support into the core and to make it into an optional core extension though.]]>
http://mambo-developer.org/tracker/index.php?do=details&task_id=472 http://mambo-developer.org/tracker/index.php?do=details&task_id=472
FS#471: using a menu at two positions produce wrong links. Desarrollo de Soluciones Abiertas SL Wed, 11 Nov 2009 06:23:31 -0500
option=com_blahblah&Itemid

]]>
http://mambo-developer.org/tracker/index.php?do=details&task_id=471 http://mambo-developer.org/tracker/index.php?do=details&task_id=471
FS#470: PHP5.3 errors with PEAR cache_lite Lynne Pope Tue, 03 Nov 2009 19:32:42 -0500
i am using mambo vs 4.6.0 and our host server updated to php vs 5.3 as of today without letting me know and i am getting various warnings allover our site.

Warning: Parameter 3 to showSection() expected to be a reference, value given in ........./www/includes/Cache/Lite/Function.php on line 100

code is:
} else { // function
$result = call_user_func_array($target, $arguments);
}]]>
http://mambo-developer.org/tracker/index.php?do=details&task_id=470 http://mambo-developer.org/tracker/index.php?do=details&task_id=470
FS#469: Multiple Categories for Weblinks Lee Lang Tue, 03 Nov 2009 18:40:55 -0500 http://mambo-developer.org/tracker/index.php?do=details&task_id=469 http://mambo-developer.org/tracker/index.php?do=details&task_id=469 FS#468: Password Reminder module - PHP missing global variable declaration Kevin Mon, 02 Nov 2009 01:05:53 -0500
function: sendNewPass

global: $mosConfig_mailfrom is not declared, therefore causing an error on line 92:

mosMail($mosConfig_mailfrom, $mosConfig_fromname, $confirmEmail, $subject, $message);

when attempting to request a password reminder sent to the user/email address specified.

here is the apache log file error proving the condition:

PHP Notice: Undefined variable: mosConfig_mailfrom in C:\\blah\\components\\com_registration\\registration.php on line 92, referer: http://www.example.com/index.php?option=com_registration&task=lostPassword

The fix is to add $mosConfig_mailfrom to the list of global declarations at the start of the sendNewPass function.]]>
http://mambo-developer.org/tracker/index.php?do=details&task_id=468 http://mambo-developer.org/tracker/index.php?do=details&task_id=468