]> git.mxchange.org Git - jjobs-war.git/log
jjobs-war.git
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>
8 years agoContinued with customers and rewrite a bit:
Roland Häder [Thu, 28 Apr 2016 12:17:13 +0000 (14:17 +0200)]
Continued with customers and rewrite a bit:
- page show_customer "basicly finished"
- removed double redundant i18n strings (no need)
- added customer's i18n strings (admin)
- now always handle a contact to "cellhpone templates", this is much easier and users/customers don't have cellphones/land-line or fax numbers, only contacts
- added template for administrative links for customers (similar to users)
- added missing navigation rules

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued with customer:
Roland Häder [Thu, 28 Apr 2016 09:15:29 +0000 (11:15 +0200)]
Continued with customer:
- added converter for customerId <-> Customer object
- used this in administrative customer pages
- added method copyCustomerToController()
- added getter/setter for customer in helper bean
- some messages fixed (copy-paste)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoadded new dependency jjobs-core
Roland Haeder [Thu, 28 Apr 2016 19:07:30 +0000 (21:07 +0200)]
added new dependency jjobs-core

8 years agoupdated jar(s)
Roland Haeder [Wed, 27 Apr 2016 19:16:28 +0000 (21:16 +0200)]
updated jar(s)

8 years agoupdated jar(s)
Roland Haeder [Tue, 26 Apr 2016 17:08:05 +0000 (19:08 +0200)]
updated jar(s)

8 years agoadded admin_contact_list.xhtml + navigation rule
Roland Häder [Fri, 22 Apr 2016 16:05:43 +0000 (18:05 +0200)]
added admin_contact_list.xhtml + navigation rule

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agocleaned up strings (they got back by merge) + added missing (last 2!)
Roland Häder [Fri, 22 Apr 2016 16:05:22 +0000 (18:05 +0200)]
cleaned up strings (they got back by merge) + added missing (last 2!)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued with rewriting:
Roland Häder [Fri, 22 Apr 2016 14:20:11 +0000 (16:20 +0200)]
Continued with rewriting:
- rewrote to ContactUtils.updateFooNumber()
- added missing attributes for above functions
- added check for contactId against null
- fixed converter (must be ContactConverter) + instance from helper
- edit_contact title is now a pattern with id number as only parameter
- adminUserController was wrong, use adminContactController for contact-relevant stuff
- added missing i18n strings

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued with rewriting:
Roland Haeder [Fri, 22 Apr 2016 13:54:24 +0000 (15:54 +0200)]
Continued with rewriting:
- rewrote to ContactUtils.updateFooNumber()
- added missing attributes for above functions
- added check for contactId against null
- fixed converter (must be ContactConverter) + instance from helper

8 years agoContinued a bit:
Roland Häder [Fri, 22 Apr 2016 07:52:57 +0000 (09:52 +0200)]
Continued a bit:
- added observer method afterAdminUpdatedContactDataEvent() to update contact and email lists
- no contact list in admin controller as the same exists in general controller
- imports cleaned up

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agofixed imports (maybe not cherry-pick?)
Roland Haeder [Sat, 23 Apr 2016 10:57:28 +0000 (12:57 +0200)]
fixed imports (maybe not cherry-pick?)

8 years agoContinued rewriting:
Roland Haeder [Sat, 23 Apr 2016 10:30:31 +0000 (12:30 +0200)]
Continued rewriting:
- added new project dependency jaddressbook-lib (remote interfaces)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Sat, 23 Apr 2016 10:08:32 +0000 (12:08 +0200)]
updated jar(s)

8 years agoContinued a bit:
Roland Haeder [Thu, 21 Apr 2016 20:19:34 +0000 (22:19 +0200)]
Continued a bit:
- return type is now updated contact instance
- fixed class/interface imports

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Thu, 21 Apr 2016 20:09:47 +0000 (22:09 +0200)]
updated jar(s)

8 years agoContinued with contact data editing (admin):
Roland Häder [Thu, 21 Apr 2016 16:02:05 +0000 (18:02 +0200)]
Continued with contact data editing (admin):
- added instance to helper
- renamed editFooData() to changeFooData()
- added handling contactId
- added form (with include)
- added method copyContactToController()
- added admin helper injection

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContined a bit:
Roland Häder [Thu, 21 Apr 2016 13:44:26 +0000 (15:44 +0200)]
Contined a bit:
- added check if user name is already in use
- fixed German umlauts
- better wording

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoAdded redirect outcome + updated jar(s)
Roland Häder [Thu, 21 Apr 2016 12:38:35 +0000 (14:38 +0200)]
Added redirect outcome + updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContiuned with editing user data/rewrites:
Roland Häder [Thu, 21 Apr 2016 11:55:57 +0000 (13:55 +0200)]
Contiuned with editing user data/rewrites:
- implemented editUserData() for when admin updates user data
- implemented listener for when a user updates personal data
- added private method updateList() for updating admin's user list
- updateUserPersonalData() now returns updated user instance (detached!)
- fired event when user updates personal data

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agodon't chgange email address in edit mode
Roland Häder [Thu, 21 Apr 2016 10:23:31 +0000 (12:23 +0200)]
don't chgange email address in edit mode

