aboutsummaryrefslogtreecommitdiff
path: root/engine
AgeCommit message (Expand)Author
2011-01-23Refs #2804 #2805 pulling changes in trunk from 1.7 branchcash
2011-01-22Fixes #2586 ErrorResult has PHP5 constructor nowcash
2011-01-22missed check for null parameters in web services parameter codecash
2011-01-22Fixes #2548 do not need include_post_data() because of changes to rewrite rulescash
2011-01-22testing for the existence of username in pam credentials before usingcash
2011-01-22fixed bug with plugin settings because of assignment operator confusioncash
2011-01-22do not need {} around quoted variables surrounded by quotescash
2011-01-22Fixes #2812 - correct check for guid nowcash
2011-01-22fixed backward compatibility issue with $CONFIG in plugins' start.phpcash
2011-01-22deprecated add_menu() and made it compatible with 1.8cash
2011-01-20adding 'action' to url when overriding the form action cash
2011-01-14changed layout on pages to one_sidebarcash
2011-01-13Fixes #2402 adds 'add' 'river' plugin hookcash
2011-01-13Refs #2757 merged fix into trunkcash
2011-01-08finished the admin title modificationscash
2011-01-08Fixed problem where system log code would crash due to new plugin codecash
2011-01-08drying up the title creation in the admin backendcash
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-07Changed callback function option from 'row_callback' to 'callback' for elgg_g...brettp
2011-01-07Refs #2781 path checking in ElggPluginPackage constructor should work for bot...cash
2011-01-06Fixes #1242: elgg_get_data() correctly returns an empty array on no results. ...brettp
2011-01-06Refs #1242, Fixes #2775. Pulled common code between get_data() and get_data_r...brettp
2011-01-06Fixes test for $relationship_guid in sql generating functioncash
2011-01-06Fixes #2774 - fixes several E_NOTICE issues - mostly due to accessign array i...cash
2011-01-06replaced deprecated load_plugins() - thanks to hellekincash
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-05Fixes #2458 adds upgrade to set default_access on old installscash
2011-01-04Refs #2771: Removed CRLF.brettp
2011-01-04Fixed problem removing plugin entities if physical files were deleted.brettp
2011-01-03Removed experimental duplicate code from ElggPlugin.brettp
2011-01-03Added ElggPlugin::getPath().brettp
2011-01-03Reindexing plugin priorities after regenerating entities.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 #7552, #2547. Autoloading functions return bool.brettp
2011-01-02Refs #2490. Using array_key_exists() instead of isset() in get() overrides to...brettp
2011-01-02Added checking for real entities to other private setting functions.brettp
2011-01-02set_private_setting() checks if the guid is a real entity.brettp
2011-01-02revert structure of admin views and fixed uniqueness of admin page menu itemscash
2011-01-01updating the sidebar boxes to use the new module classescash
2011-01-01using the info module for user settingscash
2011-01-01removed unnecessary variable from stick forms codecash
2011-01-01fixed the function for viewing latest commentscash
2011-01-01stop double encoding attributes in output/input elementscash
2011-01-01Fixes #2740 - exception messages using the value for minimum username and pas...cash
2011-01-01Fixes #2561 only triggering join, group event if the add relationship succeededcash
2011-01-01Fixes #2698 not sanitizing strings to prevent double encodingcash
2010-12-31Refs #2684, #2754: Merged r7701 to trunk.brettp