]> git.mxchange.org Git - jjobs-war.git/log
jjobs-war.git
8 years agoadded methods for changing email address (partly unfinished) + updated jar(s)
Roland Haeder [Thu, 10 Mar 2016 19:11:27 +0000 (20:11 +0100)]
added methods for changing email address (partly unfinished) + updated jar(s)

8 years agoadded separate language strings for all login_change_foo.xhtml pages
Roland Haeder [Wed, 9 Mar 2016 18:27:18 +0000 (19:27 +0100)]
added separate language strings for all login_change_foo.xhtml pages

8 years agoContinued a bit:
Roland Haeder [Tue, 8 Mar 2016 21:08:41 +0000 (22:08 +0100)]
Continued a bit:
- renamed method
- the password validator is currently not working as it currently need the web controller, not the EJB
- updated jar(s)

8 years agoupdated jar(s) + added missing language elements
Roland Haeder [Sun, 6 Mar 2016 17:27:49 +0000 (18:27 +0100)]
updated jar(s) + added missing language elements

8 years agoAdded email address for author
Roland Haeder [Sun, 6 Mar 2016 17:05:27 +0000 (18:05 +0100)]
Added email address for author

8 years agoupdated jar(s) + added FacesValidator annotation
Roland Haeder [Sun, 6 Mar 2016 13:49:57 +0000 (14:49 +0100)]
updated jar(s) + added FacesValidator annotation

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoSome language + CSS fixes + updated jar(s)
Roland Haeder [Sat, 5 Mar 2016 22:35:17 +0000 (23:35 +0100)]
Some language + CSS fixes + updated jar(s)

8 years agono double title, please ...
Roland Haeder [Sat, 5 Mar 2016 21:24:14 +0000 (22:24 +0100)]
no double title, please ...

8 years agoremoved CSS class from ui:include (not needed)
Roland Haeder [Sat, 5 Mar 2016 21:21:29 +0000 (22:21 +0100)]
removed CSS class from ui:include (not needed)

8 years agoContinued with "change personal data":
Roland Haeder [Sat, 5 Mar 2016 21:02:24 +0000 (22:02 +0100)]
Continued with "change personal data":
- updating the user instance didn't work the previous way, first you need to copy the loginController.loggedInUser instance and then you can update all fields on it
- added generic template message_box.tpl
- added generic page login_data_saved.xhtml
- added missing navigation rules from login_change_foo.xhtml -> login_data_saved.xhtml
- added some new language strings
- added CSS classes for message box template
- changing email address requires you to enter twice your new email address (displaying old is missing)

8 years agoIntroduced updateUserFromFields() which updates a given user instance from all fields
Roland Haeder [Sat, 5 Mar 2016 17:05:01 +0000 (18:05 +0100)]
Introduced updateUserFromFields() which updates a given user instance from all fields

8 years agoupdated jar(s)
Roland Haeder [Sat, 5 Mar 2016 16:45:08 +0000 (17:45 +0100)]
updated jar(s)

8 years agointroduced isRequiredChangePersonalDataSet()
Roland Haeder [Sat, 5 Mar 2016 15:42:33 +0000 (16:42 +0100)]
introduced isRequiredChangePersonalDataSet()

8 years agonicer CSS class (output)
Roland Haeder [Sat, 5 Mar 2016 15:37:53 +0000 (16:37 +0100)]
nicer CSS class (output)

8 years agoContinued with updating personal data:
Roland Haeder [Sat, 5 Mar 2016 15:33:26 +0000 (16:33 +0100)]
Continued with updating personal data:
- added check if all required fields are set
- added preparing user instance and sending it to the EJB
- doChangeFoo() all need to return a string for next target page (not added yet)
- updated jar(s)

8 years agoContinued with user profile data:
Roland Haeder [Sat, 5 Mar 2016 15:09:36 +0000 (16:09 +0100)]
Continued with user profile data:
- renamed changeFoo() to doChangeFoo() to match with naming convention
- added doChangePersonalData() which throws a checked exception
- that method does currently only check if the user is logged-in and if the password matches
- the resulting error message would be not user-friendly, so better added a validator which outputs a new localizable message
- added method ifCurrentPasswordMatches() which uses UserUtils to validate the entered password
- renaming interface applied
- updated juser-core.jar
- added jcoreee.jar

