<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lorea/elgg/mod/messages/start.php, branch master</title>
<subtitle>Social Networking Engine</subtitle>
<id>https://cgit.fluxo.info/lorea/elgg/atom?h=master</id>
<link rel='self' href='https://cgit.fluxo.info/lorea/elgg/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/lorea/elgg/'/>
<updated>2013-03-30T16:35:32+00:00</updated>
<entry>
<title>put test in to prevent deleting messages from everyone in case no guid - should never happen</title>
<updated>2013-03-30T16:35:32+00:00</updated>
<author>
<name>cash</name>
<email>cash.costello@gmail.com</email>
</author>
<published>2013-03-30T16:35:32+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/lorea/elgg/commit/?id=9a50f1530843f7fe8505b3424afcd40ad9e87900'/>
<id>urn:sha1:9a50f1530843f7fe8505b3424afcd40ad9e87900</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes #5083 removes messages sent by deleted user</title>
<updated>2013-03-30T16:32:00+00:00</updated>
<author>
<name>cash</name>
<email>cash.costello@gmail.com</email>
</author>
<published>2013-03-30T16:32:00+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/lorea/elgg/commit/?id=52a1bf6fd37021cb6bd1843898571ba2036fbf9d'/>
<id>urn:sha1:52a1bf6fd37021cb6bd1843898571ba2036fbf9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Handle logged out case, simplify logic</title>
<updated>2013-02-03T02:19:22+00:00</updated>
<author>
<name>Steve Clay</name>
<email>steve@mrclay.org</email>
</author>
<published>2013-02-03T02:19:22+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/lorea/elgg/commit/?id=a72b4bce06062fa0a6f2fbd7489fac3474c3dc24'/>
<id>urn:sha1:a72b4bce06062fa0a6f2fbd7489fac3474c3dc24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update mod/messages/start.php</title>
<updated>2013-02-03T01:55:22+00:00</updated>
<author>
<name>Ed Lyons</name>
<email>ejlyons@ix.netcom.com</email>
</author>
<published>2013-02-02T22:58:59+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/lorea/elgg/commit/?id=035f68a467ab50776c3f52af0cceb750d60cb4a9'/>
<id>urn:sha1:035f68a467ab50776c3f52af0cceb750d60cb4a9</id>
<content type='text'>
We had an Elgg user named Chris Read with username 'read'. Once he registered, people's messages stopped working because hitting a message in your inbox was a url like: [site_name]/messages/read/459 - and the message code, supporting the old URL format, looked up the parameter right after messages and did a lookup on that word. So, since it got a user, redirected to his inbox. Yipes! So I put in some code checking that the parameter really is your username, so it would work for Chris, but not for anyone else. It works fine now.
</content>
</entry>
<entry>
<title>messages_send() better var names and fixed notification if sender not current user</title>
<updated>2012-11-14T16:29:29+00:00</updated>
<author>
<name>Steve Clay</name>
<email>steve@mrclay.org</email>
</author>
<published>2012-11-14T16:29:29+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/lorea/elgg/commit/?id=44bd1cd943b261a9b048f1b2d89629698e07adf5'/>
<id>urn:sha1:44bd1cd943b261a9b048f1b2d89629698e07adf5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed: wrong if statement in messages_send</title>
<updated>2012-10-03T12:56:18+00:00</updated>
<author>
<name>Jerome Bakker</name>
<email>jeabakker@coldtrick.com</email>
</author>
<published>2012-10-03T12:56:18+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/lorea/elgg/commit/?id=ba045f003a8c50aaa42b139b0ed694e230348486'/>
<id>urn:sha1:ba045f003a8c50aaa42b139b0ed694e230348486</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed: wrong link in message notification</title>
<updated>2012-09-28T11:37:19+00:00</updated>
<author>
<name>Jerome Bakker</name>
<email>jeabakker@coldtrick.com</email>
</author>
<published>2012-09-28T11:37:19+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/lorea/elgg/commit/?id=dabe15eb5403b58514aaa4729c39c94edb112c48'/>
<id>urn:sha1:dabe15eb5403b58514aaa4729c39c94edb112c48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes #4608 optimizes messages_count_unread() - from Jeroen</title>
<updated>2012-06-20T00:12:49+00:00</updated>
<author>
<name>cash</name>
<email>cash.costello@gmail.com</email>
</author>
<published>2012-06-20T00:12:49+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/lorea/elgg/commit/?id=acb6ceb71afa00a66280f4d33e952df39729eca6'/>
<id>urn:sha1:acb6ceb71afa00a66280f4d33e952df39729eca6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes #4170: Messages icon on top bar doesn't have a title attribute</title>
<updated>2011-12-02T12:15:33+00:00</updated>
<author>
<name>Ash Ward</name>
<email>ash@netality.com</email>
</author>
<published>2011-12-01T17:03:04+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/lorea/elgg/commit/?id=3e1698928137fbf651f82e7e784252ea69dffa7b'/>
<id>urn:sha1:3e1698928137fbf651f82e7e784252ea69dffa7b</id>
<content type='text'>
(tooltip)
</content>
</entry>
<entry>
<title>Fixes #4059 returning true when handling a page</title>
<updated>2011-11-05T03:29:54+00:00</updated>
<author>
<name>cash</name>
<email>cash.costello@gmail.com</email>
</author>
<published>2011-11-05T03:29:54+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/lorea/elgg/commit/?id=0759c227bf7b73254cf6eb5e8502463875f2469f'/>
<id>urn:sha1:0759c227bf7b73254cf6eb5e8502463875f2469f</id>
<content type='text'>
</content>
</entry>
</feed>
