In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

Viewing Issue Simple Details Jump to Notes ] Wiki ]  Related Changesets ] View Advanced ] Issue History ] Print ]
ID Category Type Reproducibility Date Submitted Last Update
0001363 [In-Portal CMS] Data Management bug report always 2012-07-22 07:27 2012-10-09 11:05
Reporter alex View Status public Project Name In-Portal CMS
Assigned To alex Developer
Priority normal Resolution fixed Fixed in Version 5.2.1-B1
Status resolved Product Version 5.2.0-B1 Target Version 5.2.1
Time EstimateNo estimate
Summary 0001363: User selector not working
Description 1. Make registration by e-mail default option for new In-Portal installation (set RegistrationUsernameRequired system setting to 0 by default).

2. Since e-mail field is required all the time, then use it in user selector, but when not available fallback to Username field.

3. Since we store UserID in database, then no upgrade script is required.
Additional Information
Tags No tags attached.
Reference https://groups.google.com/d/topic/in-portal-dev/_zXDBTcrRiw/discussion
Change Log Message Fixes user selector problem with missing Username field problem
Estimate Points 1
Attached Files patch file icon user_selector_missing_username_core_fix.patch [^] (24,597 bytes) 2012-10-09 10:38 [Show Content]
patch file icon user_selector_missing_username_modules_fix.patch [^] (32,860 bytes) 2012-10-09 10:38 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]
child of 0000964closed (5.2.0)alex Improvements to user Login field 

-  Notes
User avatar (0005207)
alex (manager)
2012-10-09 10:32

Database query mask, that is used in 'left_sql' option by kLEFTFormatter class has changed from:

SELECT %s FROM TableName WHERE `%s` = '%s'

to:

SELECT %s FROM TableName WHERE %s
User avatar (0005208)
alex (manager)
2012-10-09 11:03

Will test all together later.
User avatar (0005209)
alex (manager)
2012-10-09 11:05

Fix committed to 5.2.x branch. Commit Message:

Fixes 0001363: User selector not working

- Related Changesets
In-Portal CMS: 5.2.x r15563
Timestamp: 2012-10-09 11:05:41
Author: alex
Details ] Diff ]
Fixes 0001363: User selector not working
mod - /in-portal/branches/5.2.x/core/admin_templates/user_selector.tpl Diff ] File ]
mod - /in-portal/branches/5.2.x/core/install/install_data.sql Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/constants.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/db/cat_event_handler.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/utility/formatters/left_formatter.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/categories/categories_config.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/page_helper.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/logs/system_logs/system_logs_config.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/mailing_lists/mailing_lists_config.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/page_revisions/page_revisions_config.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/reviews/reviews_config.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/spam_reports/spam_reports_config.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/structure/structure_config.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/system_event_subscriptions/system_event_subscriptions_config.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/user_groups/user_groups_config.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/users/users_tag_processor.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/visits/visits_config.php Diff ] File ]
Modules :: In-News: 5.2.x r15562
Timestamp: 2012-10-09 11:04:51
Author: alex
Details ] Diff ]
Bug 0001363: User selector not working
mod - /modules/in-news/branches/5.2.x/units/articles/articles_config.php Diff ] File ]
Modules :: In-Link: 5.2.x r15561
Timestamp: 2012-10-09 11:04:43
Author: alex
Details ] Diff ]
Bug 0001363: User selector not working
mod - /modules/in-link/branches/5.2.x/units/links/links_config.php Diff ] File ]
mod - /modules/in-link/branches/5.2.x/units/listings/listings_config.php Diff ] File ]
Modules :: In-Commerce: 5.2.x r15560
Timestamp: 2012-10-09 11:04:33
Author: alex
Details ] Diff ]
Bug 0001363: User selector not working
mod - /w/in-commerce/branches/5.2.x/install/install_schema.sql Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/install/upgrades.php Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/install/upgrades.sql Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/units/affiliate_payments/affiliate_payments_config.php Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/units/affiliates/affiliates_config.php Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/units/coupons/coupons_config.php Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/units/orders/orders_config.php Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/units/products/products_config.php Diff ] File ]
Modules :: In-Bulletin: 5.2.x r15559
Timestamp: 2012-10-09 11:04:08
Author: alex
Details ] Diff ]
Bug 0001363: User selector not working
mod - /modules/in-bulletin/branches/5.2.x/units/poll_comments/poll_comments_config.php Diff ] File ]
mod - /modules/in-bulletin/branches/5.2.x/units/posts/posts_config.php Diff ] File ]
mod - /modules/in-bulletin/branches/5.2.x/units/private_messages/private_messages_config.php Diff ] File ]
mod - /modules/in-bulletin/branches/5.2.x/units/topics/topics_config.php Diff ] File ]

- Issue History
Date Modified Username Field Change
2012-10-09 11:05 alex Note Added: 0005209
2012-10-09 11:05 alex Status reviewed and tested => resolved
2012-10-09 11:05 alex Fixed in Version => 5.2.1-B1
2012-10-09 11:05 alex Resolution open => fixed
2012-10-09 11:05 alex Assigned To !COMMUNITY => alex
2012-10-09 11:05 alex Changeset attached 5.2.x r15563
2012-10-09 11:04 alex Changeset attached 5.2.x r15562
2012-10-09 11:04 alex Changeset attached 5.2.x r15561
2012-10-09 11:04 alex Changeset attached 5.2.x r15560
2012-10-09 11:04 alex Changeset attached 5.2.x r15559
2012-10-09 11:03 alex Note Added: 0005208
2012-10-09 11:03 alex Status needs testing => reviewed and tested
2012-10-09 11:03 alex Assigned To => !COMMUNITY
2012-10-09 11:03 alex Developer => alex
2012-10-09 11:03 alex Status active => needs testing
2012-10-09 10:38 alex File Added: user_selector_missing_username_modules_fix.patch
2012-10-09 10:38 alex File Added: user_selector_missing_username_core_fix.patch
2012-10-09 10:32 alex Note Added: 0005207
2012-07-25 05:39 alex Target Version 5.2.0 => 5.2.1
2012-07-22 07:27 alex Relationship added child of 0000964
2012-07-22 07:27 alex New Issue
2012-07-22 07:27 alex Reference => https://groups.google.com/d/topic/in-portal-dev/_zXDBTcrRiw/discussion
2012-07-22 07:27 alex Change Log Message => Fixes user selector problem with missing Username field problem
2012-07-22 07:27 alex Estimate Points => 1



Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker