Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add columns for first name, middle name and surname in #__users table #28

Closed
wants to merge 22 commits into from
Closed

Conversation

TBK
Copy link

@TBK TBK commented Dec 5, 2011

Splitting the #__users table name column into 3 columns (first name, middle name and surname) will simplify lot of use cases where you don't want to get the users full real name. Post processing the name will result in a flawed result since you can't predict with 100% accuracy how the name is composed.

E.g. a mail form where you want to address the person "Hi, James \n\n Just for today we have a special offer...".

http://ideas.joomla.org/forums/84261-joomla-idea-pool/suggestions/1241451-name

Will also require some changes to the platform as well (are included in this pull request).

I hope I touched all the places the name field is used.

@mbabker
Copy link
Contributor

mbabker commented Dec 5, 2011

Do you have a tracker item open on JoomlaCode? If not, please open a Feature Request @ http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&tracker_id=8549.

@TBK
Copy link
Author

TBK commented Dec 5, 2011

Sorry I hadn't, thought the Joomlacode tracker was being phased-out - http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=27297.

BTW when add a new tracker item it says "Please read http://developer.joomla.org/policies/feature-patches.html for instructions to get these patches accepted. Please keep in mind that patches that don't follow these guidelines will not be accepted. This tracker group will be open until Joomla 1.6 reaches the Beta stage.". Link doesn't work and 1.6 is out of beta :)

@TBK TBK closed this Dec 5, 2011
@TBK TBK reopened this Dec 5, 2011
@mbabker
Copy link
Contributor

mbabker commented Dec 5, 2011

Ya, some of that info is out of date. We can work to get it up to date.

JoomlaCode is still the tracker system that we're using until we have a
new one set up. Since everything's still in a transition phase, that's
the preferred location for all reports and pull requests here can be used
for adding new features (just the code part, and some discussion).

On 12/5/11 5:55 PM, "TBK0000"
<reply+i-2446374-f365957ced47229cf38bafa86bd1f88ebfc84ee3-368545@reply.gith
ub.com> wrote:

Sorry I hadn't, thought the Joomlacode tracker was being phased-out.

BTW when add a new tracker item it says "Please read
http://developer.joomla.org/policies/feature-patches.html for
instructions to get these patches accepted. Please keep in mind that
patches that don't follow these guidelines will not be accepted. This
tracker group will be open until Joomla 1.6 reaches the Beta stage.".
Link doesn't work and 1.6 is out of beta :)


Reply to this email directly or view it on GitHub:
#28 (comment)

@elinw
Copy link
Contributor

elinw commented Dec 5, 2011

http://developer.joomla.org/strategy/adding-new-features.html

Link fixed thanks for catching that.

Most likely you would want to use a profile plugin or perhaps the sortname fields in contact or perhaps a form plugin that saves name using JSON instead of a regular string.

@elinw
Copy link
Contributor

elinw commented Dec 5, 2011

Link fixed, thanks for reporting.

@infograf768
Copy link
Member

Closing this request, Please post a diff in the tracker for the feature to be considered.

@infograf768 infograf768 closed this Dec 5, 2011
Lemings pushed a commit to Lemings/joomla-cms that referenced this pull request Feb 27, 2013
wilsonge pushed a commit that referenced this pull request Jan 17, 2016
Installation spinner, easy
wilsonge pushed a commit that referenced this pull request Apr 7, 2016
wilsonge added a commit that referenced this pull request Sep 16, 2016
Final Touches for publication
wilsonge pushed a commit that referenced this pull request Jan 23, 2017
Remove html5fallback script from radiobasic layout
wilsonge pushed a commit that referenced this pull request May 31, 2017
* codestyle

* code style

* codestyle

* codestyle

* codestyle

* thanks @wojsmol

* corrections - thanks @Quy

* corrections - thanks @Quy

* oops

* make @Quy happy

* Update article.xml

* Remove space

* Update config.xml (#14)

* Update filter.xml (#15)

* Update config.xml (#16)

* Update profile.xml (#17)

* Update application.xml (#18)

* Update article.xml (#19)

* Update filter_articles.xml (#20)

* Update config.xml (#24)

* Update config.xml (#23)

* Update filter_fields.xml (#22)

* Update filter_featured.xml (#21)

* Update override.xml (#25)

* Update config.xml

* Update config.xml (#26)

* Update itemadmin_alias.xml (#30)

* Update itemadmin.xml (#29)

* Update item.xml (#27)

* Update item_alias.xml (#28)

* Update itemadmin_url.xml (#31)

* Update module.xml (#32)

* Update plugin.xml (#33)

* Update config.xml (#34)

* Update link.xml (#35)

* Update config.xml (#36)

* Update style.xml (#38)

* Update config.xml (#37)

* Update note.xml (#42)

* Update group.xml (#41)

* Update filter_debuggroup.xml (#40)

* Update config.xml (#39)

* corrections for @andrepereiradasilva

* gotya
rdeutz pushed a commit that referenced this pull request Jul 17, 2017
* keep B/C in the redirect plugin

* drone

* grammar (#28)
bembelimen referenced this pull request in bembelimen/joomla-cms Apr 26, 2018
* Code style correction

* Further changes

* More corrections

* Changes -The return
@adankupapa adankupapa mentioned this pull request Dec 16, 2018
MacJoom pushed a commit that referenced this pull request Mar 29, 2023
* Convert user plugins to service provider

* form path

* Update plugins/user/contactcreator/services/provider.php

Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>

* Update plugins/user/joomla/services/provider.php

Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>

* Update plugins/user/profile/services/provider.php

Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>

* Update plugins/user/terms/services/provider.php

Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>

* Update plugins/user/token/services/provider.php

Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>

* Update plugins/user/joomla/src/Extension/Joomla.php

Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>

* Update plugins/user/joomla/src/Extension/Joomla.php

Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>

* revert debug

* private

* Fix account notification email language (#28)

* Update plugins/user/joomla/src/Extension/Joomla.php

Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>

* minor change

---------

Co-authored-by: heelc29 <66922325+heelc29@users.noreply.github.com>
Co-authored-by: Tuan Pham Ngoc <github@joomdonation.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants