aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggSite.php
AgeCommit message (Expand)Author
2013-04-13cleanup of entity caching codecash
2013-03-15more coding standard fixescash
2013-02-01Fixes #5022 not setting forward on ajax calls for walled gardenCash Costello
2013-01-20Fixes #4991 CLI allowed when walled garden is turned onCash Costello
2012-11-26Fixes #4929: Optimize elgg_get_entities and add attribute loaderSteve Clay
2012-07-01Fixes #3955 removes public access from walled gardens - maintains groups func...Cash Costello
2012-05-01added /login to the default public pagesJerome Bakker
2012-04-24Merge branch 'walled_garden' of https://github.com/cash/Elgg into 1.8Brett Profitt
2012-03-15Fixes #4394. Added cron and services URLs to the default public pages list fo...Brett Profitt
2012-02-10new layout and ajax loading for walled gardenCash Costello
2012-02-04Fixes #2112 not loading data from entities table twicecash
2012-01-08coding standards fixes - commentsCash Costello
2011-12-31Fixes #4204 using only the relationship for getting members of a sitecash
2011-12-31Refs #3209: Adds property docs for the four main entity classesEvan Winslow
2011-12-08Fixes #4182 if simplecache is empty, the cache requests go through the engine...cash
2011-11-18Fixes #4111 guid is now an intcash
2011-10-21updated ElggSite::disable() to conform to ElggEntity::disable()Cash Costello
2011-10-09Fixes #3729 handling forwarding to page when logging into a walled gardenCash Costello
2011-10-09Fixes #3878 registering the security token action as an external pageCash Costello
2011-08-21Fixes #3606. Reset password page added to public pages for walled garden mode.Brett Profitt
2011-06-12Fixes #2910 set the site_guid of site entitiescash
2011-06-11Fixes #3515 created a unified page handler for account pagescash
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ...ewinslow
2011-02-26Refs #2693 - Added pg/css and pg/js to the list of public pages for walled ga...brettp
2011-02-08Refs #2543: Core uses the new functions from previous commit.brettp
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