aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-30Refs #2598: Converted most $vars['url'] to elgg_get_site_url()ewinslow
2010-10-30checking if the site has any groups before looping over themcash
2010-10-30fixed minor issue where blog code wasn't setting type when getting subtypecash
2010-10-30Refs #2598: Converted virtually all uses of $CONFIG->wwwroot to elgg_get_site...ewinslow
2010-10-30finished the conversion to initializeAttributes()cash
2010-10-30Fixes #2598: Added elgg_get_site_url()ewinslow
2010-10-30Replaced $_SESSION['id'] and $_SESSION['guid'] with get_loggedin_userid()ewinslow
2010-10-30fixed php exception and error handlers not being next to each other in elgglibcash
2010-10-30ripped out last remaining tentacles of old installer from core - just needs r...cash
2010-10-30Refs #1439: Using new page_owner functions in all of coreewinslow
2010-10-30Refs #2124: Using get_loggedin_user functions instead of $vars['user'], $_SES...ewinslow
2010-10-30Refs #2124: Using elgg_get_page_owner instead of $vars['page_owner'] in viewsewinslow
2010-10-30organized functions in elgglib by purpose - more or lesscash
2010-10-30pulled navigation functions out of elgglib.phpcash
2010-10-30moved datalist code into the configuration libcash
2010-10-30fixed spelling mistake in commentcash
2010-10-30moved file path cache functions into the cache lib which seems to be a more l...cash
2010-10-30Fixed an invalid call to get_pageowner_guid() in can_edit_entity().brettp
2010-10-29Language changes for contributors and readme.brettp
2010-10-29small readme tweak.dave
2010-10-28Fixes #2544. Pulled out the eval() for creating elgg_*() mb wrapper functions.brettp
2010-10-28Fixes #2150: Removed old code in filestore.brettp
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
2010-10-27Updated readme to reflect the MIT license. Updated contributors to be a flat...brettp
2010-10-27Fixes #2590 - simplecache now works when simplecache turned offcash
2010-10-25Closes #2511. Query object classes removed.brettp
2010-10-22Removed @license, @copyright, and @author from files. License and copyright a...brettp
2010-10-22Fixes #2578 - entity pages should not need call to load enginecash
2010-10-22Fixes #733 - events now support PHP callbackscash
2010-10-22better creation of event and plugin hook registration arrayscash
2010-10-22Fixes #2466 - split events() into register and trigger functionscash
2010-10-21Refs #733 - plugin hooks now support PHP callbackscash
2010-10-20Refs #2551 - merged [7051] and [7053] into trunkcash
2010-10-20Merges [7038] into trunk from 1.7 branchcash
2010-10-20Refs #2537 - merged [7026] into trunk from 1.7 branchcash
2010-10-20Refs #2410 - merged [7024] into trunk from 1.7 branchcash
2010-10-20Refs #2493 - merged [7008] into trunk from 1.7 branchcash
2010-10-20Refs #2465 - merged [7007] into trunk from 1.7 branchcash
2010-10-20Refs #2499 - merged [6990] into trunk from 1.7 branchcash
2010-10-20Refs #2498 - merged [6982] into trunk from 1.7 branchcash
2010-10-20Refs #2489 - manually merged [6981] from 1.7 branch to keep group file option...cash
2010-10-20Refs #2474 - merged [6976] from 1.7 branch into trunkcash
2010-10-20Refs #2496 - manually merged [6975] from 1.7 branchcash
2010-10-20fixed stray character that got into pages edit actioncash
2010-10-20Fixes #2570 - cannot replicate issue with current_page_url() so returned to u...cash
2010-10-19added a check for register globalscash
2010-10-17Fixes #2563 - setup autoload in elgglib.php so exceptions and other classes a...cash
2010-10-17removed exceptions.php from install boot loadingcash
2010-10-14Fixes #2514 - separating action error messages for undefined and no action sc...cash
2010-10-14Refs #2511 - removed empty query.php lib filecash