Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Badges

Any minute now…

yann

Username
yann
Joined
Visits
28
Last Active
Roles
Member
Badges
0
Points
0
Posts
59

Comments

  • Not much of a chance of a bug fix since I have not the time to continue with this. It was a one off but I thought that it maybe useful for others. The code is quiet simple so you should be able to either create new passwords (and send reminders to…
  • Simple bug fix. A value was hard coded (vanillal_test in post.rb) and is now not.
  • New version. # Link to first and last poster now working. # BB Code vs Text now working. # passwords are NOT translated. Yes, read the last line: password are not migrated which means that unless you use single sign on (which I do) the migration…
  • Any chance of a port to Vanilla 1?
  • I guess that this addon is dead now. Still, there is (yet another) bug in there. It does not do UTF-8 names. Once I have worked out how to fix it, I'll post here again.
    in DisplayName Comment by yann January 2010
  • I was getting Warning: Unexpected character in input: '' (ASCII=29) state=1 in /home/yann/projects/vanilla/public_html/extensions/DisplayName/default.php on line 69 Which was due to a ^] inserted at the end of the line. Removing that character m…
  • Is this a dead addon or is it still live? I could do with having a working version...
  • This issue is because of an unsafe use of ForceIncomingString() in the addon. Each and every use of this function should be wrapped in htmlspecialchars() to avoid XSS attacks. Edit files the files default.php library/Function.TagThis.php and make…
    in TagThis Comment by yann December 2009
  • Warning this extension (1.08 and maybe older version too) cause vanilla (1.1.10 and maybe older versions too) to be susceptible to multiple xss attacks. See bug report #19 at http://code.google.com/p/lussumo-vanilla/issues/detail?id=19 for more in…
    in TagThis Comment by yann December 2009
  • This issue is because of an unsafe use of ForceIncomingString() in the addon. Each and every use of this function should be wrapped in htmlspecialchars() to avoid XSS attacks. Edit files the files default.php library/Function.TagThis.php and make…
    in TagThis Comment by yann December 2009
  • Warning this extension (1.08 and maybe older version too) cause vanilla (1.1.10 and maybe older versions too) to be susceptible to multiple xss attacks. See bug report #19 at http://code.google.com/p/lussumo-vanilla/issues/detail?id=19 for more in…
    in TagThis Comment by yann December 2009
  • @SubJunk: Thanks. That did the trick.
    in Notifi Comment by yann November 2009
  • The SQL generating the above is: SELECT SubscribedEntireForum FROM LUM_User WHERE UserID = '16293' SELECT SubscribeComment FROM LUM_User WHERE UserID = '16293' SELECT SubscribeOwn FROM LUM_User WHERE UserID = '16293' SELECT SubscribeComment FROM LU…
    in Notifi Comment by yann November 2009
  • @SubJunk. Yeah, it was version 2.0.3 for the last error. I have upgraded to 2.0.4 and it gives me a similar yet different set of errors. All I have done is to unzip the addon in vanilla-1.1.10/extensions/ and enable it via the settings tab. Is t…
    in Notifi Comment by yann November 2009
  • Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/yann/projects/vanilla/public_html/extensions/Notifi/default.php on line 117 Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resour…
    in Notifi Comment by yann November 2009
  • @SubJunk: Thanks. That did the trick.
    in Notifi Comment by yann November 2009
  • The SQL generating the above is: SELECT SubscribedEntireForum FROM LUM_User WHERE UserID = '16293' SELECT SubscribeComment FROM LUM_User WHERE UserID = '16293' SELECT SubscribeOwn FROM LUM_User WHERE UserID = '16293' SELECT SubscribeComment FROM LU…
    in Notifi Comment by yann November 2009
  • @SubJunk. Yeah, it was version 2.0.3 for the last error. I have upgraded to 2.0.4 and it gives me a similar yet different set of errors. All I have done is to unzip the addon in vanilla-1.1.10/extensions/ and enable it via the settings tab. Is t…
    in Notifi Comment by yann November 2009
  • Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/yann/projects/vanilla/public_html/extensions/Notifi/default.php on line 117 Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resour…
    in Notifi Comment by yann November 2009
  • Thank you very much.
    in Gravatar Comment by yann September 2009
  • Thank you very much.
    in Gravatar Comment by yann September 2009
  • Quick bug report. Quote does not show who it was quoted from hence [quote="fubar"] [/quote] does not show up as a quote from "fubar".
  • Newline breaks are a pain. AutoP is the addon you want. Could you make BBCodeParser depend on it? That way, it would be easier to know about the problem. Otherwise, this addon works great!
  • Quick bug report. Quote does not show who it was quoted from hence [quote="fubar"] [/quote] does not show up as a quote from "fubar".
  • Newline breaks are a pain. AutoP is the addon you want. Could you make BBCodeParser depend on it? That way, it would be easier to know about the problem. Otherwise, this addon works great!
  • @patrict Indeed. This bug is still here and quiet frankly it's a show stopper.
  • @patrict Indeed. This bug is still here and quiet frankly it's a show stopper.
  • I have a patch to sort the categories alphabetically. It is attached at the bottom, hopefully it won't look horrid. @ithcy: I could send you the patch via email if you wanted to include it in the next release. 41,43d40 < $list = array(); …
  • http://vanillaforums.org/discussion/10231/highlight-category-in-panel./#Item_1 @ithcy: which one would you rather I did?
  • I have done a single sign on for Vanilla 1 and it was as simple as reading the code and following the instruction therein. I have no idea about 2 but I remembering seeing a plugin for it.