Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-8321 now.

Signature parsing flags are not stored in DB (fix completed in vcs)

If a user wants to change their signature, in the UCP/ACP the previous flags are not reused (since they are not stored in the users table of the database) and automatically their global preferences are used. This isn't exactly logical, because if the user wants to disable BBcodes in their signature, they'll want it to /stay/ disabled every time they edit their signature, until they themselves re-enable it.

Simplest way to fix this would be to add a quick user_sig_options field, and not use anything like the posts table and the trio of columns for enable_bbcode/enable_magic_urls/enable_smilies.

Comments / History

Assigned ticket to group "Junior Developers"

Action performed by Acyd Burn (Server Manager) on Jun 19th 2009, 17:34

Assigned ticket to user "rxu"

Action performed by rxu (Development Team Member) on Jun 21st 2009, 05:12

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

Action performed by rxu (Development Team Member) on Jun 21st 2009, 05:12

Linked ticket with changeset: r9696

Action performed by rxu (Development Team Member) on Jun 27th 2009, 08:36

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

Action performed by rxu (Development Team Member) on Jun 27th 2009, 08:36

Linked ticket with changeset: r9886

Action performed by bantu (3.0 Release Manager) on Jul 28th 2009, 21:33

Ticket details

Duplicates of this ticket

Related SVN changesets