]> gitweb.fluxo.info Git - lorea/elgg.git/log
lorea/elgg.git
16 years agofixed issue where php notices were written to log on any debug level and added a...
cash [Mon, 7 Dec 2009 12:37:24 +0000 (12:37 +0000)]
fixed issue where php notices were written to log on any debug level and added a plugin hook so plugins can direct elgg_log messages where they want

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

16 years agofixed warning on access of array index that did not exist in session global
cash [Mon, 7 Dec 2009 12:28:16 +0000 (12:28 +0000)]
fixed warning on access of array index that did not exist in session global

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

16 years agoremoved code that wasn't doing anything in access.php
cash [Mon, 7 Dec 2009 12:27:21 +0000 (12:27 +0000)]
removed code that wasn't doing anything in access.php

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

16 years agofixed typo in get_entities_from_relationship()
cash [Mon, 7 Dec 2009 12:26:46 +0000 (12:26 +0000)]
fixed typo in get_entities_from_relationship()

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

16 years agoadding more security to the user validation by email code - before people could fake...
cash [Sat, 5 Dec 2009 17:46:34 +0000 (17:46 +0000)]
adding more security to the user validation by email code - before people could fake the validation with knowledge of the code making it possible for bots to register and validate without an email address

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

16 years agoget_entities_from_annotations was ignoring group_guid - setting container_guid now
cash [Sat, 5 Dec 2009 17:20:01 +0000 (17:20 +0000)]
get_entities_from_annotations was ignoring group_guid - setting container_guid now

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

16 years agofixed trivial bug in htmlawed plugin. The ; delimiter should only be used between...
cash [Sat, 5 Dec 2009 16:42:47 +0000 (16:42 +0000)]
fixed trivial bug in htmlawed plugin. The ; delimiter should only be used between sets of schemes (protocols). This is due to some slightly lazy coding in htmlawed.

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

16 years agoif there is already a user in the session, we don't need to set the code from the...
cash [Sat, 5 Dec 2009 16:25:58 +0000 (16:25 +0000)]
if there is already a user in the session, we don't need to set the code from the cookie

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

16 years agofixed bug introduced in [3608]
cash [Sat, 5 Dec 2009 16:18:38 +0000 (16:18 +0000)]
fixed bug introduced in [3608]

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

16 years agofixed bug in comment river view due to missing }
cash [Sat, 5 Dec 2009 15:44:17 +0000 (15:44 +0000)]
fixed bug in comment river view due to missing }

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

16 years agofixes #1273 - replaced previous hack with call to getType
cash [Fri, 4 Dec 2009 13:17:57 +0000 (13:17 +0000)]
fixes #1273 - replaced previous hack with call to getType

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

16 years agofixes #1397 and updates unit tests - comma was missing
cash [Fri, 4 Dec 2009 12:48:37 +0000 (12:48 +0000)]
fixes #1397 and updates unit tests - comma was missing

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

16 years agofixes #1396 - thanks for reporting this
cash [Thu, 3 Dec 2009 22:41:38 +0000 (22:41 +0000)]
fixes #1396 - thanks for reporting this

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

16 years agoStripping tags to remove HTML on title and description for comment search.
brettp [Thu, 3 Dec 2009 16:56:39 +0000 (16:56 +0000)]
Stripping tags to remove HTML on title and description for comment search.

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

16 years agoRemoved a line breaking description for comments in search.
brettp [Thu, 3 Dec 2009 16:54:57 +0000 (16:54 +0000)]
Removed a line breaking description for comments in search.

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

16 years agoComments' search hook now correctly trims description and title.
brettp [Thu, 3 Dec 2009 16:53:06 +0000 (16:53 +0000)]
Comments' search hook now correctly trims description and title.

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

16 years agoRemoved pagination from top of results.
brettp [Thu, 3 Dec 2009 14:43:15 +0000 (14:43 +0000)]
Removed pagination from top of results.

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

16 years agoTrimming the paths when detecting which nav item to mark as selected.
brettp [Thu, 3 Dec 2009 14:30:47 +0000 (14:30 +0000)]
Trimming the paths when detecting which nav item to mark as selected.

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

