]> gitweb.fluxo.info Git - lorea/elgg.git/log
lorea/elgg.git
14 years agoFixes #2902: Added elgg-toggler pattern.
ewinslow [Mon, 14 Feb 2011 19:11:16 +0000 (19:11 +0000)]
Fixes #2902: Added elgg-toggler pattern.

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

14 years agoremove some unused css from admin theme
cash [Mon, 14 Feb 2011 12:28:48 +0000 (12:28 +0000)]
remove some unused css from admin theme

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

14 years agoClearing caches in ElggBatch.
brettp [Mon, 14 Feb 2011 05:23:16 +0000 (05:23 +0000)]
Clearing caches in ElggBatch.

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

14 years agoCache handler won't serve up cached pages if caching is disabled. Refs #2758: Added...
brettp [Mon, 14 Feb 2011 04:31:02 +0000 (04:31 +0000)]
Cache handler won't serve up cached pages if caching is disabled. Refs #2758: Added call to elgg_view_regenerate_simplecache() on cache misses if cache is enabled. Leaving #2758 open in case Cash has a better idea since he's more familiar with the simple cache changes.

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

14 years agoRemoved last of deprecated metadata calls in trunk.
brettp [Mon, 14 Feb 2011 03:46:22 +0000 (03:46 +0000)]
Removed last of deprecated metadata calls in trunk.

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

14 years agoUpdated trunk to use new annotation functions. Added checks for annotations_* options...
brettp [Mon, 14 Feb 2011 03:40:59 +0000 (03:40 +0000)]
Updated trunk to use new annotation functions. Added checks for annotations_* options vs annotation_* options because it's so easy to confuse.

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

14 years agoFixes #2918. Moved annotation/metadata delete functions from ElggUser to ElggEntity...
brettp [Mon, 14 Feb 2011 03:13:31 +0000 (03:13 +0000)]
Fixes #2918. Moved annotation/metadata delete functions from ElggUser to ElggEntity. When deleted, entities now correctly delete metadata they own as well as metadata on them. Removed uses of deprecated functions.

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

14 years agoMore fixes to annotations/metadata changes. Now all function support getting via...
brettp [Mon, 14 Feb 2011 02:41:53 +0000 (02:41 +0000)]
More fixes to annotations/metadata changes. Now all function support getting via a metastring id.

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

14 years agoFixes #2914. Merged fix for r.time_created sorting to trunk.
brettp [Mon, 14 Feb 2011 02:05:59 +0000 (02:05 +0000)]
Fixes #2914. Merged fix for r.time_created sorting to trunk.

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

14 years agogetting rid of some warnings in theme preview
cash [Mon, 14 Feb 2011 01:51:40 +0000 (01:51 +0000)]
getting rid of some warnings in theme preview

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

14 years agoRefs #2903 navigation updated for theme preview
cash [Mon, 14 Feb 2011 01:30:46 +0000 (01:30 +0000)]
Refs #2903 navigation updated for theme preview

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

14 years agoRemoved accidental commit.
brettp [Mon, 14 Feb 2011 01:27:31 +0000 (01:27 +0000)]
Removed accidental commit.

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

14 years agoRefs #2912. Added checks for constraints in dangerous functions. Unit tests no longer...
brettp [Mon, 14 Feb 2011 01:24:51 +0000 (01:24 +0000)]
Refs #2912. Added checks for constraints in dangerous functions. Unit tests no longer remove all metadata/annotations.

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

14 years agoRefs #2903 moving theme preview into developers plugin - navigation and titles are...
cash [Mon, 14 Feb 2011 00:10:03 +0000 (00:10 +0000)]
Refs #2903 moving theme preview into developers plugin - navigation and titles are broken

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

14 years agoDeprecated ElggEntity->clearMetadata() by ElggEntity->deleteMetadata(). Disabling...
brettp [Sun, 13 Feb 2011 23:53:30 +0000 (23:53 +0000)]
Deprecated ElggEntity->clearMetadata() by ElggEntity->deleteMetadata(). Disabling entities now disables their annotations and metadata. Enabling entities enables annotations and metadata. Fixes #1115.

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

14 years agoIf using a callback in ElggBatch, make sure there's an initial value to return.
brettp [Sun, 13 Feb 2011 23:52:15 +0000 (23:52 +0000)]
If using a callback in ElggBatch, make sure there's an initial value to return.

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

14 years agoAllowing metastrings_type for metastring-based object functions.
brettp [Sun, 13 Feb 2011 23:51:42 +0000 (23:51 +0000)]
Allowing metastrings_type for metastring-based object functions.

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

14 years agoadded tabs to admin theme
cash [Sun, 13 Feb 2011 23:27:45 +0000 (23:27 +0000)]
added tabs to admin theme

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

14 years agoupdates externalpages to 1.8
cash [Sun, 13 Feb 2011 23:10:18 +0000 (23:10 +0000)]
updates externalpages to 1.8

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

14 years agoRemoved worthless function from previous commit.
brettp [Sun, 13 Feb 2011 23:02:40 +0000 (23:02 +0000)]
Removed worthless function from previous commit.

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

14 years agoRefs #2907. DRY'd up and abstracted out a lot of metadata / annotation functions...
brettp [Sun, 13 Feb 2011 22:59:36 +0000 (22:59 +0000)]
Refs #2907. DRY'd up and abstracted out a lot of metadata / annotation functions so I can implement #1115 with a clean conscious.

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

14 years agoswapping sitepages for externalpages since the external pages is easier to integrate...
cash [Sun, 13 Feb 2011 22:19:14 +0000 (22:19 +0000)]
swapping sitepages for externalpages since the external pages is easier to integrate into 1.8 . sitepages needs more work before it is ready for release (plus we would need an upgrade script)

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

14 years agoRefs #2301 demoting type:subtype warnings to notices
cash [Sun, 13 Feb 2011 19:53:03 +0000 (19:53 +0000)]
Refs #2301 demoting type:subtype warnings to notices

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

14 years agoFixes #2848 pulls user settings code out of actions into functions. We should investi...
cash [Sun, 13 Feb 2011 19:44:26 +0000 (19:44 +0000)]
Fixes #2848 pulls user settings code out of actions into functions. We should investigate putting them in a library that is only loaded on demand

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

14 years agouser settings library is now user_settings.php
cash [Sun, 13 Feb 2011 19:01:29 +0000 (19:01 +0000)]
user settings library is now user_settings.php

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

14 years agodocumentation update for admin functions
cash [Sun, 13 Feb 2011 18:57:47 +0000 (18:57 +0000)]
documentation update for admin functions

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

14 years agoadmin menu uses weights for ordering
cash [Sun, 13 Feb 2011 18:48:40 +0000 (18:48 +0000)]
admin menu uses weights for ordering

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

15 years agoAdditional checking in ElggBatch for valid key.
brettp [Sun, 13 Feb 2011 16:46:48 +0000 (16:46 +0000)]
Additional checking in ElggBatch for valid key.

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

15 years agoFixed #2218 finished up the encoding issues by turning of double encoding
cash [Sun, 13 Feb 2011 12:34:09 +0000 (12:34 +0000)]
Fixed #2218 finished up the encoding issues by turning of double encoding

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

15 years agocategories are listed horizontally
cash [Sun, 13 Feb 2011 12:26:32 +0000 (12:26 +0000)]
categories are listed horizontally

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

15 years agoAdded ability to get results of callback function in ElggBatch.
brettp [Sun, 13 Feb 2011 04:56:23 +0000 (04:56 +0000)]
Added ability to get results of callback function in ElggBatch.

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

15 years agoFixed ElggBatch problems when specifying a limit of 0. Fixed a shoot yourself in...
brettp [Sun, 13 Feb 2011 04:34:20 +0000 (04:34 +0000)]
Fixed ElggBatch problems when specifying a limit of 0. Fixed a shoot yourself in the foot situation if passing a dumb number to chunk size.

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

15 years agoAdded ElggBatch class for more efficient batch operations on large sets of Elgg*...
brettp [Sun, 13 Feb 2011 04:12:20 +0000 (04:12 +0000)]
Added ElggBatch class for more efficient batch operations on large sets of Elgg* objects.

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

15 years agoadded the footer analytics view for js
cash [Sun, 13 Feb 2011 01:55:06 +0000 (01:55 +0000)]
added the footer analytics view for js

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

15 years agoupdated custom index for 1.8
cash [Sun, 13 Feb 2011 01:30:12 +0000 (01:30 +0000)]
updated custom index for 1.8

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

15 years agoRenamed signin to elgg-button-dropdown
ewinslow [Sun, 13 Feb 2011 00:38:20 +0000 (00:38 +0000)]
Renamed signin to elgg-button-dropdown

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

15 years agoProgress refactoring the login dropdown and login forms -- not quite there yet, though
ewinslow [Sun, 13 Feb 2011 00:35:19 +0000 (00:35 +0000)]
Progress refactoring the login dropdown and login forms -- not quite there yet, though

Added another module: dropdown.

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

15 years agomoved custom_index back into core
cash [Sun, 13 Feb 2011 00:25:21 +0000 (00:25 +0000)]
moved custom_index back into core

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

15 years agoUpdated docs for layout_objects
ewinslow [Sat, 12 Feb 2011 23:39:28 +0000 (23:39 +0000)]
Updated docs for layout_objects

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

15 years agoRefs #650. Replaced count_annotations().
brettp [Sat, 12 Feb 2011 23:29:36 +0000 (23:29 +0000)]
Refs #650. Replaced count_annotations().

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

15 years agoRefs #650. Replaced list_annotations() by elgg_list_annotations().
brettp [Sat, 12 Feb 2011 23:20:41 +0000 (23:20 +0000)]
Refs #650. Replaced list_annotations() by elgg_list_annotations().

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

15 years agoUpdated a few recent calls to elgg_get_annotations() to use 'reverse_order_by' =...
brettp [Sat, 12 Feb 2011 23:14:42 +0000 (23:14 +0000)]
Updated a few recent calls to elgg_get_annotations() to use 'reverse_order_by' => true.

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

15 years agoRefs #2906. Missed a file.
brettp [Sat, 12 Feb 2011 23:09:06 +0000 (23:09 +0000)]
Refs #2906. Missed a file.

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

15 years agoFixes #2906. Added elgg_sql_reverse_order_by() and wired it up to ege() and ega(...
brettp [Sat, 12 Feb 2011 23:08:00 +0000 (23:08 +0000)]
Fixes #2906. Added elgg_sql_reverse_order_by() and wired it up to ege() and ega(). Pass 'reverse_order_by' => true in option arrays.

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

15 years agoa mostly completed port of JHU/APL wire plugin to 1.8
cash [Sat, 12 Feb 2011 22:41:25 +0000 (22:41 +0000)]
a mostly completed port of JHU/APL wire plugin to 1.8

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

15 years agoRefs #650. Replaced calls to get_annotations() by elgg_get_annotations().
brettp [Sat, 12 Feb 2011 22:39:46 +0000 (22:39 +0000)]
Refs #650. Replaced calls to get_annotations() by elgg_get_annotations().

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

15 years agoadded the status view into details on profile page
cash [Sat, 12 Feb 2011 22:39:41 +0000 (22:39 +0000)]
added the status view into details on profile page

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

15 years agoRefs #650. Replaced uses for get_metadata_byname() by elgg_get_metadata()
brettp [Sat, 12 Feb 2011 22:13:22 +0000 (22:13 +0000)]
Refs #650. Replaced uses for get_metadata_byname() by elgg_get_metadata()

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

15 years agoRefs #650. Changed elgg_get_metadata_by_id() to elgg_get_metadata_from_id() to be...
brettp [Sat, 12 Feb 2011 22:06:17 +0000 (22:06 +0000)]
Refs #650. Changed elgg_get_metadata_by_id() to elgg_get_metadata_from_id() to be consistent with other functions.

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

15 years agoRefs #650. Replaced get_metadata() by elgg_get_metadata_by_id()
brettp [Sat, 12 Feb 2011 22:03:09 +0000 (22:03 +0000)]
Refs #650. Replaced get_metadata() by elgg_get_metadata_by_id()

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

15 years agoRefs #650: Replaced uses of get_metadata_for_entity() by elgg_get_metadata().
brettp [Sat, 12 Feb 2011 21:59:10 +0000 (21:59 +0000)]
Refs #650: Replaced uses of get_metadata_for_entity() by elgg_get_metadata().

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

15 years agoallow plugins to decline the addition of tags to their entity list view
cash [Sat, 12 Feb 2011 21:56:52 +0000 (21:56 +0000)]
allow plugins to decline the addition of tags to their entity list view

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

15 years agoDeprecated get_metadata() by elgg_get_metadata_by_id() to avoid confusion with elgg_g...
brettp [Sat, 12 Feb 2011 21:53:17 +0000 (21:53 +0000)]
Deprecated get_metadata() by elgg_get_metadata_by_id() to avoid confusion with elgg_get_metadata(). Not in love with the name...had considered elgg_get_metadatum(). Open to suggestions.

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

15 years agoRefs #650: Deprecated find_metadata() with elgg_get_metadata(). Deprecated get_metada...
brettp [Sat, 12 Feb 2011 21:33:56 +0000 (21:33 +0000)]
Refs #650: Deprecated find_metadata() with elgg_get_metadata(). Deprecated get_metadata_for_entity() and get_metadata_byname() <twitch>. Added elgg_get_metastrings_based_objects() to deal with the commonalities between the metadata and annotation getter functions.

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

15 years agoLabel wraps checkbox for usability
ewinslow [Sat, 12 Feb 2011 21:11:44 +0000 (21:11 +0000)]
Label wraps checkbox for usability

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

15 years agoDoh, how did this get here?
ewinslow [Sat, 12 Feb 2011 21:01:07 +0000 (21:01 +0000)]
Doh, how did this get here?

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

15 years agoRefs #2898: Updated docs and test manifest for the xmlns changes.
brettp [Sat, 12 Feb 2011 20:00:35 +0000 (20:00 +0000)]
Refs #2898: Updated docs and test manifest for the xmlns changes.

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

15 years agoRefs #2898: Using an XML namespace instead of version attribute on plugin manifests.
brettp [Sat, 12 Feb 2011 19:57:39 +0000 (19:57 +0000)]
Refs #2898: Using an XML namespace instead of version attribute on plugin manifests.

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

15 years agoCleaned up more twitterservice code. Twitter usernames now have random digits appende...
brettp [Sat, 12 Feb 2011 19:22:55 +0000 (19:22 +0000)]
Cleaned up more twitterservice code. Twitter usernames now have random digits appended upon name collision. Added the option for admins to allow twitter sign up even if site registration is disabled.

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

15 years agoDeleting a user from his profile forwards to the right page.
brettp [Sat, 12 Feb 2011 18:48:56 +0000 (18:48 +0000)]
Deleting a user from his profile forwards to the right page.

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

15 years agoFixed #2887 redirects on blog, file, and pages works now - bookmarks plugin still...
cash [Sat, 12 Feb 2011 18:20:12 +0000 (18:20 +0000)]
Fixed #2887 redirects on blog, file, and pages works now - bookmarks plugin still needs plenty of work

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

15 years agoupdated reported content to use elgg_view_form
cash [Sat, 12 Feb 2011 17:52:18 +0000 (17:52 +0000)]
updated reported content to use elgg_view_form

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

15 years agoclean up the last few commits
cash [Sat, 12 Feb 2011 17:10:30 +0000 (17:10 +0000)]
clean up the last few commits

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

15 years agoRefs #2032 core forms use divs
cash [Sat, 12 Feb 2011 16:58:10 +0000 (16:58 +0000)]
Refs #2032 core forms use divs

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

15 years agoupdated the plugins that have already been updated to 1.8 html/css to use divs rather...
cash [Sat, 12 Feb 2011 16:40:05 +0000 (16:40 +0000)]
updated the plugins that have already been updated to 1.8 html/css to use divs rather than p tags in forms

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

