aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-21Refs #1538: Removed action_gatekeeper() from action files in core.brettp
2010-02-21Fixes #1539: Removed line endings from htaccess_dist.brettp
2010-02-21Apache's MultiViews was matching the rest page handler incorrectlycash
2010-02-20Refs #1531: Added full time and dates to friendly time stamptes via acronym t...brettp
2010-02-20Fixes #1523: Updated search to use ELGG_ENTITIES_NO_VALUE/ANY_VALUE and remov...brettp
2010-02-19Fixes #1421: Banning and unbanning users invalidates the memcache entity.brettp
2010-02-19Corrected fullview call in users admin section.brettp
2010-02-19Refs #1504: Removing revert option from widget draggables to avoid fly away e...brettp
2010-02-19Fixed a bug in widget layouts that caused the "edit page" link to not work if...brettp
2010-02-19Fixes #1532: Added security tokens to friend picker when in form mode.brettp
2010-02-19Fixes #1535: Corrected double replace for URL in RSS title view. brettp
2010-02-19Fixes #1519: Corrected site_guid in create_access_collection().brettp
2010-02-18Getter API test: Moved the setup and tear down into the construct and destruc...brettp
2010-02-17Fixes #1488: Removed use of deprecated functions in core. brettp
2010-02-17Refs #1523: elgg_get_entities() uses the constants for defaults and condition...brettp
2010-02-17Fixes #1526: Big honking warning added to unit tests. Getter test also delet...brettp
2010-02-17Updated docs for search.brettp
2010-02-17Fixes #1527: Logout doens't require an action token. This is a temporary fix ...brettp
2010-02-17Fixes #1499: User and group search default to ignoring subtypes to return all...brettp
2010-02-16Fixed incorrect variable calls in search.brettp
2010-02-16Not using elgg_get_entities_from_metadata() for tag search because of perform...brettp
2010-02-16Removing embed extended view from core.brettp
2010-02-13Cleaned up tag searching so you can search on a specific tag. Useful in sear...brettp
2010-02-12Can't type hint for strings.brettp
2010-02-12Closes #1506: Added elgg_register_tag_metadata_name(), elgg_get_registered_ta...brettp
2010-02-12Fixes #1510: Added elgg_get_file_list(). get_library_files() wraps to this f...brettp
2010-02-12Fixes #1512: Using a helper function for mb_parse_str() instead of wrapping i...brettp
2010-02-12updated documentation on the REST API user authenticationcash
2010-02-11Fixes #1501: Setting ini for mbstring.internal_encoding to utf8 to work aroun...brettp
2010-02-11Fixes #1507: $vars['baseurl'] used instead of undefined $baseurl in paginatio...brettp
2010-02-11fixes #1505 - some lazy css was impacting opera for checkboxes - overriding b...cash
2010-02-11Made the output/url view backward compatible for the few plugins that used it.brettp
2010-02-10Remove version from default theme's css.brettp
2010-02-09Fixes #1503, fixes #1474: Library files are loaded using a hard-coded list to...brettp
2010-02-09Correcting the corrected documentation.brettp
2010-02-09Documentation correction in search.brettp
2010-02-08Updated copyright for core plugin manifests.brettp
2010-02-08Fixes #1496: delete_access_collection() invalidates the access collection cac...brettp
2010-02-07finished the fix to #1492cash
2010-02-07more user friendly section title on user stats pagecash
2010-02-07fixed punctuation issue on install instructionscash
2010-02-07tweaked some documentation on the REST APIcash
2010-02-07Correcting documentation for elgg_get_entities_from_metadata().brettp
2010-02-07& replaced by & in the header and alt added to some header graphicsdave
2010-02-07updateddave
2010-02-06Refs #1200: Added tests to test for false being returned with elgg_get_entiti...brettp
2010-02-06Fixes #1492: Removed usage info collecting from installation.brettp
2010-02-06Fixes #1493: Updated schema to set auto_increment IDs for access_collections ...brettp
2010-02-06Fixes #1491: Removed mistakingly assigned input-password with input-textarea.brettp
2010-02-06missing new on upgrade_details object creationcash