8 years agouse user controller + use current password template
Roland Haeder [Sat, 5 Mar 2016 13:27:54 +0000 (14:27 +0100)]
use user controller + use current password template

8 years agoSome performance tuning: get list only if submittedValue is set non-empty
Roland Haeder [Fri, 4 Mar 2016 20:45:00 +0000 (21:45 +0100)]
Some performance tuning: get list only if submittedValue is set non-empty

8 years agoLog also return null
Roland Haeder [Fri, 4 Mar 2016 20:40:14 +0000 (21:40 +0100)]
Log also return null

8 years agotpyo fixed ...
Roland Haeder [Fri, 4 Mar 2016 20:35:22 +0000 (21:35 +0100)]
tpyo fixed ...

8 years agoIntroduced new template + renamed language constant + form field:
Roland Haeder [Fri, 4 Mar 2016 20:32:12 +0000 (21:32 +0100)]
Introduced new template + renamed language constant + form field:
- introduced login_enter_current_password.tpl to reduce redundant template code
- changed language string to reflect it's purpose (current password)
- renamed form field "password" to "currentPassword" to reflect it's purpose, too

8 years agoNo need for double-header when one is enough
Roland Haeder [Fri, 4 Mar 2016 20:22:49 +0000 (21:22 +0100)]
No need for double-header when one is enough

8 years agoAdded missing language strings for login_change_personal_data.xhtml
Roland Haeder [Fri, 4 Mar 2016 20:19:28 +0000 (21:19 +0100)]
Added missing language strings for login_change_personal_data.xhtml

8 years agoAdded nice boxes around current password input box
Roland Haeder [Fri, 4 Mar 2016 20:14:32 +0000 (21:14 +0100)]
Added nice boxes around current password input box

8 years agoSome improvements:
Roland Haeder [Fri, 4 Mar 2016 20:06:25 +0000 (21:06 +0100)]
Some improvements:
- added currentPassword field in loginController
- simply copy all user data to the userController instance and you can use it again in forms

8 years agoSplitted edit_user_data into 3 new sub actions + added logged-in check:
Roland Haeder [Fri, 4 Mar 2016 19:48:36 +0000 (20:48 +0100)]
Splitted edit_user_data into 3 new sub actions + added logged-in check:
- new template user_not_logged_in.tpl added which shows a message if the user is not logged-in and tries to access a login-only page
- added login_change_email_address.xhtml for changing email address
- added login_change_password.xhtml for changing password
- added login_change_personal_data.xhtml for changing personal data
- login_edit_address.xhtml is now no longer needed

8 years agoneed splitting as well ...
Roland Haeder [Wed, 2 Mar 2016 20:59:47 +0000 (21:59 +0100)]
need splitting as well ...

8 years agorelinked this to jjobs-ejb
Roland Haeder [Wed, 2 Mar 2016 20:41:05 +0000 (21:41 +0100)]
relinked this to jjobs-ejb

8 years agoremoved sharing stuff (only in addressbook project)
Roland Haeder [Wed, 2 Mar 2016 20:37:32 +0000 (21:37 +0100)]
removed sharing stuff (only in addressbook project)

8 years agoContinued with separation from addressbook project:
Roland Haeder [Wed, 2 Mar 2016 19:45:50 +0000 (20:45 +0100)]
Continued with separation from addressbook project:
- updated packages to own jjobs packages (not addressbook anymore)
- removed addressbook-lib as we now have own jjobs-lib

8 years agoThese pages can also be accessed by a logged-in user.
Roland Haeder [Wed, 2 Mar 2016 18:38:01 +0000 (19:38 +0100)]
These pages can also be accessed by a logged-in user.

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Wed, 2 Mar 2016 17:55:58 +0000 (18:55 +0100)]
updated jar(s)

8 years agoadded comment
Roland Haeder [Wed, 24 Feb 2016 20:28:52 +0000 (21:28 +0100)]
added comment

8 years agoupdated jar(s)
Roland Haeder [Sat, 20 Feb 2016 21:14:30 +0000 (22:14 +0100)]
updated jar(s)

8 years agoSome empty lines added/removed
Roland Haeder [Sat, 20 Feb 2016 20:46:57 +0000 (21:46 +0100)]
Some empty lines added/removed

