]> gitweb.fluxo.info Git - lorea/elgg.git/log
lorea/elgg.git
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 agofixed bug where admins couldn't redo thumbnails for other users
Cash Costello [Tue, 3 Nov 2009 12:46:10 +0000 (12:46 +0000)]
fixed bug where admins couldn't redo thumbnails for other users

16 years agoadded lytebox since PicLensLite falls back on it if flash is not installed
Cash Costello [Tue, 3 Nov 2009 12:27:55 +0000 (12:27 +0000)]
added lytebox since PicLensLite falls back on it if flash is not installed

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 agofixed some display issues with the common lists
Cash Costello [Sun, 1 Nov 2009 23:25:25 +0000 (23:25 +0000)]
fixed some display issues with the common lists

16 years agofixed the 2 short tags in the image menu
Cash Costello [Sun, 1 Nov 2009 22:20:36 +0000 (22:20 +0000)]
fixed the 2 short tags in the image menu

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

16 years agoDeprecated get_entities_from_relationship()
brettp [Wed, 28 Oct 2009 22:25:40 +0000 (22:25 +0000)]
Deprecated get_entities_from_relationship()

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

16 years agoActually fixed the documentation for elgg_get_entities_from_metadata().
brettp [Wed, 28 Oct 2009 22:11:02 +0000 (22:11 +0000)]
Actually fixed the documentation for elgg_get_entities_from_metadata().

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

16 years agoCleaned up table prefix for elgg_get_entity_metadata_where_sql().
brettp [Wed, 28 Oct 2009 21:58:42 +0000 (21:58 +0000)]
Cleaned up table prefix for elgg_get_entity_metadata_where_sql().
Cleaned up some documentation.

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

16 years agoUpdated documentation for elgg_get_entity_metadata_where_sql()
brettp [Wed, 28 Oct 2009 20:08:33 +0000 (20:08 +0000)]
Updated documentation for elgg_get_entity_metadata_where_sql()

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

16 years agoGot rid of the silly conditional comments in the db upgrade now that I know what...
brettp [Wed, 28 Oct 2009 19:17:13 +0000 (19:17 +0000)]
Got rid of the silly conditional comments in the db upgrade now that I know what they are.

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

16 years agoAdded table locking and disabling keys for the UTF8 database upgrade.
brettp [Wed, 28 Oct 2009 19:05:11 +0000 (19:05 +0000)]
Added table locking and disabling keys for the UTF8 database upgrade.

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

16 years agoCreating an upgrade script for new user filepath.
nickw [Wed, 28 Oct 2009 18:38:17 +0000 (18:38 +0000)]
Creating an upgrade script for new user filepath.

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

16 years agoDeprecated get_entities_from_metadata() and get_entities_from_metadata_multi().
brettp [Wed, 28 Oct 2009 18:15:37 +0000 (18:15 +0000)]
Deprecated get_entities_from_metadata() and get_entities_from_metadata_multi().

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

16 years agoRemoving local debug info from filestore unit test.
nickw [Tue, 27 Oct 2009 22:09:38 +0000 (22:09 +0000)]
Removing local debug info from filestore unit test.

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

16 years agoModifying user file locations to be based on guid.
nickw [Tue, 27 Oct 2009 21:58:25 +0000 (21:58 +0000)]
Modifying user file locations to be based on guid.

Previous implementations utilized the owner's username to determine a file path matrix based on (up to) the first five letters. To eliminate language and filesystem inconsistencies, the matrix is now created from the entity's creation date and guid. This has the added benefit of (potentially) allowing users to update their usernames.

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

16 years agoUpdated changes for bug #1161 and deprecated get_entities_from_metadata()
brettp [Tue, 27 Oct 2009 16:57:19 +0000 (16:57 +0000)]
Updated changes for bug #1161 and deprecated get_entities_from_metadata()

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

16 years agoFixed caching issue that caused metadata test for get_entities_from_metadata() to...
brettp [Tue, 27 Oct 2009 16:56:12 +0000 (16:56 +0000)]
Fixed caching issue that caused metadata test for get_entities_from_metadata() to fail.

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

16 years agoRemoved some commented out code.
brettp [Tue, 27 Oct 2009 16:55:16 +0000 (16:55 +0000)]
Removed some commented out code.

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

16 years agoFixed get_entities_from_metadata() wrapper when passing case_sensitive = FALSE.
brettp [Tue, 27 Oct 2009 16:54:51 +0000 (16:54 +0000)]
Fixed get_entities_from_metadata() wrapper when passing case_sensitive = FALSE.

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

16 years agoFixes #1161: Views now default to 'default' if not found.
brettp [Tue, 27 Oct 2009 13:54:55 +0000 (13:54 +0000)]
Fixes #1161: Views now default to 'default' if not found.

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