15 years agopulled delete form out of edit view for groups
cash [Sat, 12 Feb 2011 16:14:13 +0000 (16:14 +0000)]
pulled delete form out of edit view for groups

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

15 years agorecommended to use <div> in forms for wrapping content - added css to support that...
cash [Sat, 12 Feb 2011 16:00:36 +0000 (16:00 +0000)]
recommended to use <div> in forms for wrapping content - added css to support that and updated all group forms

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

15 years agomoved security tokens to top of form so we can use :last-child
cash [Sat, 12 Feb 2011 15:57:41 +0000 (15:57 +0000)]
moved security tokens to top of form so we can use :last-child

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

15 years agofixed another bug from last night
cash [Sat, 12 Feb 2011 15:50:11 +0000 (15:50 +0000)]
fixed another bug from last night

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

15 years agofixing a few bugs introduced last night in the input views
cash [Sat, 12 Feb 2011 15:34:33 +0000 (15:34 +0000)]
fixing a few bugs introduced last night in the input views

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

15 years agofixed enable group bookmarks language string
cash [Sat, 12 Feb 2011 15:24:43 +0000 (15:24 +0000)]
fixed enable group bookmarks language string

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

15 years agoRefs #1393 added work around note to checkboxes and radio inputs for integer labels
cash [Sat, 12 Feb 2011 14:37:08 +0000 (14:37 +0000)]
Refs #1393 added work around note to checkboxes and radio inputs for integer labels

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

15 years agohmmm...mixed up my left and right on that last commit
cash [Sat, 12 Feb 2011 14:03:41 +0000 (14:03 +0000)]
hmmm...mixed up my left and right on that last commit

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

15 years agoFixes #972 checkboxes and radio input fields support horizontal and vertical alignments
cash [Sat, 12 Feb 2011 14:02:11 +0000 (14:02 +0000)]
Fixes #972 checkboxes and radio input fields support horizontal and vertical alignments

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

15 years agoblog object wasn't being passed to the form view
cash [Sat, 12 Feb 2011 13:33:56 +0000 (13:33 +0000)]
blog object wasn't being passed to the form view

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

15 years agofixed bug in elgg_format_attributes() that caused none string values to be ignored
cash [Sat, 12 Feb 2011 12:20:33 +0000 (12:20 +0000)]
fixed bug in elgg_format_attributes() that caused none string values to be ignored

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

15 years agoreverted part of [8148] that broke all forms
cash [Sat, 12 Feb 2011 12:15:14 +0000 (12:15 +0000)]
reverted part of [8148] that broke all forms

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

15 years agocontinued cleaning up admin plugin settings
cash [Sat, 12 Feb 2011 12:11:26 +0000 (12:11 +0000)]
continued cleaning up admin plugin settings

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

15 years agoFixes #2143: DRYed up input/radio -- other views still should be addressed, but not...
ewinslow [Sat, 12 Feb 2011 07:16:02 +0000 (07:16 +0000)]
Fixes #2143: DRYed up input/radio -- other views still should be addressed, but not because they aren't DRY, therefore I'm calling this ticket closed

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

15 years agoRefs #2143: General cleanup of input views
ewinslow [Sat, 12 Feb 2011 07:04:24 +0000 (07:04 +0000)]
Refs #2143: General cleanup of input views

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

15 years agoRefs #2143: DRYed up input/access -- wow, that feels good
ewinslow [Sat, 12 Feb 2011 06:56:19 +0000 (06:56 +0000)]
Refs #2143: DRYed up input/access -- wow, that feels good

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

15 years agoRefs #2143: DRYed up input/longtext -- maybe I missed it, but was there a difference...
ewinslow [Sat, 12 Feb 2011 06:46:21 +0000 (06:46 +0000)]
Refs #2143: DRYed up input/longtext -- maybe I missed it, but was there a difference b/w plaintext and longtext?

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

