]> gitweb.fluxo.info Git - lorea/elgg.git/log
lorea/elgg.git
16 years agoFixes #1445: get_resized_image_from_existing_file() has an optional parameter to...
brettp [Wed, 20 Jan 2010 20:08:11 +0000 (20:08 +0000)]
Fixes #1445: get_resized_image_from_existing_file() has an optional parameter to allow upscaling if requested image is larger than original image.

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

16 years agoFixed documentation for time created and modified params in elgg_get_entities().
brettp [Wed, 20 Jan 2010 20:05:32 +0000 (20:05 +0000)]
Fixed documentation for time created and modified params in elgg_get_entities().

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

16 years agoRemoving order by clause for now in search.
brettp [Fri, 15 Jan 2010 21:03:28 +0000 (21:03 +0000)]
Removing order by clause for now in search.

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

16 years agoUpdated CHANGES for #1414.
brettp [Fri, 15 Jan 2010 18:29:29 +0000 (18:29 +0000)]
Updated CHANGES for #1414.

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

16 years agoStripping slashes on output of original search query.
brettp [Thu, 14 Jan 2010 20:31:04 +0000 (20:31 +0000)]
Stripping slashes on output of original search query.

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

16 years agoAllowing no table prefix in search_get_search_where_sql()
brettp [Thu, 14 Jan 2010 20:30:47 +0000 (20:30 +0000)]
Allowing no table prefix in search_get_search_where_sql()

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

16 years agoFixed incorrect order by for search sorting.
brettp [Thu, 14 Jan 2010 16:26:18 +0000 (16:26 +0000)]
Fixed incorrect order by for search sorting.

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

16 years agoFixed an incorrect var name that caused a bug when hooking against a type but not...
brettp [Thu, 14 Jan 2010 15:40:22 +0000 (15:40 +0000)]
Fixed an incorrect var name that caused a bug when hooking against a type but not a subtype.
Added first pass at results sorting.

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

16 years agoRemoved unnecessary view directories.
brettp [Thu, 14 Jan 2010 02:42:27 +0000 (02:42 +0000)]
Removed unnecessary view directories.
Added option of overriding the default layout for search queries.
Updated documentation reflecting those changes.
Clarified some points in the documentation.

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

16 years agoAdded checking and an ERROR log if elgg_view() is passed a non-array $vars.
brettp [Thu, 14 Jan 2010 01:46:59 +0000 (01:46 +0000)]
Added checking and an ERROR log if elgg_view() is passed a non-array $vars.

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

16 years agoUpdated contributors with entire MITRE team.
brettp [Wed, 13 Jan 2010 20:05:59 +0000 (20:05 +0000)]
Updated contributors with entire MITRE team.

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

16 years agoCreating a helper function to return INI values in bytes.
nickw [Wed, 13 Jan 2010 15:58:41 +0000 (15:58 +0000)]
Creating a helper function to return INI values in bytes.

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

16 years agoFixes #1414: Metadata set to a falsy value (except NULL) returns TRUE for isset(...
brettp [Tue, 12 Jan 2010 14:21:39 +0000 (14:21 +0000)]
Fixes #1414: Metadata set to a falsy value (except NULL) returns TRUE for isset($obj->md).

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

16 years agocloses #1145 - deprecated current "copy constructor" for all entities and implemented...
cash [Tue, 12 Jan 2010 12:56:19 +0000 (12:56 +0000)]
closes #1145 - deprecated current "copy constructor" for all entities and implemented a clone method. The clone copies over all metadata but not annotations and private settings. It sets the guid to 0 so saving the cloned entity creates a new database record. The ownership/access of metadata is set during the save and will be the same as that of the entity.

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

16 years agoCleaned up RSS entity view for search a bit.
brettp [Tue, 12 Jan 2010 02:52:25 +0000 (02:52 +0000)]
Cleaned up RSS entity view for search a bit.

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

16 years agoAdded phpdoc header to index.php
brettp [Tue, 12 Jan 2010 02:37:17 +0000 (02:37 +0000)]
Added phpdoc header to index.php
Added RSS support to search. Nifty.

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

16 years agoAlways generating action tokens with output/confirmlink.
nickw [Mon, 11 Jan 2010 23:51:26 +0000 (23:51 +0000)]
Always generating action tokens with output/confirmlink.

Includes a check for actions already defining the tokens.

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

