The Joomla! Forum ™





Post new topic Reply to topic  [ 40 posts ]  Go to page 1, 2  Next
Author Message
PostPosted: Sun Feb 26, 2006 8:12 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Thu Aug 18, 2005 8:53 am
Posts: 812
Location: Switzerland
One more bug we overseen while using built-in SEF :( :

We found this on http://www.joomlapolis.com/  in commenting on blogs using mamblog, when clicking on a smiley, it has an url like "javascript:........" which gets sefRelToAbs-ed for an unknown reason (would consider this almost as a bug of the mamblog component)....

Unfortunately in the new SEF sefRelToAbs() function of 1.0.7 and 1.0.8 it seems that "javascript:ac_smilie(':-)');" gets the site-name prepended.... so we get in our case:

http://www.joomlapolis.com/javascript&# ... smilie(':-)');

This is probably in includes/sef.php , but I didn't have time to look more in detail.

_________________
Beat 8)
www.joomlapolis.com <= Community Builder + CBSubs Joomla membership payment system - team
hosting.joomlapolis.com <= Joomla! Hosting, by the CB Team


Last edited by stingrey on Wed Mar 08, 2006 10:02 am, edited 1 time in total.

Top
 Profile  
 
PostPosted: Sun Feb 26, 2006 8:36 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Oct 12, 2005 9:30 pm
Posts: 42
Location: Princeton, NJ
After upgrading from 0.7 to 0.8 all mailto links are broken.  HTML looks ok within Joomla backend, but when you look at source from the browser it shows typical (This email address is being protected….
How do I fix it? Please help.

Thanks

_________________
http://www.molbio.princeton.edu


Top
 Profile  
 
PostPosted: Sun Feb 26, 2006 8:53 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Sep 10, 2005 12:15 am
Posts: 41
this is normal, mailto links are protected from spam by this way;
when you clic in a mailto link, with javascript activated, it works


Top
 Profile  
 
PostPosted: Sun Feb 26, 2006 8:56 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Oct 22, 2005 7:12 pm
Posts: 33
The problem with the mail links is that the domain is added before them:

Code:
http://www.spiritofhouse.net//mailto:%3Cscript%20language='JavaScript'%20type='text/


Correct would be:

Code:
mailto:%3Cscript%20language='JavaScript'%20type='text/


Mike


Top
 Profile  
 
PostPosted: Sun Feb 26, 2006 9:05 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Oct 12, 2005 9:30 pm
Posts: 42
Location: Princeton, NJ
Thanks,
Java script is activated, the actual problem is that some pages on the website suddenly broken after upgrade and some pages just fine!
Example:
Here is the OK page:
http://www.molbio2.princeton.edu/index. ... Itemid=110
And here is the broken page:
http://www.molbio2.princeton.edu/index. ... Itemid=109

Why the upgrade messed up mailto on one page but did not change the other?
Thanks

_________________
http://www.molbio.princeton.edu


Top
 Profile  
 
PostPosted: Sun Feb 26, 2006 10:11 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Thu Aug 18, 2005 8:53 am
Posts: 812
Location: Switzerland
MikeFossati wrote:
The problem with the mail links is that the domain is added before them:

Code:
http://www.spiritofhouse.net//mailto:%3Cscript%20language='JavaScript'%20type='text/


Correct would be:

Code:
mailto:%3Cscript%20language='JavaScript'%20type='text/


Mike


Mike,

Does this problem appear with core SEF activated ? and also with core SEF deactivated ?

Looks that mailto: are treated similar to the javascript: problem reported above.

Can you please confirm which SEF mode you had (on/off, 3pd sef), and if problem arises also in the other mode ?

_________________
Beat 8)
www.joomlapolis.com <= Community Builder + CBSubs Joomla membership payment system - team
hosting.joomlapolis.com <= Joomla! Hosting, by the CB Team


Top
 Profile  
 
