aboutsummaryrefslogtreecommitdiff
path: root/engine/lib
AgeCommit message (Expand)Author
2011-02-03changed elgg_get_plugin_path() to elgg_get_plugins_path()cash
2011-02-03Refs #2428 just a few more CONFIG uses left to be replacedcash
2011-02-03Added more info to the @params documentation for elgg_register_action.brettp
2011-02-02Fixes #2846: elgg_view_river_item calls river/item view first.ewinslow
2011-02-02Fixes #2844 setting table for access_id to fix fatal errorcash
2011-02-01Initialize global $CURRENT_SYSTEM_VIEWTYPE correctlyewinslow
2011-02-01Moved deprecated files from sessions.php - xml.php into deprecation files for...ewinslow
2011-02-01Moved functions from export.php - river.php into deprecated filesewinslow
2011-02-01Moving deprecated functions out of files access.php - entities.php. This tim...ewinslow
2011-02-01Reversing 7975ewinslow
2011-02-01Refs #2839: moved deprecated functions from access.php - private_settings.php...ewinslow
2011-01-29supporting 'javascript:' when normalizing urlscash
2011-01-29fixed typo in deprecation noticecash
2011-01-29accidently removed the site menu set up functioncash
2011-01-27removed menu code introduced for elgg.com that did not make it into 1.8cash
2011-01-26changed elgg_get_page_owner() to elgg_get_page_owner_entity() to be more cons...cash
2011-01-26fixed bug where a null passed as 2nd parameter to elgg_view_layout() prevente...cash
2011-01-25added support for $vars to elgg_view_entity() - need to clean up documentatio...cash
2011-01-24welcome to the admin dashboardcash
2011-01-23Refs #2557 merged fix into trunk from 1.7 branchcash
2011-01-23Refs #2804 #2805 pulling changes in trunk from 1.7 branchcash
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-22do not need {} around quoted variables surrounded by quotescash
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-13Fixes #2402 adds 'add' 'river' plugin hookcash
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-07Changed callback function option from 'row_callback' to 'callback' for elgg_g...brettp
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-05Fixes #2760. Refs #2759. Updated plugin admin actions to use the new system. ...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-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-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