Age | Commit message (Expand) | Author |
2011-02-03 | removed uses of $vars[config] in views | cash |
2011-02-03 | removes uses of $vars[url] from core and plugins | cash |
2011-02-03 | Fixes #2124 only setting $vars[user], $vars[url], and $vars[config] in elgg_v... | cash |
2011-02-03 | changed elgg_get_plugin_path() to elgg_get_plugins_path() | cash |
2011-02-03 | Refs #2428 just a few more CONFIG uses left to be replaced | cash |
2011-02-03 | Added more info to the @params documentation for elgg_register_action. | brettp |
2011-02-02 | Fixes #2846: elgg_view_river_item calls river/item view first. | ewinslow |
2011-02-02 | Fixes #2844 setting table for access_id to fix fatal error | cash |
2011-02-01 | Initialize global $CURRENT_SYSTEM_VIEWTYPE correctly | ewinslow |
2011-02-01 | Moved deprecated files from sessions.php - xml.php into deprecation files for... | ewinslow |
2011-02-01 | Moved functions from export.php - river.php into deprecated files | ewinslow |
2011-02-01 | Moving deprecated functions out of files access.php - entities.php. This tim... | ewinslow |
2011-02-01 | Reversing 7975 | ewinslow |
2011-02-01 | Refs #2839: moved deprecated functions from access.php - private_settings.php... | ewinslow |
2011-01-29 | supporting 'javascript:' when normalizing urls | cash |
2011-01-29 | fixed typo in deprecation notice | cash |
2011-01-29 | accidently removed the site menu set up function | cash |
2011-01-27 | removed menu code introduced for elgg.com that did not make it into 1.8 | cash |
2011-01-26 | changed elgg_get_page_owner() to elgg_get_page_owner_entity() to be more cons... | cash |
2011-01-26 | fixed bug where a null passed as 2nd parameter to elgg_view_layout() prevente... | cash |
2011-01-25 | added support for $vars to elgg_view_entity() - need to clean up documentatio... | cash |
2011-01-24 | welcome to the admin dashboard | cash |
2011-01-23 | Refs #2557 merged fix into trunk from 1.7 branch | cash |
2011-01-23 | Refs #2804 #2805 pulling changes in trunk from 1.7 branch | cash |
2011-01-22 | missed check for null parameters in web services parameter code | cash |
2011-01-22 | Fixes #2548 do not need include_post_data() because of changes to rewrite rules | cash |
2011-01-22 | testing for the existence of username in pam credentials before using | cash |
2011-01-22 | do not need {} around quoted variables surrounded by quotes | cash |
2011-01-22 | deprecated add_menu() and made it compatible with 1.8 | cash |
2011-01-20 | adding 'action' to url when overriding the form action | cash |
2011-01-13 | Fixes #2402 adds 'add' 'river' plugin hook | cash |
2011-01-08 | finished the admin title modifications | cash |
2011-01-08 | Fixed problem where system log code would crash due to new plugin code | cash |
2011-01-08 | drying up the title creation in the admin backend | cash |
2011-01-07 | Changed callback function option from 'row_callback' to 'callback' for elgg_g... | brettp |
2011-01-06 | Fixes #1242: elgg_get_data() correctly returns an empty array on no results. ... | brettp |
2011-01-06 | Refs #1242, Fixes #2775. Pulled common code between get_data() and get_data_r... | brettp |
2011-01-06 | Fixes test for $relationship_guid in sql generating function | cash |
2011-01-06 | Fixes #2774 - fixes several E_NOTICE issues - mostly due to accessign array i... | cash |
2011-01-05 | Fixes #2760. Refs #2759. Updated plugin admin actions to use the new system. ... | brettp |
2011-01-05 | Fixes #2458 adds upgrade to set default_access on old installs | cash |
2011-01-04 | Refs #2771: Removed CRLF. | brettp |
2011-01-04 | Fixed problem removing plugin entities if physical files were deleted. | brettp |
2011-01-03 | Reindexing plugin priorities after regenerating entities. | brettp |
2011-01-03 | Fixes #2763. Better normalizing for unused 1.7 manifest options. Added loggi... | brettp |
2011-01-02 | Fixes #1986, #2170, #2225, #2759. Integrated ElggPluginPackage and ElggPlugin... | brettp |
2011-01-02 | Refs #7552, #2547. Autoloading functions return bool. | brettp |
2011-01-02 | Added checking for real entities to other private setting functions. | brettp |
2011-01-02 | set_private_setting() checks if the guid is a real entity. | brettp |
2011-01-02 | revert structure of admin views and fixed uniqueness of admin page menu items | cash |