Report new bug | New search | Development Roadmap Status: Open | Feedback | All

Request #9118 Added new feature to pepr
Submitted: 2006-10-21 03:10 UTC
From: davidc Assigned: cellog
Status: Closed Package: Web Site
PHP Version: 5_2 CVS-2006-10-20 OS: Linux
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 26 - 13 = ?

 
 [2006-10-21 03:10 UTC] davidc (David Coallier)
Description: ------------ I have added a new feature to pepr that can easily be added up to most textareas on the site. Url to come

Comments

 [2006-10-21 03:14 UTC] davidc (David Coallier)
http://dev.agoraproduction.com/pear/pearweb/bugs/9118/ The javascript file has to go into public_html/javascript It's rather simple (It's a bb code helper - to insert bbcodes faster) might have to change some behaviors in js, but works for now (set it as beta) Thanks
 [2006-10-31 21:38 UTC] cellog (Greg Beaver)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better. the patch doesn't work in firefox 1.5, as "is_gecko" is not defined or is false. I think we need better browser detection. I took the txtarea=document.getElementById(txtarea) and put it outside the if(), then it started working.