16 years agoCreated elgg_get_entities_from_metadata() and made get_entities_from_metadata().
brettp [Tue, 27 Oct 2009 02:32:46 +0000 (02:32 +0000)]
Created elgg_get_entities_from_metadata() and made get_entities_from_metadata().
Made elgg_get_entities() accept extra joins and wheres in the options.
Created a helper function elgg_normalise_plural_options_array() to rewrite shortcut singular options to plurals.

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

16 years agoRewriting metastrings search query for simplicity.
nickw [Mon, 26 Oct 2009 20:37:17 +0000 (20:37 +0000)]
Rewriting metastrings search query for simplicity.

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

16 years agoUpdated changes to show deprecated get_entities().
brettp [Mon, 26 Oct 2009 02:50:52 +0000 (02:50 +0000)]
Updated changes to show deprecated get_entities().

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

16 years agocleaned up the web services unit tests
cash [Sun, 25 Oct 2009 21:37:21 +0000 (21:37 +0000)]
cleaned up the web services unit tests

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

16 years agoCorrected bug when passing container_guids or owner_guids of 0.
brettp [Sun, 25 Oct 2009 01:46:24 +0000 (01:46 +0000)]
Corrected bug when passing container_guids or owner_guids of 0.
Changed the name of the $prefix to $table in sql helper functions.
Improved documentation.

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

16 years agoCreated elgg_get_entities() and rewrote get_entities() to pass to the new function.
brettp [Sat, 24 Oct 2009 21:29:34 +0000 (21:29 +0000)]
Created elgg_get_entities() and rewrote get_entities() to pass to the new function.
First go at removing get_entities() calls in native functions.

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

16 years agoCleaned up some code in elgg_view().
brettp [Sat, 24 Oct 2009 21:26:46 +0000 (21:26 +0000)]
Cleaned up some code in elgg_view().

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

16 years agoSlight code cleanup.
brettp [Sat, 24 Oct 2009 21:18:55 +0000 (21:18 +0000)]
Slight code cleanup.

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

16 years agoCreating a unit test for ElggUser
nickw [Fri, 23 Oct 2009 20:14:26 +0000 (20:14 +0000)]
Creating a unit test for ElggUser

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

16 years agoStandardized entity listing views.
brettp [Fri, 23 Oct 2009 13:54:33 +0000 (13:54 +0000)]
Standardized entity listing views.

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

16 years agoUpdated standards for method names.
brettp [Fri, 23 Oct 2009 13:10:50 +0000 (13:10 +0000)]
Updated standards for method names.

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

16 years agoRefs #1330: Contributed autop() to Wordpress.
brettp [Thu, 22 Oct 2009 21:00:21 +0000 (21:00 +0000)]
Refs #1330: Contributed autop() to Wordpress.

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

16 years agoPulling in MITRE's search core. Fo'rizzle this time. Yo.
brettp [Thu, 22 Oct 2009 18:20:10 +0000 (18:20 +0000)]
Pulling in MITRE's search core.  Fo'rizzle this time.  Yo.

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

16 years agoUpdating core changes file
nickw [Thu, 22 Oct 2009 15:24:49 +0000 (15:24 +0000)]
Updating core changes file

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

16 years agoAdding unit testing to the GUI.
nickw [Thu, 22 Oct 2009 14:57:08 +0000 (14:57 +0000)]
Adding unit testing to the GUI.

Unit tests can be run from the core Diagnostics mod.

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

16 years agomore unit tests for REST api
cash [Thu, 22 Oct 2009 12:01:41 +0000 (12:01 +0000)]
more unit tests for REST api

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

16 years agoAllowing entities to be retrieved by case-insensitive search.
nickw [Wed, 21 Oct 2009 16:11:26 +0000 (16:11 +0000)]
Allowing entities to be retrieved by case-insensitive search.

Adding a new unit test for ElggMetadata.

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

16 years agoReducing the output level of log messages set to "DEBUG".
nickw [Wed, 21 Oct 2009 16:09:43 +0000 (16:09 +0000)]
Reducing the output level of log messages set to "DEBUG".

Debug level messages will be logged at the same level as warnings.

Additionally, users will be notified when attempting to run the test suite without first placing the site in debug mode.

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

16 years agomore unit tests for REST api
cash [Tue, 20 Oct 2009 11:39:20 +0000 (11:39 +0000)]
more unit tests for REST api

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

16 years agoupdated CHANGES.txt with services API changes
cash [Tue, 20 Oct 2009 00:46:24 +0000 (00:46 +0000)]
updated CHANGES.txt with services API changes

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