16 years agoFixed a few spelling mistakes.
brettp [Mon, 11 Jan 2010 23:50:18 +0000 (23:50 +0000)]
Fixed a few spelling mistakes.
Added descriptions for the vars in 3.2

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

16 years agoSanitising relationship in elgg_get_entities_from_relationship();
brettp [Mon, 11 Jan 2010 23:18:13 +0000 (23:18 +0000)]
Sanitising relationship in elgg_get_entities_from_relationship();

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

16 years agoFixed tag output link for new search.
brettp [Mon, 11 Jan 2010 23:13:16 +0000 (23:13 +0000)]
Fixed tag output link for new search.

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

16 years agoPulling out entity views in search.
brettp [Mon, 11 Jan 2010 22:58:55 +0000 (22:58 +0000)]
Pulling out entity views in search.
Adding dev documentation.

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

16 years agomissed a quote on version number in manifest
Cash Costello [Mon, 11 Jan 2010 13:01:27 +0000 (13:01 +0000)]
missed a quote on version number in manifest

16 years agoFixes #1399: Case sensitivity was never in the deprecated function, so no need to...
brettp [Sun, 10 Jan 2010 23:29:06 +0000 (23:29 +0000)]
Fixes #1399: Case sensitivity was never in the deprecated function, so no need to add it.  Use the new functions if required.

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

16 years agoFixes #538. Applied Cash's patch. This is an old one...jeepers.
brettp [Sun, 10 Jan 2010 22:20:45 +0000 (22:20 +0000)]
Fixes #538. Applied Cash's patch. This is an old one...jeepers.

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

16 years agoFixes #1375: Metadata names and values are properly escaped.
brettp [Sun, 10 Jan 2010 22:13:16 +0000 (22:13 +0000)]
Fixes #1375: Metadata names and values are properly escaped.

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

16 years agoFixes #1432: Version number is set during installation.
brettp [Sun, 10 Jan 2010 21:21:11 +0000 (21:21 +0000)]
Fixes #1432: Version number is set during installation.
Refs #1424: The upgrade functions now detect if no version number is saved to the db and silences all upgrade warnings and errors.  This is required for all installations < this commit to upgrade correctly because of #1432.
More strict regex for finding upgrade files.
Upgrade mysql.sql schema with latest.

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

16 years agoRefs #1400: Fixed a typo in checking the site_guid. Can't duplicate #1400 now, so...
brettp [Fri, 8 Jan 2010 21:49:37 +0000 (21:49 +0000)]
Refs #1400: Fixed a typo in checking the site_guid.  Can't duplicate #1400 now, so possible fix for that. Waiting for other tests to close this one.

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

16 years agoUpdated language file to reflect default prefix change.
brettp [Fri, 8 Jan 2010 20:58:04 +0000 (20:58 +0000)]
Updated language file to reflect default prefix change.

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

16 years agoChanged default prefix to 'elgg_' for table name readability.
brettp [Fri, 8 Jan 2010 20:57:38 +0000 (20:57 +0000)]
Changed default prefix to 'elgg_' for table name readability.

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

16 years agoFixes #1172: URL now checked for trailing slash upon installation.
brettp [Fri, 8 Jan 2010 20:49:45 +0000 (20:49 +0000)]
Fixes #1172: URL now checked for trailing slash upon installation.

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

16 years agoFixing an upgrade issue relating from invalid (non-existent) usernames
nickw [Wed, 6 Jan 2010 21:33:44 +0000 (21:33 +0000)]
Fixing an upgrade issue relating from invalid (non-existent) usernames

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

16 years agono longer depending on file plugin for delete messages
Cash Costello [Wed, 6 Jan 2010 01:33:57 +0000 (01:33 +0000)]
no longer depending on file plugin for delete messages

16 years agoAdded an upgrade to enable the search plugin.
brettp [Tue, 5 Jan 2010 15:49:07 +0000 (15:49 +0000)]
Added an upgrade to enable the search plugin.
Bumped internal version number.

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

16 years agoSet admin user's validation upon initial registration.
brettp [Sun, 3 Jan 2010 02:01:08 +0000 (02:01 +0000)]
Set admin user's validation upon initial registration.
Fixes an incorrect error message if the first admin user enters the wrong password.

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

16 years agoCloses #1424: Faulty database migrations will now halt an upgrade.
brettp [Thu, 31 Dec 2009 03:58:21 +0000 (03:58 +0000)]
Closes #1424: Faulty database migrations will now halt an upgrade.

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

