aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggSite.php
AgeCommit message (Expand)Author
2010-12-09Fixes #2721 fixed typo - thanks for the report!cash
2010-11-22Fixes #2488 "return" was missing in ElggSite::getObjects() (also updated some...cash
2010-11-22updated the deprecated list_site_members() to use new ElggSite::listMembers()...cash
2010-11-21deprecated two site functions and removed a use of previously deprecated func...cash
2010-11-20Fixes #2629: Pulled old initialise_attributes() into ElggData and added a def...brettp
2010-11-20Fixes #2490: attributes initialize to NULL instead of empty string or 0. Upd...ewinslow
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to use...ewinslow
2010-11-03Refs #1320. Updated core to use elgg_echo()'s native string replacement.brettp
2010-11-02Refs #2463: Removed some more instances of $CONFIG->url. Added support for e...ewinslow
2010-11-01Fixes #2603: Corrected is_public_page() to isPublicPage().brettp
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
2010-09-30Refs #2344 - move account pages into pages directorycash
2010-09-23Refs #2450: Documented ElggSite, clarified some docs on ElggObject.brettp
2010-09-22Converted line endings to unix.brettp
2010-09-06Refs #2220: Pulled most classes / interfaces out of lib files (except query.p...ewinslow