[Building Sakai] Messages emailed by default

Sam Ottenhoff ottenhoff at longsight.com
Thu Oct 27 15:08:16 PDT 2011


Hi Louis,

I recommend merging the change to your local version.  You can go to the
relevant JIRA, find the subversion commit, and then merge it back to your
branch.

cd msgcntr
svn merge -c82580  https://source.sakaiproject.org/svn/msgcntr/trunk

Then build and deploy.

--Sam

On Thu, Oct 27, 2011 at 5:53 PM, Algaze, Louis Contractor, eDataTech <
ljalgaze at nps.edu> wrote:

> Bryan,
>
> Thank you for pointing out the Jira.
>
> Until 2.9 comes out, do you know the syntax to hard code it?
> Can I just insert checked="checked" somewhere in there?
> Otherwise I could guess and test, guess and test, guess and test... On our
> development instance if you are not sure.
>
> Thank you,
>
> Louis
>
> On 10/27/11 1:44 PM, "Bryan Holladay" <holladay at longsight.com> wrote:
>
> >It sounds like you are referring to this jira:
> >https://jira.sakaiproject.org/browse/MSGCNTR-374
> >
> >It is part of the MSGCNTR 3.0 release to go with Sakai 2.9 and you would
> >set:
> >
> >mc.messages.ccEmailDefault=true
> >
> >
> >Thanks,
> >Bryan
> >
> >
> >On Thu, Oct 27, 2011 at 4:29 PM, Algaze, Louis Contractor, eDataTech
> ><ljalgaze at nps.edu> wrote:
> >> Hello,
> >> Sakai 2.7.1
> >> Several instructors have complained that they do not get an email when
> >> Messages are sent using the Messages tool.  My solution is to have the
> >> checkbox with label "Send a copy of this message to recipients' email
> >> address(es)" checked by default vs. unchecked.   This would send an
> >>email by
> >> default and if a person did not want an email to go out they could
> >>uncheck
> >> the box.
> >> What I've found so far is that this page's code is generated in the file
> >> compose.jsp in the messagesforums-tool but I'm unfamiliar with Java
> >>Server
> >> Faces and Sakai variables.
> >> What I've found is the line:
> >> <h:selectBooleanCheckbox value="#{PrivateMessagesTool.booleanEmailOut}"
> >> id="send_email_out" ></h:selectBooleanCheckbox>
> >> I'm thinking if I replace the value with value="true" or stick a
> >> checked="checked" in there somewhere I could hard code this change, but
> >>I
> >> was wondering where/how to change the variable
> >> "PrivateMessagesTool.booleanEmailOut" which, I'm betting, can be set to
> >> either true or false somewhere, but where?  Unfortunately there is no
> >> value="false" in the rendered html which I would have expected.
> >> Any ideas/suggestions are appreciated.
> >> Thank you,
> >> Louis
> >> _______________________________________________
> >> sakai-dev mailing list
> >> sakai-dev at collab.sakaiproject.org
> >> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
> >>
> >> TO UNSUBSCRIBE: send email to
> >>sakai-dev-unsubscribe at collab.sakaiproject.org
> >> with a subject of "unsubscribe"
> >>
>
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>
> TO UNSUBSCRIBE: send email to
> sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of
> "unsubscribe"
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20111027/e1b3a2df/attachment.html 


More information about the sakai-dev mailing list