<mavenAggregatedArtifactRecord _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'><moduleRecord><attachedArtifact><artifactId>domain</artifactId><canonicalName>domain-0.0.1-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>domain-0.0.1-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>e6f259afe808196d5876886d303fc606</md5sum><type>java-source</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>domain</artifactId><canonicalName>domain-0.0.1-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>domain-0.0.1-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>4c8454fd10afe709d5d2b5a52c30e975</md5sum><type>javadoc</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>domain</artifactId><canonicalName>domain-0.0.1-SNAPSHOT.jar</canonicalName><fileName>domain-0.0.1-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>7941ceb6e3711a5dbe36140b058845ef</md5sum><type>jar</type><version>0.0.1-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>46</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/102/mavenArtifacts/</url></action><action></action><artifact><displayPath>domain-0.0.1-SNAPSHOT-javadoc.jar</displayPath><fileName>domain-0.0.1-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>domain-0.0.1-SNAPSHOT-sources.jar</displayPath><fileName>domain-0.0.1-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>domain-0.0.1-SNAPSHOT.jar</displayPath><fileName>domain-0.0.1-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>domain-0.0.1-SNAPSHOT.pom</displayPath><fileName>domain-0.0.1-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/domain/0.0.1-SNAPSHOT/domain-0.0.1-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#102</displayName><duration>14917</duration><estimatedDuration>27522</estimatedDuration><fullDisplayName>LETTA » Domain #102</fullDisplayName><id>102</id><keepLog>false</keepLog><number>102</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1449168010125</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/102/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/JoinEventControllerTest.java</affectedPath><affectedPath>jsf/src/main/webapp/joinEvent.xhtml</affectedPath><affectedPath>jsf/src/main/webapp/index.xhtml</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/JoinEventController.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/EventsList.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java</affectedPath><commitId>191cc8e9fe2da08a1931cc9f9c528c4609ea09a7</commitId><timestamp>1449167193000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mrjato</absoluteUrl><fullName>Miguel Reboiro-Jato</fullName></author><authorEmail>mrjato@esei.uvigo.es</authorEmail><comment>tsk14 Solves some inconsistencies in the event join action
The current implementation of the event joining action was inconsistent 
and caused some unexpected results arbitrarily. The main cause was the 
use of forms inside an repeat element in the JSF layer. This 
implementation has been changed and, instead of using a form, a link 
redirects the join request to a new joinEvent.xhtml page, that processes 
the request.
</comment><date>2015-12-03 19:26:33 +0100</date><id>191cc8e9fe2da08a1931cc9f9c528c4609ea09a7</id><msg>tsk14 Solves some inconsistencies in the event join action</msg><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java</file></path><path><editType>edit</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/EventsList.java</file></path><path><editType>edit</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/JoinEventControllerTest.java</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/index.xhtml</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java</file></path><path><editType>add</editType><file>jsf/src/main/webapp/joinEvent.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/JoinEventController.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mrjato</absoluteUrl><fullName>Miguel Reboiro-Jato</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/102/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>domain</artifactId><canonicalName>domain-0.0.1-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>a3aa0508da73a6dfcaac9f5fe81198ec</md5sum><type>pom</type><version>0.0.1-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$domain/102/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>ear</artifactId><canonicalName>ear-0.0.1-SNAPSHOT.ear</canonicalName><fileName>letta-0.0.1-SNAPSHOT.ear</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>c08272da5ed4d15955eea1cb2812154b</md5sum><type>ear</type><version>0.0.1-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$ear/102/mavenArtifacts/</url></action><action></action><artifact><displayPath>ear-0.0.1-SNAPSHOT.ear</displayPath><fileName>ear-0.0.1-SNAPSHOT.ear</fileName><relativePath>es.uvigo.esei.dgss.letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-SNAPSHOT.ear</relativePath></artifact><artifact><displayPath>ear-0.0.1-SNAPSHOT.pom</displayPath><fileName>ear-0.0.1-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/ear/0.0.1-SNAPSHOT/ear-0.0.1-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#102</displayName><duration>4667</duration><estimatedDuration>5801</estimatedDuration><fullDisplayName>LETTA » EAR #102</fullDisplayName><id>102</id><keepLog>false</keepLog><number>102</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1449168010130</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$ear/102/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$ear/102/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>ear</artifactId><canonicalName>ear-0.0.1-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>8f04d495463dadf9e22f6a3d2d7c732b</md5sum><type>pom</type><version>0.0.1-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$ear/102/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>jsf</artifactId><canonicalName>jsf-0.0.1-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>jsf-0.0.1-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>a0e325b1626f47fea0487652d2d8f7ea</md5sum><type>java-source</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>jsf</artifactId><canonicalName>jsf-0.0.1-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>jsf-0.0.1-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>e3b18b6ccb98c9d7da3d8991f80eae7a</md5sum><type>javadoc</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>jsf</artifactId><canonicalName>jsf-0.0.1-SNAPSHOT.war</canonicalName><fileName>jsf-0.0.1-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>6052d0e0305391c982d8dbecd53c8276</md5sum><type>war</type><version>0.0.1-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.SurefireReport'><failCount>2</failCount><skipCount>0</skipCount><totalCount>25</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$jsf/102/mavenArtifacts/</url></action><action></action><action></action><artifact><displayPath>jsf-0.0.1-SNAPSHOT-javadoc.jar</displayPath><fileName>jsf-0.0.1-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>jsf-0.0.1-SNAPSHOT-sources.jar</displayPath><fileName>jsf-0.0.1-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>jsf-0.0.1-SNAPSHOT.pom</displayPath><fileName>jsf-0.0.1-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>jsf-0.0.1-SNAPSHOT.war</displayPath><fileName>jsf-0.0.1-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.letta/jsf/0.0.1-SNAPSHOT/jsf-0.0.1-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#102</displayName><duration>192924</duration><estimatedDuration>10145</estimatedDuration><fullDisplayName>LETTA » JSF #102</fullDisplayName><id>102</id><keepLog>false</keepLog><number>102</number><queueId>-1</queueId><result>UNSTABLE</result><timestamp>1449168010129</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$jsf/102/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/JoinEventControllerTest.java</affectedPath><affectedPath>jsf/src/main/webapp/joinEvent.xhtml</affectedPath><affectedPath>jsf/src/main/webapp/index.xhtml</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/JoinEventController.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/EventsList.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java</affectedPath><commitId>191cc8e9fe2da08a1931cc9f9c528c4609ea09a7</commitId><timestamp>1449167193000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mrjato</absoluteUrl><fullName>Miguel Reboiro-Jato</fullName></author><authorEmail>mrjato@esei.uvigo.es</authorEmail><comment>tsk14 Solves some inconsistencies in the event join action
The current implementation of the event joining action was inconsistent 
and caused some unexpected results arbitrarily. The main cause was the 
use of forms inside an repeat element in the JSF layer. This 
implementation has been changed and, instead of using a form, a link 
redirects the join request to a new joinEvent.xhtml page, that processes 
the request.
</comment><date>2015-12-03 19:26:33 +0100</date><id>191cc8e9fe2da08a1931cc9f9c528c4609ea09a7</id><msg>tsk14 Solves some inconsistencies in the event join action</msg><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java</file></path><path><editType>edit</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/EventsList.java</file></path><path><editType>edit</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/JoinEventControllerTest.java</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/index.xhtml</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java</file></path><path><editType>add</editType><file>jsf/src/main/webapp/joinEvent.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/JoinEventController.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/main/webapp/logout.xhtml</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/CreateEventPage.java</affectedPath><affectedPath>jsf/src/main/webapp/searchResults.xhtml</affectedPath><affectedPath>jsf/src/main/webapp/confirm.xhtml</affectedPath><affectedPath>jsf/src/main/webapp/index.xhtml</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</affectedPath><affectedPath>jsf/src/main/webapp/template/templateHeader.xhtml</affectedPath><affectedPath>tests/src/main/resources/datasets/users-create-event.xml</affectedPath><affectedPath>jsf/src/main/webapp/template/templateLayout.xhtml</affectedPath><affectedPath>jsf/src/main/webapp/template/templateFooter.xhtml</affectedPath><affectedPath>jsf/src/main/webapp/login.xhtml</affectedPath><affectedPath>jsf/src/main/webapp/joinEvent.xhtml</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/LoginUserController.java</affectedPath><affectedPath>jsf/src/main/webapp/createEvent.xhtml</affectedPath><affectedPath>jsf/src/main/webapp/template/templateContent.xhtml</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/CreateEventControllerTest.java</affectedPath><affectedPath>jsf/src/main/webapp/template/templateHeaderUser.xhtml</affectedPath><affectedPath>jsf/src/main/webapp/register.xhtml</affectedPath><commitId>88b50f351f7729a53699b20a53efd61fb8db0d1d</commitId><timestamp>1449167318000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mrjato</absoluteUrl><fullName>Miguel Reboiro-Jato</fullName></author><authorEmail>mrjato@esei.uvigo.es</authorEmail><comment>Adds functionalities for anonymous user check to the LoginUserController
This new functionalities make easier to check whether the current user 
is an anonymous user or not. Additionally, redirecting functions based 
on user anonymity were added to avoid illegal page access. This 
functions can be used as "preView" events, to avoid page rendering when 
the user can't access a certaing page.
</comment><date>2015-12-03 19:28:38 +0100</date><id>88b50f351f7729a53699b20a53efd61fb8db0d1d</id><msg>Adds functionalities for anonymous user check to the LoginUserController</msg><path><editType>edit</editType><file>jsf/src/main/webapp/template/templateFooter.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/searchResults.xhtml</file></path><path><editType>edit</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/CreateEventPage.java</file></path><path><editType>edit</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/CreateEventControllerTest.java</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/template/templateContent.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/register.xhtml</file></path><path><editType>add</editType><file>jsf/src/main/webapp/template/templateHeaderUser.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/confirm.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/login.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/LoginUserController.java</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/index.xhtml</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/createEvent.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/template/templateLayout.xhtml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/users-create-event.xml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/joinEvent.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/template/templateHeader.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/logout.xhtml</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mrjato</absoluteUrl><fullName>Miguel Reboiro-Jato</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$jsf/102/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>jsf</artifactId><canonicalName>jsf-0.0.1-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>4f1dbaf391b1c0345be19ec702e66846</md5sum><type>pom</type><version>0.0.1-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$jsf/102/mavenArtifacts/</url></moduleRecord><moduleRecord><mainArtifact><artifactId>letta</artifactId><canonicalName>letta-0.0.1-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>7e548cc6b1e85355340097c0321dd7b2</md5sum><type>pom</type><version>0.0.1-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$letta/102/mavenArtifacts/</url></action><action></action><artifact><displayPath>letta-0.0.1-SNAPSHOT.pom</displayPath><fileName>letta-0.0.1-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/letta/0.0.1-SNAPSHOT/letta-0.0.1-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#102</displayName><duration>7913</duration><estimatedDuration>15879</estimatedDuration><fullDisplayName>LETTA » Sample #102</fullDisplayName><id>102</id><keepLog>false</keepLog><number>102</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1449168010124</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$letta/102/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>CONTRIBUTING.md</affectedPath><commitId>797634c14575e77395cde96b4cf65bb8c9ff409d</commitId><timestamp>1449168024000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mrjato</absoluteUrl><fullName>Miguel Reboiro-Jato</fullName></author><authorEmail>mrjato@esei.uvigo.es</authorEmail><comment>Updates the version control style guide in the contributing guide
Now, if a commit is related to a specific task, the commit title must 
start with the task id.
</comment><date>2015-12-03 19:40:24 +0100</date><id>797634c14575e77395cde96b4cf65bb8c9ff409d</id><msg>Updates the version control style guide in the contributing guide</msg><path><editType>edit</editType><file>CONTRIBUTING.md</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mrjato</absoluteUrl><fullName>Miguel Reboiro-Jato</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$letta/102/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>letta</artifactId><canonicalName>letta-0.0.1-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>7e548cc6b1e85355340097c0321dd7b2</md5sum><type>pom</type><version>0.0.1-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$letta/102/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>rest</artifactId><canonicalName>rest-0.0.1-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>rest-0.0.1-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>918a9442ab81ff734dfcdb2361c2330f</md5sum><type>java-source</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>rest</artifactId><canonicalName>rest-0.0.1-SNAPSHOT.war</canonicalName><fileName>rest-0.0.1-SNAPSHOT.war</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>d718df3eb6505d2b8ac8cdca2d504c1a</md5sum><type>war</type><version>0.0.1-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$rest/102/mavenArtifacts/</url></action><action></action><artifact><displayPath>rest-0.0.1-SNAPSHOT-sources.jar</displayPath><fileName>rest-0.0.1-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>rest-0.0.1-SNAPSHOT.pom</displayPath><fileName>rest-0.0.1-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.pom</relativePath></artifact><artifact><displayPath>rest-0.0.1-SNAPSHOT.war</displayPath><fileName>rest-0.0.1-SNAPSHOT.war</fileName><relativePath>es.uvigo.esei.dgss.letta/rest/0.0.1-SNAPSHOT/rest-0.0.1-SNAPSHOT.war</relativePath></artifact><building>false</building><displayName>#102</displayName><duration>6602</duration><estimatedDuration>98014</estimatedDuration><fullDisplayName>LETTA » REST #102</fullDisplayName><id>102</id><keepLog>false</keepLog><number>102</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1449168010128</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$rest/102/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'></changeSet><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$rest/102/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>rest</artifactId><canonicalName>rest-0.0.1-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>22c489f3c730a7cf70a9b33c59532db7</md5sum><type>pom</type><version>0.0.1-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$rest/102/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>service</artifactId><canonicalName>service-0.0.1-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>service-0.0.1-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>6df9e06c78e464f450480324e2263687</md5sum><type>java-source</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>service</artifactId><canonicalName>service-0.0.1-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>service-0.0.1-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>9503aad034017a03fe885694d62919a1</md5sum><type>javadoc</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>service</artifactId><canonicalName>service-0.0.1-SNAPSHOT.jar</canonicalName><fileName>service-0.0.1-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>1275dc8f7095f541381ac93693be47ee</md5sum><type>jar</type><version>0.0.1-SNAPSHOT</version></mainArtifact><parent><action _class='hudson.maven.reporters.SurefireReport'><failCount>0</failCount><skipCount>0</skipCount><totalCount>28</totalCount><urlName>testReport</urlName></action><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$service/102/mavenArtifacts/</url></action><action></action><artifact><displayPath>service-0.0.1-SNAPSHOT-javadoc.jar</displayPath><fileName>service-0.0.1-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>service-0.0.1-SNAPSHOT-sources.jar</displayPath><fileName>service-0.0.1-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>service-0.0.1-SNAPSHOT.jar</displayPath><fileName>service-0.0.1-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>service-0.0.1-SNAPSHOT.pom</displayPath><fileName>service-0.0.1-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/service/0.0.1-SNAPSHOT/service-0.0.1-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#102</displayName><duration>75656</duration><estimatedDuration>105919</estimatedDuration><fullDisplayName>LETTA » Service #102</fullDisplayName><id>102</id><keepLog>false</keepLog><number>102</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1449168010127</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$service/102/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/main/java/es/uvigo/esei/dgss/letta/service/util/exceptions/EventAlredyJoinedException.java</affectedPath><commitId>4938ed36b399642b1083790a738a85834d8e118d</commitId><timestamp>1449144677000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mrjato</absoluteUrl><fullName>Miguel Reboiro-Jato</fullName></author><authorEmail>mrjato@esei.uvigo.es</authorEmail><comment>Fixes the message generation in the EventAlreadyJoinedException class
The message in the EventAlreadyJoinedException was intended to contain 
the user's login and the message's id, but it wasn't. This commit fixes 
this problem, changing the formatting method employed.
</comment><date>2015-12-03 13:11:17 +0100</date><id>4938ed36b399642b1083790a738a85834d8e118d</id><msg>Fixes the message generation in the EventAlreadyJoinedException class</msg><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/util/exceptions/EventAlredyJoinedException.java</file></path></item><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/JoinEventControllerTest.java</affectedPath><affectedPath>jsf/src/main/webapp/joinEvent.xhtml</affectedPath><affectedPath>jsf/src/main/webapp/index.xhtml</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/JoinEventController.java</affectedPath><affectedPath>service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/EventsList.java</affectedPath><affectedPath>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java</affectedPath><commitId>191cc8e9fe2da08a1931cc9f9c528c4609ea09a7</commitId><timestamp>1449167193000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mrjato</absoluteUrl><fullName>Miguel Reboiro-Jato</fullName></author><authorEmail>mrjato@esei.uvigo.es</authorEmail><comment>tsk14 Solves some inconsistencies in the event join action
The current implementation of the event joining action was inconsistent 
and caused some unexpected results arbitrarily. The main cause was the 
use of forms inside an repeat element in the JSF layer. This 
implementation has been changed and, instead of using a form, a link 
redirects the join request to a new joinEvent.xhtml page, that processes 
the request.
</comment><date>2015-12-03 19:26:33 +0100</date><id>191cc8e9fe2da08a1931cc9f9c528c4609ea09a7</id><msg>tsk14 Solves some inconsistencies in the event join action</msg><path><editType>edit</editType><file>service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.java</file></path><path><editType>edit</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/EventsList.java</file></path><path><editType>edit</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/JoinEventControllerTest.java</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/index.xhtml</file></path><path><editType>edit</editType><file>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java</file></path><path><editType>add</editType><file>jsf/src/main/webapp/joinEvent.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/JoinEventController.java</file></path><path><editType>edit</editType><file>service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.java</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mrjato</absoluteUrl><fullName>Miguel Reboiro-Jato</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$service/102/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>service</artifactId><canonicalName>service-0.0.1-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>668b1c365d4cbfebd23ca9fc3f420e88</md5sum><type>pom</type><version>0.0.1-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$service/102/mavenArtifacts/</url></moduleRecord><moduleRecord><attachedArtifact><artifactId>tests</artifactId><canonicalName>tests-0.0.1-SNAPSHOT-sources.jar</canonicalName><classifier>sources</classifier><fileName>tests-0.0.1-SNAPSHOT-sources.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>a5c76fea78f0d4778ea7b5c1a24d9183</md5sum><type>java-source</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><attachedArtifact><artifactId>tests</artifactId><canonicalName>tests-0.0.1-SNAPSHOT-javadoc.jar</canonicalName><classifier>javadoc</classifier><fileName>tests-0.0.1-SNAPSHOT-javadoc.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>354b504d10b2058d05ecff108a385a7f</md5sum><type>javadoc</type><version>0.0.1-SNAPSHOT</version></attachedArtifact><mainArtifact><artifactId>tests</artifactId><canonicalName>tests-0.0.1-SNAPSHOT.jar</canonicalName><fileName>tests-0.0.1-SNAPSHOT.jar</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>3e61348d83685640b1e882c0e879bd29</md5sum><type>jar</type><version>0.0.1-SNAPSHOT</version></mainArtifact><parent><action></action><action _class='hudson.maven.reporters.MavenArtifactRecord'><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/102/mavenArtifacts/</url></action><action></action><artifact><displayPath>tests-0.0.1-SNAPSHOT-javadoc.jar</displayPath><fileName>tests-0.0.1-SNAPSHOT-javadoc.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-javadoc.jar</relativePath></artifact><artifact><displayPath>tests-0.0.1-SNAPSHOT-sources.jar</displayPath><fileName>tests-0.0.1-SNAPSHOT-sources.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT-sources.jar</relativePath></artifact><artifact><displayPath>tests-0.0.1-SNAPSHOT.jar</displayPath><fileName>tests-0.0.1-SNAPSHOT.jar</fileName><relativePath>es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.jar</relativePath></artifact><artifact><displayPath>tests-0.0.1-SNAPSHOT.pom</displayPath><fileName>tests-0.0.1-SNAPSHOT.pom</fileName><relativePath>es.uvigo.esei.dgss.letta/tests/0.0.1-SNAPSHOT/tests-0.0.1-SNAPSHOT.pom</relativePath></artifact><building>false</building><displayName>#102</displayName><duration>5406</duration><estimatedDuration>9632</estimatedDuration><fullDisplayName>LETTA » Tests #102</fullDisplayName><id>102</id><keepLog>false</keepLog><number>102</number><queueId>-1</queueId><result>SUCCESS</result><timestamp>1449168010125</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/102/</url><builtOn></builtOn><changeSet _class='hudson.maven.FilteredChangeLogSet'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>jsf/src/main/webapp/logout.xhtml</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/CreateEventPage.java</affectedPath><affectedPath>jsf/src/main/webapp/searchResults.xhtml</affectedPath><affectedPath>jsf/src/main/webapp/confirm.xhtml</affectedPath><affectedPath>jsf/src/main/webapp/index.xhtml</affectedPath><affectedPath>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</affectedPath><affectedPath>jsf/src/main/webapp/template/templateHeader.xhtml</affectedPath><affectedPath>tests/src/main/resources/datasets/users-create-event.xml</affectedPath><affectedPath>jsf/src/main/webapp/template/templateLayout.xhtml</affectedPath><affectedPath>jsf/src/main/webapp/template/templateFooter.xhtml</affectedPath><affectedPath>jsf/src/main/webapp/login.xhtml</affectedPath><affectedPath>jsf/src/main/webapp/joinEvent.xhtml</affectedPath><affectedPath>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/LoginUserController.java</affectedPath><affectedPath>jsf/src/main/webapp/createEvent.xhtml</affectedPath><affectedPath>jsf/src/main/webapp/template/templateContent.xhtml</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/CreateEventControllerTest.java</affectedPath><affectedPath>jsf/src/main/webapp/template/templateHeaderUser.xhtml</affectedPath><affectedPath>jsf/src/main/webapp/register.xhtml</affectedPath><commitId>88b50f351f7729a53699b20a53efd61fb8db0d1d</commitId><timestamp>1449167318000</timestamp><author><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mrjato</absoluteUrl><fullName>Miguel Reboiro-Jato</fullName></author><authorEmail>mrjato@esei.uvigo.es</authorEmail><comment>Adds functionalities for anonymous user check to the LoginUserController
This new functionalities make easier to check whether the current user 
is an anonymous user or not. Additionally, redirecting functions based 
on user anonymity were added to avoid illegal page access. This 
functions can be used as "preView" events, to avoid page rendering when 
the user can't access a certaing page.
</comment><date>2015-12-03 19:28:38 +0100</date><id>88b50f351f7729a53699b20a53efd61fb8db0d1d</id><msg>Adds functionalities for anonymous user check to the LoginUserController</msg><path><editType>edit</editType><file>jsf/src/main/webapp/template/templateFooter.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/searchResults.xhtml</file></path><path><editType>edit</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/CreateEventPage.java</file></path><path><editType>edit</editType><file>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/CreateEventControllerTest.java</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/template/templateContent.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/register.xhtml</file></path><path><editType>add</editType><file>jsf/src/main/webapp/template/templateHeaderUser.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/confirm.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/login.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/java/es/uvigo/esei/dgss/letta/jsf/LoginUserController.java</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/index.xhtml</file></path><path><editType>edit</editType><file>tests/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/EventsDataset.java</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/createEvent.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/template/templateLayout.xhtml</file></path><path><editType>edit</editType><file>tests/src/main/resources/datasets/users-create-event.xml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/joinEvent.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/template/templateHeader.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/logout.xhtml</file></path></item></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mrjato</absoluteUrl><fullName>Miguel Reboiro-Jato</fullName></culprit><mavenArtifacts><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/102/mavenArtifacts/</url></mavenArtifacts></parent><pomArtifact><artifactId>tests</artifactId><canonicalName>tests-0.0.1-SNAPSHOT.pom</canonicalName><fileName>pom.xml</fileName><groupId>es.uvigo.esei.dgss.letta</groupId><md5sum>59ee2a271afc954ee7d4cf1b03903eb9</md5sum><type>pom</type><version>0.0.1-SNAPSHOT</version></pomArtifact><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/es.uvigo.esei.dgss.letta$tests/102/mavenArtifacts/</url></moduleRecord></mavenAggregatedArtifactRecord>