Search the web
Sign In
New User? Sign Up
fotonotes · FotoNotes Hackers List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
A couple possible bugs?   Message List  
Reply | Forward Message #107 of 116 |
Hi,

A couple of things I came across that might be problems:

1) fnEscapeHTML should add /g to the regex's:
return html.replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g,
'&gt;');

2) The line in fnAddNote: newArea.appendChild(newID);
should be: newNote.appendChild(newID);

3) Also, when adding a new note, I think you need to set the title
attribute of the 'fn-note-id' span to whatever the noteID is in
fnEditComplete, or people will get errors when they try to edit a note
that they've just added in the same session.

BTW, I love this app you've created - thank you! I'm in the process
of modifying it to work with MediaWiki software so people can add
annotations to uploaded images. It's been a pretty straightforward
modification. If you're interested, I'll give you the modification
when I'm done.






Sun Oct 29, 2006 5:59 am

quassdw
Online Now Online Now
Send Email Send Email

Forward
Message #107 of 116 |
Expand Messages Author Sort by Date

Hi, A couple of things I came across that might be problems: 1) fnEscapeHTML should add /g to the regex's: return html.replace(/&/g, '&amp;').replace(/</g,...
Dallan Quass
quassdw
Online Now Send Email
Oct 29, 2006
5:59 am

Dan, Thanks for the good eyes. I've made the changes and need to get them into the repository. It would be terrific to add your mediawiki version into the...
Greg Elin
greg@...
Send Email
Oct 29, 2006
2:48 pm

I just barely finished the MediaWiki extension. I've posted installation instructions at http://meta.wikimedia.org/wiki/Fotonotes. Please let me know what...
dallan
quassdw
Online Now Send Email
Nov 1, 2006
9:31 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help