<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lorea/elgg/mod/groups/views/default/forum/viewposts.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>2011-01-14T02:14:20+00:00</updated>
<entry>
<title>finished discussion rewrite to use new html/css</title>
<updated>2011-01-14T02:14:20+00:00</updated>
<author>
<name>cash</name>
<email>cash@36083f99-b078-4883-b0ff-0f9b5a30f544</email>
</author>
<published>2011-01-14T02:14:20+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/lorea/elgg/commit/?id=6ccf524f48df49ed97a2c0c051f0276a377b9f48'/>
<id>urn:sha1:6ccf524f48df49ed97a2c0c051f0276a377b9f48</id>
<content type='text'>
git-svn-id: http://code.elgg.org/elgg/trunk@7881 36083f99-b078-4883-b0ff-0f9b5a30f544
</content>
</entry>
<entry>
<title>discussion topics using new page handler</title>
<updated>2011-01-13T12:03:27+00:00</updated>
<author>
<name>cash</name>
<email>cash@36083f99-b078-4883-b0ff-0f9b5a30f544</email>
</author>
<published>2011-01-13T12:03:27+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/lorea/elgg/commit/?id=5dfb9a97cd5d99479610339f1c613f1468b96687'/>
<id>urn:sha1:5dfb9a97cd5d99479610339f1c613f1468b96687</id>
<content type='text'>
git-svn-id: http://code.elgg.org/elgg/trunk@7880 36083f99-b078-4883-b0ff-0f9b5a30f544
</content>
</entry>
<entry>
<title>Refs #2598: Converted most $vars['url'] to elgg_get_site_url()</title>
<updated>2010-10-30T22:23:45+00:00</updated>
<author>
<name>ewinslow</name>
<email>ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544</email>
</author>
<published>2010-10-30T22:23:45+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/lorea/elgg/commit/?id=bb1f45eb02bac603d67ac08cb674c4050a245c28'/>
<id>urn:sha1:bb1f45eb02bac603d67ac08cb674c4050a245c28</id>
<content type='text'>
git-svn-id: http://code.elgg.org/elgg/trunk@7149 36083f99-b078-4883-b0ff-0f9b5a30f544
</content>
</entry>
<entry>
<title>Refs #2598: Converted virtually all uses of $CONFIG-&gt;wwwroot to elgg_get_site_url()</title>
<updated>2010-10-30T22:15:36+00:00</updated>
<author>
<name>ewinslow</name>
<email>ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544</email>
</author>
<published>2010-10-30T22:15:36+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/lorea/elgg/commit/?id=9255088a79a034c3cdf4eb46124504b9dd0c838e'/>
<id>urn:sha1:9255088a79a034c3cdf4eb46124504b9dd0c838e</id>
<content type='text'>
git-svn-id: http://code.elgg.org/elgg/trunk@7146 36083f99-b078-4883-b0ff-0f9b5a30f544
</content>
</entry>
<entry>
<title>Refs #1439: Using new page_owner functions in all of core</title>
<updated>2010-10-30T21:48:24+00:00</updated>
<author>
<name>ewinslow</name>
<email>ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544</email>
</author>
<published>2010-10-30T21:48:24+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/lorea/elgg/commit/?id=c27eac2d2a970e76a1204757bbe15da8efb2870c'/>
<id>urn:sha1:c27eac2d2a970e76a1204757bbe15da8efb2870c</id>
<content type='text'>
git-svn-id: http://code.elgg.org/elgg/trunk@7140 36083f99-b078-4883-b0ff-0f9b5a30f544
</content>
</entry>
<entry>
<title>Refs #2124: Using get_loggedin_user functions instead of $vars['user'], $_SESSION['user'], etc.</title>
<updated>2010-10-30T21:32:54+00:00</updated>
<author>
<name>ewinslow</name>
<email>ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544</email>
</author>
<published>2010-10-30T21:32:54+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/lorea/elgg/commit/?id=f49fdf4e1c80fe5bde922c25bdd6ca0e2c912ddb'/>
<id>urn:sha1:f49fdf4e1c80fe5bde922c25bdd6ca0e2c912ddb</id>
<content type='text'>
git-svn-id: http://code.elgg.org/elgg/trunk@7139 36083f99-b078-4883-b0ff-0f9b5a30f544
</content>
</entry>
<entry>
<title>There was no point in group discussions having their own comment annotations, better to use the generic comments so this has been changed and a full group activity stream added. For v1.8, there will need to be an upgrade script which will change 'group_topic_post' -&gt; 'generic_comment' and on all existing topics, take the first annotation of type 'group_topic_post' and populate the topic's description.</title>
<updated>2010-06-19T16:31:35+00:00</updated>
<author>
<name>dave</name>
<email>dave@36083f99-b078-4883-b0ff-0f9b5a30f544</email>
</author>
<published>2010-06-19T16:31:35+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/lorea/elgg/commit/?id=856dc92ef07c9fe06339349224533a12898b31d7'/>
<id>urn:sha1:856dc92ef07c9fe06339349224533a12898b31d7</id>
<content type='text'>
git-svn-id: http://code.elgg.org/elgg/trunk@6526 36083f99-b078-4883-b0ff-0f9b5a30f544
</content>
</entry>
<entry>
<title>Completed breadcrumbs for Groups Forums.</title>
<updated>2010-04-23T09:41:59+00:00</updated>
<author>
<name>pete</name>
<email>pete@36083f99-b078-4883-b0ff-0f9b5a30f544</email>
</author>
<published>2010-04-23T09:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/lorea/elgg/commit/?id=63db1681c560d859e65647068722301ea3b98cc3'/>
<id>urn:sha1:63db1681c560d859e65647068722301ea3b98cc3</id>
<content type='text'>
git-svn-id: http://code.elgg.org/elgg/trunk@5855 36083f99-b078-4883-b0ff-0f9b5a30f544
</content>
</entry>
<entry>
<title>Added breadcrumb support and updated the mods with old-style breadcrumbs.</title>
<updated>2010-03-11T18:07:26+00:00</updated>
<author>
<name>brettp</name>
<email>brettp@36083f99-b078-4883-b0ff-0f9b5a30f544</email>
</author>
<published>2010-03-11T18:07:26+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/lorea/elgg/commit/?id=bdacb612f3fffa967ef6fda89c081fb7a59894d2'/>
<id>urn:sha1:bdacb612f3fffa967ef6fda89c081fb7a59894d2</id>
<content type='text'>
git-svn-id: http://code.elgg.org/elgg/trunk@5366 36083f99-b078-4883-b0ff-0f9b5a30f544
</content>
</entry>
<entry>
<title>Updated Groups to the new interface. Some view clean-up &amp; simplification done.</title>
<updated>2010-03-10T17:13:37+00:00</updated>
<author>
<name>pete</name>
<email>pete@36083f99-b078-4883-b0ff-0f9b5a30f544</email>
</author>
<published>2010-03-10T17:13:37+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/lorea/elgg/commit/?id=409331a459355fb827aa33acf3275f3d618a2510'/>
<id>urn:sha1:409331a459355fb827aa33acf3275f3d618a2510</id>
<content type='text'>
git-svn-id: http://code.elgg.org/elgg/trunk@5348 36083f99-b078-4883-b0ff-0f9b5a30f544
</content>
</entry>
</feed>
