Skip to content

Feature #4061 #172

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 51 commits into from
Closed

Conversation

ndup0nt
Copy link
Member

@ndup0nt ndup0nt commented Feb 20, 2013

No description provided.

Added tables : - SC_Contact_Company (company list for contacts) -
SC_Contact_Company_Rel (relation table between a company and a contact
from SC_Contact_Contact
New table : SC_Contact_GenericContact
…into contact-with-company

Conflicts:
	yellowpages/yellowpages-ejb/pom.xml
…s d'accès dans tableau des companies (onglets gestion et consultation)
…into contact-with-company

Conflicts:
	yellowpages/yellowpages-ejb/src/main/java/com/stratelia/webactiv/yellowpages/control/ejb/YellowpagesBmEJB.java
stephaneperry and others added 20 commits January 27, 2012 14:55
…into contact-with-company

Conflicts:
	.gitignore
	yellowpages/yellowpages-config/src/main/config/dbRepository/data/mssql/yellowpages-contribution.xml
	yellowpages/yellowpages-config/src/main/config/dbRepository/data/oracle/yellowpages-contribution.xml
	yellowpages/yellowpages-config/src/main/config/dbRepository/data/postgres/yellowpages-contribution.xml
	yellowpages/yellowpages-config/src/main/config/properties/org/silverpeas/yellowpages/multilang/yellowpagesBundle.properties
	yellowpages/yellowpages-config/src/main/config/properties/org/silverpeas/yellowpages/multilang/yellowpagesBundle_de.properties
	yellowpages/yellowpages-config/src/main/config/properties/org/silverpeas/yellowpages/multilang/yellowpagesBundle_en.properties
	yellowpages/yellowpages-config/src/main/config/properties/org/silverpeas/yellowpages/multilang/yellowpagesBundle_fr.properties
	yellowpages/yellowpages-config/src/main/config/properties/org/silverpeas/yellowpages/settings/yellowpagesSettings.properties
	yellowpages/yellowpages-config/src/main/config/silvertrace/messages/yellowpagesMessages_en.properties
	yellowpages/yellowpages-config/src/main/config/silvertrace/messages/yellowpagesMessages_fr.properties
	yellowpages/yellowpages-ejb/pom.xml
	yellowpages/yellowpages-ejb/src/main/java/com/stratelia/webactiv/yellowpages/YellowpagesException.java
	yellowpages/yellowpages-ejb/src/main/java/com/stratelia/webactiv/yellowpages/YellowpagesInstanciator.java
	yellowpages/yellowpages-ejb/src/main/java/com/stratelia/webactiv/yellowpages/YellowpagesStatistics.java
	yellowpages/yellowpages-ejb/src/main/java/com/stratelia/webactiv/yellowpages/control/ejb/YellowpagesBm.java
	yellowpages/yellowpages-ejb/src/main/java/com/stratelia/webactiv/yellowpages/control/ejb/YellowpagesBmEJB.java
	yellowpages/yellowpages-ejb/src/main/java/com/stratelia/webactiv/yellowpages/control/ejb/YellowpagesBmHome.java
	yellowpages/yellowpages-ejb/src/main/java/com/stratelia/webactiv/yellowpages/control/ejb/YellowpagesBmSkeleton.java
	yellowpages/yellowpages-ejb/src/main/java/com/stratelia/webactiv/yellowpages/dao/GroupDAO.java
	yellowpages/yellowpages-ejb/src/main/java/com/stratelia/webactiv/yellowpages/model/GroupDetail.java
	yellowpages/yellowpages-ejb/src/main/java/com/stratelia/webactiv/yellowpages/model/TopicDetail.java
	yellowpages/yellowpages-war/src/main/java/com/stratelia/webactiv/yellowpages/YellowpagesIndexer.java
	yellowpages/yellowpages-war/src/main/java/com/stratelia/webactiv/yellowpages/control/YellowpagesSessionController.java
	yellowpages/yellowpages-war/src/main/java/com/stratelia/webactiv/yellowpages/servlets/YellowpagesRequestRouter.java
	yellowpages/yellowpages-war/src/main/webapp/WEB-INF/web.xml
	yellowpages/yellowpages-war/src/main/webapp/yellowpages/jsp/annuaire.jsp
	yellowpages/yellowpages-war/src/main/webapp/yellowpages/jsp/contactManager.jsp
	yellowpages/yellowpages-war/src/main/webapp/yellowpages/jsp/topicManager.jsp
fix company icon
- adding gallery REST Web-Services
- adding JavaScript galleria plugin
- centralizing and packaging the notifier JavaScript plugin
- modifying notifier plugin calls in kmelia application
- displaying slide show into popup dialog
…into contact-with-company

Conflicts:
	gallery/gallery-war/src/main/java/com/silverpeas/gallery/web/AbstractGalleryResource.java
	gallery/gallery-war/src/main/java/com/silverpeas/gallery/web/GalleryResource.java
	gallery/gallery-war/src/main/java/com/silverpeas/gallery/web/GalleryResourceURIs.java
	gallery/gallery-war/src/main/java/com/silverpeas/gallery/web/PhotoEntity.java
	gallery/gallery-war/src/test/java/com/silverpeas/gallery/web/GalleryResourceMock.java
	gallery/gallery-war/src/test/java/com/silverpeas/gallery/web/PhotoEntityMatcher.java
…into contact-with-company

Conflicts:
	yellowpages/yellowpages-war/src/main/java/com/stratelia/webactiv/yellowpages/control/YellowpagesSessionController.java
@buildhive
Copy link

Silverpeas » Silverpeas-Components #54 FAILURE
Looks like there's a problem with this pull request
(what's this?)

@buildhive
Copy link

Silverpeas » Silverpeas-Components #55 FAILURE
Looks like there's a problem with this pull request
(what's this?)

@mmoqui
Copy link
Member

mmoqui commented Jul 4, 2013

The branch is out of sync with master.
Why the entity beans are just coded as plain stupid database data? For example, the relationships between the objects are by their id instead of the referred objects.

@ndup0nt
Copy link
Member Author

ndup0nt commented Jul 4, 2013

Indeed, the branch is out of sync, the request was done 4 months ago.
As for the relationships, I can't tell as I didn't worked on it myself. As far as I remember, when the work was done, some entities were not handled by JPA and then could not be used for association mapping.

@mmoqui
Copy link
Member

mmoqui commented Sep 20, 2013

This PR is out of sync and hasn't been updated since my last report. So I decide to reject it.

@mmoqui mmoqui closed this Sep 20, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants