]> gitweb.fluxo.info Git - lorea/elgg.git/log
lorea/elgg.git
16 years agoremove friend action, return user to the place the action was triggered
dave [Sun, 22 Nov 2009 12:47:55 +0000 (12:47 +0000)]
remove friend action, return user to the place the action was triggered

git-svn-id: http://code.elgg.org/elgg/trunk@3699 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agowhen friending another user, return to the page you carried out the action
dave [Sun, 22 Nov 2009 12:41:38 +0000 (12:41 +0000)]
when friending another user, return to the page you carried out the action

git-svn-id: http://code.elgg.org/elgg/trunk@3698 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agofixes #1374 - owner_guid wasn't being set correctly in options array
cash [Sat, 21 Nov 2009 15:55:36 +0000 (15:55 +0000)]
fixes #1374 - owner_guid wasn't being set correctly in options array

git-svn-id: http://code.elgg.org/elgg/trunk@3697 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoget_entities_from_metadata_multi() had bad option keys - related to #1374.
cash [Sat, 21 Nov 2009 15:29:07 +0000 (15:29 +0000)]
get_entities_from_metadata_multi() had bad option keys - related to #1374.

git-svn-id: http://code.elgg.org/elgg/trunk@3696 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agofixes #1380 - get_user_friends() was being called with subtype of desired objects...
cash [Sat, 21 Nov 2009 14:45:17 +0000 (14:45 +0000)]
fixes #1380 - get_user_friends() was being called with subtype of desired objects in get_user_friends_objects() - thanks for the report

git-svn-id: http://code.elgg.org/elgg/trunk@3695 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoFixed a bug with group by and order by in elgg_get_entities. #ElggCampBA
brettp [Fri, 20 Nov 2009 22:24:26 +0000 (22:24 +0000)]
Fixed a bug with group by and order by in elgg_get_entities. #ElggCampBA

git-svn-id: http://code.elgg.org/elgg/trunk@3694 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoupdated some documentation on register_page_handler(). This fixes #1373
cash [Tue, 17 Nov 2009 12:54:07 +0000 (12:54 +0000)]
updated some documentation on register_page_handler(). This fixes #1373

git-svn-id: http://code.elgg.org/elgg/trunk@3693 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoupdating the contributors file
dave [Tue, 17 Nov 2009 09:32:20 +0000 (09:32 +0000)]
updating the contributors file

git-svn-id: http://code.elgg.org/elgg/trunk@3692 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoBump.
brettp [Mon, 16 Nov 2009 22:29:39 +0000 (22:29 +0000)]
Bump.

git-svn-id: http://code.elgg.org/elgg/trunk@3691 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years ago'More' links on serarch results moved, and link added to Tag results
pete [Mon, 16 Nov 2009 21:37:30 +0000 (21:37 +0000)]
'More' links on serarch results moved, and link added to Tag results

git-svn-id: http://code.elgg.org/elgg/trunk@3690 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoSearch UI cleaned up
pete [Mon, 16 Nov 2009 21:11:28 +0000 (21:11 +0000)]
Search UI cleaned up

git-svn-id: http://code.elgg.org/elgg/trunk@3689 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoFixed typo to display the type of search.
brettp [Mon, 16 Nov 2009 18:09:58 +0000 (18:09 +0000)]
Fixed typo to display the type of search.

git-svn-id: http://code.elgg.org/elgg/trunk@3688 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoAdded an INSTALLING constant when installing.
brettp [Mon, 16 Nov 2009 02:58:02 +0000 (02:58 +0000)]
Added an INSTALLING constant when installing.
Fixed a bug when trying to export a site that causes the browser to redirect to the site's url, which caused the installation process to skip past the "create your admin user" prompt when "ping home" was checked.

git-svn-id: http://code.elgg.org/elgg/trunk@3687 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoAdded a missing elgg_strlen() in search_remove_ignored_words()
brettp [Sun, 15 Nov 2009 04:43:49 +0000 (04:43 +0000)]
Added a missing elgg_strlen() in search_remove_ignored_words()

