aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-21Fixes #1539: Removed line endings from htaccess_dist.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3959 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-21Apache's MultiViews was matching the rest page handler incorrectlycash
git-svn-id: http://code.elgg.org/elgg/trunk@3958 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-20Refs #1531: Added full time and dates to friendly time stamptes via acronym ↵brettp
tags. git-svn-id: http://code.elgg.org/elgg/trunk@3957 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-20Fixes #1523: Updated search to use ELGG_ENTITIES_NO_VALUE/ANY_VALUE and ↵brettp
removed some commented out code. git-svn-id: http://code.elgg.org/elgg/trunk@3956 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-19Fixes #1421: Banning and unbanning users invalidates the memcache entity.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3955 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-19Corrected fullview call in users admin section.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3954 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-19Refs #1504: Removing revert option from widget draggables to avoid fly away ↵brettp
effect in IE 7. git-svn-id: http://code.elgg.org/elgg/trunk@3953 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-19Fixed a bug in widget layouts that caused the "edit page" link to not work ↵brettp
if no widgets were defined. git-svn-id: http://code.elgg.org/elgg/trunk@3952 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-19Fixes #1532: Added security tokens to friend picker when in form mode.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3951 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-19Fixes #1535: Corrected double replace for URL in RSS title view. brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3950 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-19Fixes #1519: Corrected site_guid in create_access_collection().brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3949 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-18Getter API test: Moved the setup and tear down into the construct and ↵brettp
destruct methods. Fixed a few new tests that were failing because of sorting by time. git-svn-id: http://code.elgg.org/elgg/trunk@3948 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-17Fixes #1488: Removed use of deprecated functions in core. brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3947 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-17Refs #1523: elgg_get_entities() uses the constants for defaults and ↵brettp
conditionals. Added some tests to check for no subtypes. Updated the documentation. git-svn-id: http://code.elgg.org/elgg/trunk@3946 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-17Fixes #1526: Big honking warning added to unit tests. Getter test also ↵brettp
deletes its subtypes now. git-svn-id: http://code.elgg.org/elgg/trunk@3945 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-17Updated docs for search.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3944 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-17Fixes #1527: Logout doens't require an action token. This is a temporary fix ↵brettp
until #1509 is implemented. git-svn-id: http://code.elgg.org/elgg/trunk@3943 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-17Fixes #1499: User and group search default to ignoring subtypes to return ↵brettp
all entities. git-svn-id: http://code.elgg.org/elgg/trunk@3942 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-16Fixed incorrect variable calls in search.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3941 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-16Not using elgg_get_entities_from_metadata() for tag search because of ↵brettp
performance issues. Switched to custom WHERE / JOINs with elgg_get_entities(). git-svn-id: http://code.elgg.org/elgg/trunk@3940 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-16Removing embed extended view from core.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3939 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-13Cleaned up tag searching so you can search on a specific tag. Useful in ↵brettp
search so a tag in "Things I like" won't match a tag in "Things I hate." git-svn-id: http://code.elgg.org/elgg/trunk@3938 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-12Can't type hint for strings.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3937 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-12Closes #1506: Added elgg_register_tag_metadata_name(), ↵brettp
elgg_get_registered_tag_metadata_names(), and ElggEntity::getTags(). Search on tags updated to use registered tag names instead of hard-coded 'tags' metadata name. git-svn-id: http://code.elgg.org/elgg/trunk@3936 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-12Fixes #1510: Added elgg_get_file_list(). get_library_files() wraps to this ↵brettp
function with a deprecation notice for any plugin authors using it to auto-load files. git-svn-id: http://code.elgg.org/elgg/trunk@3935 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-12Fixes #1512: Using a helper function for mb_parse_str() instead of wrapping ↵brettp
it exactly. git-svn-id: http://code.elgg.org/elgg/trunk@3934 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-12updated documentation on the REST API user authenticationcash
git-svn-id: http://code.elgg.org/elgg/trunk@3933 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-11Fixes #1501: Setting ini for mbstring.internal_encoding to utf8 to work ↵brettp
around a PHP bug. Replaced calls to parse_str() with elgg_parse_str(). git-svn-id: http://code.elgg.org/elgg/trunk@3932 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-11Fixes #1507: $vars['baseurl'] used instead of undefined $baseurl in ↵brettp
pagination view. git-svn-id: http://code.elgg.org/elgg/trunk@3931 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-11fixes #1505 - some lazy css was impacting opera for checkboxes - overriding ↵cash
border and padding properties inherited from input selector git-svn-id: http://code.elgg.org/elgg/trunk@3930 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-11Made the output/url view backward compatible for the few plugins that used it.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3929 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-10Remove version from default theme's css.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3928 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-09Fixes #1503, fixes #1474: Library files are loaded using a hard-coded list ↵brettp
to better deal with removed files. Also, ~4% performance increase per page load on my server! git-svn-id: http://code.elgg.org/elgg/trunk@3927 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-09Correcting the corrected documentation.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3926 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-09Documentation correction in search.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3925 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-08Updated copyright for core plugin manifests.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3923 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-08Fixes #1496: delete_access_collection() invalidates the access collection ↵brettp
cache before attempting to delete. Removed a misplaced unset() in a unit test that was causing test objects not to be properly deleted. git-svn-id: http://code.elgg.org/elgg/trunk@3922 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-07finished the fix to #1492cash
git-svn-id: http://code.elgg.org/elgg/trunk@3921 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-07more user friendly section title on user stats pagecash
git-svn-id: http://code.elgg.org/elgg/trunk@3920 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-07fixed punctuation issue on install instructionscash
git-svn-id: http://code.elgg.org/elgg/trunk@3919 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-07tweaked some documentation on the REST APIcash
git-svn-id: http://code.elgg.org/elgg/trunk@3918 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-07Correcting documentation for elgg_get_entities_from_metadata().brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3917 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-07& replaced by & in the header and alt added to some header graphicsdave
git-svn-id: http://code.elgg.org/elgg/trunk@3916 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-07updateddave
git-svn-id: http://code.elgg.org/elgg/trunk@3915 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-06Refs #1200: Added tests to test for false being returned with ↵brettp
elgg_get_entities(). Disabled execution time during unit tests. git-svn-id: http://code.elgg.org/elgg/trunk@3914 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-06Fixes #1492: Removed usage info collecting from installation.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3913 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-06Fixes #1493: Updated schema to set auto_increment IDs for access_collections ↵brettp
to 3 to avoid overwriting default values with group / shared access ACLs. git-svn-id: http://code.elgg.org/elgg/trunk@3912 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-06Fixes #1491: Removed mistakingly assigned input-password with input-textarea.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3911 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-06missing new on upgrade_details object creationcash
git-svn-id: http://code.elgg.org/elgg/trunk@3910 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-06fixes #1486 - elgg_dump now works when sending to server error logcash
git-svn-id: http://code.elgg.org/elgg/trunk@3909 36083f99-b078-4883-b0ff-0f9b5a30f544