]> gitweb.fluxo.info Git - lorea/elgg.git/log
lorea/elgg.git
16 years ago& replaced by & in the header and alt added to some header graphics
dave [Sun, 7 Feb 2010 15:55:03 +0000 (15:55 +0000)]
& replaced by & in the header and alt added to some header graphics

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

16 years agoupdated
dave [Sun, 7 Feb 2010 11:31:31 +0000 (11:31 +0000)]
updated

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

16 years agoRefs #1200: Added tests to test for false being returned with elgg_get_entities(...
brettp [Sat, 6 Feb 2010 22:10:59 +0000 (22:10 +0000)]
Refs #1200: Added tests to test for false being returned with elgg_get_entities().  Disabled execution time during unit tests.

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

16 years agoFixes #1492: Removed usage info collecting from installation.
brettp [Sat, 6 Feb 2010 21:00:49 +0000 (21:00 +0000)]
Fixes #1492: Removed usage info collecting from installation.

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

16 years agoFixes #1493: Updated schema to set auto_increment IDs for access_collections to 3...
brettp [Sat, 6 Feb 2010 20:49:58 +0000 (20:49 +0000)]
Fixes #1493: Updated schema to set auto_increment IDs for access_collections 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

16 years agonot using the cooliris javascript to find rss feed anymore
Cash Costello [Sat, 6 Feb 2010 19:33:25 +0000 (19:33 +0000)]
not using the cooliris javascript to find rss feed anymore

16 years agoFixes #1491: Removed mistakingly assigned input-password with input-textarea.
brettp [Sat, 6 Feb 2010 17:25:31 +0000 (17:25 +0000)]
Fixes #1491: Removed mistakingly assigned input-password with input-textarea.

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

16 years agomissing new on upgrade_details object creation
cash [Sat, 6 Feb 2010 16:14:57 +0000 (16:14 +0000)]
missing new on upgrade_details object creation

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

16 years agofixes #1486 - elgg_dump now works when sending to server error log
cash [Sat, 6 Feb 2010 16:10:22 +0000 (16:10 +0000)]
fixes #1486 - elgg_dump now works when sending to server error log

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

16 years agoFixes #1404: Added input-password rules in default css.
brettp [Sat, 6 Feb 2010 00:14:07 +0000 (00:14 +0000)]
Fixes #1404: Added input-password rules in default css.

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

16 years agoFixes #1483: Reset password emails forward to a confirmation page handler instead...
brettp [Fri, 5 Feb 2010 20:05:35 +0000 (20:05 +0000)]
Fixes #1483: Reset password emails forward to a confirmation page handler instead of directly to an action.

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

16 years agoFixes #1212: Removed unused code.
brettp [Fri, 5 Feb 2010 03:41:13 +0000 (03:41 +0000)]
Fixes #1212: Removed unused code.

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

16 years agoFixes #1486: elgg_log() can now log arrays and objects to error_log().
brettp [Fri, 5 Feb 2010 03:31:25 +0000 (03:31 +0000)]
Fixes #1486: elgg_log() can now log arrays and objects to error_log().

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

16 years agoFixes #1319: Applied patch for missing xml-rpc <value> tag.
brettp [Fri, 5 Feb 2010 03:27:38 +0000 (03:27 +0000)]
Fixes #1319: Applied patch for missing xml-rpc <value> tag.

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

16 years agoFixes #1481: Applie Mike's patch and created function elgg_http_add_url_query_element...
brettp [Fri, 5 Feb 2010 03:20:27 +0000 (03:20 +0000)]
Fixes #1481: Applie Mike's patch and created function elgg_http_add_url_query_elements() to handle what the pagination view was trying to do.

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

16 years agoupdated copyright to 2010
cash [Thu, 4 Feb 2010 14:33:26 +0000 (14:33 +0000)]
updated copyright to 2010

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

16 years agoRefs #1200: Changed logic in elgg_get_entity_type_subtype_where_sql() to return FALSE...
brettp [Thu, 4 Feb 2010 04:36:34 +0000 (04:36 +0000)]
Refs #1200: Changed logic in elgg_get_entity_type_subtype_where_sql() to return FALSE if there are no valid subtypes passed. Ignores all invalid subtypes.  Added (partial) tests for elgg_get_entities() types and subtypes.

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