git-svn-id: http://code.elgg.org/elgg/trunk@3686 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoUpdated changes file with search and user data storage info.
brettp [Sun, 15 Nov 2009 04:33:45 +0000 (04:33 +0000)]
Updated changes file with search and user data storage info.

git-svn-id: http://code.elgg.org/elgg/trunk@3685 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoSearch changes.
brettp [Sun, 15 Nov 2009 04:27:19 +0000 (04:27 +0000)]
Search changes.
Fixes #1376: Only fetching ft_min_word_length if the query != false.
Using IN BOOLEAN MODE for metadata search (comments, tags) to avoid a fulltext index on the metastrings table.  Slower for search, faster for site.
Simplified and modularized logic for pulling out relevant substrings and highlighting.
Corrected the elipse oddities in relevancy substring concatenation.
Added pagination on non-homepages.
Added missing language strings.
Updated and standardized comment results listings.
Repeat query in searchbar.
Dealing with comments on unavailable entities better (though not well).
Increased default word context to 30 characters.
Decreased default context max length to 300 characters.
Promise to start making atomic commits real soon now.

git-svn-id: http://code.elgg.org/elgg/trunk@3684 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agofixes #1169 as described on ticket
cash [Sat, 14 Nov 2009 21:17:42 +0000 (21:17 +0000)]
fixes #1169 as described on ticket

git-svn-id: http://code.elgg.org/elgg/trunk@3683 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoupdated documentation of API functions - perhaps ready for developer preview
cash [Sat, 14 Nov 2009 20:46:15 +0000 (20:46 +0000)]
updated documentation of API functions - perhaps ready for developer preview

git-svn-id: http://code.elgg.org/elgg/trunk@3682 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agouser object needs to be loaded from database into session on each page in case the...
cash [Sat, 14 Nov 2009 17:25:13 +0000 (17:25 +0000)]
user object needs to be loaded from database into session on each page in case the object has changed - this commit also handles a user who has been deleted with an active session

git-svn-id: http://code.elgg.org/elgg/trunk@3681 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoIncluding jQuery UI 1.7.2 in core.
nickw [Fri, 13 Nov 2009 22:13:01 +0000 (22:13 +0000)]
Including jQuery UI 1.7.2 in core.

The custom build did not contain all the features we would like to have. Leaving the custom build in place for community additions.

git-svn-id: http://code.elgg.org/elgg/trunk@3680 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoProperly ordering annotation objects returned by Elgg methods.
nickw [Fri, 13 Nov 2009 20:00:40 +0000 (20:00 +0000)]
Properly ordering annotation objects returned by Elgg methods.

git-svn-id: http://code.elgg.org/elgg/trunk@3679 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoCreating a redirect page for legacy themes using search.
nickw [Fri, 13 Nov 2009 19:14:13 +0000 (19:14 +0000)]
Creating a redirect page for legacy themes using search.

git-svn-id: http://code.elgg.org/elgg/trunk@3678 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agomore test cases related to #1364.
cash [Fri, 13 Nov 2009 12:41:11 +0000 (12:41 +0000)]
more test cases related to #1364.

git-svn-id: http://code.elgg.org/elgg/trunk@3677 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoshould fix #1364 and added relevant unit test cases for this bug (yeah for unit tests)
cash [Fri, 13 Nov 2009 02:32:46 +0000 (02:32 +0000)]
should fix #1364 and added relevant unit test cases for this bug (yeah for unit tests)

git-svn-id: http://code.elgg.org/elgg/trunk@3676 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agofixed typo with handling web services request parameters
cash [Thu, 12 Nov 2009 21:55:47 +0000 (21:55 +0000)]
fixed typo with handling web services request parameters

git-svn-id: http://code.elgg.org/elgg/trunk@3675 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agorest api parameters can now have default values
cash [Thu, 12 Nov 2009 18:55:44 +0000 (18:55 +0000)]
rest api parameters can now have default values

git-svn-id: http://code.elgg.org/elgg/trunk@3674 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoFixes: #1356. Reverted search_listing to entity_listing for theme support.
brettp [Thu, 12 Nov 2009 17:11:01 +0000 (17:11 +0000)]
Fixes: #1356. Reverted search_listing to entity_listing for theme support.
git-svn-id: http://code.elgg.org/elgg/trunk@3673 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoadded a nonce to hmac signature and header so same call in same second does not get...
cash [Thu, 12 Nov 2009 12:43:26 +0000 (12:43 +0000)]
added a nonce to hmac signature and header so same call in same second does not get caught by replay check

git-svn-id: http://code.elgg.org/elgg/trunk@3672 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoAccidentally removed the eval with my debug statements.
brettp [Thu, 12 Nov 2009 04:14:50 +0000 (04:14 +0000)]
Accidentally removed the eval with my debug statements.

git-svn-id: http://code.elgg.org/elgg/trunk@3671 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoWrapped all multibyte functions that are directly interchangable with non mb function...
brettp [Thu, 12 Nov 2009 04:01:52 +0000 (04:01 +0000)]
Wrapped all multibyte functions that are directly interchangable with non mb functions with elgg_*().

git-svn-id: http://code.elgg.org/elgg/trunk@3670 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agofixes #1286 - ElggPlugin get() wasn't handling "0" and returning null instead
cash [Thu, 12 Nov 2009 02:18:48 +0000 (02:18 +0000)]
fixes #1286 - ElggPlugin get() wasn't handling "0" and returning null instead

git-svn-id: http://code.elgg.org/elgg/trunk@3669 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoData migration: Disabled execution time and clearing out caches to avoid OOM errors.
brettp [Thu, 12 Nov 2009 02:09:50 +0000 (02:09 +0000)]
Data migration: Disabled execution time and clearing out caches to avoid OOM errors.

git-svn-id: http://code.elgg.org/elgg/trunk@3668 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agofixes #1329 - schema for river is fixed - was incomplete before
cash [Thu, 12 Nov 2009 01:21:08 +0000 (01:21 +0000)]
fixes #1329 - schema for river is fixed - was incomplete before

git-svn-id: http://code.elgg.org/elgg/trunk@3667 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agofixes #1339 - elgg_view_exists now handles view extensions for non-default viewtypes...
cash [Wed, 11 Nov 2009 13:17:34 +0000 (13:17 +0000)]
fixes #1339 - elgg_view_exists now handles view extensions for non-default viewtypes (for one level of recursion)

git-svn-id: http://code.elgg.org/elgg/trunk@3666 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoget_views deprecated for elgg_get_views (just to be consistent with views api)
cash [Wed, 11 Nov 2009 02:27:26 +0000 (02:27 +0000)]
get_views deprecated for elgg_get_views (just to be consistent with views api)

git-svn-id: http://code.elgg.org/elgg/trunk@3665 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agothese viewtypes need an empty title view or html shows up because they fallback on...
cash [Tue, 10 Nov 2009 22:28:52 +0000 (22:28 +0000)]
these viewtypes need an empty title view or html shows up because they fallback on default view

git-svn-id: http://code.elgg.org/elgg/trunk@3664 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoRemoving explicit MySQL 5.1-specific 'IN NATURAL LANGUAGE MODE' option.
brettp [Tue, 10 Nov 2009 22:00:48 +0000 (22:00 +0000)]
Removing explicit MySQL 5.1-specific 'IN NATURAL LANGUAGE MODE' option.

git-svn-id: http://code.elgg.org/elgg/trunk@3663 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoUsing php default functions instead of ElggUser in upgrade script.
nickw [Tue, 10 Nov 2009 21:27:46 +0000 (21:27 +0000)]
Using php default functions instead of ElggUser in upgrade script.

Large Elgg sites could not handle the "select * from users" query without hitting memory limit.

git-svn-id: http://code.elgg.org/elgg/trunk@3662 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoelgg_extend_view() replaces extend_view()
cash [Tue, 10 Nov 2009 13:00:21 +0000 (13:00 +0000)]
elgg_extend_view() replaces extend_view()

git-svn-id: http://code.elgg.org/elgg/trunk@3661 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoupdated documentation of functions used in creating the topbar tools dropdown menu
cash [Tue, 10 Nov 2009 12:45:29 +0000 (12:45 +0000)]
updated documentation of functions used in creating the topbar tools dropdown menu