8 years agoContinued:
Roland Häder [Thu, 21 Apr 2016 09:30:51 +0000 (11:30 +0200)]
Continued:
- template 'admin_form_user_data' requires parameter 'mode'.
- added missing i18n strings

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoadded div around admin_edit_user form + added missing i18n strings
Roland Häder [Thu, 21 Apr 2016 08:50:49 +0000 (10:50 +0200)]
added div around admin_edit_user form + added missing i18n  strings

8 years agoRemoved all clear() methods in request-scoped beans as it makes no sense to clear...
Roland Häder [Thu, 21 Apr 2016 08:45:09 +0000 (10:45 +0200)]
Removed all clear() methods in request-scoped beans as it makes no sense to clear them.

8 years agoContinued:
Roland Häder [Thu, 21 Apr 2016 08:38:05 +0000 (10:38 +0200)]
Continued:
- splitted admin user form template into user and contact
- used that new admin user form template for editing user data
- added controller method editUserData()
- renamed relevant language keys (as they are not just for adding users)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Thu, 21 Apr 2016 18:09:46 +0000 (20:09 +0200)]
updated jar(s)

8 years agoContinued a bit:
Roland Häder [Wed, 20 Apr 2016 14:45:09 +0000 (16:45 +0200)]
Continued a bit:
- moved all admin controllers from session-scope to request-scope
- renamed them, too

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoInjected contact controller as now stuff around contacts are done there, not in user.
Roland Haeder [Wed, 20 Apr 2016 17:42:19 +0000 (19:42 +0200)]
Injected contact controller as now stuff around contacts are done there, not in user.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoContinued with refacturing:
Roland Häder [Wed, 20 Apr 2016 14:15:51 +0000 (16:15 +0200)]
Continued with refacturing:
- added new controller for contact (general + admin)
- removed all contact-related stuff from user controller (as there are specific ones)
- login_data_saved splitted into login_user_data_saved and login_contact_data_saved
- fixed relevant temnplates (contact controller)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoFixed German umlauts + updated jar(s)
Roland Häder [Wed, 20 Apr 2016 09:38:58 +0000 (11:38 +0200)]
Fixed German umlauts + updated jar(s)

Signed-off-by: Roland Häder <roland@haeder.net>
Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Wed, 20 Apr 2016 17:35:16 +0000 (19:35 +0200)]
updated jar(s)

8 years agoCorrect copyright here as it is a generic file.
Roland Haeder [Tue, 19 Apr 2016 18:31:00 +0000 (20:31 +0200)]
Correct copyright here as it is a generic file.

8 years agoContinued with refacturing:
Roland Häder [Tue, 19 Apr 2016 15:55:11 +0000 (17:55 +0200)]
Continued with refacturing:
- added general admin helper for just holding objects
- used that new helper for user instance to have auto-completition back
- updated properties

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoadded view parameter 'userId' (mostly from URL)
Roland Häder [Tue, 19 Apr 2016 15:45:06 +0000 (17:45 +0200)]
added view parameter 'userId' (mostly from URL)

8 years agoUse other (new) exception
Roland Häder [Tue, 19 Apr 2016 12:35:20 +0000 (14:35 +0200)]
Use other (new) exception

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoAdded check for parameter, to make sure only valid can pass
Roland Häder [Tue, 19 Apr 2016 12:26:24 +0000 (14:26 +0200)]
Added check for parameter, to make sure only valid can pass

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoonly user data is being edited, not the whole account.
Roland Haeder [Tue, 19 Apr 2016 17:33:11 +0000 (19:33 +0200)]
only user data is being edited, not the whole account.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agothese fields are optional
Roland Häder [Tue, 19 Apr 2016 08:36:11 +0000 (10:36 +0200)]
these fields are optional

8 years agoAdded class names in log message
Roland Häder [Tue, 19 Apr 2016 08:30:13 +0000 (10:30 +0200)]
Added class names in log message

8 years agoupdated jar(s)
Roland Haeder [Tue, 19 Apr 2016 17:40:24 +0000 (19:40 +0200)]
updated jar(s)