16 years agoupdated install instructions to encourage more use of the wiki instructions/troublesh...
cash [Wed, 3 Feb 2010 12:52:15 +0000 (12:52 +0000)]
updated install instructions to encourage more use of the wiki instructions/troubleshooting and discourage setting data directory to 777 as default

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

16 years agofixed a comment in rss pageshell
cash [Wed, 3 Feb 2010 12:23:27 +0000 (12:23 +0000)]
fixed a comment in rss pageshell

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

16 years agoPHP complains about not casting the timestampt to int for use in date().
brettp [Mon, 1 Feb 2010 23:16:14 +0000 (23:16 +0000)]
PHP complains about not casting the timestampt to int for use in date().

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

16 years agoAdded error checking to clear_metadata_by_owner().
brettp [Mon, 1 Feb 2010 23:14:42 +0000 (23:14 +0000)]
Added error checking to clear_metadata_by_owner().

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

16 years agoFixed incorrect variable for subtype in get_entity_dates().
brettp [Mon, 1 Feb 2010 22:03:52 +0000 (22:03 +0000)]
Fixed incorrect variable for subtype in get_entity_dates().

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

16 years agoFixes #1328: Removed rows and cols from the installation textareas and added CSS...
brettp [Mon, 1 Feb 2010 20:56:36 +0000 (20:56 +0000)]
Fixes #1328: Removed rows and cols from the installation textareas and added CSS to format width/height at 100% to make it easier to read and select.

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

16 years agoFixes #340: add_menu() and make_register_object() deprecated.
brettp [Mon, 1 Feb 2010 20:23:28 +0000 (20:23 +0000)]
Fixes #340: add_menu() and make_register_object() deprecated.

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

16 years agoFixes #1166. get_installed_translations() only calculates completion if admin is...
brettp [Mon, 1 Feb 2010 19:45:55 +0000 (19:45 +0000)]
Fixes #1166. get_installed_translations() only calculates completion if admin is logge din.

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

16 years agoFixes #1406: get_entity_dates() supports order by.
brettp [Mon, 1 Feb 2010 18:36:29 +0000 (18:36 +0000)]
Fixes #1406: get_entity_dates() supports order by.

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

16 years agoAdding some \ns between the SQL error and the query in the database exception.
brettp [Mon, 1 Feb 2010 18:35:22 +0000 (18:35 +0000)]
Adding some \ns between the SQL error and the query in the database exception.

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

16 years agoFixes #1398: autop() doesn't call missing clean_pre() function.
brettp [Mon, 1 Feb 2010 17:51:15 +0000 (17:51 +0000)]
Fixes #1398: autop() doesn't call missing clean_pre() function.

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

16 years agoFixes #1376: added ElggEntity::removeRelationship().
brettp [Mon, 1 Feb 2010 17:40:41 +0000 (17:40 +0000)]
Fixes #1376: added ElggEntity::removeRelationship().

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

16 years agoFixes #1478: uh....how did that get in there?
brettp [Mon, 1 Feb 2010 16:18:59 +0000 (16:18 +0000)]
Fixes #1478: uh....how did that get in there?

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

16 years agoFixes: #1475. elgg_http_build_url() correctly sets port number.
brettp [Mon, 1 Feb 2010 15:04:37 +0000 (15:04 +0000)]
Fixes: #1475. elgg_http_build_url() correctly sets port number.
git-svn-id: http://code.elgg.org/elgg/trunk@3887 36083f99-b078-4883-b0ff-0f9b5a30f544

16 years agoFixes #1314: Filestore opens read-only with rb instead of r+b.
brettp [Mon, 1 Feb 2010 07:09:05 +0000 (07:09 +0000)]
Fixes #1314: Filestore opens read-only with rb instead of r+b.

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

16 years agoRefs #1290: Changed email addresses are checked in action:email/save
brettp [Mon, 1 Feb 2010 06:54:30 +0000 (06:54 +0000)]
Refs #1290: Changed email addresses are checked in action:email/save

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

