vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Integration with vBulletin - vbMediaWiki Vector (https://vborg.vbsupport.ru/showthread.php?t=247279)

bepe 08-20-2010 07:38 AM

Quote:

Originally Posted by Daryn (Post 2086585)
I have a question about the User Registration Regex. I have a few users who have non english characters in their usernames. If I change this setting to allow only alphanumeric characters does this mean that they will be forced to change their userid or otherwise not be able to login? Or will it simply only allow users going forward to only use those specific characters?

Yes, it would only affect new user registrations. Worst case would be that two users get the same Wiki account.
e.g:
VB username 1: "test_test"
VB username 2: "test test"
Both would use the "Test test" wiki user account, because all '_' will be converted to ' '.

For tests I created an user "_test : ? ^ & ( ) *" in VB, even there the user was able to use the wiki with this username: "Test : ? ^ & ( ) *" and the userpage was: "User:Test_:_%3F_^_%26_(_)_*"
As you see the first char should not be an '_' or an ' ' else it just gets removed, the other chars did not really make a problem.

I need to do some more tests to see what chars we really need to disallow.

Daryn 08-20-2010 10:09 AM

Quote:

Originally Posted by bepe (Post 2086750)
Yes, it would only affect new user registrations. Worst case would be that two users get the same Wiki account.
e.g:
VB username 1: "test_test"
VB username 2: "test test"
Both would use the "Test test" wiki user account, because all '_' will be converted to ' '.

For tests I created an user "_test : ? ^ & ( ) *" in VB, even there the user was able to use the wiki with this username: "Test : ? ^ & ( ) *" and the userpage was: "User:Test_:_%3F_^_%26_(_)_*"
As you see the first char should not be an '_' or an ' ' else it just gets removed, the other chars did not really make a problem.

I need to do some more tests to see what chars we really need to disallow.

Thank you for the info. I did a bit of digging as well and found out that the characters forbidden in a username are the same as those that are forbidden in a page title. There is an article that talks about that here.

http://en.wikipedia.org/wiki/Wikiped...den_characters

I hope that helps a little bit. Based on that I think you should be able to get a regex that should work for just about everyone.

bferrell 08-20-2010 10:59 AM

With this new mod, are the users in the MediaWiki table ignored? My users are getting login errors on the old product, and I was looking for a way to delete them out of the MW user tables, but if this mod solves that, I'll uninstall the old mod and install this one. Thanks for any advice.

Brett

bepe 08-20-2010 12:13 PM

Quote:

Originally Posted by Daryn (Post 2086786)
Thank you for the info. I did a bit of digging as well and found out that the characters forbidden in a username are the same as those that are forbidden in a page title. There is an article that talks about that here.

http://en.wikipedia.org/wiki/Wikiped...den_characters

I hope that helps a little bit. Based on that I think you should be able to get a regex that should work for just about everyone.

Yes, I've read that page, but not all the page title restrictions are needed for the user.
I've come up with this now:
PHP Code:

/^[^#:~\/[\]]{1}[^_#:~\/[\]]*$/ 

[^_ #:~\/[\]]{1} -> for avoiding space as first char
_ -> would be converted to a space in the username
# -> Wiki does not allow it
: -> someone might use a username like 'Talk:ToMe' ... that would be a Wiki Namespace
~ -> Wiki does not allow this sequence: '~~~'
/ -> Name is used in the URL, so we cannot have users with something like "../" or "./" or "/../" in the name... so disallow the '/' or the '.'
[] -> Wiki does not allow it

bepe 08-20-2010 12:20 PM

Quote:

Originally Posted by bferrell (Post 2086798)
With this new mod, are the users in the MediaWiki table ignored? My users are getting login errors on the old product, and I was looking for a way to delete them out of the MW user tables, but if this mod solves that, I'll uninstall the old mod and install this one. Thanks for any advice.

Brett

I did some changes to the login stuff... but even with the old version there should not have been problems if an user name exists in the Wiki User DB already... this mod will just use the existing Wiki user if the VB user exists in the wiki DB already

Can you tell me exactly what username is making the problems? (vb and the one that is in the wiki)

I need to recreate the problem or you send me a link to your forum with one of this accounts that is have problems... I need to look into that

sapphiremagus 08-20-2010 04:15 PM

Everything seems to working more or less ok.

Couple of things:
1) The nav bar shows a blank tab, instead of Wiki or whatever I've defined as mediawiki_name in Phrases.

2) It seems to have some issues with my website when displaying integrated, such as Chat box EVO loading for enternity.

My site is www.houseofkarrdes.com - Wiki is visible to guests.

EDIT: Also, the sub-nav bar shows: {wiki:raw personal_urls}, which I'm assuming is where things like the user's wiki preferences are supposed to be.

bferrell 08-20-2010 04:53 PM

I should've looked, I've started from scratch with 1.16 since I'd deleted some users out of the previous versions user table before I realized how bad that was. I've installed the new version on top of 1.16 and I don't see Wiki in the tab either.

http://www.velocityxl.com/wiki

bferrell 08-20-2010 04:53 PM

oh, and the subtab text is black on only contains "{wiki:raw personal_urls} "

bferrell 08-20-2010 05:51 PM

1 Attachment(s)
Also, for some reason although I am a vb Administrator, and I have the sysop and beaurocrat setting for admins set to use, I don't get the edit option.

bepe 08-20-2010 07:27 PM

Quote:

Originally Posted by sapphiremagus (Post 2086920)
Everything seems to working more or less ok.

Couple of things:
1) The nav bar shows a blank tab, instead of Wiki or whatever I've defined as mediawiki_name in Phrases.

2) It seems to have some issues with my website when displaying integrated, such as Chat box EVO loading for enternity.

My site is www.houseofkarrdes.com - Wiki is visible to guests.

EDIT: Also, the sub-nav bar shows: {wiki:raw personal_urls}, which I'm assuming is where things like the user's wiki preferences are supposed to be.

The old templates did not get overwritten...
- Did you uninstall the old version before installing the new one?
- Did you edid some of the vbMediaWiki templates before installing?


All times are GMT. The time now is 03:24 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01597 seconds
  • Memory Usage 1,753KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete