aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
2010-11-21fix for previouscash
2010-11-21use more Elgg standrad function names - elgg_register_widget_type()cash
2010-11-20Refs #2629 Brett is correct - don't need the call to initializeAttributes() b...cash
2010-11-20Refs #2629 This should fix this ticket. Need to remove initialise_attributes ...cash
2010-11-20added some light styling to the widget control buttonscash
2010-11-20Fixes #2629: Pulled old initialise_attributes() into ElggData and added a def...brettp
2010-11-20moved save widget settings function to ElggWidgetcash
2010-11-20added a plugin hook for determining who can edit a widget layoutcash
2010-11-20fixed bug where widgets were not saving their new positioncash
2010-11-20do not need special canEdit method for ElggWidgetcash
2010-11-20Refs #2668 adds getContainerGUID()cash
2010-11-20Fixes #2668 adding getOwnerGUID()cash
2010-11-20Fixed typos in text expectations that were cause elgg_normalize_url unit test...ewinslow
2010-11-20Fixes #2490: attributes initialize to NULL instead of empty string or 0. Upd...ewinslow
2010-11-20Marking initialise_attributes as deprecated in ElggPluginewinslow
2010-11-20Marking initialise_attributes as deprecatedewinslow
2010-11-20Fixes #2237: Added 'reason' parameter to forward() to allow proper headers an...ewinslow
2010-11-20Fixes #2615: Viewtype now included in views plugin hooksewinslow
2010-11-20Fixes #2468: Deprecated call_gatekeeper() and callpath_gatekeeper()ewinslow
2010-11-20Fixes #2473: removes initialise_entity_cache()ewinslow
2010-11-20Doesn't make any sense for elgg_format_attributes to default to an empty arra...ewinslow
2010-11-20Refs #2143: Added elgg_format_attributes() for generating an attribute string...ewinslow
2010-11-19improving interactions of widgets - containment wasn't working due to height ...cash
2010-11-19finished updated the widgets librarycash
2010-11-19saving widget settingscash
2010-11-19users can delete widgets from layoutcash
2010-11-19moved some widget functionality into ElggWidget classcash
2010-11-19Closes #617 core has get and set functions for user validation statuscash
2010-11-19saving widget position after movingcash
2010-11-19$CONFIG->path is not set up early enough for some elgg deprecate noticescash
2010-11-19switching to using full paths in handlerscash
2010-11-18Added functions to support moving and adding widgetscash
2010-11-18Refs #1793 getting sorted widgets from elgg_get_widgets()cash
2010-11-18Refs #1793 added ability to add widgets to layout through ajaxcash
2010-11-18Refs #1411, #2165 added elgg_list_entities_from_location() and deprecated in_...cash
2010-11-18Refs #2165 adds elgg_get_entities_from_location()cash
2010-11-18Refs #2165 added elgg_get_entities_from_private_settings()cash
2010-11-17Refs #1793 - added a basic add new widgets view - it is not wired up yetcash
2010-11-16Fixes #2573 upgrade script for new user validation approachcash
2010-11-16Fixes #2642 changed elgg_view_page() to always pick up page_shell views for t...cash
2010-11-16Pulled in hellekin's fixes from https://github.com/Elgg/Elgg/pull/2cash
2010-11-16made page_draw() backward compatible with 1.7cash
2010-11-16just in case any plugin called the previous install functions, I put them bac...cash
2010-11-15Refs #617 put user validation functions back in users libcash
2010-11-15Fixes #1417 Users get notified when their accounts are not validated for any ...cash
2010-11-14Refs #1417 Elgg core now passes back useful messages to user when log in fail...cash
2010-11-14fixed typo in commentcash
2010-11-14Fixes #2334: Converted viewtype => listtype and viewtypetoggle => listtypetog...ewinslow
2010-11-14Added some more unit tests for elgg_normalize_urlewinslow
2010-11-14No comment...ewinslow