PostPosted: Sun Feb 26, 2006 10:27 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Oct 22, 2005 7:12 pm
Posts: 33
Beat wrote:
MikeFossati wrote:
The problem with the mail links is that the domain is added before them:

Code:
http://www.spiritofhouse.net//mailto:%3Cscript%20language='JavaScript'%20type='text/


Correct would be:

Code:
mailto:%3Cscript%20language='JavaScript'%20type='text/


Mike


Mike,

Does this problem appear with core SEF activated ? and also with core SEF deactivated ?

Looks that mailto: are treated similar to the javascript: problem reported above.

Can you please confirm which SEF mode you had (on/off, 3pd sef), and if problem arises also in the other mode ?



I have the built in SEF enabled. The problem also is present when I disable it.

Mike


Top
 Profile  
 
PostPosted: Sun Feb 26, 2006 11:02 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Oct 12, 2005 9:30 pm
Posts: 42
Location: Princeton, NJ
Quote:
But still I've got the same problem with the mailto links


Something is wrong in /includes/sef.php file. I can’t find or proof it yet but it looks like it is the file to look at

_________________
http://www.molbio.princeton.edu


Top
 Profile  
 
PostPosted: Mon Feb 27, 2006 3:52 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Wed Oct 12, 2005 9:30 pm
Posts: 42
Location: Princeton, NJ
After upgrading from 0.7 to 0.8 all mailto links are broken.  HTML looks ok within Joomla backend, but when you look at page source from the browser it shows typical: This email address is being protected…
Replacement of includes/sef.php from 0.8 dist. with the sef.php file from 0.7 distribution fixed the problem.