16 years agoRemoved debug data.
brettp [Thu, 31 Dec 2009 03:57:18 +0000 (03:57 +0000)]
Removed debug data.

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

16 years agoRemoved lock tables from db utf8 migration because it fails on some (all?) servers.
brettp [Thu, 31 Dec 2009 01:06:35 +0000 (01:06 +0000)]
Removed lock tables from db utf8 migration because it fails on some (all?) servers.

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

16 years agoa little cleanup of documentation and variable handling in input and output views
cash [Mon, 21 Dec 2009 13:16:19 +0000 (13:16 +0000)]
a little cleanup of documentation and variable handling in input and output views

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

16 years agoremoved unused variable in entities index
cash [Mon, 21 Dec 2009 13:14:34 +0000 (13:14 +0000)]
removed unused variable in entities index

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

16 years agofixed #1087 - is_group_member() now returns boolean values only
cash [Mon, 21 Dec 2009 13:03:00 +0000 (13:03 +0000)]
fixed #1087 - is_group_member() now returns boolean values only

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

16 years agofixes #988 - subtype is now available on new entities after being saved
cash [Mon, 21 Dec 2009 13:01:30 +0000 (13:01 +0000)]
fixes #988 - subtype is now available on new entities after being saved

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

16 years agofixed bug where array of messages passed to system_messages caused execution to stop...
cash [Sun, 20 Dec 2009 22:00:57 +0000 (22:00 +0000)]
fixed bug where array of messages passed to system_messages caused execution to stop - also displaying only errors if they exist rather than having success and error messages overlapping each other

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

16 years agofixes #1322 - "remember me" cookie code is cleared when a user is banned
cash [Sun, 20 Dec 2009 20:50:29 +0000 (20:50 +0000)]
fixes #1322 - "remember me" cookie code is cleared when a user is banned

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

16 years agofixes #1193 - now specify charset in both metatag and http header
cash [Sun, 20 Dec 2009 19:58:01 +0000 (19:58 +0000)]
fixes #1193 - now specify charset in both metatag and http header

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

16 years agocleaned up logic on db query cache
cash [Sun, 20 Dec 2009 19:32:44 +0000 (19:32 +0000)]
cleaned up logic on db query cache

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

16 years agofixed typo in list_entities()
cash [Sun, 20 Dec 2009 01:34:58 +0000 (01:34 +0000)]
fixed typo in list_entities()

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

16 years agoClarified the documentation for add_entity_relationship().
brettp [Fri, 18 Dec 2009 15:33:03 +0000 (15:33 +0000)]
Clarified the documentation for add_entity_relationship().

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

16 years agoadd comment action now using get_loggedin_user() rather than $_SESSION['user']
cash [Fri, 18 Dec 2009 12:51:58 +0000 (12:51 +0000)]
add comment action now using get_loggedin_user() rather than $_SESSION['user']

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

16 years agoadded js to input/form
cash [Fri, 18 Dec 2009 12:41:54 +0000 (12:41 +0000)]
added js to input/form

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

16 years agobetter parsing of query for action and page handlers
cash [Fri, 18 Dec 2009 12:39:02 +0000 (12:39 +0000)]
better parsing of query for action and page handlers

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

16 years agoperhaps this is what Brett intended with the new mb_wrapper code
cash [Thu, 17 Dec 2009 12:47:23 +0000 (12:47 +0000)]
perhaps this is what Brett intended with the new mb_wrapper code

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

16 years agofixed notices caused by some input views
cash [Thu, 17 Dec 2009 12:45:45 +0000 (12:45 +0000)]
fixed notices caused by some input views

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

16 years agofixed warning due to database query cache
cash [Thu, 17 Dec 2009 12:45:02 +0000 (12:45 +0000)]
fixed warning due to database query cache

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

16 years agowhen asking for a count of entities, we now return an integer rather than a string
cash [Thu, 17 Dec 2009 12:44:19 +0000 (12:44 +0000)]
when asking for a count of entities, we now return an integer rather than a string

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

16 years agoget_submenu was throwing out tons of notices - this should be fixed now
cash [Thu, 17 Dec 2009 12:43:00 +0000 (12:43 +0000)]
get_submenu was throwing out tons of notices - this should be fixed now

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

16 years agofixes #951 - using background-color rather than background
cash [Thu, 17 Dec 2009 12:34:44 +0000 (12:34 +0000)]
fixes #951 - using background-color rather than background

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