16 years agoFixes #1261: Exceptions force an HTTP recache.
brettp [Mon, 1 Feb 2010 06:44:14 +0000 (06:44 +0000)]
Fixes #1261: Exceptions force an HTTP recache.

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

16 years agoFixes #1213: delete_relationship() triggers delete:relationship hook.
brettp [Mon, 1 Feb 2010 06:25:37 +0000 (06:25 +0000)]
Fixes #1213: delete_relationship() triggers delete:relationship hook.

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

16 years agoFixes #1211: page_owner() sets the page owner after figuring it out.
brettp [Mon, 1 Feb 2010 06:19:52 +0000 (06:19 +0000)]
Fixes #1211: page_owner() sets the page owner after figuring it out.

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

16 years agoUpdated documentation for elgg_get_entities().
brettp [Mon, 1 Feb 2010 06:17:11 +0000 (06:17 +0000)]
Updated documentation for elgg_get_entities().

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

16 years agoFixes #1325: ElggEntities::countEntitiesFromRelationship() support inverse relationships.
brettp [Mon, 1 Feb 2010 05:12:57 +0000 (05:12 +0000)]
Fixes #1325: ElggEntities::countEntitiesFromRelationship() support inverse relationships.

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

16 years agoFixes #1473: Simple patch to create a view for the registration page.
brettp [Mon, 1 Feb 2010 04:51:20 +0000 (04:51 +0000)]
Fixes #1473: Simple patch to create a view for the registration page.

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

16 years agoFixed incorrect deprecated warning.
brettp [Mon, 1 Feb 2010 02:59:15 +0000 (02:59 +0000)]
Fixed incorrect deprecated warning.

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

16 years agoRefs #1079: elgg_view() casts view to a string before attempting to call views.
brettp [Mon, 1 Feb 2010 02:52:30 +0000 (02:52 +0000)]
Refs #1079: elgg_view() casts view to a string before attempting to call views.

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

16 years agoFixes #678. Friending appears in the river for invited new users.
brettp [Mon, 1 Feb 2010 02:20:13 +0000 (02:20 +0000)]
Fixes #678.  Friending appears in the river for invited new users.

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

16 years agoPut the can_write_to_container() plugin hook in the right place after [3871].
brettp [Mon, 1 Feb 2010 01:56:06 +0000 (01:56 +0000)]
Put the can_write_to_container() plugin hook in the right place after [3871].

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

16 years agoAdd elgg_deprecated_notice() so we don't have to re-write all the elgg_log() deprecat...
brettp [Mon, 1 Feb 2010 00:53:06 +0000 (00:53 +0000)]
Add elgg_deprecated_notice() so we don't have to re-write all the elgg_log() deprecated notices to register_error()s.  Updated current ones to use this.

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

16 years agoRemoving var_dump().
brettp [Sun, 31 Jan 2010 23:51:20 +0000 (23:51 +0000)]
Removing var_dump().

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

16 years agoDeprecated old search functions and views.
brettp [Sun, 31 Jan 2010 23:50:21 +0000 (23:50 +0000)]
Deprecated old search functions and views.

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

16 years agoFixes #1164: can_write_to_container() now sends default values through container_perm...
brettp [Sun, 31 Jan 2010 22:16:05 +0000 (22:16 +0000)]
Fixes #1164: can_write_to_container() now sends default values through container_permissions_check hook.

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