Beat wrote:
One more bug we overseen while using built-in SEF :( :

We found this on http://www.joomlapolis.com/&nbsp; in commenting on blogs using mamblog, when clicking on a smiley, it has an url like "javascript:........" which gets sefRelToAbs-ed for an unknown reason (would consider this almost as a bug of the mamblog component)....

Unfortunately in the new SEF sefRelToAbs() function of 1.0.7 and 1.0.8 it seems that "javascript:ac_smilie(':-)');" gets the site-name prepended.... so we get in our case:

http://www.joomlapolis.com/javascript&# ... smilie(':-)');

This is probably in includes/sef.php , but I didn't have time to look more in detail.



MikeFossati wrote:
The problem with the mail links is that the domain is added before them:

Code:
http://www.spiritofhouse.net//mailto:%3Cscript%20language='JavaScript'%20type='text/


Correct would be:

Code:
mailto:%3Cscript%20language='JavaScript'%20type='text/


Mike


A see the code changes in sef.php, but can’t identify the problem.
Thanks

_________________
http://www.molbio.princeton.edu


Top
 Profile  
 
PostPosted: Mon Feb 27, 2006 6:16 am 
User avatar
Joomla! Hero
Joomla! Hero
Offline

Joined: Mon Aug 15, 2005 4:36 pm
Posts: 2756
Location: Marikina, Metro Manila, Philippines
Beat wrote:
We found this on http://www.joomlapolis.com/&nbsp; in commenting on blogs using mamblog, when clicking on a smiley, it has an url like "javascript:........" which gets sefRelToAbs-ed for an unknown reason (would consider this almost as a bug of the mamblog component)....

Unfortunately in the new SEF sefRelToAbs() function of 1.0.7 and 1.0.8 it seems that "javascript:ac_smilie(':-)');" gets the site-name prepended.... so we get in our case:

http://www.joomlapolis.com/javascript&# ... smilie(':-)');


MikeFossati wrote:
The problem with the mail links is that the domain is added before them:

Code:
http://www.spiritofhouse.net//mailto:%3Cscript%20language='JavaScript'%20type='text/




I blieve this is due to abug in the mosSEF bot.

For now the easiest solution is to unpublish the bot.

_________________
Rey Gigataras - Joomlatools Team Member
http://www.joomlatools.eu <-- Joomla extensions that just work
http://path.to/rey.gigataras <-- About Me :)
Online Community Manager, Support Engineer, Web Developer, Event Manager, Sports Coach :D


Top
 Profile  
 
PostPosted: Mon Feb 27, 2006 6:35 am 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Sat Aug 20, 2005 3:58 am
Posts: 776
Location: Australia
Quote:

I blieve this is due to abug in the mosSEF bot.

For now the easiest solution is to unpublish the bot


In some scripts I also found that the mosConfig_live_site was prepended to certain strings.
That does not look good when viewing that in the pages and could cause security risks.

However, I did replace the includes/sef.php in version 1.0.8 with the one from version 1.0.7 and the problem disappeared.

Would unpublishing mosSef be a better solution?
Does it harm somewhere by using the 'older version' of sef.php?

UPDATE:
Tried unpublishing mosSEF and leaving sef.php of 1.0.8
Same problem.

Now I leave mosSEF published and have sef.php of 1.0.7
No problem.

Just read a quote at my site:
Quote:
Things will get better despite our efforts to improve them.

Will Rogers
Quote: 7296 of 11221

_________________
There is no failure until you give up.
Chris
http://www.sengers-au.com


Last edited by Chris on Mon Feb 27, 2006 7:00 am, edited 1 time in total.

Top
 Profile  
 
PostPosted: Mon Feb 27, 2006 7:56 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Oct 22, 2005 7:12 pm
Posts: 33
stingrey wrote:
I blieve this is due to abug in the mosSEF bot.

For now the easiest solution is to unpublish the bot.


Does this mean we have to disable SEF at all?

Mike


Top
 Profile  
 
PostPosted: Mon Feb 27, 2006 10:49 am 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Fri Aug 12, 2005 3:47 pm
Posts: 14953
Location: **Translation Matters**
MikeFossati wrote:
stingrey wrote:
I blieve this is due to abug in the mosSEF bot.

For now the easiest solution is to unpublish the bot.


Does this mean we have to disable SEF at all?

Mike

No, as far as I can see, but cache cleaning is mandatory.

_________________
Jean-Marie Simonet / infograf · http://www.info-graf.fr · GMT +1
Multilanguage in 1.7: http://help.joomla.org/files/EN-GB_mult ... torial.pdf
---------------------------------
Joomla Translation Coordination Team • Joomla! Production Working Group


Top
 Profile  
 
PostPosted: Mon Feb 27, 2006 11:54 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Mon Feb 27, 2006 11:32 am
Posts: 1
so to fix the prepending of the site URL to javascript calls we need to:

replace the includes/sef.php from v108 with the one from v107?

cheers!


Top
 Profile  
 
PostPosted: Mon Feb 27, 2006 12:11 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Oct 22, 2005 7:12 pm
Posts: 33
whoey629 wrote:
so to fix the prepending of the site URL to javascript calls we need to:

replace the includes/sef.php from v108 with the one from v107?

cheers!


You could also disable the SEF mambot, but this breaks SEF for links in content items.

Mike


Top
 Profile  
 
PostPosted: Mon Feb 27, 2006 8:11 pm 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Sat Aug 20, 2005 3:58 am
Posts: 776
Location: Australia
MikeFossati wrote:
whoey629 wrote:
so to fix the prepending of the site URL to javascript calls we need to:

replace the includes/sef.php from v108 with the one from v107?

cheers!


You could also disable the SEF mambot, but this breaks SEF for links in content items.

Mike

In my experience, disabling mosSEF will NOT solve the problem for me.
Replacing 1.0.7 sef.php DOES solve the problem for me

_________________
There is no failure until you give up.
Chris
http://www.sengers-au.com


Top
 Profile  
 
PostPosted: Tue Feb 28, 2006 1:12 am 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Sat Sep 03, 2005 10:54 am
Posts: 314
Location: San Francisco, CA
I had to back out to svn 2220. to get it working.

It broke one site on Friday in svn of 1.0 but I dropped the bug report. sorry


Top
 Profile  
 
PostPosted: Tue Feb 28, 2006 7:21 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Feb 27, 2006 2:13 pm
Posts: 12
Location: Denmark
I can repeat the following on 3 Sites (one is standard Joomla v.1.0.8 and you are welcome to login as guest (guest). No WISIWYG editor.

On 'Welcome to Joomla!' document, I pasted mailto: link at the buttom. Code is correct ...  ;)
On the live Site (i.e. http://www.waww.dk/content/view/1/2/) the result is 404 Not Found error as the link code is not correct.

Cannot figure out why this happens. But try for your self - on my test site or follow this procedure:

1) Upgrade to 1.0.8.
2) Change htaccess.txt to .htaccess and enable SEF (standard - not openSEF).
3) Paste below link on your frontpage or any content document:
TEST
4) Save and check live link.

