Age | Commit message (Expand) | Author |
2010-01-27 | Fixes #1465: Added unregister_event_handler() and unregister_plugin_hook(). | brettp |
2010-01-27 | Fixes #1464: A new session is created in logout() after destorying the old se... | brettp |
2010-01-26 | Fixes #1454: Applied Cash's patch. Bad plugins are automatically disabled an... | brettp |
2010-01-25 | Fixes #1450, Fixes #1461: Using $_SERVER['REQUEST_URI'] to pull in GET params... | brettp |
2010-01-24 | Correctly forwarding messages among multiple forwards (action_gatekeeper() ->... | brettp |
2010-01-24 | Fixes #1460, Fixes #1459: Tokens are not required to disable a plugin or inst... | brettp |
2010-01-22 | Fixed a bug preventing messages and warnings from passing during a forward(). | brettp |
2010-01-21 | Removing debug output from previous commit. | brettp |
2010-01-21 | Corrected a possible SQL insertion bug in elgg_get_entity_metadata_where_sql(). | brettp |
2010-01-21 | Fixing bug in resizing function that would incorrectly attempt to crop a pict... | brettp |
2010-01-21 | Changed default declaration of $vars in elgg_view() to array(). | brettp |
2010-01-21 | Fixes #750: All actions require __elgg_ts and __elgg_token. | brettp |
2010-01-21 | elgg_http_build_query() now supports ports. | brettp |
2010-01-20 | Resetting cropping coords for images that can't be cropped in filestore. | brettp |
2010-01-20 | Fixes #1445: get_resized_image_from_existing_file() has an optional parameter... | brettp |
2010-01-20 | Fixed documentation for time created and modified params in elgg_get_entities(). | brettp |
2010-01-14 | Added checking and an ERROR log if elgg_view() is passed a non-array $vars. | brettp |
2010-01-13 | Creating a helper function to return INI values in bytes. | nickw |
2010-01-12 | Fixes #1414: Metadata set to a falsy value (except NULL) returns TRUE for iss... | brettp |
2010-01-12 | closes #1145 - deprecated current "copy constructor" for all entities and imp... | cash |
2010-01-11 | Always generating action tokens with output/confirmlink. | nickw |
2010-01-11 | Sanitising relationship in elgg_get_entities_from_relationship(); | brettp |
2010-01-10 | Fixes #1399: Case sensitivity was never in the deprecated function, so no nee... | brettp |
2010-01-10 | Fixes #538. Applied Cash's patch. This is an old one...jeepers. | brettp |
2010-01-10 | Fixes #1375: Metadata names and values are properly escaped. | brettp |
2010-01-10 | Fixes #1432: Version number is set during installation. | brettp |
2010-01-08 | Refs #1400: Fixed a typo in checking the site_guid. Can't duplicate #1400 no... | brettp |
2010-01-08 | Fixes #1172: URL now checked for trailing slash upon installation. | brettp |
2010-01-06 | Fixing an upgrade issue relating from invalid (non-existent) usernames | nickw |
2010-01-05 | Added an upgrade to enable the search plugin. | brettp |
2010-01-03 | Set admin user's validation upon initial registration. | brettp |
2009-12-31 | Closes #1424: Faulty database migrations will now halt an upgrade. | brettp |
2009-12-31 | Removed debug data. | brettp |
2009-12-21 | fixed #1087 - is_group_member() now returns boolean values only | cash |
2009-12-21 | fixes #988 - subtype is now available on new entities after being saved | cash |
2009-12-20 | fixed bug where array of messages passed to system_messages caused execution ... | cash |
2009-12-20 | fixes #1322 - "remember me" cookie code is cleared when a user is banned | cash |
2009-12-20 | cleaned up logic on db query cache | cash |
2009-12-20 | fixed typo in list_entities() | cash |
2009-12-18 | Clarified the documentation for add_entity_relationship(). | brettp |
2009-12-18 | better parsing of query for action and page handlers | cash |
2009-12-17 | perhaps this is what Brett intended with the new mb_wrapper code | cash |
2009-12-17 | fixed warning due to database query cache | cash |
2009-12-17 | when asking for a count of entities, we now return an integer rather than a s... | cash |
2009-12-17 | get_submenu was throwing out tons of notices - this should be fixed now | cash |
2009-12-16 | better version of get_resized_image_from_existing_file() - fixes #685 - more ... | cash |
2009-12-16 | added comments on get_input and set_input since they do not handle nested arrays | cash |
2009-12-14 | closes #1277 - display_tagcloud() now has same parameters as get_tags() | cash |
2009-12-10 | closes #1244 - checking whether file exists before deleting it in cache | cash |
2009-12-10 | using defines for ACCESS values - closes #1064 | cash |