16 years agobetter version of get_resized_image_from_existing_file() - fixes #685 - more robust...
cash [Wed, 16 Dec 2009 12:42:07 +0000 (12:42 +0000)]
better version of get_resized_image_from_existing_file() - fixes #685 - more robust to errors, and fixes a memory leak - tested with both profile photos and file plugin photos - old installs will still have profile icons of the wrong size due to #685

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

16 years agoadded comments on get_input and set_input since they do not handle nested arrays
cash [Wed, 16 Dec 2009 12:35:20 +0000 (12:35 +0000)]
added comments on get_input and set_input since they do not handle nested arrays

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

16 years agoFixes #1413: New server test.
brettp [Tue, 15 Dec 2009 20:35:39 +0000 (20:35 +0000)]
Fixes #1413: New server test.

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

16 years agocloses #1277 - display_tagcloud() now has same parameters as get_tags()
cash [Mon, 14 Dec 2009 12:56:59 +0000 (12:56 +0000)]
closes #1277 - display_tagcloud() now has same parameters as get_tags()

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

16 years agofixes #1197 - no division by zero warning any longer
cash [Mon, 14 Dec 2009 12:55:21 +0000 (12:55 +0000)]
fixes #1197 - no division by zero warning any longer

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

16 years agoeasier to extend login and registration forms now
cash [Mon, 14 Dec 2009 12:43:33 +0000 (12:43 +0000)]
easier to extend login and registration forms now

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

16 years agoupdated CHANGES.txt with info on river table
cash [Mon, 14 Dec 2009 12:42:44 +0000 (12:42 +0000)]
updated CHANGES.txt with info on river table

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

16 years agofixed line endings on services api unit tests
cash [Mon, 14 Dec 2009 12:39:53 +0000 (12:39 +0000)]
fixed line endings on services api unit tests

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

16 years agoadded some missing language strings
cash [Mon, 14 Dec 2009 12:39:01 +0000 (12:39 +0000)]
added some missing language strings

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

16 years ago1.6.5 version
Cash Costello [Sun, 13 Dec 2009 02:13:13 +0000 (02:13 +0000)]
1.6.5 version

16 years agoforgot one small change due to tp_list_entities changing parameters
Cash Costello [Sun, 13 Dec 2009 02:04:33 +0000 (02:04 +0000)]
forgot one small change due to tp_list_entities changing parameters

16 years agofixed display of some album pages - caused a cascade of changes required
Cash Costello [Sun, 13 Dec 2009 02:03:17 +0000 (02:03 +0000)]
fixed display of some album pages - caused a cascade of changes required

16 years agoadded slideshows to the lists
Cash Costello [Sun, 13 Dec 2009 00:50:11 +0000 (00:50 +0000)]
added slideshows to the lists

16 years agoimproved the plugin hooks
Cash Costello [Sun, 13 Dec 2009 00:49:02 +0000 (00:49 +0000)]
improved the plugin hooks

16 years agomade a modification in image view for albums so that plugins have more flexibility
Cash Costello [Sat, 12 Dec 2009 21:34:18 +0000 (21:34 +0000)]
made a modification in image view for albums so that plugins have more flexibility

16 years agostarting process of moving thumbnail to page handler
Cash Costello [Sat, 12 Dec 2009 21:31:43 +0000 (21:31 +0000)]
starting process of moving thumbnail to page handler

16 years agoconvert line endings to Unix
Cash Costello [Sat, 12 Dec 2009 19:51:49 +0000 (19:51 +0000)]
convert line endings to Unix

16 years agoremoved error_log call
Cash Costello [Sat, 12 Dec 2009 04:18:04 +0000 (04:18 +0000)]
removed error_log call

16 years agoadded plugin hook for lightbox
Cash Costello [Sat, 12 Dec 2009 03:59:20 +0000 (03:59 +0000)]
added plugin hook for lightbox

16 years agoadded a help page for common problems
Cash Costello [Sat, 12 Dec 2009 03:50:17 +0000 (03:50 +0000)]
added a help page for common problems

16 years agoincreased number of image views possible
Cash Costello [Sat, 12 Dec 2009 03:48:17 +0000 (03:48 +0000)]
increased number of image views possible

16 years agosetting page owner for some pages
Cash Costello [Sat, 12 Dec 2009 03:16:52 +0000 (03:16 +0000)]
setting page owner for some pages

16 years agoFrench translation - big thanks to Fx Nion
Cash Costello [Sat, 12 Dec 2009 02:53:55 +0000 (02:53 +0000)]
French translation - big thanks to Fx Nion