git-svn-id: http://code.elgg.org/elgg/trunk@3660 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoSorting search contexts by longest related substring.
brettp [Tue, 10 Nov 2009 04:39:32 +0000 (04:39 +0000)]
Sorting search contexts by longest related substring.
Added more pretty highlight colors.

git-svn-id: http://code.elgg.org/elgg/trunk@3659 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoFixed displaying of ...s in search.
brettp [Tue, 10 Nov 2009 04:11:33 +0000 (04:11 +0000)]
Fixed displaying of ...s in search.

git-svn-id: http://code.elgg.org/elgg/trunk@3658 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoI hate you search.
brettp [Tue, 10 Nov 2009 04:05:20 +0000 (04:05 +0000)]
I hate you search.

git-svn-id: http://code.elgg.org/elgg/trunk@3657 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoMissed an htmlspecialchars().
brettp [Tue, 10 Nov 2009 04:04:21 +0000 (04:04 +0000)]
Missed an htmlspecialchars().

git-svn-id: http://code.elgg.org/elgg/trunk@3656 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoRemoved unneeded url_encode()s for links.
brettp [Tue, 10 Nov 2009 04:03:11 +0000 (04:03 +0000)]
Removed unneeded url_encode()s for links.

git-svn-id: http://code.elgg.org/elgg/trunk@3655 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoUnderscores. grr.
brettp [Tue, 10 Nov 2009 03:56:11 +0000 (03:56 +0000)]
Underscores. grr.

git-svn-id: http://code.elgg.org/elgg/trunk@3654 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoAdjusted default context length to 500.
brettp [Tue, 10 Nov 2009 03:55:45 +0000 (03:55 +0000)]
Adjusted default context length to 500.
Added url decoding to needle string.

git-svn-id: http://code.elgg.org/elgg/trunk@3653 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoTrying out the new context grabbing function in search.
brettp [Tue, 10 Nov 2009 03:48:41 +0000 (03:48 +0000)]
Trying out the new context grabbing function in search.

git-svn-id: http://code.elgg.org/elgg/trunk@3652 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agointroducing a new web services handler
cash [Tue, 10 Nov 2009 01:50:19 +0000 (01:50 +0000)]
introducing a new web services handler

git-svn-id: http://code.elgg.org/elgg/trunk@3651 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agodo not register notification rest api calls by default since no other apis exposed...
cash [Tue, 10 Nov 2009 01:27:47 +0000 (01:27 +0000)]
do not register notification rest api calls by default since no other apis exposed not directly related to the api

git-svn-id: http://code.elgg.org/elgg/trunk@3650 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoleaner json objects for web services api calls
cash [Tue, 10 Nov 2009 00:02:39 +0000 (00:02 +0000)]
leaner json objects for web services api calls

git-svn-id: http://code.elgg.org/elgg/trunk@3649 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoFor real this time.
brettp [Mon, 9 Nov 2009 21:09:32 +0000 (21:09 +0000)]
For real this time.

git-svn-id: http://code.elgg.org/elgg/trunk@3648 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoSanitising string on tag search.
brettp [Mon, 9 Nov 2009 21:08:45 +0000 (21:08 +0000)]
Sanitising string on tag search.

git-svn-id: http://code.elgg.org/elgg/trunk@3647 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoSanitising strings to avoid sql insertion hacks.
brettp [Mon, 9 Nov 2009 21:07:29 +0000 (21:07 +0000)]
Sanitising strings to avoid sql insertion hacks.

git-svn-id: http://code.elgg.org/elgg/trunk@3646 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoUpdated search to allow filtering of results by clicking on submenu items.
brettp [Mon, 9 Nov 2009 20:44:34 +0000 (20:44 +0000)]
Updated search to allow filtering of results by clicking on submenu items.
Fixes #1358: Using raw mysql_query() / fetch() to get ft_min/max vars since they aren't set on some versions of MySQL.

git-svn-id: http://code.elgg.org/elgg/trunk@3645 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoIgnoring empty owner_guids in elgg_get_entities.
brettp [Mon, 9 Nov 2009 20:43:05 +0000 (20:43 +0000)]
Ignoring empty owner_guids in elgg_get_entities.

