aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/elgglib.php
AgeCommit message (Expand)Author
2011-06-12Fixes #3480 not requiring a timestamp when using the js/css page handlercash
2011-06-11topbar icons were pushing the site title. Forced the elgg logo and avatar to ...cash
2011-05-19Fixes #3462 empty classes directory is no longer treated as an errorcash
2011-04-26Fixes some coding standard issues in elgglib.phpewinslow
2011-04-22Added 3rd param to elgg_deprecated_notice() to control how much of the stack ...brettp
2011-04-21Fixed a problem with the annotation batch operation test.brettp
2011-04-14fixed filtering of external files array and suppressed warning in external fi...cash
2011-04-13Fixes #3331. Changed cache schema to allow for JS/CSS views with slashes and ...brettp
2011-04-13Consolidated the css and js pagehandlers with elgg_cachable_view_pagehandler(...brettp
2011-04-02Refs #3149 reimplemented fix for calling a handler more than once in trunkcash
2011-03-29Fixed auto-display of system errors in ajax actions. Fixed docs for system_me...brettp
2011-03-23Fixes #3180 adds ajax page handlercash
2011-03-20Fixes #3198 handling exceptions thrown in exception handler by pointing to th...cash
2011-03-14Fixes #3121 array_filter() passes array elements to callbackcash
2011-03-12Fixes #3091 adds load functions for js and csscash
2011-03-12Refs #3091 registering js and css support priority though does not maintain r...cash
2011-03-12Refs #3091 rewrote the js and css register functions to require a namecash
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ...ewinslow
2011-03-09Fixes #3058 pulls likes out as a plugincash
2011-03-06Refs #2693 walled garden code is functional. Push back a thorough clean up un...cash
2011-03-06Refs #2693 pulled walled garden css out as separate viewcash
2011-03-05pulled power by icon out of menu in footer as it serves a different purpose t...cash
2011-03-01Fixes #3031 using 'priority' nowcash
2011-02-26fixed image size attributes added to "power by" imagecash
2011-02-26Added explicit height and width to powered_by_elgg iconewinslow
2011-02-25Refs #2895: Removed footer/links view. Moved report-this link into alternate...ewinslow
2011-02-25Refs #2895: Added support for an "alt" section in the footer menu. Put "powe...ewinslow
2011-02-25Refs #2895: Converted topbar to one menu (felt dirty using two). Fixed styles.ewinslow
2011-02-20Refs #2749, #2956. Merged elgg_depracated_notice() fixes to trunk.brettp
2011-02-15Moved all deprecated core functions into the appropriate deprecation fineewinslow
2011-02-15Fixes #2695: Return false on autoload fail, rather than throwing exceptionewinslow
2011-02-15Fixes #2808: elgg_get_array_value => elgg_extractewinslow
2011-02-15Replaced all occurrences of register_page_handler in core with elgg_register_...ewinslow
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