16 years agoDanish translation - big thanks to erikernstm
Cash Costello [Sat, 12 Dec 2009 02:51:02 +0000 (02:51 +0000)]
Danish translation - big thanks to erikernstm

16 years agousing image rss view for album display and condensed most viewed pages
Cash Costello [Sat, 12 Dec 2009 02:41:16 +0000 (02:41 +0000)]
using image rss view for album display and condensed most viewed pages

16 years agoworking on adding rss feeds for all listing pages
Cash Costello [Fri, 11 Dec 2009 12:54:14 +0000 (12:54 +0000)]
working on adding rss feeds for all listing pages

16 years agomoved download action to download page
Cash Costello [Fri, 11 Dec 2009 12:30:23 +0000 (12:30 +0000)]
moved download action to download page

16 years agocloses #1244 - checking whether file exists before deleting it in cache
cash [Thu, 10 Dec 2009 12:13:38 +0000 (12:13 +0000)]
closes #1244 - checking whether file exists before deleting it in cache

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

16 years agocloses #1226 - fixes eclipse validation error
cash [Thu, 10 Dec 2009 12:02:42 +0000 (12:02 +0000)]
closes #1226 - fixes eclipse validation error

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

16 years agofixes #1230 - spelling corrected
cash [Thu, 10 Dec 2009 11:59:51 +0000 (11:59 +0000)]
fixes #1230 - spelling corrected

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

16 years agousing defines for ACCESS values - closes #1064
cash [Thu, 10 Dec 2009 11:56:10 +0000 (11:56 +0000)]
using defines for ACCESS values - closes #1064

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

16 years agoremoves @ from include - closes #879
cash [Thu, 10 Dec 2009 11:53:14 +0000 (11:53 +0000)]
removes @ from include - closes #879

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

16 years agoremoves unused variables - closes #1129
cash [Thu, 10 Dec 2009 11:52:10 +0000 (11:52 +0000)]
removes unused variables - closes #1129

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

16 years agominor tweak in comment - closes #1264
cash [Wed, 9 Dec 2009 13:05:56 +0000 (13:05 +0000)]
minor tweak in comment - closes #1264

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

16 years agofixes #973 - pulls reported content and bookmark code out of core owner_block view...
cash [Wed, 9 Dec 2009 12:54:11 +0000 (12:54 +0000)]
fixes #973 - pulls reported content and bookmark code out of core owner_block view - left images in _graphics since themes probably depend on that and did not want to break themes

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

16 years agofixes #1323 and #1186 - PHP 5.3 requires magic methods to be public
cash [Wed, 9 Dec 2009 12:51:26 +0000 (12:51 +0000)]
fixes #1323 and #1186 - PHP 5.3 requires magic methods to be public

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

16 years agofixes #1305 - user and entity cache now cleared on delete
cash [Tue, 8 Dec 2009 12:46:53 +0000 (12:46 +0000)]
fixes #1305 - user and entity cache now cleared on delete

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

16 years agogatekeeper functions now display helpful messages - closes #1060
cash [Tue, 8 Dec 2009 12:45:00 +0000 (12:45 +0000)]
gatekeeper functions now display helpful messages - closes #1060

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

16 years agofixes #1287 - users now removed from group acl when leaving group - changed order...
cash [Tue, 8 Dec 2009 12:43:29 +0000 (12:43 +0000)]
fixes #1287 - users now removed from group acl when leaving group - changed order of event and relationship removal

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

16 years agofixes #537 - missing area3 added to two_column_right_sidebar - also added enough...
cash [Tue, 8 Dec 2009 12:35:56 +0000 (12:35 +0000)]
fixes #537 - missing area3 added to two_column_right_sidebar - also added enough css so that the login page works with right sidebar

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

16 years agoAdding alias ElggSession methods
nickw [Mon, 7 Dec 2009 20:45:01 +0000 (20:45 +0000)]
Adding alias ElggSession methods

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

16 years agofixes #1187
cash [Mon, 7 Dec 2009 12:54:44 +0000 (12:54 +0000)]
fixes #1187

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

16 years agofixes #1018 - blank comments are now rejected
cash [Mon, 7 Dec 2009 12:51:06 +0000 (12:51 +0000)]
fixes #1018 - blank comments are now rejected

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

16 years agofixes #1183 - correct case for form method now
cash [Mon, 7 Dec 2009 12:45:30 +0000 (12:45 +0000)]
fixes #1183 - correct case for form method now

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