]> git.mxchange.org Git - pizzaservice-war.git/log
pizzaservice-war.git
7 years agoupdated jar(s)
Roland Haeder [Fri, 5 Aug 2016 18:37:31 +0000 (20:37 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoupdated jar(s)
Roland Haeder [Tue, 2 Aug 2016 19:48:08 +0000 (21:48 +0200)]
updated jar(s)

7 years agono reports here
Roland Haeder [Thu, 28 Jul 2016 20:01:10 +0000 (22:01 +0200)]
no reports here

7 years agoexpanded user list (again)
Roland Haeder [Thu, 28 Jul 2016 19:58:06 +0000 (21:58 +0200)]
expanded user list (again)

7 years agono more needed as user/login_logout.xhtml is there.
Roland Haeder [Thu, 28 Jul 2016 19:30:33 +0000 (21:30 +0200)]
no more needed as user/login_logout.xhtml is there.

7 years agoadded parameter 'createContactData'
Roland Häder [Fri, 13 May 2016 12:57:58 +0000 (14:57 +0200)]
added parameter 'createContactData'

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoContinued with rewrites:
Roland Häder [Mon, 6 Jun 2016 14:02:42 +0000 (16:02 +0200)]
Continued with rewrites:
- moved selectableContacts to contact controller, makes more sense
- fixed template for above
- introduced isGenderRequired() to make difference between general and administrative contact controller
- added new context parameter for above method
- fired event when a new user account has been linked with existing contact data
- the other event (added user) is being fired now on else path
- No more need for afterAdminAddedContact() in general user controller

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoadded missing language i18n strings + show logout form only to logged-in users ...
Roland Häder [Fri, 10 Jun 2016 13:01:57 +0000 (15:01 +0200)]
added missing language i18n strings + show logout form only to logged-in users ...

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoContinued with generic logout (please cherry-pick this):
Roland Häder [Thu, 9 Jun 2016 16:07:17 +0000 (18:07 +0200)]
Continued with generic logout (please cherry-pick this):
- _FOO changed to _LOGOUT
- missing i18n strings set
- added form so the user can still decide to logout or go back
- added observer method afterUserLogout() which clears the localization bean
- added controller method doLogout() which will do the job

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoImported new way into + ignored .gitcommits (please cherry-pick this)
Roland Haeder [Thu, 28 Jul 2016 19:08:26 +0000 (21:08 +0200)]
Imported new way into + ignored .gitcommits (please cherry-pick this)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoadded div tag (container) for errors (please cherry-pick this)
Roland Häder [Mon, 25 Jul 2016 16:07:50 +0000 (18:07 +0200)]
added div tag (container) for errors (please cherry-pick this)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agorenamed (not finished; please cherry-pick)
Roland Häder [Fri, 22 Jul 2016 15:35:08 +0000 (17:35 +0200)]
renamed (not finished; please cherry-pick)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoContinued a bit: (please cherry-pick this)
Roland Häder [Fri, 22 Jul 2016 10:25:21 +0000 (12:25 +0200)]
Continued a bit: (please cherry-pick this)
- added custom required messages for country/mobile provider form fields
- added missing i18n keys

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoown class for errors (please cherry-pick this)
Roland Häder [Fri, 22 Jul 2016 09:44:29 +0000 (11:44 +0200)]
own class for errors (please cherry-pick this)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoContinued a bit: (please cherry-pick this)
Roland Häder [Fri, 22 Jul 2016 08:19:07 +0000 (10:19 +0200)]
Continued a bit: (please cherry-pick this)
- don't use the converter attribute, better use <f:converter converterId="FooConverter" />

7 years agoRenamed variable as nothing is shortened (please cherry-pick this)
Roland Häder [Fri, 22 Jul 2016 07:51:17 +0000 (09:51 +0200)]
Renamed variable as nothing is shortened (please cherry-pick this)

7 years agoNew "feature" controller introduced: (please cherry-pick this)
Roland Häder [Fri, 10 Jun 2016 10:03:45 +0000 (12:03 +0200)]
New "feature" controller introduced: (please cherry-pick this)
- no more tons of separate and same-looking methods, just one central and very flexible method isFeatureEnabled()
- renamed all context parameters
- added features "imprint", "terms" and "privacy"

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoRenamed controller (please cherry-pick this):
Roland Häder [Fri, 15 Jul 2016 10:35:47 +0000 (12:35 +0200)]
Renamed controller (please cherry-pick this):
- renamed it as it was old name

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoClosed internal TODO: (please cherry-pick this)
Roland Häder [Mon, 11 Jul 2016 16:03:32 +0000 (18:03 +0200)]
Closed internal TODO: (please cherry-pick this)
- house numbers may have extensions like 'a', so the full number can be
  e.g. '123a' which should be better splitted into number and extension
- expanded templates for above stuff
- expanded controllers for this
- added missing i18n strings

Signed-off-by: Roland Häder <roland@haeder.net>
Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agouse !isEmpty(), not size() > 0
Roland Häder [Mon, 27 Jun 2016 13:04:54 +0000 (15:04 +0200)]
use !isEmpty(), not size() > 0

7 years agoapplied naming convention (due to updated jar; please cherry-pick this)
Roland Häder [Mon, 20 Jun 2016 08:54:44 +0000 (10:54 +0200)]
applied naming convention (due to updated jar; please cherry-pick this)

7 years agoRewrites: (please cherry-pick also)
Roland Häder [Fri, 10 Jun 2016 12:55:14 +0000 (14:55 +0200)]
Rewrites: (please cherry-pick also)
- rewrote templateType to baseTemplatePathName which allows more "complex" paths than just simple
- imprint, terms and privacy can now make usage of that new variable and don't need to be shown in new browser window

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agofixed template "base path" (please cherry-pick this)
Roland Häder [Thu, 16 Jun 2016 14:04:49 +0000 (16:04 +0200)]
fixed template "base path" (please cherry-pick this)

Signed-off-by: Roland Häder <roland@mxchange.org>
7 years agoadded generic CSS class table_right_aligned (please cherry-pick this)
Roland Häder [Thu, 16 Jun 2016 13:49:28 +0000 (15:49 +0200)]
added generic CSS class table_right_aligned (please cherry-pick this)

7 years agoMoved border-bottom to other file as this was in the way for jreports
Roland Häder [Thu, 16 Jun 2016 08:35:47 +0000 (10:35 +0200)]
Moved border-bottom to other file as this was in the way for jreports
(please cherry-pick)

Signed-off-by: Roland Häder <roland@haeder.net>
7 years agoupdated jar(s)
Roland Haeder [Thu, 21 Jul 2016 19:43:09 +0000 (21:43 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Wed, 8 Jun 2016 18:08:35 +0000 (20:08 +0200)]
updated jar(s)

8 years agominor: tpzo fixed
Roland Häder [Wed, 1 Jun 2016 09:30:12 +0000 (11:30 +0200)]
minor: tpzo fixed

8 years agoclosed TODO: internationalized this text
Roland Häder [Wed, 1 Jun 2016 09:09:03 +0000 (11:09 +0200)]
closed TODO: internationalized this text

8 years agofixed ids and used h:outputText
Roland Häder [Wed, 1 Jun 2016 08:56:11 +0000 (10:56 +0200)]
fixed ids and used h:outputText

8 years agoContinued a bit:
Roland Häder [Wed, 1 Jun 2016 08:38:54 +0000 (10:38 +0200)]
Continued a bit:
- added resend_done.xhtml with using message_box.tpl
- added navigation rule for above
- used more h:outputText (remember that this is a WUI)
- removed old-lost index.xhtml (user login area)
- added i18n strings

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoshould be "all_users"
Roland Häder [Wed, 1 Jun 2016 07:40:01 +0000 (09:40 +0200)]
should be "all_users"

8 years agoopps, wrong bait, wrong fish
Roland Häder [Tue, 31 May 2016 15:45:48 +0000 (17:45 +0200)]
opps, wrong bait, wrong fish

8 years agoContinued a bit:
Roland Häder [Tue, 31 May 2016 15:19:55 +0000 (17:19 +0200)]
Continued a bit:
- added user data export (currently with contact data)
- user name is only shown/exported when enabled as requirement in project

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoopps, English again?
Roland Häder [Tue, 31 May 2016 14:52:06 +0000 (16:52 +0200)]
opps, English again?

8 years agoContinued a bit:
Roland Häder [Tue, 31 May 2016 13:55:18 +0000 (15:55 +0200)]
Continued a bit:
- removed admin_logout
- added missing h:outputText

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoadded title (e.g. Dr., Prof. etc)
Roland Häder [Tue, 31 May 2016 13:27:46 +0000 (15:27 +0200)]
added title (e.g. Dr., Prof. etc)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoadded missing messages (error)
Roland Häder [Tue, 31 May 2016 13:21:31 +0000 (15:21 +0200)]
added missing messages (error)

8 years agoadded missing navigation rule for contact list -> show
Roland Häder [Tue, 31 May 2016 13:07:51 +0000 (15:07 +0200)]
added missing navigation rule for contact list -> show

8 years agoremoved old-lost JAR file
Roland Haeder [Thu, 26 May 2016 19:00:35 +0000 (21:00 +0200)]
removed old-lost JAR file

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agofixed JNDI name?
Roland Haeder [Thu, 26 May 2016 15:24:22 +0000 (17:24 +0200)]
fixed JNDI name?

8 years agoupdated jar(s)
Roland Haeder [Wed, 25 May 2016 18:05:42 +0000 (20:05 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agothis.clear(); needs to be called to remove the email address from form.
Roland Häder [Tue, 24 May 2016 15:11:11 +0000 (17:11 +0200)]
this.clear(); needs to be called to remove the email address from form.

8 years agoremoved double-redundant XML parsing instructions, (X)HTML doesn't want it anyway
Roland Häder [Tue, 24 May 2016 15:09:04 +0000 (17:09 +0200)]
removed double-redundant XML parsing instructions, (X)HTML doesn't want it anyway

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoagain some more h:outputText for better encapsulation of messages. and it makes more...
Roland Häder [Tue, 24 May 2016 12:20:24 +0000 (14:20 +0200)]
again some more h:outputText for better encapsulation of messages. and it makes more sense, JSF is a WUI (web user interface) where you attach UI components to and not direct texts.

8 years agono, the error message for the salutation (aka. "gender") should not be in generic...
Roland Häder [Tue, 24 May 2016 11:07:03 +0000 (13:07 +0200)]
no, the error message for the salutation (aka. "gender") should not be in generic template as this makes it look very ugly.

8 years agono "genderification" of applications, keep the good-old "salutation"
Roland Häder [Tue, 24 May 2016 11:01:18 +0000 (13:01 +0200)]
no "genderification" of applications, keep the good-old "salutation"

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agogender (salutation) is also a required field
Roland Häder [Tue, 24 May 2016 10:59:05 +0000 (12:59 +0200)]
gender (salutation) is also a required field

8 years agoUsed much more h:outputText instead of directly the message in the template. This...
Roland Häder [Tue, 24 May 2016 10:49:37 +0000 (12:49 +0200)]
Used much more h:outputText instead of directly the message in the template. This should make it more compatible and lesser problematic in the future.

8 years agoadded missing required messages for contact data
Roland Häder [Tue, 24 May 2016 10:41:12 +0000 (12:41 +0200)]
added missing required messages for contact data

8 years agofixed tpzo in i18n string
Roland Häder [Tue, 24 May 2016 10:35:30 +0000 (12:35 +0200)]
fixed tpzo in i18n string

8 years agoadded h:message
Roland Häder [Tue, 24 May 2016 10:28:02 +0000 (12:28 +0200)]
added h:message

8 years agothe administrative area is secured by the web container's constraints, not by own...
Roland Häder [Tue, 24 May 2016 09:37:43 +0000 (11:37 +0200)]
the administrative area is secured by the web container's constraints, not by own logins

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued with rewrite:
Roland Häder [Mon, 23 May 2016 13:30:19 +0000 (15:30 +0200)]
Continued with rewrite:
- introduced showFacesMessage()
- rewrote to FacesMessage and not ugly exception 500 error
- rewrote more messages + fixed form ids to naming convention

8 years agoadded pre-checks on user account
Roland Häder [Mon, 23 May 2016 12:53:02 +0000 (14:53 +0200)]
added pre-checks on user account

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoadded resend link to footer navigation
Roland Häder [Mon, 23 May 2016 12:31:34 +0000 (14:31 +0200)]
added resend link to footer navigation

8 years agodebug lines cannot be the logger EJB + it *MUST* be javax.enterprise.context.SessionS...
Roland Häder [Mon, 23 May 2016 12:19:29 +0000 (14:19 +0200)]
debug lines cannot be the logger EJB + it *MUST* be javax.enterprise.context.SessionScoped imported

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoadded from jphone-core and jcoreee
Roland Haeder [Wed, 25 May 2016 17:50:09 +0000 (19:50 +0200)]
added from jphone-core and jcoreee

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued:
Roland Häder [Mon, 23 May 2016 09:59:19 +0000 (11:59 +0200)]
Continued:
- added Apache POI 3.4 for Excel export
- added missing i18n strings
- CSV support currently only use comma as "column" delimiter, better switch to Excel format
- these columns cannot have a double-dot on the end as the import may not work
- no need to have these JARs in WARs as you can place them on the server's proper lib path

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agosome cleanups + added missing i18n strings
Roland Häder [Mon, 23 May 2016 08:47:09 +0000 (10:47 +0200)]
some cleanups + added missing i18n strings

8 years agoset user's initial locale from given one
Roland Häder [Mon, 23 May 2016 07:48:59 +0000 (09:48 +0200)]
set user's initial locale from given one

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoadded afterUserLogin() observer to set user's locale as current
Roland Häder [Mon, 23 May 2016 07:26:47 +0000 (09:26 +0200)]
added afterUserLogin() observer to set user's locale as current

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoadded from lib project as these validators don't belong there (remote interfaces...
Roland Haeder [Wed, 25 May 2016 17:24:50 +0000 (19:24 +0200)]
added from lib project as these validators don't belong there (remote interfaces) but better here (WAR/JSF project).

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Wed, 25 May 2016 17:24:36 +0000 (19:24 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoSomehow the build system has changed? ;-(
Roland Haeder [Wed, 25 May 2016 17:24:20 +0000 (19:24 +0200)]
Somehow the build system has changed? ;-(

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoused more <h:outputText value="#{msg.BLA_MESSAGE}" /> instead of directly having...
Roland Häder [Fri, 20 May 2016 15:54:59 +0000 (17:54 +0200)]
used more <h:outputText value="#{msg.BLA_MESSAGE}" /> instead of directly having it in JSF page

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agono JSTL in JSF!
Roland Häder [Fri, 20 May 2016 15:43:57 +0000 (17:43 +0200)]
no JSTL in JSF!

8 years agoContinued a bit:
Roland Häder [Fri, 20 May 2016 15:36:54 +0000 (17:36 +0200)]
Continued a bit:
- first @Oberserves, then final
- added simple birthday input field
- added i18n strings
- added birthday to export as well
- added observer method afterUserConfirmedAccount() to update lists for
- added javax.faces.DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE to make sure time-zone problems are fixed
- fixed some messages, wrong stuff there

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued with data export with PrimeFaces:
Roland Häder [Fri, 20 May 2016 10:32:12 +0000 (12:32 +0200)]
Continued with data export with PrimeFaces:
- added prime faces 5.3 to project
- added admin_contact_export.xhtml with navigation rule to export contact data (currently only CSV but e.g. Excel is easy to add)
- added missing contact i18n and export string
- added controller methods generatePhoneNumber() and generateCellphoneNumber(), if e.g. ui:fragment is used, an object id instead of the phone numbers is shown. Maybe a bug in PrimeFaces or wrong usage of ui:fragment? Sometimes a POJO property like contactFaxNumber can be null. Then this needs to be taken care of.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoold method called
Roland Häder [Fri, 20 May 2016 07:44:35 +0000 (09:44 +0200)]
old method called

8 years agofixed German file
Roland Häder [Fri, 20 May 2016 07:43:03 +0000 (09:43 +0200)]
fixed German file

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoadded menu for listing contacts
Roland Häder [Wed, 27 Apr 2016 10:23:24 +0000 (12:23 +0200)]
added menu for listing contacts

Signed-off-by: Roland Häder <roland@haeder.net>
Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoAn event is now fired after confirmation of the account has completed. This can be...
Roland Häder [Thu, 19 May 2016 15:56:30 +0000 (17:56 +0200)]
An event is now fired after confirmation of the account has completed. This can be observed to update "cached" lists

8 years agoredirection should take place in war project, so moved it here
Roland Häder [Thu, 19 May 2016 15:39:54 +0000 (17:39 +0200)]
redirection should take place in war project, so moved it here

8 years agoContinued a bit:
Roland Häder [Thu, 19 May 2016 15:30:30 +0000 (17:30 +0200)]
Continued a bit:
- call clear(), maybe better
- removed debug line

8 years agoContinued:
Roland Häder [Thu, 19 May 2016 11:42:54 +0000 (13:42 +0200)]
Continued:
- renamed adminHelper to beanHelp as this is a really generic bean helper
- renames same class/interface, too
- added JSF page for confirming accounts with optional parameter confirmKey. If this is not set, a message will be shown
- added i18n keys for above new page
- added controller bean for above page to handle the confirmation + calling proper EJB business method

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoadded logger message
Roland Häder [Wed, 18 May 2016 15:51:54 +0000 (17:51 +0200)]
added logger message

8 years agofixed 2nd parameter, it can be easily generated within a JSF application
Roland Häder [Wed, 18 May 2016 12:50:42 +0000 (14:50 +0200)]
fixed 2nd parameter, it can be easily generated within a JSF application

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agofixed German umlauts + removed TODO (not needed)
Roland Häder [Wed, 18 May 2016 07:45:49 +0000 (09:45 +0200)]
fixed German umlauts + removed TODO (not needed)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Fri, 20 May 2016 18:55:10 +0000 (20:55 +0200)]
updated jar(s)

8 years agoupdated jar(s)
Roland Haeder [Wed, 18 May 2016 19:37:34 +0000 (21:37 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoEnd-of-line character is LF by default now
Roland Haeder [Tue, 17 May 2016 18:02:00 +0000 (20:02 +0200)]
End-of-line character is LF by default now

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agorenamed project to all-lowercase
Roland Haeder [Sat, 14 May 2016 15:05:36 +0000 (17:05 +0200)]
renamed project to all-lowercase

8 years agorenamed project to all-lowercase
Roland Haeder [Sat, 14 May 2016 15:02:32 +0000 (17:02 +0200)]
renamed project to all-lowercase

8 years agorenamed project to all-lowercase
Roland Haeder [Sat, 14 May 2016 15:00:40 +0000 (17:00 +0200)]
renamed project to all-lowercase

8 years agoupdated jar(s)
Roland Haeder [Sat, 14 May 2016 14:57:40 +0000 (16:57 +0200)]
updated jar(s)

8 years agofixed name, opps.
Roland Haeder [Sat, 14 May 2016 13:12:19 +0000 (15:12 +0200)]
fixed name, opps.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Fri, 13 May 2016 20:05:00 +0000 (22:05 +0200)]
updated jar(s)

8 years agoSome fixes (careful with cherry-picking):
Roland Häder [Fri, 13 May 2016 15:03:30 +0000 (17:03 +0200)]
Some fixes (careful with cherry-picking):
- resenEmailAddress is better, then the same validator can be used to look if the email address is registered
- set correct JNDI name for resend-link EJB
- ignored some strings for i18n
- added message for above email address field
- fixed condition check

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoignored for i18n
Roland Häder [Fri, 13 May 2016 14:40:49 +0000 (16:40 +0200)]
ignored for i18n

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoimplemented lookupUserByEmailAddress() (this can be cherry-picked)
Roland Häder [Fri, 13 May 2016 14:35:09 +0000 (16:35 +0200)]
implemented lookupUserByEmailAddress() (this can be cherry-picked)

8 years agoContinued with resending confirmation links:
Roland Häder [Fri, 13 May 2016 14:16:28 +0000 (16:16 +0200)]
Continued with resending confirmation links:
- added form for resending confirmation link, surely the user only knows the registered email address
- added controller (object and interface) for it
- added missing i18n strings

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agore-enabled resend confirmation link
Roland Häder [Fri, 13 May 2016 13:19:41 +0000 (15:19 +0200)]
re-enabled resend confirmation link

8 years agoAsk the EJB for a free confirmation key and set it in user
Roland Häder [Fri, 13 May 2016 12:44:57 +0000 (14:44 +0200)]
Ask the EJB for a free confirmation key and set it in user

8 years agoContinued with email address validator (cherry-pick/rename this)
Roland Häder [Fri, 13 May 2016 10:03:34 +0000 (12:03 +0200)]
Continued with email address validator (cherry-pick/rename this)
- added email address validator with regex validation and checking if the contact EJB reports an exisiting account
- this validator can be used in JSF pages/templates like: validator="EmailAddressValidator"
- in addition you may want to use a simple regex validator in addition to this to prevent ugly messages being shown
- added message output for missing privacy/terms checkboxes
- added required-message for email address

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agorenamed package
Roland Häder [Fri, 13 May 2016 09:12:48 +0000 (11:12 +0200)]
renamed package

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued generally:
Roland Häder [Fri, 13 May 2016 09:11:18 +0000 (11:11 +0200)]
Continued generally:
- moved email address (with repeat) to own templates, one for registration, one for login (change email address)
- added validator for above data
- some other fixes, e.g. wrong controller

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoFix for multi-page registration:
Roland Häder [Fri, 13 May 2016 08:36:02 +0000 (10:36 +0200)]
Fix for multi-page registration:
- a contact instance is needed to check for email address as it is stored there
- so first create a "half" contact instance (no gender, ...) and then check email address
- user name can be only checked, if required

8 years agoCleanup a bit + fix:
Roland Häder [Fri, 13 May 2016 08:22:45 +0000 (10:22 +0200)]
Cleanup a bit + fix:
- removed not needed assertion
- renamed variables
- if multi-page is enabled, don't create contact instance, that will be done on 2nd page

8 years agoadded some checks for user name / email address, the user name may be optional
Roland Häder [Fri, 13 May 2016 08:14:03 +0000 (10:14 +0200)]
added some checks for user name / email address, the user name may be optional