aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/elgglib.php
AgeCommit message (Expand)Author
2011-02-14Refs #2912. Added checks for constraints in dangerous functions. Unit tests n...brettp
2011-02-13Refs #2907. DRY'd up and abstracted out a lot of metadata / annotation functi...brettp
2011-02-12Fixes #2906. Added elgg_sql_reverse_order_by() and wired it up to ege() and e...brettp
2011-02-12Added elgg_get_entities_from_plugin_user_settings(). Added a name_prefix opti...brettp
2011-02-07moved sticky forms into the input librarycash
2011-02-06fixed some minor documentation issuescash
2011-02-06moved the count comments and likes functions into the ElggEntity classcash
2011-02-01Moving deprecated functions out of files access.php - entities.php. This tim...ewinslow
2011-02-01Reversing 7975ewinslow
2011-02-01Refs #2839: moved deprecated functions from access.php - private_settings.php...ewinslow
2011-01-27removed menu code introduced for elgg.com that did not make it into 1.8cash
2011-01-06Fixes #2774 - fixes several E_NOTICE issues - mostly due to accessign array i...cash
2011-01-02Refs #7552, #2547. Autoloading functions return bool.brettp
2011-01-01removed unnecessary variable from stick forms codecash
2010-12-31not caching js and css when not served through simple cache right nowcash
2010-12-31added a proper gallery view - still need to wire up the elgg_view_list_item f...cash
2010-12-29rewrote the display of likescash
2010-12-27moved most of the code for the user hover menu into the new menu systemcash
2010-12-23Fixes #2741 skipping :// when replacing // in file paths so that we support URIscash
2010-12-16Fixes #2725 - js page handler now handles javascript views with slashes in th...cash
2010-12-16fixed a lot of notices being generated by the new plugin hook codecash
2010-12-15moved likes forms into forms directorycash
2010-12-14moved account views into core views - account forms are nextcash
2010-12-14sanitise_filepath() removes double /s.brettp
2010-12-08Added ability to check for empty string in elgg_get_array_value().brettp
2010-12-08reorganized the page views as discussedcash
2010-12-07Refs #2220. Check that an autoload class is registered before trying to inclu...brettp
2010-12-06cleaned up system messages display codecash
2010-12-04forgot to include language string for previous commitcash
2010-12-04Fixes #2519 we can now register and load php libraries - blog plugin is using...cash
2010-12-02Better code and docs or previous.brettp
2010-12-02Added 'true' as a truthy value for ini_get_bool().brettp
2010-11-30Refs #2428 adds elgg_get_plugin_path() and elgg_get_data_path()cash
2010-11-28Fixes #2173 #2507 integrated the ie and admin stylesheets into the new simple...cash
2010-11-28Refs #2173 #2160 #2507 added a css page handler to support multiple css filescash
2010-11-24Fixes #2655: Converted register_action to elgg_register_action throughout coreewinslow
2010-11-20Fixes #2237: Added 'reason' parameter to forward() to allow proper headers an...ewinslow
2010-11-20Fixes #2468: Deprecated call_gatekeeper() and callpath_gatekeeper()ewinslow
2010-11-16Fixes #2642 changed elgg_view_page() to always pick up page_shell views for t...cash
2010-11-11Obliterated C&P in elgg_trigger_plugin_hookewinslow
2010-11-11Making CodeSniffer happy + reduced C&P in elgg_trigger_eventewinslow
2010-11-11Refs #2641 merged [7295] into trunkcash
2010-11-11Fixes #2367: Corrected plugin hook documentation to maintain that the default...ewinslow
2010-11-10Using max() to give priority a minimum value of 0 for plugin hooksewinslow
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to use...ewinslow
2010-11-09Refs #2506 reorged the login box views - css still needs to be cleaned upcash
2010-11-04Added @deprecated docblock tag to events()ewinslow
2010-11-04Fixes #2210 - using new functions for registering the core js and css filescash
2010-11-02Fixes #2360: page_draw => elgg_view_page in core + bundled pluginsewinslow
2010-11-02Added url normalization support to elgg_register_js and elgg_register_cssewinslow