aboutsummaryrefslogtreecommitdiff
path: root/engine/classes
AgeCommit message (Expand)Author
2010-12-29page menu using the new menu system - admin menu updatedcash
2010-12-27improved menu creation for on demand menus and integrated hover menu items in...cash
2010-12-27moved most of the code for the user hover menu into the new menu systemcash
2010-12-23Added list groups and list friends class methods - will be handy for federationcash
2010-12-23added a class math to get a user's groups and cleaned up some documentationcash
2010-12-19fixed a few bugs and updated the widget codecash
2010-12-18half way through converting submenu to new menu code - pages and groups are t...cash
2010-12-18site nav menu now uses new menu code (and finished the implementation of cust...cash
2010-12-17Refs #2320 added new menu functions and classescash
2010-12-15Fixes #2728 creating a name for plugins with 1.7 manifests based on hellekin'...cash
2010-12-14Cleaned up constructor logic for ElggPluginPackage. Better detection of inva...brettp
2010-12-13Refs #2226 moving riverdashboard into core - need to clean up riverdashboard ...cash
2010-12-09Fixes #2721 fixed typo - thanks for the report!cash
2010-12-07Removed leading _ in private var names.brettp
2010-12-06Renamed 'elgg' manifest requirment to 'elgg_version' to be more in line with ...brettp
2010-12-03Refs #1986 #2170 #2225. Added semantic manifest.xml support and unit tests. ...brettp
2010-11-30Refs #1986 #2170 #2225 Added ElggPluginManifest, ElggPluginManifestParser, an...brettp
2010-11-29Refs #2668: Deprecated ElggEntity::setContainer() for setContainerGUID()brettp
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-22widget column ids must be integerscash
2010-11-21deprecated two site functions and removed a use of previously deprecated func...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-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-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 #2473: removes initialise_entity_cache()ewinslow
2010-11-19users can delete widgets from layoutcash
2010-11-19moved some widget functionality into ElggWidget classcash
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-14No comment...ewinslow
2010-11-14Wow, what a blunder -- what to go deleting random methods, Winslowewinslow
2010-11-14Refs #2486: Added support for the 'recursive' parameter to ElggEntity::delete()ewinslow
2010-11-14Added comments to several undocumented methodsewinslow
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to use...ewinslow
2010-11-06replaced usages of make_file_matrix() with new method makeFileMatrix()cash
2010-11-03Refs #1320. Updated core to use elgg_echo()'s native string replacement.brettp
2010-11-03Fixes #2050: Added subtype parameter to can_write_to_container functions and ...ewinslow
2010-11-03Fixes #2134: Moved getContainerEntity() method to ElggEntityewinslow
2010-11-02Refs #2463: Removed some more instances of $CONFIG->url. Added support for e...ewinslow