Age | Commit message (Expand) | Author |
2012-12-08 | Fixes #4806 make the create_<subtype>_entity() functions private | cash |
2012-09-28 | fixed: elgg_get_site_entity now works as documented | Jerome Bakker |
2012-01-21 | cleans up the boot process | Cash Costello |
2011-10-09 | Fixes #3796 get_site_by_url() now respects class inheritance | Cash Costello |
2011-10-08 | Fixes #3936 added @access private to internal functions | Cash Costello |
2011-03-20 | Fixes #3114 added the rss link back to pages | cash |
2011-02-01 | Moved deprecated files from sessions.php - xml.php into deprecation files for... | ewinslow |
2010-12-02 | added a function for getting current site entity | cash |
2010-11-22 | Fixes #2488 "return" was missing in ElggSite::getObjects() (also updated some... | cash |
2010-11-22 | updated the deprecated list_site_members() to use new ElggSite::listMembers()... | cash |
2010-11-22 | deprecated some sites functions that were never supported or fully implemented | cash |
2010-11-21 | deprecated two site functions and removed a use of previously deprecated func... | cash |
2010-11-10 | Fixes #2367: With fear and trepidation, converting events/plugin hooks to use... | ewinslow |
2010-11-03 | Refs #1320. Updated core to use elgg_echo()'s native string replacement. | brettp |
2010-10-30 | ripped out last remaining tentacles of old installer from core - just needs r... | cash |
2010-10-28 | Standardized code in all of core, not including language files, tests, or cor... | brettp |
2010-10-22 | Removed @license, @copyright, and @author from files. License and copyright a... | brettp |
2010-09-15 | Refs #2220: Pulled remaining classes out of lib files. Core classes now auto... | ewinslow |
2010-09-06 | Refs #2220: Pulled most classes / interfaces out of lib files (except query.p... | ewinslow |
2010-08-22 | Merged r6757:6810 from 1.7 branch into trunk | cash |
2010-07-06 | Adding javascript and CSS to the walled garden whitelist. | nickw |
2010-05-27 | Updating walled garden to register public pages as regular expressions. | nickw |
2010-05-18 | Ensuring the Walled Garden hook properly exits before plugins can continue to... | nickw |
2010-05-14 | Updating language files for new Walled Garden support. | nickw |
2010-05-14 | Updating core code to allow public pages using new Walled Garden functionality. | nickw |
2010-05-12 | Creating a hook for plugin authors to register Walled Garden public sites. | nickw |
2010-05-11 | Do not display site pages when in Walled Garden mode, excepting system-define... | nickw |
2010-02-17 | Fixes #1488: Removed use of deprecated functions in core. | brettp |
2010-02-01 | Add elgg_deprecated_notice() so we don't have to re-write all the elgg_log() ... | brettp |
2010-01-31 | Deprecated old search functions and views. | brettp |
2010-01-12 | closes #1145 - deprecated current "copy constructor" for all entities and imp... | cash |
2009-10-16 | Rewriting core debug messages to be more informative. | nickw |
2009-10-15 | Standardized gobs of files. | brettp |
2009-10-13 | Creating a generic ElggSite unit test. | nickw |
2009-08-31 | All line endings are now Unix-style. | brettp |
2009-08-20 | Whoa nelly this is a big one: Removed license and copyright for files. | brettp |
2009-03-11 | Closes 868: Fixes regression introduced in [3119]. Version number bumped. | marcus |
2009-03-06 | Reversed delete procedure on entities, parent now checked first before sub de... | marcus |
2009-03-03 | Removed calls to the deprecated entity cache | ben |
2009-01-23 | Refs #706 | marcus |
2009-01-13 | Closes #676: Entity subtables now deleted on failed connections. | marcus |
2009-01-05 | Fixes #655, Refs #628: Install now working with correct event chain (#628). | marcus |
2008-11-19 | Fixes #568: Exportable code now inclusive not exclusive. | marcus |
2008-11-03 | Minor tweaks 'cos case does matter... | marcus |
2008-10-21 | Closes #457: Now returns $guid on success, false on fail | marcus |
2008-10-21 | Added safety rail to prevent disabling/deleting of currently viewed site. | marcus |
2008-08-13 | Fixes #241: Changed order, delete user using object's delete method rather th... | marcus |
2008-08-08 | Adjusted contributors file. | ben |
2008-08-07 | Centralised set and get magic functions to the tlc. Added isset and unset mag... | marcus |
2008-08-01 | Fixed what I presume was an error: namely it was using $site instead of $guid... | marcus |