16 years agoSearch types without a subtype now display properly.
brettp [Wed, 2 Dec 2009 22:24:13 +0000 (22:24 +0000)]
Search types without a subtype now display properly.

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

16 years agoChanged the way the sidebar nav "selected" class is applied. Should yield more accur...
brettp [Wed, 2 Dec 2009 17:17:39 +0000 (17:17 +0000)]
Changed the way the sidebar nav "selected" class is applied.  Should yield more accurate results if the URIs aren't exactly the same.

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

16 years agoRemoved duplicate changes entry.
brettp [Wed, 2 Dec 2009 17:16:53 +0000 (17:16 +0000)]
Removed duplicate changes entry.

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

16 years agoChanged avatar size to small in search results.
brettp [Wed, 2 Dec 2009 16:54:25 +0000 (16:54 +0000)]
Changed avatar size to small in search results.
Fixed a bug so comment owners' avatars show up instead of commented entity's owners' avatars.

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

16 years agocloses #876 - profile language strings moved to profile plugin
cash [Wed, 2 Dec 2009 12:17:56 +0000 (12:17 +0000)]
closes #876 - profile language strings moved to profile plugin

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

16 years agoAdded pagination to comments view.
brettp [Mon, 30 Nov 2009 23:00:20 +0000 (23:00 +0000)]
Added pagination to comments view.

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

16 years agoRemoved tag search listing.
brettp [Mon, 30 Nov 2009 22:51:07 +0000 (22:51 +0000)]
Removed tag search listing.
Added ability to provide extra info in searches as 'search_matched_extra'.
Allowing overrides for titles.

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

16 years agoIf a search result returns a user, make the icon be for the user and not the owner...
brettp [Mon, 30 Nov 2009 20:33:50 +0000 (20:33 +0000)]
If a search result returns a user, make the icon be for the user and not the owner (which is no one)

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

16 years agoListings use profile/icon view instead of calling icon directly.
brettp [Mon, 30 Nov 2009 17:02:26 +0000 (17:02 +0000)]
Listings use profile/icon view instead of calling icon directly.

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

16 years agosearch results view tweaked
dave [Thu, 26 Nov 2009 10:04:15 +0000 (10:04 +0000)]
search results view tweaked

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

16 years agoFixing a bug resulting from get_loggedin_user() return FALSE.
nickw [Tue, 24 Nov 2009 21:30:42 +0000 (21:30 +0000)]
Fixing a bug resulting from get_loggedin_user() return FALSE.

This bug could throw a fatal error to non-loggedin users.

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

16 years agoAdding documentation to the unit test skeleton file.
nickw [Tue, 24 Nov 2009 14:20:55 +0000 (14:20 +0000)]
Adding documentation to the unit test skeleton file.

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

16 years agoentities can now have metadata of 0 and return the correct type. Fixes #1192
cash [Tue, 24 Nov 2009 01:53:48 +0000 (01:53 +0000)]
entities can now have metadata of 0 and return the correct type. Fixes #1192

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

16 years agodashboard latest wasn't specifying fullview as false
cash [Tue, 24 Nov 2009 01:43:41 +0000 (01:43 +0000)]
dashboard latest wasn't specifying fullview as false

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

16 years agofixes 1315 - language static now being set correctly
cash [Tue, 24 Nov 2009 01:29:46 +0000 (01:29 +0000)]
fixes 1315 - language static now being set correctly

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

16 years agofixes #935
cash [Tue, 24 Nov 2009 01:10:54 +0000 (01:10 +0000)]
fixes #935

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

16 years agomade the get user friends objects functions consistent and added some missing documen...
cash [Tue, 24 Nov 2009 01:00:03 +0000 (01:00 +0000)]
made the get user friends objects functions consistent and added some missing documentation - no api usage changes

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

16 years agoDeleting a user will remove all user files.
nickw [Mon, 23 Nov 2009 19:43:49 +0000 (19:43 +0000)]
Deleting a user will remove all user files.

Fixes #607

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

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