15 years agoRefs #2143: DRYed up input/plaintext
ewinslow [Sat, 12 Feb 2011 06:42:45 +0000 (06:42 +0000)]
Refs #2143: DRYed up input/plaintext

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

15 years agoRefs #2143: DRYed up input/dropdown -- probably could be better still
ewinslow [Sat, 12 Feb 2011 06:38:18 +0000 (06:38 +0000)]
Refs #2143: DRYed up input/dropdown -- probably could be better still

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

15 years agoRefs #2143: DRY up input/hidden
ewinslow [Sat, 12 Feb 2011 06:26:15 +0000 (06:26 +0000)]
Refs #2143: DRY up input/hidden

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

15 years agoRefs #2143: DRYed up input/password
ewinslow [Sat, 12 Feb 2011 04:01:36 +0000 (04:01 +0000)]
Refs #2143: DRYed up input/password

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

15 years agoRefs #2143: DRYed up input/file
ewinslow [Sat, 12 Feb 2011 03:59:57 +0000 (03:59 +0000)]
Refs #2143: DRYed up input/file

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

15 years agoregister_entity_url_handler => elgg_register_entity_url_handler (because every other...
ewinslow [Sat, 12 Feb 2011 03:53:07 +0000 (03:53 +0000)]
register_entity_url_handler => elgg_register_entity_url_handler (because every other reigstration function asks for the callback last)

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

15 years agoRefs #2610: Using call_user_func in url hooks
ewinslow [Sat, 12 Feb 2011 03:01:55 +0000 (03:01 +0000)]
Refs #2610: Using call_user_func in url hooks

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

15 years agoPage handler uses call_user_func (so methods of classes can be used as page handlers)
ewinslow [Sat, 12 Feb 2011 02:56:46 +0000 (02:56 +0000)]
Page handler uses call_user_func (so methods of classes can be used as page handlers)

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

15 years agoTwitter services now allows login with twitter properly for a single user.
brettp [Sat, 12 Feb 2011 02:37:06 +0000 (02:37 +0000)]
Twitter services now allows login with twitter properly for a single user.

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

15 years agoAdded elgg_get_entities_from_plugin_user_settings(). Added a name_prefix option to...
brettp [Sat, 12 Feb 2011 02:33:55 +0000 (02:33 +0000)]
Added elgg_get_entities_from_plugin_user_settings(). Added a name_prefix option to elgg_get_entities_from_private_settings().

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

15 years agoFixes #2904: Converted most elgg_view('layout/objects/module') instances to elgg_view...
ewinslow [Sat, 12 Feb 2011 02:29:23 +0000 (02:29 +0000)]
Fixes #2904: Converted most elgg_view('layout/objects/module') instances to elgg_view_module()

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

15 years agopulled <head> out into page shell also
cash [Sat, 12 Feb 2011 01:40:15 +0000 (01:40 +0000)]
pulled <head> out into page shell also

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

15 years agoAdded an elgg_view_module shortcut function -- now to try it out!
ewinslow [Sat, 12 Feb 2011 01:23:13 +0000 (01:23 +0000)]
Added an elgg_view_module shortcut function -- now to try it out!

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

15 years agofixed topbar html
cash [Sat, 12 Feb 2011 01:20:04 +0000 (01:20 +0000)]
fixed topbar html

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

15 years agoAdded missing @deprecated tags to a couple functions
ewinslow [Sat, 12 Feb 2011 01:17:08 +0000 (01:17 +0000)]
Added missing @deprecated tags to a couple functions

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

15 years agoset_view_location => elgg_set_view_location (to match elgg_get_view_location)
ewinslow [Sat, 12 Feb 2011 01:15:18 +0000 (01:15 +0000)]
set_view_location => elgg_set_view_location (to match elgg_get_view_location)

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

15 years agoBye bye spotlight
ewinslow [Sat, 12 Feb 2011 01:09:26 +0000 (01:09 +0000)]
Bye bye spotlight

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

15 years agoOne more conversion to elgg_view_form
ewinslow [Sat, 12 Feb 2011 01:08:25 +0000 (01:08 +0000)]
One more conversion to elgg_view_form

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