aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-24Added best practices to CODING.txt.brettp
2010-01-23Fixed missing ) causing a WSOD.brettp
2010-01-23Fixes #1455: Updated search URL for admin user search. (The old one worked, b...brettp
2010-01-22Changed uservalidationbyemail to not use an action and cleaned up some of its...brettp
2010-01-22Fixed a bug preventing messages and warnings from passing during a forward().brettp
2010-01-21Updated views to use output/url with action flag set.brettp
2010-01-21Removed output/action_link view as it duplicated much of output/url.brettp
2010-01-21Removing debug output from previous commit.brettp
2010-01-21Corrected a possible SQL insertion bug in elgg_get_entity_metadata_where_sql().brettp
2010-01-21Fixing bug in resizing function that would incorrectly attempt to crop a pict...brettp
2010-01-21Changed default declaration of $vars in elgg_view() to array().brettp
2010-01-21Fixed a typo causing a WSOD.brettp
2010-01-21Fixes #750: All actions require __elgg_ts and __elgg_token.brettp
2010-01-21elgg_http_build_query() now supports ports.brettp
2010-01-21Adding a view to generate action links for single-click actions.brettp
2010-01-20Fixing bugs in search that would break pagination.brettp
2010-01-20Refs #1161: Added empty pagination view for RSS feeds.brettp
2010-01-20Resetting cropping coords for images that can't be cropped in filestore.brettp
2010-01-20Fixes #1445: get_resized_image_from_existing_file() has an optional parameter...brettp
2010-01-20Fixed documentation for time created and modified params in elgg_get_entities().brettp
2010-01-15Removing order by clause for now in search.brettp
2010-01-15Updated CHANGES for #1414.brettp
2010-01-14Stripping slashes on output of original search query.brettp
2010-01-14Allowing no table prefix in search_get_search_where_sql()brettp
2010-01-14Fixed incorrect order by for search sorting.brettp
2010-01-14Fixed an incorrect var name that caused a bug when hooking against a type but...brettp
2010-01-14Removed unnecessary view directories.brettp
2010-01-14Added checking and an ERROR log if elgg_view() is passed a non-array $vars.brettp
2010-01-13Updated contributors with entire MITRE team.brettp
2010-01-13Creating a helper function to return INI values in bytes.nickw
2010-01-12Fixes #1414: Metadata set to a falsy value (except NULL) returns TRUE for iss...brettp
2010-01-12closes #1145 - deprecated current "copy constructor" for all entities and imp...cash
2010-01-12Cleaned up RSS entity view for search a bit.brettp
2010-01-12Added phpdoc header to index.phpbrettp
2010-01-11Always generating action tokens with output/confirmlink.nickw
2010-01-11Fixed a few spelling mistakes.brettp
2010-01-11Sanitising relationship in elgg_get_entities_from_relationship();brettp
2010-01-11Fixed tag output link for new search.brettp
2010-01-11Pulling out entity views in search.brettp
2010-01-10Fixes #1399: Case sensitivity was never in the deprecated function, so no nee...brettp
2010-01-10Fixes #538. Applied Cash's patch. This is an old one...jeepers.brettp
2010-01-10Fixes #1375: Metadata names and values are properly escaped.brettp
2010-01-10Fixes #1432: Version number is set during installation.brettp
2010-01-08Refs #1400: Fixed a typo in checking the site_guid. Can't duplicate #1400 no...brettp
2010-01-08Updated language file to reflect default prefix change.brettp
2010-01-08Changed default prefix to 'elgg_' for table name readability.brettp
2010-01-08Fixes #1172: URL now checked for trailing slash upon installation.brettp
2010-01-06Fixing an upgrade issue relating from invalid (non-existent) usernamesnickw
2010-01-05Added an upgrade to enable the search plugin.brettp
2010-01-03Set admin user's validation upon initial registration.brettp