16 years agoReplacing a direct call to error_log() with new elgg_log().
nickw [Mon, 19 Oct 2009 18:47:30 +0000 (18:47 +0000)]
Replacing a direct call to error_log() with new elgg_log().

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

16 years agoAdding debug options to admin site settings.
nickw [Mon, 19 Oct 2009 17:15:35 +0000 (17:15 +0000)]
Adding debug options to admin site settings.

Debugging errors and warnings to screen. If notice level is enabled, output is sent to system log file.

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

16 years agofirst version of new REST api
cash [Mon, 19 Oct 2009 11:59:44 +0000 (11:59 +0000)]
first version of new REST api

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

16 years agoflickr integration changes
Greg Froese [Mon, 19 Oct 2009 05:36:57 +0000 (05:36 +0000)]
flickr integration changes

16 years agoflickr integration changes
Greg Froese [Mon, 19 Oct 2009 05:34:47 +0000 (05:34 +0000)]
flickr integration changes

16 years agoupdated documentation on PAMs as I will be fixing some API PAM issues
cash [Sat, 17 Oct 2009 15:32:54 +0000 (15:32 +0000)]
updated documentation on PAMs as I will be fixing some API PAM issues

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

16 years agoRewriting core debug messages to be more informative.
nickw [Fri, 16 Oct 2009 22:53:22 +0000 (22:53 +0000)]
Rewriting core debug messages to be more informative.

Introducing the concept of levels for Elgg debugging: notices, warnings and errors are displayed when the appropriate debugging level is enabled. An additional level of "debug" exists to differentiate from errors.

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

16 years agoFinished standardizing seconday views.
brettp [Fri, 16 Oct 2009 21:25:25 +0000 (21:25 +0000)]
Finished standardizing seconday views.

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

16 years agoStandardized views/failsafe/*
brettp [Fri, 16 Oct 2009 21:05:54 +0000 (21:05 +0000)]
Standardized views/failsafe/*

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

16 years agoFinish up standardizing views/default/*
brettp [Fri, 16 Oct 2009 20:54:48 +0000 (20:54 +0000)]
Finish up standardizing views/default/*

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

16 years agoMore views cleanup.
brettp [Fri, 16 Oct 2009 20:41:31 +0000 (20:41 +0000)]
More views cleanup.

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

16 years agoStandardizing views.`
brettp [Fri, 16 Oct 2009 20:26:12 +0000 (20:26 +0000)]
Standardizing views.`

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

16 years agoStandardized more files.
brettp [Fri, 16 Oct 2009 19:26:37 +0000 (19:26 +0000)]
Standardized more files.

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

16 years agoStandardized files
brettp [Fri, 16 Oct 2009 02:33:55 +0000 (02:33 +0000)]
Standardized files

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

16 years agoMerged admin access override hook with ignore access system override hook.
brettp [Thu, 15 Oct 2009 22:48:01 +0000 (22:48 +0000)]
Merged admin access override hook with ignore access system override hook.
get_sql_access_prefix() now correctly uses elgg_check_access_overrides() instead of elgg_get_ignore_access().

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

16 years agoStandardized files.
brettp [Thu, 15 Oct 2009 22:40:00 +0000 (22:40 +0000)]
Standardized files.

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

16 years agoStandardized files.
brettp [Thu, 15 Oct 2009 22:39:20 +0000 (22:39 +0000)]
Standardized files.

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

16 years agoStandardized files.
brettp [Thu, 15 Oct 2009 14:06:51 +0000 (14:06 +0000)]
Standardized files.

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

16 years agoStandardized gobs of files.
brettp [Thu, 15 Oct 2009 04:41:46 +0000 (04:41 +0000)]
Standardized gobs of files.

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

16 years agoStandardized engine/lib/cache.php
brettp [Wed, 14 Oct 2009 22:29:36 +0000 (22:29 +0000)]
Standardized engine/lib/cache.php

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

16 years agoStandardized engine/lib/api.php
brettp [Wed, 14 Oct 2009 22:19:37 +0000 (22:19 +0000)]
Standardized engine/lib/api.php

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

16 years agoStandardized engine/handlers/*
brettp [Wed, 14 Oct 2009 21:36:23 +0000 (21:36 +0000)]
Standardized engine/handlers/*

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

16 years agoStandardized dashboard/*
brettp [Wed, 14 Oct 2009 21:16:41 +0000 (21:16 +0000)]
Standardized dashboard/*

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

16 years agoStandardized admin/*
brettp [Wed, 14 Oct 2009 21:09:47 +0000 (21:09 +0000)]
Standardized admin/*

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

16 years agoStandardized actions/*
brettp [Wed, 14 Oct 2009 20:41:19 +0000 (20:41 +0000)]
Standardized actions/*

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