aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/elgglib.php
AgeCommit message (Expand)Author
2010-10-30Fixes #2598: Added elgg_get_site_url()ewinslow
2010-10-30fixed php exception and error handlers not being next to each other in elgglibcash
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-30moved file path cache functions into the cache lib which seems to be a more l...cash
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
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-17Fixes #2563 - setup autoload in elgglib.php so exceptions and other classes a...cash
2010-10-14Fixes #2339 - removes social library and deprecates its two functions (put it...cash
2010-10-14Fixes #2547: Plugins can now participate in autoloading classes.ewinslow
2010-10-10handling the database being down/busy or an incomplete install. Also cleaned ...cash
2010-10-06removed several parts of the old installer from the corecash
2010-09-30Fixed typo in previous commit.brettp
2010-09-29Checking for menu items before doing a foreach().brettp
2010-09-16Refs #2450: Changed preferred syntax for talking about hooks / events because...brettp
2010-09-16Correct spaces issue in autoload function.brettp
2010-09-15Refs #2220: Pulled remaining classes out of lib files. Core classes now auto...ewinslow
2010-09-15Fixes #2366: Deprecated test_ip() and is_ip_in_array().brettp
2010-09-15Refs #2450: Added documentation to elgglib.brettp
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-08-22Merged r6620:6653 from 1.7 branch into trunkcash
2010-08-21Merged r6534-6559 from 1.7 branch to trunkcash
2010-07-14Fixes #2195. 3rd and 4th params of page_draw() are now $page_shell and $vars.brettp
2010-07-07Removing debug statements from previous commit.brettp
2010-07-07Added elgg_sort_3d_array_by_value(). I do this often enough that a helper fu...brettp
2010-06-14Merged [6485] and [6486] to trunk.brettp
2010-06-04Merge r6301:6338 from 1.7 to trunk.brettp
2010-06-01Added elgg_get_array_value() helper function.brettp
2010-05-29Merged r6263:6271 to trunk.brettp
2010-05-28Refs #2115: Added elgg_is_valid_view_type(). Currently calculated at each loa...brettp
2010-05-25Updated documentation for register_plugin_hook().brettp
2010-05-25Updated documentation and cleaned up code for trigger_plugin_hook().brettp
2010-05-25Walled Garden login page is no longer tied to the default page shell.nickw
2010-05-18Ensuring the Walled Garden hook properly exits before plugins can continue to...nickw
2010-05-14Merged 5928-6908 from 1.7 branch to trunk.brettp
2010-05-14merge -r5898:5928 (not excluding riverdashboard, notifications, and messagebo...brettp
2010-05-14merge -r5832:5898 from 1.7 to trunk.brettp
2010-05-13To detect if a submenu item is selected, using output from full_url() instead...brettp
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-05-11Fix admin area for overview and appearance.brettp
2010-05-10Admin area now uses standard submenu tools.brettp
2010-05-08Not setting $item->selected on a submenu item acts the same as setting it to ...brettp
2010-05-08Added new submenu system.brettp
2010-04-21cleaning up [5822] - putting elgg_format_url() in the same location in elggli...cash