aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/sites.php
AgeCommit message (Expand)Author
2013-02-09remove unused code: vars, foreach keys, etcSteve Clay
2013-02-09Small changes to remove static analysis noise and simplify flowSteve Clay
2013-02-09Doc fixes and inline type hints for variables (big static analysis cleanup)Steve Clay
2013-02-02Merge pull request #398 from jeabakker/#4880Steve Clay
2012-12-08Fixes #4806 make the create_<subtype>_entity() functions privatecash
2012-10-03correct singual usage of subtype in elgg_get_entities_* functionsJerome Bakker
2012-10-03correct singual usage of type in elgg_get_entities_* functionsJerome Bakker
2012-09-28fixed: elgg_get_site_entity now works as documentedJerome Bakker
2012-01-21cleans up the boot processCash Costello
2011-10-09Fixes #3796 get_site_by_url() now respects class inheritanceCash Costello
2011-10-08Fixes #3936 added @access private to internal functionsCash Costello
2011-03-20Fixes #3114 added the rss link back to pagescash
2011-02-01Moved deprecated files from sessions.php - xml.php into deprecation files for...ewinslow
2010-12-02added a function for getting current site entitycash
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-22deprecated some sites functions that were never supported or fully implementedcash
2010-11-21deprecated two site functions and removed a use of previously deprecated func...cash
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-10-30ripped out last remaining tentacles of old installer from core - just needs r...cash
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
2010-10-22Removed @license, @copyright, and @author from files. License and copyright a...brettp
2010-09-15Refs #2220: Pulled remaining classes out of lib files. Core classes now auto...ewinslow
2010-09-06Refs #2220: Pulled most classes / interfaces out of lib files (except query.p...ewinslow
2010-08-22Merged r6757:6810 from 1.7 branch into trunkcash
2010-07-06Adding javascript and CSS to the walled garden whitelist.nickw
2010-05-27Updating walled garden to register public pages as regular expressions.nickw
2010-05-18Ensuring the Walled Garden hook properly exits before plugins can continue to...nickw
2010-05-14Updating language files for new Walled Garden support.nickw
2010-05-14Updating core code to allow public pages using new Walled Garden functionality.nickw
2010-05-12Creating a hook for plugin authors to register Walled Garden public sites.nickw
2010-05-11Do not display site pages when in Walled Garden mode, excepting system-define...nickw
2010-02-17Fixes #1488: Removed use of deprecated functions in core. brettp
2010-02-01Add elgg_deprecated_notice() so we don't have to re-write all the elgg_log() ...brettp
2010-01-31Deprecated old search functions and views.brettp
2010-01-12closes #1145 - deprecated current "copy constructor" for all entities and imp...cash
2009-10-16Rewriting core debug messages to be more informative.nickw
2009-10-15Standardized gobs of files.brettp
2009-10-13Creating a generic ElggSite unit test.nickw
2009-08-31All line endings are now Unix-style.brettp
2009-08-20Whoa nelly this is a big one: Removed license and copyright for files.brettp
2009-03-11Closes 868: Fixes regression introduced in [3119]. Version number bumped.marcus
2009-03-06Reversed delete procedure on entities, parent now checked first before sub de...marcus
2009-03-03Removed calls to the deprecated entity cacheben
2009-01-23Refs #706marcus
2009-01-13Closes #676: Entity subtables now deleted on failed connections.marcus
2009-01-05Fixes #655, Refs #628: Install now working with correct event chain (#628).marcus
2008-11-19Fixes #568: Exportable code now inclusive not exclusive.marcus
2008-11-03Minor tweaks 'cos case does matter...marcus