]> git.mxchange.org Git - addressbook-war.git/commit
Rewrite (unfinished):
authorRoland Haeder <roland@mxchange.org>
Fri, 16 Oct 2015 16:38:26 +0000 (18:38 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 16 Oct 2015 16:48:51 +0000 (18:48 +0200)
commit6aad7fca4bd1ef6aab41340091dae5eda8b5e9af
tree27bf235127910d379ecc35f9931bc7c2410ac8a7
parent7302dd048a1fbf3f4dd17608127774e01f015572
Rewrite (unfinished):
- added beans for profile and profile modes
- added new template user_profile_link.xhtml for easy inclusion of profile links. Just handle over the whole User instance
- added new template profile_mode_selection_box.tpl for easy profile mode selection
- updated jar(s)
25 files changed:
lib/jcontacts-business-core.jar
lib/jcontacts-core.jar
lib/jcontacts-lib.jar
lib/jcore-logger-lib.jar
lib/jcore.jar
lib/jcoreee.jar
lib/jcountry-core.jar
lib/jphone-core.jar
lib/juser-core.jar
lib/juser-lib.jar
src/java/org/mxchange/addressbook/beans/profile/UserProfileWebBean.java [new file with mode: 0644]
src/java/org/mxchange/addressbook/beans/profile/UserProfileWebController.java [new file with mode: 0644]
src/java/org/mxchange/addressbook/beans/profilemode/ProfileModeWebBean.java [new file with mode: 0644]
src/java/org/mxchange/addressbook/beans/profilemode/ProfileModeWebController.java [new file with mode: 0644]
src/java/org/mxchange/addressbook/beans/user/UserWebBean.java
src/java/org/mxchange/addressbook/beans/user/UserWebController.java
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
web/WEB-INF/templates/generic/form_personal_data.tpl
web/WEB-INF/templates/generic/profile_mode_selection_box.tpl [new file with mode: 0644]
web/WEB-INF/templates/generic/user_profile_link.tpl [new file with mode: 0644]
web/login/login_shared_addressbooks.xhtml
web/login/login_start_sharing_addressbook.xhtml
web/user/show_addressbook.xhtml
web/user/user_list.xhtml