Message Boards

Bug LPS-15080 TinyMce

lando ls scotto, modified 12 Years ago.

Bug LPS-15080 TinyMce

New Member Posts: 3 Join Date: 11/18/09 Recent Posts
i have liferay 6.0.5 try to apply patch of this issue LPS-15080 "TinyMCE automatically transforms URLs to relative URLs" . . I'm navigate to svn.liferay.com for try to see the difference but always the server response Exception too many open files.


someone can tell me how I can solve .


Thanks
thumbnail
Juan Gonzalez P, modified 12 Years ago.

RE: Bug LPS-15080 TinyMce

Liferay Legend Posts: 3089 Join Date: 10/28/08 Recent Posts
lando ls scotto:
i have liferay 6.0.5 try to apply patch of this issue LPS-15080 "TinyMCE automatically transforms URLs to relative URLs" . . I'm navigate to svn.liferay.com for try to see the difference but always the server response Exception too many open files.


someone can tell me how I can solve .


Thanks


Yep, SVN from web is broken several months ago.

I'd suggest to download sources from 6.1 SVN branch (is solved in 6.1 RC1), guess what classes could be affected (probably those related to TinyMCE), and search in SVN logs for comments with LPS-15080 in it. Then you could get that revision number and create a patch.
thumbnail
Milen Dyankov, modified 12 Years ago.

RE: Bug LPS-15080 TinyMce

Regular Member Posts: 171 Join Date: 9/23/09 Recent Posts
Here you are: https://github.com/liferay/liferay-portal/commit/c5828c4ebb988ebce1e0690e94c667f50ca97f63
I hope this is what you are looking for! Btw, if you clone Liferay's Git repository, you'll have full history locally, which together with the number of tools Git itself offers is IMHO the best way to check (and learn from) how things are done in Liferay.