]> git.mxchange.org Git - jjobs-war.git/log
jjobs-war.git
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 agoadded from lib project as there are only project-specific remote interfaces
Roland Haeder [Wed, 25 May 2016 19:18:27 +0000 (21:18 +0200)]
added from lib project as there are only project-specific remote interfaces

8 years agofixes
Roland Haeder [Sun, 22 May 2016 20:17:28 +0000 (22:17 +0200)]
fixes

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

8 years agoupdated jar(s)
Roland Haeder [Wed, 18 May 2016 19:37:14 +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:01:33 +0000 (20:01 +0200)]
End-of-line character is LF by default now

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agofix for JNDI name?
Roland Haeder [Sat, 14 May 2016 14:49:32 +0000 (16:49 +0200)]
fix for JNDI name?

8 years agoFixed JNDI names (maybe)
Roland Haeder [Sat, 14 May 2016 13:16:35 +0000 (15:16 +0200)]
Fixed JNDI names (maybe)

Signed-off-by: Roland Häder <roland@mxchange.org>
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 agoadded missing import (no need to cherry-pick)
Roland Haeder [Sat, 14 May 2016 13:05:43 +0000 (15:05 +0200)]
added missing import (no need to cherry-pick)

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

Signed-off-by: Roland Häder <roland@mxchange.org>
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

8 years agoRewritten a lot:
Roland Häder [Thu, 12 May 2016 16:18:23 +0000 (18:18 +0200)]
Rewritten a lot:
- introduced isUserNameRequired() which should make it sure to have registrations with no user name and password. This also includes no login area (not possible)
- the user then will get a random user name with format "userXXXXX" and a random password. So it is still possible that the "feature" login area for users can come back.
- so no "recover password" is possible, too. Therefore such links can be removed from the menu.
- introduced isMultiplePageEnabled() which is used as a "switch" between single-page and multiple-page registration
- introduced isPublicUserProfileEnabled() which is used to disabled/enable the feature "public user profiles" which is sometimes not wanted ...
- introduced isResendConfirmationLinkEnabled() which disabled the corresponding feature
- showing a "choose profile-mode" while no public user profile is enabled makes no sense ... So better "hide" this option.
- introduced general (abstract) controller Base<project-name>Controller which currently holds a method for checking if for a named controller debug mode is enabled
- renamed doRegister() to doFinishRegistration()
- removed no longer used i18n strings (they may have come back by cherry-picking)
- registration page 1/2 should be "basicly finished" now, single is also available
- index page is now jlandingpage-specific as registration page is in index.xhtml (careful, cherry-picking this!)
- added controller method doRegisterMultiPage1()
- added a lot more language strings
- renamed variables
- added context parameters for above new methods
- added needed navigation cases (careful with cherry-picking again)
- sorted imports (minor)
- fixed i18n string (usage)

