<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lorea/elgg/engine/classes/ElggExtender.php, branch saraveadev</title>
<subtitle>Social Networking Engine</subtitle>
<id>https://git.fluxo.info/lorea/elgg/atom?h=saraveadev</id>
<link rel='self' href='https://git.fluxo.info/lorea/elgg/atom?h=saraveadev'/>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/lorea/elgg/'/>
<updated>2013-02-09T13:43:52+00:00</updated>
<entry>
<title>Fixes #5052 using name for annotations and using correct class for export</title>
<updated>2013-02-09T13:43:52+00:00</updated>
<author>
<name>Cash Costello</name>
<email>cash.costello@gmail.com</email>
</author>
<published>2013-02-09T13:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/lorea/elgg/commit/?id=359571fec63b62a666413f507775aeb17cd55f37'/>
<id>urn:sha1:359571fec63b62a666413f507775aeb17cd55f37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>most of the comments in the engine now past the sniffer</title>
<updated>2012-01-09T00:33:21+00:00</updated>
<author>
<name>Cash Costello</name>
<email>cash.costello@gmail.com</email>
</author>
<published>2012-01-09T00:33:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/lorea/elgg/commit/?id=c4b49227819624b14b61e6eedbfa6779cd794d45'/>
<id>urn:sha1:c4b49227819624b14b61e6eedbfa6779cd794d45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes #3209 finished adding class properties documentation</title>
<updated>2012-01-01T23:30:17+00:00</updated>
<author>
<name>Cash Costello</name>
<email>cash.costello@gmail.com</email>
</author>
<published>2012-01-01T23:30:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/lorea/elgg/commit/?id=ce691dd8c560abc48aaf578928d13dea6ef31565'/>
<id>urn:sha1:ce691dd8c560abc48aaf578928d13dea6ef31565</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #2490. Using array_key_exists() instead of isset() in get() overrides to prevent a check for (invalid) metadata with the name of an attribute if that attribute evaluates to !isset().</title>
<updated>2011-01-02T22:40:22+00:00</updated>
<author>
<name>brettp</name>
<email>brettp@36083f99-b078-4883-b0ff-0f9b5a30f544</email>
</author>
<published>2011-01-02T22:40:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/lorea/elgg/commit/?id=4200625c681b343c30a83627b70c3104e40b2211'/>
<id>urn:sha1:4200625c681b343c30a83627b70c3104e40b2211</id>
<content type='text'>
git-svn-id: http://code.elgg.org/elgg/trunk@7815 36083f99-b078-4883-b0ff-0f9b5a30f544
</content>
</entry>
<entry>
<title>Fixes #2668 adding getOwnerGUID()</title>
<updated>2010-11-20T13:31:46+00:00</updated>
<author>
<name>cash</name>
<email>cash@36083f99-b078-4883-b0ff-0f9b5a30f544</email>
</author>
<published>2010-11-20T13:31:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/lorea/elgg/commit/?id=944b8f89b8dd87bf444503d0815aa69ed19f599d'/>
<id>urn:sha1:944b8f89b8dd87bf444503d0815aa69ed19f599d</id>
<content type='text'>
git-svn-id: http://code.elgg.org/elgg/trunk@7378 36083f99-b078-4883-b0ff-0f9b5a30f544
</content>
</entry>
<entry>
<title>Fixes #2490: attributes initialize to NULL instead of empty string or 0.  Updated tests to reflect this</title>
<updated>2010-11-20T10:09:20+00:00</updated>
<author>
<name>ewinslow</name>
<email>ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544</email>
</author>
<published>2010-11-20T10:09:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/lorea/elgg/commit/?id=04fb2f6fc8a49498a8de0600e5e9b4172b27b5f0'/>
<id>urn:sha1:04fb2f6fc8a49498a8de0600e5e9b4172b27b5f0</id>
<content type='text'>
git-svn-id: http://code.elgg.org/elgg/trunk@7376 36083f99-b078-4883-b0ff-0f9b5a30f544
</content>
</entry>
<entry>
<title>Refs #1320. Updated core to use elgg_echo()'s native string replacement.</title>
<updated>2010-11-03T19:46:47+00:00</updated>
<author>
<name>brettp</name>
<email>brettp@36083f99-b078-4883-b0ff-0f9b5a30f544</email>
</author>
<published>2010-11-03T19:46:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/lorea/elgg/commit/?id=998a39940b27561d7a2e98b68c8929dab68fe62f'/>
<id>urn:sha1:998a39940b27561d7a2e98b68c8929dab68fe62f</id>
<content type='text'>
git-svn-id: http://code.elgg.org/elgg/trunk@7227 36083f99-b078-4883-b0ff-0f9b5a30f544
</content>
</entry>
<entry>
<title>Refs #2597: Pushed getOwner and getOwnerEntity into ElggEntity and ElggExtender</title>
<updated>2010-10-31T20:34:59+00:00</updated>
<author>
<name>ewinslow</name>
<email>ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544</email>
</author>
<published>2010-10-31T20:34:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/lorea/elgg/commit/?id=7e54b4efb86eecf550c23aa21146d7e191a2da0e'/>
<id>urn:sha1:7e54b4efb86eecf550c23aa21146d7e191a2da0e</id>
<content type='text'>
git-svn-id: http://code.elgg.org/elgg/trunk@7172 36083f99-b078-4883-b0ff-0f9b5a30f544
</content>
</entry>
<entry>
<title>Refs #2597: Moved "implements Exportable" up to {{{ElggData}}}</title>
<updated>2010-10-31T00:37:23+00:00</updated>
<author>
<name>ewinslow</name>
<email>ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544</email>
</author>
<published>2010-10-31T00:37:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/lorea/elgg/commit/?id=b3a1bb6ac48a76a9f3327c1d4606f57918052f7f'/>
<id>urn:sha1:b3a1bb6ac48a76a9f3327c1d4606f57918052f7f</id>
<content type='text'>
git-svn-id: http://code.elgg.org/elgg/trunk@7161 36083f99-b078-4883-b0ff-0f9b5a30f544
</content>
</entry>
<entry>
<title>Improved initializeAttributes implementations</title>
<updated>2010-10-31T00:33:58+00:00</updated>
<author>
<name>ewinslow</name>
<email>ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544</email>
</author>
<published>2010-10-31T00:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/lorea/elgg/commit/?id=7c8bad89d27b18668622db2a36752653d3f3789c'/>
<id>urn:sha1:7c8bad89d27b18668622db2a36752653d3f3789c</id>
<content type='text'>
git-svn-id: http://code.elgg.org/elgg/trunk@7159 36083f99-b078-4883-b0ff-0f9b5a30f544
</content>
</entry>
</feed>
