<mavenModuleSetBuild _class='hudson.maven.MavenModuleSetBuild'><action _class='hudson.model.CauseAction'><cause _class='hudson.triggers.SCMTrigger$SCMTriggerCause'><shortDescription>Started by an SCM change</shortDescription></cause></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><originmaster _class='hudson.plugins.git.util.Build'><buildNumber>1</buildNumber><marked><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/develop</name></branch><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/master</name></branch></marked><revision><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/develop</name></branch><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/master</name></branch></revision></originmaster><origindevelop _class='hudson.plugins.git.util.Build'><buildNumber>1</buildNumber><marked><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/develop</name></branch><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/master</name></branch></marked><revision><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/develop</name></branch><branch><SHA1>eaca2576f14e8d419d02ecef87e3c53907664892</SHA1><name>origin/master</name></branch></revision></origindevelop><refsremotesorigindevelop _class='hudson.plugins.git.util.Build'><buildNumber>102</buildNumber><marked><SHA1>797634c14575e77395cde96b4cf65bb8c9ff409d</SHA1><branch><SHA1>797634c14575e77395cde96b4cf65bb8c9ff409d</SHA1><name>refs/remotes/origin/develop</name></branch></marked><revision><SHA1>797634c14575e77395cde96b4cf65bb8c9ff409d</SHA1><branch><SHA1>797634c14575e77395cde96b4cf65bb8c9ff409d</SHA1><name>refs/remotes/origin/develop</name></branch></revision></refsremotesorigindevelop></buildsByBranchName><lastBuiltRevision><SHA1>797634c14575e77395cde96b4cf65bb8c9ff409d</SHA1><branch><SHA1>797634c14575e77395cde96b4cf65bb8c9ff409d</SHA1><name>refs/remotes/origin/develop</name></branch></lastBuiltRevision><remoteUrl>http://sing.ei.uvigo.es/dt/gitlab/dgss/letta.git</remoteUrl><scmName></scmName></action><action _class='hudson.plugins.git.GitTagAction'></action><action></action><action></action><action _class='hudson.maven.reporters.MavenAggregatedArtifactRecord'></action><action _class='hudson.maven.reporters.SurefireAggregatedReport'><failCount>2</failCount><skipCount>0</skipCount><totalCount>99</totalCount><urlName>testReport</urlName></action><action></action><action></action><action></action><action></action><action></action><action></action><building>false</building><displayName>#102</displayName><duration>320067</duration><estimatedDuration>374870</estimatedDuration><fullDisplayName>LETTA #102</fullDisplayName><id>102</id><keepLog>false</keepLog><number>102</number><queueId>29</queueId><result>UNSTABLE</result><timestamp>1449168007711</timestamp><url>http://sing.ei.uvigo.es/dt/jenkins/job/LETTA/102/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><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>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.java</affectedPath><affectedPath>jsf/src/test/java/es/uvigo/esei/dgss/letta/jsf/pages/EventsList.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>domain/src/main/java/es/uvigo/esei/dgss/letta/domain/entities/User.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>service/src/main/java/es/uvigo/esei/dgss/letta/service/EventEJB.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>service/src/test/java/es/uvigo/esei/dgss/letta/service/EventEJBTest.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></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/templateContent.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/template/templateHeader.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/joinEvent.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>tests/src/main/resources/datasets/users-create-event.xml</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/searchResults.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/template/templateFooter.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/register.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/login.xhtml</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/logout.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/template/templateLayout.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/createEvent.xhtml</file></path><path><editType>edit</editType><file>jsf/src/main/webapp/index.xhtml</file></path></item><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><kind>git</kind></changeSet><culprit><absoluteUrl>http://sing.ei.uvigo.es/dt/jenkins/user/mrjato</absoluteUrl><fullName>Miguel Reboiro-Jato</fullName></culprit><mavenArtifacts></mavenArtifacts><mavenVersionUsed>3.0.5</mavenVersionUsed></mavenModuleSetBuild>