On all my sites - what should be mailto:test@test.com is changed to http://www.domain.com/mailto:test@test.com  resulting in 404 page error ...  Links created in version 1.0.7 are OK.

5) Disable SEF and everything is OK again.

Note: If you can paste the same link to your contact component it works fine with SEF enabled and disabled.

Can anyone confirm this issue or where to start troubleshooting ?

Thanks
Jesper


Top
 Profile  
 
PostPosted: Tue Feb 28, 2006 7:33 am 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Sat Aug 20, 2005 3:58 am
Posts: 776
Location: Australia
Have a look at:

http://forum.joomla.org/index.php/topic,41377.0.html

You should get the sef.php 1.0.7 and put it in version 1.0.8 adn it should be OK again.

_________________
There is no failure until you give up.
Chris
http://www.sengers-au.com


Top
 Profile  
 
PostPosted: Tue Feb 28, 2006 7:37 am 
Joomla! Ace
Joomla! Ace
Offline

Joined: Wed Jan 25, 2006 8:46 am
Posts: 1091
Did you read the instructions in the htaccess.txt?

_________________
http://www.provisionstudio.com - Professional webdesign and IT Services


Top
 Profile  
 
PostPosted: Tue Feb 28, 2006 7:55 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Feb 27, 2006 2:13 pm
Posts: 12
Location: Denmark
No, I did not read the instructions in the htaccess.txt.

Tried the following

##  Can be commented out if causes errors, see notes above.
Options FollowSymLinks

#
#  mod_rewrite in use

RewriteEngine On

But then not page links are working.


Top
 Profile  
 
PostPosted: Tue Feb 28, 2006 8:03 am 
Joomla! Ace
Joomla! Ace
Offline

Joined: Wed Jan 25, 2006 8:46 am
Posts: 1091
Try this:

#
#  mod_rewrite in use

RewriteEngine On

RewriteBase /#

_________________
http://www.provisionstudio.com - Professional webdesign and IT Services


Top
 Profile  
 
PostPosted: Tue Feb 28, 2006 8:09 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Feb 27, 2006 2:13 pm
Posts: 12
Location: Denmark
Now page links work, but mailto: links are still not correct ... :P

Should I try replacing the includes/sef.php from v108 with the one from v107 ?

Thanks for your participation
Jesper


Top
 Profile  
 
PostPosted: Tue Feb 28, 2006 8:21 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon Feb 27, 2006 2:13 pm
Posts: 12
Location: Denmark
After replacing includes/php.sef with the one from 107, the links are now working again.


Top
 Profile  
 
PostPosted: Tue Feb 28, 2006 1:04 pm 
User avatar
Joomla! Hero
Joomla! Hero
Offline

Joined: Mon Aug 15, 2005 4:36 pm
Posts: 2756
Location: Marikina, Metro Manila, Philippines
The bug with mailto links and javascript having the livesite appended is not a problem with sef.php

It is a problem with the mossef bot, which parses the text for link tags and determines whether it should replace them with a SEF'd version of the link.

