aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/elgglib.php
AgeCommit message (Expand)Author
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
2010-04-20Merge previous to trunk.brettp
2010-04-16Merged [5623]:head from 1.7 to trunk.brettp
2010-04-13Added granular view hook view:$view_name instead of a monolithic display:view...brettp
2010-04-07Added optional html_encode parameter to elgg_add_action_tokens_to_url() so it...brettp
2010-04-06Sanitise int on the offset.brettp
2010-04-05Refs #1947: Do not require views to explicitly pass in the offset.nickw
2010-04-05Merged 5530:5604 from 1.7 to trunk.brettp
2010-04-03Fixes #1184 - added elgg_format_url() for handling ampersands in urlscash
2010-03-25Cleaned up the likes interface a bit.brettp
2010-03-24Added ability to make arbitrary links for the menu items.brettp
2010-03-23Added missing merge from Merge Monday.brettp
2010-03-22Merged 1.7 bugfixes back into core. (5376:HEAD).brettp
2010-03-21generic like this functionality addeddave
2010-03-20Moved toolbar dropdown menu to main nav.brettp
2010-03-20Removed ui_page_setup() to fix installation. Gave engine/start.php a bit of l...brettp
2010-03-19Namespaces sticky forms. Requires more testing.brettp
2010-03-17Added config options for tabs and menu items.brettp
2010-03-12Merged Cash's bugfixes from the 1.7 branch (3288:5377).brettp
2010-03-11Implemented sticky forms.brettp
2010-03-11Added breadcrumb support and updated the mods with old-style breadcrumbs.brettp
2010-03-10Added elgg_instanceof().brettp
2010-03-03Pulled in missing interface modifications for the engine dir.brettp
2010-03-01Fixes #1558: Applied Cash's patch. Added unit tests to test for regressions ...brettp
2010-02-22Fixes #1531: Correctly implemented dates for friendly times. No more coding w...brettp
2010-02-21Deprecated elgg_validate_action_url() by elgg_add_action_tokens_to_url(). Up...brettp
2010-02-20Refs #1531: Added full time and dates to friendly time stamptes via acronym t...brettp
2010-02-17Refs #1523: elgg_get_entities() uses the constants for defaults and condition...brettp
2010-02-16Removing embed extended view from core.brettp
2010-02-12Can't type hint for strings.brettp
2010-02-12Fixes #1510: Added elgg_get_file_list(). get_library_files() wraps to this f...brettp
2010-02-12Fixes #1512: Using a helper function for mb_parse_str() instead of wrapping i...brettp
2010-02-11Fixes #1501: Setting ini for mbstring.internal_encoding to utf8 to work aroun...brettp
2010-02-09Fixes #1503, fixes #1474: Library files are loaded using a hard-coded list to...brettp
2010-02-06fixes #1486 - elgg_dump now works when sending to server error logcash
2010-02-05Fixes #1486: elgg_log() can now log arrays and objects to error_log().brettp