git-svn-id: http://code.elgg.org/elgg/trunk@3644 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoRemoved old code from get_submenu().
brettp [Mon, 9 Nov 2009 20:41:52 +0000 (20:41 +0000)]
Removed old code from get_submenu().

git-svn-id: http://code.elgg.org/elgg/trunk@3643 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoAdded deprecation procedures to coding standards.
brettp [Mon, 9 Nov 2009 15:51:19 +0000 (15:51 +0000)]
Added deprecation procedures to coding standards.

git-svn-id: http://code.elgg.org/elgg/trunk@3642 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoupdated changes.txt
cash [Mon, 9 Nov 2009 13:08:33 +0000 (13:08 +0000)]
updated changes.txt

git-svn-id: http://code.elgg.org/elgg/trunk@3641 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoREST api hmac signature encoding now compatible with Amazon S3 and OAuth
cash [Mon, 9 Nov 2009 12:59:43 +0000 (12:59 +0000)]
REST api hmac signature encoding now compatible with Amazon S3 and OAuth

git-svn-id: http://code.elgg.org/elgg/trunk@3640 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoFixed the wrapper for comment listing.
brettp [Sun, 8 Nov 2009 00:15:03 +0000 (00:15 +0000)]
Fixed the wrapper for comment listing.

git-svn-id: http://code.elgg.org/elgg/trunk@3639 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoNo more hasty commits--Fixing a var_dump() left in.
brettp [Sun, 8 Nov 2009 00:13:00 +0000 (00:13 +0000)]
No more hasty commits--Fixing a var_dump() left in.

git-svn-id: http://code.elgg.org/elgg/trunk@3638 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoUncommenting out the bulk of the search functions.
brettp [Sun, 8 Nov 2009 00:11:48 +0000 (00:11 +0000)]
Uncommenting out the bulk of the search functions.

git-svn-id: http://code.elgg.org/elgg/trunk@3637 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoAdded super-basic support for searching comments.
brettp [Sun, 8 Nov 2009 00:09:09 +0000 (00:09 +0000)]
Added super-basic support for searching comments.

git-svn-id: http://code.elgg.org/elgg/trunk@3636 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agocombined the two different pams into one and fixed an issue with hmac authentication
cash [Sat, 7 Nov 2009 22:36:23 +0000 (22:36 +0000)]
combined the two different pams into one and fixed an issue with hmac authentication

git-svn-id: http://code.elgg.org/elgg/trunk@3635 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoReverted groups and users to LIKE instead of MATCH AGAINST.
brettp [Sat, 7 Nov 2009 21:02:50 +0000 (21:02 +0000)]
Reverted groups and users to LIKE instead of MATCH AGAINST.

git-svn-id: http://code.elgg.org/elgg/trunk@3634 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoMoved default search hooks into search mod.
brettp [Sat, 7 Nov 2009 20:57:32 +0000 (20:57 +0000)]
Moved default search hooks into search mod.
Using MySQL's MATCH ... AGAINST instead of likes for most searches.
Changed 'tag' to 'q' while maintaining backward compatibility.

git-svn-id: http://code.elgg.org/elgg/trunk@3633 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agofixed bug in list_entities() wrapper function - it was ignoring false values - there...
cash [Sat, 7 Nov 2009 18:23:59 +0000 (18:23 +0000)]
fixed bug in list_entities() wrapper function - it was ignoring false values - there are probably similar problems in the other new wrapper functions

git-svn-id: http://code.elgg.org/elgg/trunk@3632 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agofixes #1324 - default topbar icon now exists
cash [Sat, 7 Nov 2009 17:38:33 +0000 (17:38 +0000)]
fixes #1324 - default topbar icon now exists

git-svn-id: http://code.elgg.org/elgg/trunk@3631 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agofixes #1227 - this one has been causing nasty problems for far too long
cash [Sat, 7 Nov 2009 15:14:04 +0000 (15:14 +0000)]
fixes #1227 - this one has been causing nasty problems for far too long

git-svn-id: http://code.elgg.org/elgg/trunk@3630 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoremoved space which would break the schema parsing routine for the next poor sucker...
cash [Fri, 6 Nov 2009 22:46:06 +0000 (22:46 +0000)]
removed space which would break the schema parsing routine for the next poor sucker who tried to add a table - not the most robust code