Signed-off-by: Roland Häder <roland@haeder.net>
Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoopps, forgot to clear this data (cherry-pick this)
Roland Häder [Thu, 12 May 2016 14:44:26 +0000 (16:44 +0200)]
opps, forgot to clear this data (cherry-pick this)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agogarr, again localContact was returned empty because of confusion ... :-( Please cherr...
Roland Häder [Thu, 12 May 2016 13:06:47 +0000 (15:06 +0200)]
garr, again localContact was returned empty because of confusion ... :-( Please cherry-pick this.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued with fixes/rewrites:
Roland Häder [Mon, 2 May 2016 13:52:12 +0000 (15:52 +0200)]
Continued with fixes/rewrites:
- moved+renamed generic/form_personal_data.tpl contact/form_contact_data.tpl
- renamed emailAddress1 -> emailAddress + emailAddress2 -> emailAddressRepeat
- clear bean after all, so no new object is needed

Signed-off-by: Roland Häder <roland@haeder.net>
Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agomoved template to proper place (cherry-pick this)
Roland Häder [Thu, 12 May 2016 08:08:50 +0000 (10:08 +0200)]
moved template to proper place (cherry-pick this)

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

8 years agoupdated jar(s)
Roland Haeder [Thu, 12 May 2016 19:08:43 +0000 (21:08 +0200)]
updated jar(s)

8 years agoSome JSF fiyxes:
Roland Häder [Wed, 27 Apr 2016 14:25:53 +0000 (16:25 +0200)]
Some JSF fiyxes:
- id "cellphoneLinks" removed as it happens in a loop
- sometimes user is null, then user.userContact cannot be accessed and any attempts cause a NPE
- new error message ERROR_PARAMETER_CELLPHONE_NUMBER_USER_NOT_SET added (and used)
- added div tags for better showing error messages

Signed-off-by: Roland Häder <roland@haeder.net>
Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoopps, also agents ... :-(
Roland Häder [Wed, 11 May 2016 15:38:41 +0000 (17:38 +0200)]
opps, also agents ... :-(

Signed-off-by: Roland Häder <roland@haeder.net>
Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoremoved recruiter stuff + re-added missing strings
Roland Häder [Wed, 11 May 2016 15:36:21 +0000 (17:36 +0200)]
removed recruiter stuff + re-added missing strings

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agofixed name of controller (cherry-pick this)
Roland Häder [Wed, 11 May 2016 15:19:43 +0000 (17:19 +0200)]
fixed name of controller (cherry-pick this)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoalso this must be medium-sized
Roland Häder [Wed, 11 May 2016 14:43:46 +0000 (16:43 +0200)]
also this must be medium-sized

8 years agoFixed country controller:
Roland Häder [Wed, 11 May 2016 14:07:42 +0000 (16:07 +0200)]
Fixed country controller:
- renamed controller name to not have confusion to
- moved hasCountries/allCountries to session-scoped bean to have full caching

Signed-off-by: Roland Häder <roland@haeder.net>
Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoadded contact EJB
Roland Haeder [Tue, 10 May 2016 18:59:02 +0000 (20:59 +0200)]
added contact EJB

8 years agoContinued with contact:
Roland Häder [Wed, 27 Apr 2016 15:51:06 +0000 (17:51 +0200)]
Continued with contact:
- added observers for events being fired when admin added new contact
- cleared admin contact bean after adding contact

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agopassword1 and password2 is not clear enough, better <role>Password and <role>Password...
Roland Häder [Tue, 10 May 2016 13:29:43 +0000 (15:29 +0200)]
password1 and password2 is not clear enough, better <role>Password and <role>PasswordRepeat respectively (cherry-pick this)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agodon't forget to clear helper contact instance. When a user/recruiter has been added...
Roland Häder [Tue, 10 May 2016 13:13:08 +0000 (15:13 +0200)]
don't forget to clear helper contact instance. When a user/recruiter has been added with a selected contact instance, it got not removed from selectableContacts list.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued a bit:
Roland Häder [Tue, 10 May 2016 12:16:41 +0000 (14:16 +0200)]
Continued a bit:
- don't return full list as the JSF seems to modify it ???
- always use this.someList and not allFoos()
- moved allMobileProviders() and hasMobileProviders() to regular controller as this one holds the cached list anyway
- renamed mobileController -> mobileProviderController
- call bean again instead of getting same (!) list: this fixes a bug that a lot contacts has been removed from the list
- careful cherry-picking this: recruiter-related changes are included and contact EJB added!

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued a bit:
Roland Häder [Tue, 10 May 2016 12:02:16 +0000 (14:02 +0200)]
Continued a bit:
- moved all contact data to one place (was a bit scattered)
- no need to update cellphone data here (contact controller does it)
- added check on parameter 'user'
- added noisy debug line (contact)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoadded missing i18n strings
Roland Häder [Tue, 10 May 2016 11:53:28 +0000 (13:53 +0200)]
added missing i18n strings

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued a bit:
Roland Häder [Tue, 10 May 2016 10:44:35 +0000 (12:44 +0200)]
Continued a bit:
- merged some generic stuff from jrecruiter-war project
- no customer in addressbook, but surely in pizzaservice
- sorted members

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agofixed ids (is contact)
Roland Häder [Mon, 9 May 2016 14:53:37 +0000 (16:53 +0200)]
fixed ids (is contact)

8 years agoignored lock files
Roland Häder [Mon, 9 May 2016 08:03:16 +0000 (10:03 +0200)]
ignored lock files

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

8 years agothese are noisy debug lines ...
Roland Haeder [Sat, 7 May 2016 14:34:17 +0000 (16:34 +0200)]
these are noisy debug lines ...

8 years agoNo id here needed
Roland Haeder [Sat, 7 May 2016 14:06:38 +0000 (16:06 +0200)]
No id here needed

8 years agoremoved id where it is not needed
Roland Haeder [Sat, 7 May 2016 10:36:08 +0000 (12:36 +0200)]
removed id where it is not needed

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoHome should go to guest area and not logout the user/recruiter
Roland Häder [Fri, 6 May 2016 11:40:45 +0000 (13:40 +0200)]
Home should go to guest area and not logout the user/recruiter

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoMoved a lot templates areound:
Roland Häder [Fri, 6 May 2016 11:08:37 +0000 (13:08 +0200)]
Moved a lot templates areound:
- moved user-related templates out of generic folder
- moved "login user" to login/user
- moved "login recruiter" to login/recruiter
- added missing templarte when recruiter is not logged-in

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoIntroduced createUserLogin() (safe to cherry-pick)
Roland Häder [Fri, 6 May 2016 11:06:52 +0000 (13:06 +0200)]
Introduced createUserLogin() (safe to cherry-pick)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoNo, putting these methods into admin (request-scoped) controller is not good as no...
Roland Häder [Fri, 6 May 2016 10:27:44 +0000 (12:27 +0200)]
No, putting these methods into admin (request-scoped) controller is not good as no caching takes place. Better put them into session-scoped controllers to have caching possible. Please cherry-pick and keep recruiter-stuff out of other projects.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued a bit:
Roland Häder [Fri, 6 May 2016 08:29:53 +0000 (10:29 +0200)]
Continued a bit:
- added recruiter login (very lame design, I know)
- added navigation rule
- added i18n strings
- moved back from admin -> regular controller, urgs, it is cached there for a longer time and not just on request

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoMoved to own (user) sub-folder to have recruiter's own templates
Roland Häder [Fri, 6 May 2016 08:29:36 +0000 (10:29 +0200)]
Moved to own (user) sub-folder to have recruiter's own templates

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued a bit:
Roland Häder [Fri, 6 May 2016 08:08:27 +0000 (10:08 +0200)]
Continued a bit:
- in admin area it should be medium-sized to hacve more room
- email address is already in contact data template

8 years agorenamed language strings
Roland Haeder [Thu, 5 May 2016 16:38:37 +0000 (18:38 +0200)]
renamed language strings

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agore-organized pages:
Roland Haeder [Thu, 5 May 2016 14:03:18 +0000 (16:03 +0200)]
re-organized pages:
- moved /user/ -> /guest/user/ as these are pages for current guest but later users
- moved /login/ -> /user/ as these are pages for current (logged-in) users

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agofixed controller usage (cherry-pick this!)
Roland Haeder [Thu, 5 May 2016 13:59:32 +0000 (15:59 +0200)]
fixed controller usage (cherry-pick this!)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoclass was wrong, needs to be styleClass
Roland Häder [Wed, 4 May 2016 10:58:03 +0000 (12:58 +0200)]
class was wrong, needs to be styleClass

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoadded redirection outcomes to all "addFoo" methods
Roland Häder [Wed, 27 Apr 2016 10:30:07 +0000 (12:30 +0200)]
added redirection outcomes to all "addFoo" methods

Signed-off-by: Roland Häder <roland@haeder.net>
Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoMail pattern for cellphone provider are optional, maybe not all pürovide such services
Roland Häder [Wed, 4 May 2016 06:56:31 +0000 (08:56 +0200)]
Mail pattern for cellphone provider are optional, maybe not all pürovide such services

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoadded email address (was moved from user)
Roland Häder [Tue, 3 May 2016 15:59:32 +0000 (17:59 +0200)]
added email address (was moved from user)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoRewrites:
Roland Häder [Tue, 3 May 2016 15:25:29 +0000 (17:25 +0200)]
Rewrites:
- moved a lot unrelated user-only methods to proper admin controller

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agofixed German umlauts
Roland Häder [Tue, 3 May 2016 14:14:08 +0000 (16:14 +0200)]
fixed German umlauts

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agorenamed i18n string, generic now
Roland Häder [Tue, 3 May 2016 14:10:24 +0000 (16:10 +0200)]
renamed i18n string, generic now

8 years agoContinued with recruiter
Roland Häder [Tue, 3 May 2016 13:26:28 +0000 (15:26 +0200)]
Continued with recruiter
- added initial admin recruiter pages/templates
- added admin menu for listing recruiters
- added/fixed i18n strings
- added missing copyRecruiterToController()
- fixed project description
- fixed JNDI names
- fixed copyright/email address
- fixed/added CSS classes

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoremoved link as this is done in list page + readded base template
Roland Häder [Tue, 3 May 2016 11:53:52 +0000 (13:53 +0200)]
removed link as this is done in list page + readded base template

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agorenamed controller as there are now 2 logins
Roland Häder [Tue, 3 May 2016 11:45:08 +0000 (13:45 +0200)]
renamed controller as there are now 2 logins

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContined a bit:
Roland Häder [Tue, 3 May 2016 11:33:38 +0000 (13:33 +0200)]
Contined a bit:
- sorted imports
- first @Observes then final

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued with recruiter:
Roland Häder [Tue, 3 May 2016 11:33:20 +0000 (13:33 +0200)]
Continued with recruiter:
- added initial recruiter pages (requires separate login)
- added initial controller (interfaces and beans)
- added initial recruiter-stuff into helper
- removed double index.xhtml

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoRefactured a lot:
Roland Häder [Wed, 27 Apr 2016 08:54:32 +0000 (10:54 +0200)]
Refactured a lot:
- administrative controller are request-scoped, therefor their "cached" lists are never cached for a longer time. So all lists has to be moved to general controllers
- added new general customer bean for above refacturing

Signed-off-by: Roland Häder <roland@haeder.net>
Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoCleanups:
Roland Häder [Tue, 3 May 2016 08:29:18 +0000 (10:29 +0200)]
Cleanups:
- hasUsers/allUsers was redundant
- moved isContactFound to admin user controller to avoid redundant lists, too

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued a lot more:
Roland Häder [Tue, 26 Apr 2016 15:57:13 +0000 (17:57 +0200)]
Continued a lot more:
- added ability to link any contact with user and/or customer accounts (later is unfinished)
- to make thism working, a controller method selectableContacts() is needed (cached)
- also the event for administrators adding users (customers missing!) must be observed to remove contact from selectable list
- because of the above, the HTML form can no longer validate required="true", it must be done by the controller (ugly exceptions for now)
- some beans/controllers loaded/injected
- added missing i18n strings
- fixed some exception messages
- ignored strings for i18n
- changed CSS class in admin area pages from small to medium (needs more space)
- removed double underscore (one removed)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agorenamed language strings
Roland Haeder [Thu, 5 May 2016 16:38:47 +0000 (18:38 +0200)]
renamed language strings

8 years agoupdated jar(s)
Roland Haeder [Thu, 5 May 2016 16:36:51 +0000 (18:36 +0200)]
updated jar(s)

8 years agojcore is for SE applications, not for EE, so better remove it.
Roland Haeder [Thu, 5 May 2016 13:14:01 +0000 (15:14 +0200)]
jcore is for SE applications, not for EE, so better remove it.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Thu, 5 May 2016 12:26:33 +0000 (14:26 +0200)]
updated jar(s)

8 years agoupdated jar(s)
Roland Haeder [Tue, 3 May 2016 19:06:05 +0000 (21:06 +0200)]
updated jar(s)

8 years agoadded initial login templates and navigation rules
Roland Haeder [Wed, 7 Oct 2015 10:42:06 +0000 (12:42 +0200)]
added initial login templates and navigation rules

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued a bit:
Roland Häder [Mon, 2 May 2016 10:39:57 +0000 (12:39 +0200)]
Continued a bit:
- added missing helper call
- renamed method
- added missing navigation rules

Signed-off-by: Roland Häder <roland@haeder.net>
Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agorenamed converter to make them more clear (in JSF page)
Roland Häder [Mon, 2 May 2016 10:04:11 +0000 (12:04 +0200)]
renamed converter to make them more clear (in JSF page)

Signed-off-by: Roland Häder <roland@haeder.net>
Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoThese validators are registered by using an annotation
Roland Häder [Mon, 2 May 2016 07:15:46 +0000 (09:15 +0200)]
These validators are registered by using an annotation

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated links (as they are useful)
Roland Haeder [Mon, 2 May 2016 19:54:17 +0000 (21:54 +0200)]
Updated links (as they are useful)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoglobally updated jar(s)
Roland Haeder [Fri, 29 Apr 2016 20:00:14 +0000 (22:00 +0200)]
globally updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agofixed imports
Roland Haeder [Fri, 29 Apr 2016 19:51:43 +0000 (21:51 +0200)]
fixed imports

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoit is this way ...
Roland Haeder [Fri, 29 Apr 2016 19:45:47 +0000 (21:45 +0200)]
it is this way ...

8 years agofixed interface name (opps, should be done earlier)
Roland Haeder [Fri, 29 Apr 2016 19:43:16 +0000 (21:43 +0200)]
fixed interface name (opps, should be done earlier)

8 years agoContinued a bit:
Roland Häder [Fri, 29 Apr 2016 13:43:26 +0000 (15:43 +0200)]
Continued a bit:
- renamed method changeUserData() to editUserData() (members sorted)
- surpressed some warnings that are not being fixed
- clear() needs to be called

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued with contacts:
Roland Häder [Wed, 27 Apr 2016 06:52:40 +0000 (08:52 +0200)]
Continued with contacts:
- added hasContacts() / allContacts()
- listing of contacts started, maybe later add a method that checks where the contact is being used and returns a message key?

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUsed new "contact-added event"
Roland Häder [Wed, 20 Apr 2016 14:53:24 +0000 (16:53 +0200)]
Used new "contact-added event"

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued with contacts:
Roland Häder [Wed, 27 Apr 2016 15:01:22 +0000 (17:01 +0200)]
Continued with contacts:
- added method addContact()
- introduced isSameContactFound() which checks if the given contact can be found in a list.
- this method can later be moved to ContactUtils to become generic.
- commented out noisy System.out messages
- removed no longer used logger messages

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agomoved template to proper place
Roland Häder [Fri, 29 Apr 2016 15:37:34 +0000 (17:37 +0200)]
moved template to proper place

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoFixed i18n related stuff
Roland Häder [Fri, 29 Apr 2016 15:15:23 +0000 (17:15 +0200)]
Fixed i18n related stuff

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued a bit:
Roland Häder [Fri, 29 Apr 2016 13:43:26 +0000 (15:43 +0200)]
Continued a bit:
- renamed method changeUserData() to editUserData() (members sorted)
- surpressed some warnings that are not being fixed
- clear() needs to be called

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued with customer:
Roland Häder [Fri, 29 Apr 2016 13:16:16 +0000 (15:16 +0200)]
Continued with customer:
- editing customer data is "basicly finished"
- removed i18n key as this was not following convention (and redundant)
- a user entry was not found (for users more clear)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoOpps, missed to change this, too
Roland Häder [Fri, 29 Apr 2016 09:53:13 +0000 (11:53 +0200)]
Opps, missed to change this, too

8 years agoContinued with contacts:
Roland Häder [Fri, 29 Apr 2016 09:46:33 +0000 (11:46 +0200)]
Continued with contacts:
- showing contact data is "basicly finished"
- introduced template admin_contact_data.tpl"
- added missing navigation cases
- contact personal data is not user - fixed
- include always gender
- added new page for deleting contact data
- added CSS class for delete buttons
- added template for administrative contact links
- added missing i18n strings

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoFixed i18n keys
Roland Häder [Fri, 29 Apr 2016 08:47:58 +0000 (10:47 +0200)]
Fixed i18n keys

Signed-off-by: Roland Häder <roland@haeder.net>
Signed-off-by: Roland Häder <roland@mxchange.org>