16 years agoSomehow missed deleted a { on the last commit. All better now.
brettp [Sun, 31 Jan 2010 19:11:01 +0000 (19:11 +0000)]
Somehow missed deleted a { on the last commit.  All better now.

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

16 years agohtmlawed no longer creates tags with extra spaces (<p >).
brettp [Sun, 31 Jan 2010 19:04:17 +0000 (19:04 +0000)]
htmlawed no longer creates tags with extra spaces (<p >).

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

16 years agoFixes #1289: Pragma: public header added for RSS feeds.
brettp [Sun, 31 Jan 2010 01:51:13 +0000 (01:51 +0000)]
Fixes #1289: Pragma: public header added for RSS feeds.

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

16 years agoFixes #804: A relationship is created between a new user and the site it was created on.
brettp [Sun, 31 Jan 2010 01:29:24 +0000 (01:29 +0000)]
Fixes #804: A relationship is created between a new user and the site it was created on.

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

16 years agoFixes #959: Added elgg_http_remove_url_query_element() to remove a GET element instea...
brettp [Sun, 31 Jan 2010 00:00:43 +0000 (00:00 +0000)]
Fixes #959: Added elgg_http_remove_url_query_element() to remove a GET element instead of using faulty regexp.

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

16 years agoChanged array_key_exists() to isset() in elgg_validate_action_url().
brettp [Sat, 30 Jan 2010 23:26:21 +0000 (23:26 +0000)]
Changed array_key_exists() to isset() in elgg_validate_action_url().

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

16 years agoAdded checking for $query array in elgg_validate_action_url().
brettp [Sat, 30 Jan 2010 23:22:57 +0000 (23:22 +0000)]
Added checking for $query array in elgg_validate_action_url().

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

16 years agoSetting a default value to avoid notices.
brettp [Sat, 30 Jan 2010 23:07:06 +0000 (23:07 +0000)]
Setting a default value to avoid notices.

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

16 years agoFixes #1425, Fixes #1341: Upgraded htmlawed to latest. Altered the htmlawed attribute...
brettp [Sat, 30 Jan 2010 22:44:04 +0000 (22:44 +0000)]
Fixes #1425, Fixes #1341: Upgraded htmlawed to latest. Altered the htmlawed attribute filtering function to return <attr="val"> for proper linking in parse_urls().  Added background-color as a non-filtered style attribute.

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

16 years agoRefs #1425: Cleaned up regexp for parlse_urls().
brettp [Sat, 30 Jan 2010 22:42:13 +0000 (22:42 +0000)]
Refs #1425: Cleaned up regexp for parlse_urls().

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

16 years agoFixes #1468: Cleaned up logic for enabling and disabling plugins. Checking for arrays...
brettp [Fri, 29 Jan 2010 22:19:22 +0000 (22:19 +0000)]
Fixes #1468: Cleaned up logic for enabling and disabling plugins. Checking for arrays when metadata returns only a single enabled plugin.

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

16 years agoRemoved unneeded owner block icons from admin.
brettp [Fri, 29 Jan 2010 20:15:30 +0000 (20:15 +0000)]
Removed unneeded owner block icons from admin.

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

16 years agoAdded db migration 2010012901 that adds last_action column to entities table.
brettp [Fri, 29 Jan 2010 19:37:35 +0000 (19:37 +0000)]
Added db migration 2010012901 that adds last_action column to entities table.
Bumped version number to 1.7b (2010012901).

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

16 years agoFixes #1472: get_entity_relationships() supports inverse relationships.
brettp [Fri, 29 Jan 2010 19:11:02 +0000 (19:11 +0000)]
Fixes #1472: get_entity_relationships() supports inverse relationships.

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

16 years agoFixes #1470, Fixes #1471: elgg_view_regenerate_simplecache() no longer triggers the...
brettp [Fri, 29 Jan 2010 19:02:21 +0000 (19:02 +0000)]
Fixes #1470, Fixes #1471: elgg_view_regenerate_simplecache() no longer triggers the pagesetup/system hook.  Fixes problems with creating the submenu.

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

16 years agoUpdated changes for previous commit.
brettp [Thu, 28 Jan 2010 23:41:05 +0000 (23:41 +0000)]
Updated changes for previous commit.

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

16 years agoCorrected clear_plugin_setting() to only remove a single plugin setting instead of...
brettp [Thu, 28 Jan 2010 23:40:14 +0000 (23:40 +0000)]
Corrected clear_plugin_setting() to only remove a single plugin setting instead of all setting for a plugin.
Added clear_all_plugin_settings() to remove all settings for a plugin.

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

16 years agochanged my email address to web site in contributors file
cash [Thu, 28 Jan 2010 12:41:37 +0000 (12:41 +0000)]
changed my email address to web site in contributors file

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

16 years agoFixes #1049, Fixes #1435: Admin-created users and first admin user are marked as...
brettp [Thu, 28 Jan 2010 01:48:31 +0000 (01:48 +0000)]
Fixes #1049, Fixes #1435: Admin-created users and first admin user are marked as validated to prevent inaccurate "Please validate your account" messages and emails.

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

16 years agoFixes #1419: Added remove_from_river_by_annotation(). Deleting annotations now delete...
brettp [Wed, 27 Jan 2010 16:21:40 +0000 (16:21 +0000)]
Fixes #1419: Added remove_from_river_by_annotation(). Deleting annotations now deletes their river entry.

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

16 years agoUpdated changes.
brettp [Wed, 27 Jan 2010 16:11:32 +0000 (16:11 +0000)]
Updated changes.

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

16 years agoFixes #1465: Added unregister_event_handler() and unregister_plugin_hook().
brettp [Wed, 27 Jan 2010 16:03:23 +0000 (16:03 +0000)]
Fixes #1465: Added unregister_event_handler() and unregister_plugin_hook().

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

16 years agoFixes #1464: A new session is created in logout() after destorying the old session...
brettp [Wed, 27 Jan 2010 15:58:27 +0000 (15:58 +0000)]
Fixes #1464: A new session is created in logout() after destorying the old session to display old $_SESSION['msg'] messages.

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

16 years agoUpdated changes for the display name change.
brettp [Tue, 26 Jan 2010 18:40:05 +0000 (18:40 +0000)]
Updated changes for the display name change.

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

16 years agoDisplay names are limited to 50 chars and have HTML tags removed.
brettp [Tue, 26 Jan 2010 17:10:26 +0000 (17:10 +0000)]
Display names are limited to 50 chars and have HTML tags removed.

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

16 years agoBumped version number in README.
brettp [Tue, 26 Jan 2010 16:58:03 +0000 (16:58 +0000)]
Bumped version number in README.

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

16 years agoFixed a typo in css that broke everything in FF 3.6.
brettp [Tue, 26 Jan 2010 14:59:02 +0000 (14:59 +0000)]
Fixed a typo in css that broke everything in FF 3.6.

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

16 years agoFixes #1454: Applied Cash's patch. Bad plugins are automatically disabled and a...
brettp [Tue, 26 Jan 2010 01:22:12 +0000 (01:22 +0000)]
Fixes #1454: Applied Cash's patch.  Bad plugins are automatically disabled and a notice is displayed instead of breaking the site.

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

16 years agoFixes #1450, Fixes #1461: Using $_SERVER['REQUEST_URI'] to pull in GET params on...
brettp [Mon, 25 Jan 2010 18:19:44 +0000 (18:19 +0000)]
Fixes #1450, Fixes #1461: Using $_SERVER['REQUEST_URI'] to pull in GET params on apache servers.

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

16 years agoCorrectly forwarding messages among multiple forwards (action_gatekeeper() -> index...
brettp [Sun, 24 Jan 2010 23:19:45 +0000 (23:19 +0000)]
Correctly forwarding messages among multiple forwards (action_gatekeeper() -> index -> dashboard would drop messages generated in action_gatekeeper()).

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

16 years agoRefs #1450, Refs #1461, Refs #1460: Install now clears out views caches.
brettp [Sun, 24 Jan 2010 22:46:06 +0000 (22:46 +0000)]
Refs #1450, Refs #1461, Refs #1460: Install now clears out views caches.

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

16 years agoMasking dbpassword in dianostics file.
brettp [Sun, 24 Jan 2010 19:12:56 +0000 (19:12 +0000)]
Masking dbpassword in dianostics file.

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

16 years agoFixes #1460, Fixes #1459: Tokens are not required to disable a plugin or install...
brettp [Sun, 24 Jan 2010 18:47:42 +0000 (18:47 +0000)]
Fixes #1460, Fixes #1459: Tokens are not required to disable a plugin or install.  This allows users to disable plugins that overwrite admin pages without tokens.

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

16 years agoRefs #1459: Added missing security tokens for failsafe (installation) view.
brettp [Sun, 24 Jan 2010 16:43:29 +0000 (16:43 +0000)]
Refs #1459: Added missing security tokens for failsafe (installation) view.

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

16 years agoRemoving calls to engine/start.php in action files.
brettp [Sun, 24 Jan 2010 15:57:49 +0000 (15:57 +0000)]
Removing calls to engine/start.php in action files.

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

16 years agoAdded best practices to CODING.txt.
brettp [Sun, 24 Jan 2010 03:03:33 +0000 (03:03 +0000)]
Added best practices to CODING.txt.

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

16 years agoFixed missing ) causing a WSOD.
brettp [Sat, 23 Jan 2010 21:18:03 +0000 (21:18 +0000)]
Fixed missing ) causing a WSOD.

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

16 years agoFixes #1455: Updated search URL for admin user search. (The old one worked, but didn...
brettp [Sat, 23 Jan 2010 18:38:10 +0000 (18:38 +0000)]
Fixes #1455: Updated search URL for admin user search. (The old one worked, but didn't limit to users.)

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

16 years agoChanged uservalidationbyemail to not use an action and cleaned up some of its code.
brettp [Fri, 22 Jan 2010 21:08:10 +0000 (21:08 +0000)]
Changed uservalidationbyemail to not use an action and cleaned up some of its code.

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

16 years agoFixed a bug preventing messages and warnings from passing during a forward().
brettp [Fri, 22 Jan 2010 20:50:19 +0000 (20:50 +0000)]
Fixed a bug preventing messages and warnings from passing during a forward().

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

16 years agoUpdated views to use output/url with action flag set.
brettp [Thu, 21 Jan 2010 21:06:06 +0000 (21:06 +0000)]
Updated views to use output/url with action flag set.

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

16 years agoRemoved output/action_link view as it duplicated much of output/url.
brettp [Thu, 21 Jan 2010 21:04:44 +0000 (21:04 +0000)]
Removed output/action_link view as it duplicated much of output/url.
Improved output/url view.

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

16 years agoRemoving debug output from previous commit.
brettp [Thu, 21 Jan 2010 17:42:55 +0000 (17:42 +0000)]
Removing debug output from previous commit.

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

16 years agoCorrected a possible SQL insertion bug in elgg_get_entity_metadata_where_sql().
brettp [Thu, 21 Jan 2010 17:42:34 +0000 (17:42 +0000)]
Corrected a possible SQL insertion bug in elgg_get_entity_metadata_where_sql().

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

16 years agoFixing bug in resizing function that would incorrectly attempt to crop a picture...
brettp [Thu, 21 Jan 2010 16:17:58 +0000 (16:17 +0000)]
Fixing bug in resizing function that would incorrectly attempt to crop a picture that was smaller than the target image.

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

16 years agoChanged default declaration of $vars in elgg_view() to array().
brettp [Thu, 21 Jan 2010 15:51:32 +0000 (15:51 +0000)]
Changed default declaration of $vars in elgg_view() to array().

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

16 years agoFixed a typo causing a WSOD.
brettp [Thu, 21 Jan 2010 03:23:15 +0000 (03:23 +0000)]
Fixed a typo causing a WSOD.

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

16 years agoFixes #750: All actions require __elgg_ts and __elgg_token.
brettp [Thu, 21 Jan 2010 01:30:09 +0000 (01:30 +0000)]
Fixes #750: All actions require __elgg_ts and __elgg_token.

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

16 years agoelgg_http_build_query() now supports ports.
brettp [Thu, 21 Jan 2010 01:29:09 +0000 (01:29 +0000)]
elgg_http_build_query() now supports ports.
Checking for __elgg_ts also in elgg_validate_action_url().
Fixed a spelling mistake ;)

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

16 years agoAdding a view to generate action links for single-click actions.
brettp [Thu, 21 Jan 2010 01:19:28 +0000 (01:19 +0000)]
Adding a view to generate action links for single-click actions.

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

16 years agoFixing bugs in search that would break pagination.
brettp [Wed, 20 Jan 2010 22:40:04 +0000 (22:40 +0000)]
Fixing bugs in search that would break pagination.

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

16 years agoRefs #1161: Added empty pagination view for RSS feeds.
brettp [Wed, 20 Jan 2010 21:17:03 +0000 (21:17 +0000)]
Refs #1161: Added empty pagination view for RSS feeds.

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

16 years agoResetting cropping coords for images that can't be cropped in filestore.
brettp [Wed, 20 Jan 2010 20:42:03 +0000 (20:42 +0000)]
Resetting cropping coords for images that can't be cropped in filestore.

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