8 years agoupdated jar(s)
Roland Haeder [Sat, 20 Feb 2016 19:12:49 +0000 (20:12 +0100)]
updated jar(s)

8 years agoupdated jar(s)
Roland Haeder [Sat, 20 Feb 2016 19:10:05 +0000 (20:10 +0100)]
updated jar(s)

8 years agoRenamed ADDRESSBOOKS to APPLICATIONS as (job) applications are being handled here.
Roland Haeder [Fri, 19 Feb 2016 19:38:39 +0000 (20:38 +0100)]
Renamed ADDRESSBOOKS to APPLICATIONS as (job) applications are being handled here.

8 years agoGNU-ified projects for upcoming public release
Roland Haeder [Fri, 19 Feb 2016 15:44:11 +0000 (16:44 +0100)]
GNU-ified projects for upcoming public release

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoAdded missing javadoc + organized members
Roland Haeder [Fri, 19 Feb 2016 14:45:32 +0000 (15:45 +0100)]
Added missing javadoc + organized members

8 years agoUpdated jar(s)
Roland Haeder [Fri, 19 Feb 2016 14:21:38 +0000 (15:21 +0100)]
Updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated jar(s)
Roland Haeder [Fri, 19 Feb 2016 14:07:51 +0000 (15:07 +0100)]
Updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoSharing of address books is not part of this application
Roland Haeder [Tue, 16 Feb 2016 00:15:16 +0000 (01:15 +0100)]
Sharing of address books is not part of this application

8 years agofrom addressbook-war ...
Roland Haeder [Tue, 16 Feb 2016 00:10:43 +0000 (01:10 +0100)]
from addressbook-war ...

8 years agoUsers don't care about id numbers (e.g. for their address books)
Roland Haeder [Tue, 16 Feb 2016 00:07:01 +0000 (01:07 +0100)]
Users don't care about id numbers (e.g. for their address books)

8 years agotranslated some more (and externalized)
Roland Haeder [Mon, 15 Feb 2016 23:04:27 +0000 (00:04 +0100)]
translated some more (and externalized)

8 years agotranslated a bit
Roland Haeder [Mon, 15 Feb 2016 22:43:42 +0000 (23:43 +0100)]
translated a bit

8 years agodouble and users don't need ids
Roland Haeder [Mon, 15 Feb 2016 22:36:36 +0000 (23:36 +0100)]
double and users don't need ids

8 years agoAs converters and validators cannot fire events, the controller has to load the objec...
Roland Haeder [Mon, 15 Feb 2016 22:30:23 +0000 (23:30 +0100)]
As converters and validators cannot fire events, the controller has to load the object and fire the event.

8 years agosorted members
Roland Haeder [Mon, 15 Feb 2016 22:09:58 +0000 (23:09 +0100)]
sorted members

8 years agococorrect package name again
Roland Haeder [Mon, 15 Feb 2016 21:56:30 +0000 (22:56 +0100)]
cocorrect package name again

8 years agoc:set is a trap:
Roland Haeder [Mon, 15 Feb 2016 20:35:12 +0000 (21:35 +0100)]
c:set is a trap:
- c:set is being executed in an other life-cycle that when h:dataTable is
  rendered
- this causes a null value always being set in the target (backing) bean
- instead you need to use ui:param within ui:include and use #{foo} for
  accessing it, even when your IDE is not showing it (as in that file's scope
  it doesn't "know" about the parameter).

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agocorrect package name again
Roland Haeder [Mon, 15 Feb 2016 20:34:47 +0000 (21:34 +0100)]
correct package name again

8 years agorenamed packages (addressbook import) + added event for logging in
Roland Haeder [Mon, 15 Feb 2016 19:34:36 +0000 (20:34 +0100)]
renamed packages (addressbook import) + added event for logging in

8 years agoinit() and @PostConstruct is the wrong place for checking logged-in user status,...
Roland Haeder [Mon, 15 Feb 2016 19:28:15 +0000 (20:28 +0100)]
init() and @PostConstruct is the wrong place for checking logged-in user status, better use the new event

8 years agosorted members
Roland Haeder [Mon, 15 Feb 2016 19:12:57 +0000 (20:12 +0100)]
sorted members

8 years agoconverters don't have a postconstruct possiblity and no injections/EJBs. So you need...
Roland Haeder [Mon, 15 Feb 2016 18:54:25 +0000 (19:54 +0100)]
converters don't have a postconstruct possiblity and no injections/EJBs. So you need to do it the old-fashioned way over constructor and lookup.

8 years agomaybe correct id?
Roland Haeder [Mon, 15 Feb 2016 17:34:22 +0000 (18:34 +0100)]
maybe correct id?

8 years agoimported from addressbook-war (again)
Roland Haeder [Mon, 15 Feb 2016 17:30:36 +0000 (18:30 +0100)]
imported from addressbook-war (again)

8 years agoJupp, more occurrences. :-)
Roland Haeder [Mon, 15 Feb 2016 17:22:18 +0000 (18:22 +0100)]
Jupp, more occurrences. :-)