git-svn-id: http://code.elgg.org/elgg/trunk@3629 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agostrike previous - we need the password auth to get the user token - will just need...
cash [Fri, 6 Nov 2009 12:38:27 +0000 (12:38 +0000)]
strike previous - we need the password auth to get the user token - will just need to document that pam_auth_pass does not work with REST because the user credentials are not set

git-svn-id: http://code.elgg.org/elgg/trunk@3628 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoremoving username/password authorization for REST by default - developers can add...
cash [Fri, 6 Nov 2009 12:34:00 +0000 (12:34 +0000)]
removing username/password authorization for REST by default - developers can add their own custom PAM using the plugin hook if they require this

git-svn-id: http://code.elgg.org/elgg/trunk@3627 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoRemoved old group search hook.
brettp [Fri, 6 Nov 2009 05:10:42 +0000 (05:10 +0000)]
Removed old group search hook.

git-svn-id: http://code.elgg.org/elgg/trunk@3626 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoRemoved old user search.
brettp [Fri, 6 Nov 2009 05:09:33 +0000 (05:09 +0000)]
Removed old user search.

git-svn-id: http://code.elgg.org/elgg/trunk@3625 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoAdded search for group, tags, and users.
brettp [Fri, 6 Nov 2009 01:49:35 +0000 (01:49 +0000)]
Added search for group, tags, and users.

git-svn-id: http://code.elgg.org/elgg/trunk@3624 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoAdded ability to pass 0 as a subtype meaning "entities without a subtype".
brettp [Fri, 6 Nov 2009 01:49:26 +0000 (01:49 +0000)]
Added ability to pass 0 as a subtype meaning "entities without a subtype".

git-svn-id: http://code.elgg.org/elgg/trunk@3623 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoAdded default object search.
brettp [Fri, 6 Nov 2009 01:48:35 +0000 (01:48 +0000)]
Added default object search.

git-svn-id: http://code.elgg.org/elgg/trunk@3622 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoCorrected documentation for elgg_get_entities_from_metadata()
brettp [Fri, 6 Nov 2009 01:48:00 +0000 (01:48 +0000)]
Corrected documentation for elgg_get_entities_from_metadata()

git-svn-id: http://code.elgg.org/elgg/trunk@3621 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoEnable search mod upon installation.
brettp [Fri, 6 Nov 2009 01:47:22 +0000 (01:47 +0000)]
Enable search mod upon installation.

git-svn-id: http://code.elgg.org/elgg/trunk@3620 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoUpdated search for FTS.
brettp [Fri, 6 Nov 2009 01:46:36 +0000 (01:46 +0000)]
Updated search for FTS.

git-svn-id: http://code.elgg.org/elgg/trunk@3619 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agousers now allowed to have multiple sessions but not multiple remember me cookies...
cash [Wed, 4 Nov 2009 12:25:44 +0000 (12:25 +0000)]
users now allowed to have multiple sessions but not multiple remember me cookies (yet)

git-svn-id: http://code.elgg.org/elgg/trunk@3618 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoUpdated htmlawed to allow the default TinyMCE styles.
brettp [Tue, 3 Nov 2009 15:27:28 +0000 (15:27 +0000)]
Updated htmlawed to allow the default TinyMCE styles.

git-svn-id: http://code.elgg.org/elgg/trunk@3617 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agostandardized xml.php and fixed output of booleans in xml view
cash [Tue, 3 Nov 2009 00:19:09 +0000 (00:19 +0000)]
standardized xml.php and fixed output of booleans in xml view

git-svn-id: http://code.elgg.org/elgg/trunk@3616 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoUpdated changes for deprecated functions.
brettp [Mon, 2 Nov 2009 23:22:55 +0000 (23:22 +0000)]
Updated changes for deprecated functions.

git-svn-id: http://code.elgg.org/elgg/trunk@3615 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoDeprecated elgg_get_entities_from_annotations().
brettp [Mon, 2 Nov 2009 23:22:23 +0000 (23:22 +0000)]
Deprecated elgg_get_entities_from_annotations().

