Age | Commit message (Expand) | Author |
2010-10-22 | Fixes #2466 - split events() into register and trigger functions | cash |
2010-10-21 | Refs #733 - plugin hooks now support PHP callbacks | cash |
2010-10-20 | Refs #2410 - merged [7024] into trunk from 1.7 branch | cash |
2010-10-20 | Refs #2499 - merged [6990] into trunk from 1.7 branch | cash |
2010-10-20 | Refs #2474 - merged [6976] from 1.7 branch into trunk | cash |
2010-10-17 | Fixes #2563 - setup autoload in elgglib.php so exceptions and other classes a... | cash |
2010-10-14 | Fixes #2514 - separating action error messages for undefined and no action sc... | cash |
2010-10-14 | Refs #2511 - removed empty query.php lib file | cash |
2010-10-14 | Fixes #2339 - removes social library and deprecates its two functions (put it... | cash |
2010-10-14 | Fixes #2403 - adds unregister_entity_type() | cash |
2010-10-14 | Deprecated unnecessary exceptions.php lib file | ewinslow |
2010-10-14 | Fixes #2547: Plugins can now participate in autoloading classes. | ewinslow |
2010-10-10 | Checking for a valid entity before using its methods in update_entity(). | brettp |
2010-10-10 | using config variable for minimum password length | cash |
2010-10-10 | handling the database being down/busy or an incomplete install. Also cleaned ... | cash |
2010-10-10 | removed function replaced by installer | cash |
2010-10-08 | Fixes #2161 - using filter_var() in email validation and moved is_email_addre... | cash |
2010-10-06 | removed several parts of the old installer from the core | cash |
2010-10-05 | Creating an upgrade to migrate users from old oauth to new oauth_lib plugin. | nickw |
2010-09-30 | Closes #2344 - moves friends pages into pages directory | cash |
2010-09-30 | Refs #2344 - moves entities directory to pages directory | cash |
2010-09-30 | Refs #2344 - removed unused search and admin directories | cash |
2010-09-30 | Refs #2344 - moves settings pages into the pages directory | cash |
2010-09-30 | Refs #2344 - moves dashboard pages into pages directory | cash |
2010-09-30 | Refs #2344 - move account pages into pages directory | cash |
2010-09-30 | Fixes #617, #2271 User validation removed from core to UserValidationByEmail ... | brettp |
2010-09-30 | Fixed typo in previous commit. | brettp |
2010-09-29 | Checking for menu items before doing a foreach(). | brettp |
2010-09-29 | Checking for $CONFIG->view_type before accessing it in elgg_is_valid_viewtype... | brettp |
2010-09-24 | Refs #2459: Merged [6927] to trunk. | brettp |
2010-09-24 | Refs #2437: Merged [6707] to trunk. | brettp |
2010-09-22 | Refs #2450: Changed the subpackage and fixed a typo. | brettp |
2010-09-20 | Refs #2450: Documented views.php. | brettp |
2010-09-17 | Fixes #2479: Removed unused actions init and registered "error" action. | brettp |
2010-09-17 | Refs #2450: Added documentation for actions. | brettp |
2010-09-16 | Refs #2450: Documented access.php. | brettp |
2010-09-16 | Refs #2450: Changed preferred syntax for talking about hooks / events because... | brettp |
2010-09-16 | Correct spaces issue in autoload function. | brettp |
2010-09-16 | Refs #2450: Documented entities.php | brettp |
2010-09-15 | Refs #2220: Pulled remaining classes out of lib files. Core classes now auto... | ewinslow |
2010-09-15 | Fixes #2366: Deprecated test_ip() and is_ip_in_array(). | brettp |
2010-09-15 | Refs #2450: Added documentation to elgglib. | brettp |
2010-09-13 | Refs #2450: Really removed the @uses and @see tags. | brettp |
2010-09-13 | Refs #2450: Removing @see and @uses. Replaced NB: with English phrases. | brettp |
2010-09-11 | Merged get_entities() is_numeric() fix to trunk. | brettp |
2010-09-09 | Refs #2450: Documented configuration.php. | brettp |
2010-09-08 | Refs #2450: Documentation added for database functions. | brettp |
2010-09-06 | Refs #2220: Pulled most classes / interfaces out of lib files (except query.p... | ewinslow |
2010-08-29 | Merged [6875] from 1.7 branch into trunk | cash |
2010-08-28 | added escaping to get_entities_from_private_setting_multi() | cash |