Bug tracker

MODx Username with "#": The requested user does not exist. (fix completed in vcs)

When the mod-author has a # in his name the requested user doesn't exist.
Encoding doesn't work as well.

Possible solution could be, to put the attribute user_id into the <username> but not as required, so you don't have to change your manuals if everything works right now.

so example:
Code: Select all
<username user_id="277248">gn#36</username>
leeds to memberlist.php?mode=viewprofile&u=277248
as
Code: Select all
<username>gn#36</username>
leeds to memberlist.php?mode=viewprofile&un=gn#36 saying
The requested user does not exist.

Comments / History

Posted by igorw (Development Team Member) on Oct 29th 2008, 20:51

This is a tricky one, i've tried a few things, and it'll probably need some kind of change to the XSL.

It's using the # part as an anchor for the page, it needs to be urlencoded correctly.

Posted by gn#36 on Oct 29th 2008, 22:37

Correct. If I try to use the url encoded Version of # (%23 if I recall correctly) it will display %23 on the screen which does not really look nice.
(btw: thx @ nickvergessen for posting the bug report)

Posted by ToonArmy (Development Team Member) on Oct 29th 2008, 23:05

There is no way around this literal # must be encoded as %23 if it is to be used in a parameter.

Posted by suitlocal on Dec 7th 2008, 17:17

Assigned ticket to user "Paul"

Action performed by Paul (MOD Team Member) on Jan 6th 2009, 12:41

Changed ticket status from "New" to "Fix in progress"

Action performed by Paul (MOD Team Member) on Jan 6th 2009, 13:01

Set this ticket to "unassigned"

Action performed by Paul (MOD Team Member) on Mar 16th 2009, 17:49

Moved ticket from project "Website" (Bug tracker) to "MOD Team Tools" (Bug tracker)

Action performed by Raimon (Styles Team Leader) on May 13th 2009, 17:12

Changed ticket status from "Fix in progress" to "New"

Action performed by tumba25 (MOD Team Member) on Sep 13th 2009, 14:30

Assigned ticket to user "tumba25"

Action performed by tumba25 (MOD Team Member) on Sep 14th 2009, 07:40

Changed ticket status from "New" to "Fix in progress"

Action performed by tumba25 (MOD Team Member) on Sep 14th 2009, 07:41

Linked ticket with changeset: r82

Action performed by tumba25 (MOD Team Member) on Sep 17th 2009, 22:29

Changed ticket status from "Fix in progress" to "Fix completed in SVN"

Action performed by tumba25 (MOD Team Member) on Sep 17th 2009, 22:29

Ticket details

Related SVN changesets