aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
2010-11-28Fixes #2160 #2678 introducing a more flexible simplecache handler (this requi...cash
2010-11-28Refs #2173 #2160 #2507 added a css page handler to support multiple css filescash
2010-11-28Fixes #2681 moves export handler into handler directory - current installs ne...cash
2010-11-28moved rest/rpc web services handler into web_services librarycash
2010-11-28moved api.php to web_services.php as it is more descriptivecash
2010-11-24Fixes #2664: elgg_view_entity subtype defaults to "default" rather than $typeewinslow
2010-11-24Fixes #2667: pagehandler.php => page_handler.php. You'll need to update .hta...ewinslow
2010-11-24Deprecated list_entities_from_metadata_multiewinslow
2010-11-24Refs #2451: Removed gatekeeper/admin_gatekeeper() calls from core actionsewinslow
2010-11-24Fixes #2655: Converted register_action to elgg_register_action throughout coreewinslow
2010-11-24Refs #2655: Introducing elgg_register_action() + a few fixes to typos in docu...ewinslow
2010-11-23Fixes #2472 move cron_handler.php logic into cron page handlercash
2010-11-23returning an empty array when there are no widgets for a contextcash
2010-11-22Fixes #2488 "return" was missing in ElggSite::getObjects() (also updated some...cash
2010-11-22updated the deprecated list_site_members() to use new ElggSite::listMembers()...cash
2010-11-22deprecated some sites functions that were never supported or fully implementedcash
2010-11-22merged previous 2 commits into trunk - removes use of session class global cash
2010-11-22Refs #2673 moved changes into trunk from 1.7 branchcash
2010-11-22Refs #2660: Merged r7409's remove_group_tool_option() to trunk.brettp
2010-11-22widget column ids must be integerscash
2010-11-21removed deprecated tag library callscash
2010-11-21deprecated two site functions and removed a use of previously deprecated func...cash
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