_________________
Rey Gigataras - Joomlatools Team Member
http://www.joomlatools.eu <-- Joomla extensions that just work
http://path.to/rey.gigataras <-- About Me :)
Online Community Manager, Support Engineer, Web Developer, Event Manager, Sports Coach :D


Top
 Profile  
 
PostPosted: Tue Feb 28, 2006 1:13 pm 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Fri Aug 12, 2005 3:47 pm
Posts: 14953
Location: **Translation Matters**
Any solution yet, Rey?
(same question for the utf8 feed)

_________________
Jean-Marie Simonet / infograf · http://www.info-graf.fr · GMT +1
Multilanguage in 1.7: http://help.joomla.org/files/EN-GB_mult ... torial.pdf
---------------------------------
Joomla Translation Coordination Team • Joomla! Production Working Group


Top
 Profile  
 
PostPosted: Sun Mar 05, 2006 7:15 pm 
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Mon Dec 12, 2005 9:59 pm
Posts: 261
Is this really the same problem:
http://forum.joomla.org/http://phpbb.joomla.org//viewtopic.php?p=233567#p233567

Because replacing mossef.php with the old version and unpublishing the SEF mambot does not help, I'm still getting the entry from the htaccess file in my URL's for internal page, file, and image links when using wysiwyg editors.  Even turning SEO off doesn't help.


Top
 Profile  
 
PostPosted: Mon Mar 06, 2006 8:42 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Sep 17, 2005 9:40 pm
Posts: 29
User heavnstrl seems to have found a solution: http://forum.joomla.org/index.php/topic,43610.0.html

I have tested it and it works for me.