8 years agoMore imports from addressbook-war
Roland Haeder [Mon, 15 Feb 2016 17:19:46 +0000 (18:19 +0100)]
More imports from addressbook-war

8 years agoIt is JJobs (maybe still some remains)
Roland Haeder [Mon, 15 Feb 2016 15:42:46 +0000 (16:42 +0100)]
It is JJobs (maybe still some remains)

8 years agoMore initial files from addressbook-war (basicly almost all as this application needs...
Roland Haeder [Mon, 15 Feb 2016 15:40:51 +0000 (16:40 +0100)]
More initial files from addressbook-war (basicly almost all as this application needs address books.

8 years agoInitial import from addressbook-war project
Roland Haeder [Mon, 15 Feb 2016 15:36:11 +0000 (16:36 +0100)]
Initial import from addressbook-war project

8 years agoUpdated jar(s) + added .gitattributes
Roland Haeder [Mon, 15 Feb 2016 14:30:38 +0000 (15:30 +0100)]
Updated jar(s) + added .gitattributes

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated project to NetBeans 8.1 / Glassfish 4.1.1
Roland Haeder [Wed, 3 Feb 2016 15:27:31 +0000 (16:27 +0100)]
Updated project to NetBeans 8.1 / Glassfish 4.1.1

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated jar(s)
Roland Haeder [Fri, 20 Nov 2015 17:41:28 +0000 (18:41 +0100)]
Updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Fri, 23 Oct 2015 15:25:50 +0000 (17:25 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated jars
Roland Haeder [Tue, 20 Oct 2015 15:59:04 +0000 (17:59 +0200)]
Updated jars

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated jars
Roland Haeder [Mon, 19 Oct 2015 20:08:53 +0000 (22:08 +0200)]
Updated jars

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Fri, 16 Oct 2015 15:28:41 +0000 (17:28 +0200)]
updated jar(s)

8 years agoupdated jar(s)
Roland Haeder [Thu, 15 Oct 2015 14:22:16 +0000 (16:22 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Wed, 14 Oct 2015 14:48:15 +0000 (16:48 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Tue, 13 Oct 2015 14:58:58 +0000 (16:58 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Mon, 12 Oct 2015 18:23:21 +0000 (20:23 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Mon, 12 Oct 2015 15:34:05 +0000 (17:34 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoUpdated .gitignore
Roland Haeder [Mon, 12 Oct 2015 14:10:43 +0000 (16:10 +0200)]
Updated .gitignore

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoadded .gitignore
Roland Haeder [Mon, 12 Oct 2015 14:05:06 +0000 (16:05 +0200)]
added .gitignore

8 years agoupdated jar(s)
Roland Haeder [Mon, 12 Oct 2015 14:00:04 +0000 (16:00 +0200)]
updated jar(s)

Signed-off-by: Roland Häder <roland@mxchange.org>
8 years agoupdated jar(s)
Roland Haeder [Sun, 11 Oct 2015 20:31:16 +0000 (22:31 +0200)]
updated jar(s)

8 years agoupdated jar(s)
Roland Haeder [Sun, 11 Oct 2015 20:00:17 +0000 (22:00 +0200)]
updated jar(s)

8 years agoadd jcountry-core and jcountry-lib
Roland Haeder [Sun, 11 Oct 2015 19:24:33 +0000 (21:24 +0200)]
add jcountry-core and jcountry-lib

8 years agoinitial import
Roland Haeder [Sun, 11 Oct 2015 11:46:47 +0000 (13:46 +0200)]
initial import