aboutsummaryrefslogtreecommitdiff
path: root/engine/classes
AgeCommit message (Expand)Author
2011-01-22Fixes #2586 ErrorResult has PHP5 constructor nowcash
2011-01-22fixed bug with plugin settings because of assignment operator confusioncash
2011-01-22Fixes #2812 - correct check for guid nowcash
2011-01-22fixed backward compatibility issue with $CONFIG in plugins' start.phpcash
2011-01-07Refs #2781: Checking if a dir was passed as a plugin package. Need to do this...brettp
2011-01-07Refs #2781: Using same technique to check for full plugin path in ElggPlugin.brettp
2011-01-07Refs #2781 path checking in ElggPluginPackage constructor should work for bot...cash
2011-01-06Fixes #2774 - fixes several E_NOTICE issues - mostly due to accessign array i...cash
2011-01-05Fixes #2760. Refs #2759. Updated plugin admin actions to use the new system. ...brettp
2011-01-05Refs #2759: Added elgg_version to 1.7 manifest parser.brettp
2011-01-03Removed experimental duplicate code from ElggPlugin.brettp
2011-01-03Added ElggPlugin::getPath().brettp
2011-01-03Fixes #2763. Better normalizing for unused 1.7 manifest options. Added loggi...brettp
2011-01-02Fixes #1986, #2170, #2225, #2759. Integrated ElggPluginPackage and ElggPlugin...brettp
2011-01-02Refs #2490. Using array_key_exists() instead of isset() in get() overrides to...brettp
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