Quote:
I was having my live site url pre-pended to all by mailto links after upgrading from 1.07 to 1.08. Corrected this by chainging line 69 of mambots/content/mossef.php as follows...

  if ( count( $count ) > 2 ) {

changed to

  if ( count( $count ) >= 2 ) {

regards, carl


Top
 Profile  
 
PostPosted: Mon Mar 06, 2006 8:53 am 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Fri Aug 12, 2005 3:47 pm
Posts: 14953
Location: **Translation Matters**
You should test SVn now as quite a few items have been changed:
Changes entre 108 et 1.0.x SVN
Quote:
01-Mar-2006 Rey Gigataras
* SECURITY [ Low Level ]: Harden mosmsg

# Fixed artf3656 : contact-component, dropdown

---


228-Feb-2006 Rey Gigataras
# Fixed artf3655 : Login module error
# Fixed artf3668 : mosemailcloak bug with mailto:
# Fixed artf3681 : invalid markup in com_content showCategories()
# Fixed artf3688 : Hardcoded text in contact.html.php
# Fixed artf3664 : Image links gets preceeded by "Live Site" URL after v1.0.8 upgrade
# Fixed artf3703 : configuration.php-dist has a typo
# Fixed [topic,41404.0.html] : configuration.php-dist missing `;`

2/03/06 7:43 Starting synchronization for "jooma 1,0 to 109".
Synchronizing joomla109Sandbox => Joomla1.0.9. 30 files (503 K) to copy.

Copied the file Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:CHANGELOG.php, 56 K, modified 1/03/06 7:38:44.
Copied the file Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:configuration.php-dist, 4 K, modified 28/02/06 11:43:54.
Copied the file Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:index.php, 7 K, modified 28/02/06 11:42:20.
Copied the file Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:administrator:index.php, 4 K, modified 28/02/06 11:42:20.
Copied the file Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:includes:frontend.php, 7 K, modified 1/03/06 7:38:44.
Copied the file Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:includes:joomla.php, 149 K, modified 1/03/06 7:38:44.

Copied the file Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:language:english.php, 24 K, modified 28/02/06 14:31:00.
Copied the file Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:modules:mod_login.php, 5 K, modified 1/03/06 7:38:44.
Copied the file Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:components:com_contact:contact.html.php, 18 K, modified 28/02/06 14:31:00.
Copied the file Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:components:com_contact:contact.php, 19 K, modified 1/03/06 5:36:51.
Copied the file Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:components:com_content:content.html.php, 38 K, modified 28/02/06 14:18:00.

Copied the file Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:mambots:content:mossef.php, 3 K, modified 28/02/06 14:59:06.
2/03/06 7:43 Synchronization "jooma 1,0 to 109" complete. Elapsed time = 00:00:00.
-----------

02-Mar-2006 Rey Gigataras
# Fixed artf3728 : Error if change the "Syndicate" name in db table "jos_components"
# Fixed artf3731 : mod_newsflash shows errors when no items are available
# Fixed artf3733 : Site (frontend): url to the site is added to the entered link in a content item.
# Fixed artf3696 : Typo Site Mambot: Edit [ TinyMCE WYSIWYG Editor ]
# Fixed artf3658 : "New" Content Link/Image Showing With No Categories Present
# Fixed artf3697 : sefreltoabs error with links to other sites

4/03/06 8:03 Starting synchronization for "jooma 1,0 to 109".
Synchronizing joomla109Sandbox => Joomla1.0.9. 13 files (212 K) to copy.
Deleted the file "Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:cache:cache_94afbfb2f291e0bf253fcf222e9d238e_dd856cf256a346364f1abd6a3a0b9e88". 4 K, modified 3/03/06 11:35:56.
Deleted the folder "Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:components:com_joomlaxplorer".
Copied the file Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:.DS_Store, 13 K, modified 2/03/06 7:18:11.
Copied the file Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:CHANGELOG.php, 57 K, modified 2/03/06 13:45:37.
Copied the file Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:includes:frontend.php, 8 K, modified 2/03/06 11:14:37.
Copied the file Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:includes:sef.php, 14 K, modified 2/03/06 13:45:37.
Copied the file Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:includes:version.php, 3 K, modified 3/03/06 9:24:30.
Copied the file Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:modules:mod_login.php, 5 K, modified 3/03/06 7:24:54.
Copied the file Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:modules:mod_newsflash.php, 4 K, modified 2/03/06 11:49:47.
Copied the file Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:components:com_content:content.html.php, 38 K, modified 2/03/06 12:37:23.
Copied the file Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:includes:domit:xml_domit_lite_parser.php, 57 K, modified 2/03/06 12:23:40.
Copied the file Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:mambots:content:mossef.php, 3 K, modified 2/03/06 11:58:31.
Copied the file Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:mambots:editors:tinymce.xml, 7 K, modified 2/03/06 12:19:40.
Copied the file Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:administrator:components:com_syndicate:admin.syndicate.php, 3 K, modified 2/03/06 11:14:37.
Copied the file Macintosh HD:Library:WebServer:Documents:Joomla1.0.9:administrator:components:com_menus:content_section:content_section.xml, 7 K, modified 2/03/06 12:37:23.
4/03/06 8:04 Synchronization "jooma 1,0 to 109" complete. Elapsed time = 00:00:01.

_________________
Jean-Marie Simonet / infograf · http://www.info-graf.fr · GMT +1
Multilanguage in 1.7: http://help.joomla.org/files/EN-GB_mult ... torial.pdf
---------------------------------
Joomla Translation Coordination Team • Joomla! Production Working Group


Top
 Profile  
 
PostPosted: Tue Mar 07, 2006 4:07 pm 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Fri Aug 12, 2005 3:47 pm
Posts: 14953
Location: **Translation Matters**
The mailto problem looks like solved in SVN.

_________________
Jean-Marie Simonet / infograf · http://www.info-graf.fr · GMT +1
Multilanguage in 1.7: http://help.joomla.org/files/EN-GB_mult ... torial.pdf
---------------------------------
Joomla Translation Coordination Team • Joomla! Production Working Group


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 40 posts ]  Go to page 1, 2  Next



Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group