git-svn-id: http://code.elgg.org/elgg/trunk@3614 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoChanged elgg_get_entities_from_access_id() to be closer to how other functions work.
brettp [Mon, 2 Nov 2009 21:06:37 +0000 (21:06 +0000)]
Changed elgg_get_entities_from_access_id() to be closer to how other functions work.

git-svn-id: http://code.elgg.org/elgg/trunk@3613 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoUpdated htmlawed to disallow many style attributes.
brettp [Mon, 2 Nov 2009 20:48:58 +0000 (20:48 +0000)]
Updated htmlawed to disallow many style attributes.

git-svn-id: http://code.elgg.org/elgg/trunk@3612 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agosetting xml version and encoding in xml pageshell
cash [Mon, 2 Nov 2009 12:52:24 +0000 (12:52 +0000)]
setting xml version and encoding in xml pageshell

git-svn-id: http://code.elgg.org/elgg/trunk@3611 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoDeprecating get_entities_from_access_id().
nickw [Fri, 30 Oct 2009 20:59:14 +0000 (20:59 +0000)]
Deprecating get_entities_from_access_id().

git-svn-id: http://code.elgg.org/elgg/trunk@3610 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoNo longer using fullview for listing registered entities on front page.
brettp [Fri, 30 Oct 2009 16:54:55 +0000 (16:54 +0000)]
No longer using fullview for listing registered entities on front page.

git-svn-id: http://code.elgg.org/elgg/trunk@3609 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoRemoving deprecated function call from find_plugin_settings().
nickw [Fri, 30 Oct 2009 16:16:15 +0000 (16:16 +0000)]
Removing deprecated function call from find_plugin_settings().

git-svn-id: http://code.elgg.org/elgg/trunk@3608 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoNamespaced metadata keys for elgg_get_entities_from_metadata() so no clashes will...
brettp [Fri, 30 Oct 2009 16:05:26 +0000 (16:05 +0000)]
Namespaced metadata keys for elgg_get_entities_from_metadata() so no clashes will happen with annotations.

git-svn-id: http://code.elgg.org/elgg/trunk@3607 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoUpdating 1.7 CHANGES file.
nickw [Fri, 30 Oct 2009 14:28:22 +0000 (14:28 +0000)]
Updating 1.7 CHANGES file.

git-svn-id: http://code.elgg.org/elgg/trunk@3606 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoUpdated changes for the relationship functions.
brettp [Fri, 30 Oct 2009 14:10:24 +0000 (14:10 +0000)]
Updated changes for the relationship functions.

git-svn-id: http://code.elgg.org/elgg/trunk@3605 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoCleaning up logic regarding view error notices.
nickw [Fri, 30 Oct 2009 14:08:48 +0000 (14:08 +0000)]
Cleaning up logic regarding view error notices.

git-svn-id: http://code.elgg.org/elgg/trunk@3604 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoDeprecated get_entities_from_relationships_and_meta().
brettp [Thu, 29 Oct 2009 21:21:30 +0000 (21:21 +0000)]
Deprecated get_entities_from_relationships_and_meta().

git-svn-id: http://code.elgg.org/elgg/trunk@3603 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoFully deprecating file matrix use with username.
nickw [Thu, 29 Oct 2009 21:02:21 +0000 (21:02 +0000)]
Fully deprecating file matrix use with username.

Plugins building the file matrix with the username will still work, but a warning is logged.

git-svn-id: http://code.elgg.org/elgg/trunk@3602 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoUpdating unit test to reflect deprecated functions.
nickw [Thu, 29 Oct 2009 20:59:57 +0000 (20:59 +0000)]
Updating unit test to reflect deprecated functions.

git-svn-id: http://code.elgg.org/elgg/trunk@3601 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoFixed incorrect wrapper for get_entities_from_relationship() -> elgg_get_entities_fro...
brettp [Thu, 29 Oct 2009 13:46:15 +0000 (13:46 +0000)]
Fixed incorrect wrapper for get_entities_from_relationship() -> elgg_get_entities_from_relationship().

git-svn-id: http://code.elgg.org/elgg/trunk@3600 36083f99-b078-4883-b0ff-0f9b5a30f544