Age | Commit message (Expand) | Author |
2009-10-13 | Standardize elgglib.php | brettp |
2009-10-13 | Test suite now requires admin for web-based tests. | brettp |
2009-10-13 | Standardized entities.php. | brettp |
2009-10-13 | Fix typo in ElggAccess:get_ignore_access(). | brettp |
2009-10-13 | First pass at removing $is_admin global. | brettp |
2009-10-12 | Adding unit tests for the ElggObject class. | nickw |
2009-10-11 | Added coding styles and changes documents. | brettp |
2009-10-09 | Standardized annotations.php. | brettp |
2009-10-09 | Standardized admin.php | brettp |
2009-10-09 | Standardized activity. | brettp |
2009-10-09 | Standardized actions.php | brettp |
2009-10-09 | Reverted back to previous copy removing Justin's search because of views prob... | brettp |
2009-10-09 | Pulled in Justin's search changes from github. | brettp |
2009-10-09 | Creating an ElggObject unit test. | nickw |
2009-10-08 | Adding unit test for ElggEntity annotations. | nickw |
2009-10-08 | Brought access.php and sesssion.php up to code standards. | brettp |
2009-10-08 | Adding generic unit tests for ElggEntity. | nickw |
2009-10-07 | database.php now more closely matches coding standards. | brettp |
2009-10-07 | Fixes #1181: UTF8 now correctly stored in database. | brettp |
2009-10-07 | Fixes #790: Removing unneeded @s. | brettp |
2009-10-06 | Adding unit test methods to the new Entities test. | nickw |
2009-10-06 | Removed elgg_test entries. | brettp |
2009-10-06 | Fixing a spacing issue with constructed SQL query. | nickw |
2009-10-06 | Removing the unused javascript directory from core. | nickw |
2009-10-05 | Removing old testing.php lib. | brettp |
2009-10-03 | Moved core tests into tests/core. | brettp |
2009-10-02 | Added more info to the test. | brettp |
2009-10-02 | Added unit tests for entities. | brettp |
2009-10-02 | Added unit tests. | brettp |
2009-10-02 | Added simpletest and start of unit tests. | brettp |
2009-09-30 | Added autofocusing of the username field on the login page. | brettp |
2009-09-30 | new activity river - clipped overflow for long urls/strings | pete |
2009-09-23 | Upped minChars to 2 for user picker. | brettp |
2009-09-23 | Disabled matchContains in user picker. | brettp |
2009-09-23 | Updated the user picker to avoid possible mysql injection attacks and to sear... | brettp |
2009-09-22 | collections picker - delete link given classname and brackets removed from st... | pete |
2009-09-21 | Removing embed view in favor of the correct views in the plugin. | brettp |
2009-09-21 | Adding core contributor credit. | nickw |
2009-09-21 | New river code added to allow user comment to be pulled out and displayed | dave |
2009-09-17 | Updated user picker to return 25 results, text input to be 30 wide. | brettp |
2009-09-16 | Changed get_entities_from_access_collection() to get_entities_from_access_id(... | brettp |
2009-09-16 | Fixes #1238: Added ElggExtender::getOwnerEntity() and changed ElggExtender::g... | brettp |
2009-09-15 | Fixes #1251: Correct strings applied. | brettp |
2009-09-10 | Updated fixes for checking for admin in get_access_sql_prefix() | brettp |
2009-09-10 | Checking against admin metadata instead of $is_admin global in get_access_sql... | brettp |
2009-09-10 | Fixing a bug with when getting the sql suffix for the non-loggedin user. | brettp |
2009-09-09 | Added "Only Friends" string for user picker. | brettp |
2009-09-09 | Defaulted userpicker to all users. Checkbox makes it only friends. | brettp |
2009-09-09 | updating the version number in the readme | dave |
2009-09-07 | Better jquery deleting of user entity for user picker. | brettp |