]> gitweb.fluxo.info Git - lorea/elgg.git/log
lorea/elgg.git
15 years agoConverted most forms to use elgg_view_form (therefore also moved the views to forms...
ewinslow [Sat, 12 Feb 2011 01:07:33 +0000 (01:07 +0000)]
Converted most forms to use elgg_view_form (therefore also moved the views to forms/*).  Some views are left that _only_ do elgg_view_form, so I wonder if those should even be kept around.

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

15 years agoRegistering forward() calls to a plugin-specific reason for use in plugin hooks.
nickw [Sat, 12 Feb 2011 01:04:42 +0000 (01:04 +0000)]
Registering forward() calls to a plugin-specific reason for use in plugin hooks.

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

15 years agolight clean up on the embed plugin which doesn't appear to work at present
cash [Sat, 12 Feb 2011 00:58:11 +0000 (00:58 +0000)]
light clean up on the embed plugin which doesn't appear to work at present

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

15 years agoTypo correction: @deprecate => @deprecated
ewinslow [Fri, 11 Feb 2011 23:28:37 +0000 (23:28 +0000)]
Typo correction: @deprecate => @deprecated

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

15 years agoAdded disapproving @todo's wherever I could find javascript not conforming to 1.8...
ewinslow [Fri, 11 Feb 2011 23:09:33 +0000 (23:09 +0000)]
Added disapproving @todo's wherever I could find javascript not conforming to 1.8 conventions

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

15 years agosome clean up of the categories plugin - html/css polish needed
cash [Fri, 11 Feb 2011 22:51:08 +0000 (22:51 +0000)]
some clean up of the categories plugin - html/css polish needed

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

15 years agoFixes #2888: Plugins are checked for validity in elgg_get_plugins(). It won't return...
brettp [Fri, 11 Feb 2011 22:09:04 +0000 (22:09 +0000)]
Fixes #2888: Plugins are checked for validity in elgg_get_plugins(). It won't return broken plugins unless specifically requested.

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

15 years agoBah Didn't hit save on annotations.php before I commited the previous change.
brettp [Fri, 11 Feb 2011 21:48:34 +0000 (21:48 +0000)]
Bah Didn't hit save on annotations.php before I commited the previous change.

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

15 years agoMoved list_entities_from_annotation_count_by_metadata() to deprecated-18.php.
brettp [Fri, 11 Feb 2011 21:46:49 +0000 (21:46 +0000)]
Moved list_entities_from_annotation_count_by_metadata() to deprecated-18.php.

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

15 years agoRefs #650. Added 'annotation_calculation' to elgg_get_annotations(). Deprecated list_...
brettp [Fri, 11 Feb 2011 21:42:43 +0000 (21:42 +0000)]
Refs #650. Added 'annotation_calculation' to elgg_get_annotations(). Deprecated list_annotations() by elgg_list_annotations(). Deprecated get_annotations_*() by elgg_get_annotations() and passing annotation_calculation.

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

15 years agoAdded $viewer callback option for elgg_list_entities().
brettp [Fri, 11 Feb 2011 21:38:38 +0000 (21:38 +0000)]
Added $viewer callback option for elgg_list_entities().

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

15 years agoFixed doc spacing that was throwing errors in PHP Code Sniffer.
brettp [Fri, 11 Feb 2011 21:36:52 +0000 (21:36 +0000)]
Fixed doc spacing that was throwing errors in PHP Code Sniffer.

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

15 years agoelgg-classic => elgg-page-classic, elgg-admin => elgg-page-admin
ewinslow [Fri, 11 Feb 2011 19:46:44 +0000 (19:46 +0000)]
elgg-classic => elgg-page-classic, elgg-admin => elgg-page-admin

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

15 years agoAdded css/elements/modules.php. Modules and widgets deserve their own space.
ewinslow [Fri, 11 Feb 2011 19:43:44 +0000 (19:43 +0000)]
Added css/elements/modules.php.  Modules and widgets deserve their own space.

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

15 years agoCleaned up admin advanced plugins view a bit
ewinslow [Fri, 11 Feb 2011 19:35:11 +0000 (19:35 +0000)]
Cleaned up admin advanced plugins view a bit

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

15 years agoFixes #1303: Pulled html_begin/end into page shells. extracted <head> element into...
ewinslow [Fri, 11 Feb 2011 18:32:44 +0000 (18:32 +0000)]
Fixes #1303: Pulled html_begin/end into page shells.  extracted <head> element into page/elements/head

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

15 years agoConverted all manifest files to 1.8 style
ewinslow [Fri, 11 Feb 2011 18:05:38 +0000 (18:05 +0000)]
Converted all manifest files to 1.8 style

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

15 years agoMoved get_annotations() to deprecated-1.8.
brettp [Fri, 11 Feb 2011 02:03:57 +0000 (02:03 +0000)]
Moved get_annotations() to deprecated-1.8.

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

15 years agoRefs #650. Deprecated get_annotations() for elgg_get_annotations().
brettp [Fri, 11 Feb 2011 02:03:08 +0000 (02:03 +0000)]
Refs #650. Deprecated get_annotations() for elgg_get_annotations().

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

15 years agonot outputing all the plugin information in diagnostics plugin due to new plugin...
cash [Fri, 11 Feb 2011 01:45:00 +0000 (01:45 +0000)]
not outputing all the plugin information in diagnostics plugin due to new plugin system structure

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

15 years agoFixes #2872 - returned plugin settings menu to working order
cash [Fri, 11 Feb 2011 01:42:59 +0000 (01:42 +0000)]
Fixes #2872 - returned plugin settings menu to working order

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

15 years agoCleanup of basic plugins area
ewinslow [Fri, 11 Feb 2011 01:30:24 +0000 (01:30 +0000)]
Cleanup of basic plugins area

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

15 years agoMore cleanup of admin/plugins css
ewinslow [Fri, 11 Feb 2011 00:33:27 +0000 (00:33 +0000)]
More cleanup of admin/plugins css

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

15 years agoelgg-$state-dependency => elgg-state-(error|success)
ewinslow [Fri, 11 Feb 2011 00:14:35 +0000 (00:14 +0000)]
elgg-$state-dependency => elgg-state-(error|success)

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

15 years agoRemoved unused view: output/rss_view
ewinslow [Fri, 11 Feb 2011 00:04:03 +0000 (00:04 +0000)]
Removed unused view: output/rss_view

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

15 years agoConverted hardcoded styles to css primitives
ewinslow [Fri, 11 Feb 2011 00:01:51 +0000 (00:01 +0000)]
Converted hardcoded styles to css primitives

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

15 years agoRemoved nonsensical comments
ewinslow [Thu, 10 Feb 2011 23:56:33 +0000 (23:56 +0000)]
Removed nonsensical comments

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

15 years agoAdded border primitives "b<loc><type>" where type is "a" or "b" -- anyone want to...
ewinslow [Thu, 10 Feb 2011 23:47:51 +0000 (23:47 +0000)]
Added border primitives "b<loc><type>" where type is "a" or "b" -- anyone want to choose better names? :)

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

15 years agogit-svn-id: http://code.elgg.org/elgg/trunk@8099 36083f99-b078-4883-b0ff-0f9b5a30f544
ewinslow [Thu, 10 Feb 2011 23:24:30 +0000 (23:24 +0000)]
git-svn-id: http://code.elgg.org/elgg/trunk@8099 36083f99-b078-4883-b0ff-0f9b5a30f544

15 years agodisabled => elgg-state-disabled in plugins (only found in blog and groups)
ewinslow [Thu, 10 Feb 2011 23:20:21 +0000 (23:20 +0000)]
disabled => elgg-state-disabled in plugins (only found in blog and groups)

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

15 years agoMoved the simple plugins admin form to the forms/ dir
ewinslow [Thu, 10 Feb 2011 23:19:14 +0000 (23:19 +0000)]
Moved the simple plugins admin form to the forms/ dir

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

15 years ago.disabled => .elgg-state-disabled (core only)
ewinslow [Thu, 10 Feb 2011 23:07:01 +0000 (23:07 +0000)]
.disabled => .elgg-state-disabled (core only)

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

15 years agoUsing spacing primitives rather than <br/>
ewinslow [Thu, 10 Feb 2011 23:04:56 +0000 (23:04 +0000)]
Using spacing primitives rather than <br/>

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

15 years agoCorrected minor problem with admin tables
ewinslow [Thu, 10 Feb 2011 22:54:18 +0000 (22:54 +0000)]
Corrected minor problem with admin tables

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

15 years agoPlugin settings forms now use the forms/ directory
ewinslow [Thu, 10 Feb 2011 22:09:40 +0000 (22:09 +0000)]
Plugin settings forms now use the forms/ directory

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

15 years agofixed access issue on menu name
cash [Thu, 10 Feb 2011 20:28:13 +0000 (20:28 +0000)]
fixed access issue on menu name

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

15 years agoConverted buttons to elgg-object-type naming convention. Added table of buttons...
ewinslow [Thu, 10 Feb 2011 01:43:36 +0000 (01:43 +0000)]
Converted buttons to elgg-object-type naming convention.  Added table of buttons to forms theming preview meant for previewing all button types and states (still have to implement those...)

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

15 years agoRefs #2874. Finished removing calls to deprecated plugin mgmt functions in core and...
brettp [Wed, 9 Feb 2011 22:04:46 +0000 (22:04 +0000)]
Refs #2874. Finished removing calls to deprecated plugin mgmt functions in core and core plugins.

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

15 years agoRefs #2874: More removal of deprecated function user in plugins systems.
brettp [Wed, 9 Feb 2011 21:44:12 +0000 (21:44 +0000)]
Refs #2874: More removal of deprecated function user in plugins systems.

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

15 years agoRefs #2869, #2874. Renamed ElggPlugin::remove* functions to unset*. Added ElggPlugin...
brettp [Wed, 9 Feb 2011 21:13:29 +0000 (21:13 +0000)]
Refs #2869, #2874. Renamed ElggPlugin::remove* functions to unset*.  Added ElggPlugin::getAllUserSettings() and getAllSettings(). Deprecated all plugin settings and user setting functions with correctly named functions.

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

15 years agoSlightly more efficient way of declaring spacing helpers
ewinslow [Wed, 9 Feb 2011 18:24:54 +0000 (18:24 +0000)]
Slightly more efficient way of declaring spacing helpers

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

15 years agoupdated version number
cash [Wed, 9 Feb 2011 12:01:25 +0000 (12:01 +0000)]
updated version number

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

15 years agoRefs #2869: Fixed problems when deleting user settings using wrapper function.
brettp [Wed, 9 Feb 2011 01:25:42 +0000 (01:25 +0000)]
Refs #2869: Fixed problems when deleting user settings using wrapper function.

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

15 years agoRefs #2874: Using elgg_get_plugins() instead of get_installed_plugins().
brettp [Wed, 9 Feb 2011 01:02:00 +0000 (01:02 +0000)]
Refs #2874: Using elgg_get_plugins() instead of get_installed_plugins().

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

15 years agoFixed typo that break ElggPlugin::isActive().
brettp [Wed, 9 Feb 2011 00:51:05 +0000 (00:51 +0000)]
Fixed typo that break ElggPlugin::isActive().

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

15 years agoRefs #2874: Using elgg_is_active_plugin() in core and bundled plugins.
brettp [Wed, 9 Feb 2011 00:30:35 +0000 (00:30 +0000)]
Refs #2874: Using elgg_is_active_plugin() in core and bundled plugins.

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

15 years agoFixes #2858: is_plugin_enabled() is deprecated by elgg_is_active_plugin() instead...
brettp [Tue, 8 Feb 2011 20:48:34 +0000 (20:48 +0000)]
Fixes #2858: is_plugin_enabled() is deprecated by elgg_is_active_plugin() instead of ElggPlugin::isActive().

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

15 years agoFixes #2869: User settings for plugins work again.
brettp [Tue, 8 Feb 2011 20:30:06 +0000 (20:30 +0000)]
Fixes #2869: User settings for plugins work again.

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

15 years agoRefs #2543: Updated trunk mods and views to use the new functions from previous 2...
brettp [Tue, 8 Feb 2011 19:52:10 +0000 (19:52 +0000)]
Refs #2543: Updated trunk mods and views to use the new functions from previous 2 commits.

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

15 years agoRefs #2543: Core uses the new functions from previous commit.
brettp [Tue, 8 Feb 2011 19:27:58 +0000 (19:27 +0000)]
Refs #2543: Core uses the new functions from previous commit.

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

15 years agoDeprecated isadminloggedin(), isloggedin(), get_loggedin_user(), and get_loggedin_use...
brettp [Tue, 8 Feb 2011 19:11:48 +0000 (19:11 +0000)]
Deprecated isadminloggedin(), isloggedin(), get_loggedin_user(), and get_loggedin_userid() because they melt my brain each time I see them. This commit breaks trunk. Wait for the incoming commit to fix it.

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

15 years agocleaned up tagcloud plugin
cash [Tue, 8 Feb 2011 12:42:12 +0000 (12:42 +0000)]
cleaned up tagcloud plugin

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

15 years agoupdated search plugin for new html/css
cash [Tue, 8 Feb 2011 12:23:04 +0000 (12:23 +0000)]
updated search plugin for new html/css

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

15 years agoahhh...missed this one too
cash [Tue, 8 Feb 2011 12:22:30 +0000 (12:22 +0000)]
ahhh...missed this one too

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

15 years agomissed this file in the admin backend update last night
cash [Tue, 8 Feb 2011 12:21:30 +0000 (12:21 +0000)]
missed this file in the admin backend update last night

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

15 years agoadded a class variable to title view
cash [Tue, 8 Feb 2011 12:20:45 +0000 (12:20 +0000)]
added a class variable to title view

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

15 years agoFixes #2863: Can now use all 6 dep types with conflicts.
brettp [Tue, 8 Feb 2011 06:14:19 +0000 (06:14 +0000)]
Fixes #2863: Can now use all 6 dep types with conflicts.

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

15 years agoAdded suggests to the plugins deps system. It parallels the requires system, but...
brettp [Tue, 8 Feb 2011 05:28:42 +0000 (05:28 +0000)]
Added suggests to the plugins deps system. It parallels the requires system, but doesn't affect if the plugin can be enabled and only shows up in the deps table on the advanced view.

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

15 years agoRunning plugins' blurb, description, name, and screenshot->description through elgg_e...
brettp [Tue, 8 Feb 2011 04:49:25 +0000 (04:49 +0000)]
Running plugins' blurb, description, name, and screenshot->description through elgg_echo().

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

15 years agorough system messages implementation for admin backend
cash [Tue, 8 Feb 2011 03:34:27 +0000 (03:34 +0000)]
rough system messages implementation for admin backend

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

15 years agoupdates for the admin css based on the reworking I did to the html
cash [Tue, 8 Feb 2011 03:14:16 +0000 (03:14 +0000)]
updates for the admin css based on the reworking I did to the html

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

15 years agobringing us a little closer to validating
cash [Tue, 8 Feb 2011 02:51:33 +0000 (02:51 +0000)]
bringing us a little closer to validating

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

15 years agoa tiny amount of progress on the css chrome element view
cash [Tue, 8 Feb 2011 02:12:27 +0000 (02:12 +0000)]
a tiny amount of progress on the css chrome element view

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

15 years agomore tweaking of css - menu and general clean up
cash [Tue, 8 Feb 2011 01:59:24 +0000 (01:59 +0000)]
more tweaking of css - menu and general clean up

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

15 years agostarting to standardize on elgg-<type>-<subtype> for css such as elgg-heading-site
cash [Tue, 8 Feb 2011 01:23:35 +0000 (01:23 +0000)]
starting to standardize on elgg-<type>-<subtype> for css such as elgg-heading-site

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

15 years agoremoved some old css no longer supported by modern browsers
cash [Mon, 7 Feb 2011 12:25:35 +0000 (12:25 +0000)]
removed some old css no longer supported by modern browsers

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

15 years agoPulled elgg-icon and elgg-icon-* into the admin css. Pulled out profile field JS...
brettp [Mon, 7 Feb 2011 05:10:11 +0000 (05:10 +0000)]
Pulled elgg-icon and elgg-icon-* into the admin css. Pulled out profile field JS into elgg.admin obj. Fixed editing profile field names.

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

15 years agoAdded dragger icon.
brettp [Mon, 7 Feb 2011 05:06:24 +0000 (05:06 +0000)]
Added dragger icon.

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

15 years agofixed typo in plugin library
cash [Mon, 7 Feb 2011 02:52:16 +0000 (02:52 +0000)]
fixed typo in plugin library

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

15 years agoFixes 2354 Using list instead of listing for search now
cash [Mon, 7 Feb 2011 02:43:24 +0000 (02:43 +0000)]
Fixes 2354 Using list instead of listing for search now

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

15 years agoFixes #2335 #2336 clean up and minor standardization of search plugin - needs html...
cash [Mon, 7 Feb 2011 02:38:51 +0000 (02:38 +0000)]
Fixes #2335 #2336 clean up and minor standardization of search plugin - needs html/css clean up

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

15 years agoAdded drag and drop reordering of plugins. Started pulling out admin area's js into...
brettp [Mon, 7 Feb 2011 02:15:11 +0000 (02:15 +0000)]
Added drag and drop reordering of plugins. Started pulling out admin area's js into elgg.admin JS object.

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

15 years agomoved sticky forms into the input library
cash [Mon, 7 Feb 2011 01:43:55 +0000 (01:43 +0000)]
moved sticky forms into the input library

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

15 years agoremoving old entities views that are no longer needed and did the last changes for...
cash [Sun, 6 Feb 2011 22:46:47 +0000 (22:46 +0000)]
removing old entities views that are no longer needed and did the last changes for the icon system

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

15 years agoforgot to delete old views in last commit
cash [Sun, 6 Feb 2011 22:44:03 +0000 (22:44 +0000)]
forgot to delete old views in last commit

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

15 years agoupdated the groups plugin to use the new icon structure
cash [Sun, 6 Feb 2011 22:39:20 +0000 (22:39 +0000)]
updated the groups plugin to use the new icon structure

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

15 years agoupdated the file plugin to use the new icon structure
cash [Sun, 6 Feb 2011 22:12:56 +0000 (22:12 +0000)]
updated the file plugin to use the new icon structure

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

15 years agofixed some minor documentation issues
cash [Sun, 6 Feb 2011 20:04:57 +0000 (20:04 +0000)]
fixed some minor documentation issues

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

15 years agomissed this use of elgg_count_comments() in change to ->countComments()
cash [Sun, 6 Feb 2011 20:04:12 +0000 (20:04 +0000)]
missed this use of elgg_count_comments() in change to ->countComments()

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

15 years agoFixed bug when trying to set a plugin's priority to 1 without using "first."
brettp [Sun, 6 Feb 2011 20:02:50 +0000 (20:02 +0000)]
Fixed bug when trying to set a plugin's priority to 1 without using "first."

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

15 years agomoved the count comments and likes functions into the ElggEntity class
cash [Sun, 6 Feb 2011 19:56:06 +0000 (19:56 +0000)]
moved the count comments and likes functions into the ElggEntity class

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

15 years agoFixes #2854 removing my bad idea of auto-appending action in elgg_view_form()
cash [Sun, 6 Feb 2011 19:36:28 +0000 (19:36 +0000)]
Fixes #2854 removing my bad idea of auto-appending action in elgg_view_form()

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

15 years agoforgot this file from a previous commit
cash [Sun, 6 Feb 2011 19:35:28 +0000 (19:35 +0000)]
forgot this file from a previous commit

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

15 years agoFixes #2853 pages plugin uses the icon url plugin hook and fixes delete action
cash [Sun, 6 Feb 2011 19:16:23 +0000 (19:16 +0000)]
Fixes #2853 pages plugin uses the icon url plugin hook and fixes delete action

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

15 years agomore css/html improvements - added .elgg-table and a featured module
cash [Sun, 6 Feb 2011 12:40:18 +0000 (12:40 +0000)]
more css/html improvements - added .elgg-table and a featured module

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

15 years agoFixes #2510 sticky forms is finish - Elgg 1.9 could have a ElggForm class that makes...
cash [Sun, 6 Feb 2011 03:47:24 +0000 (03:47 +0000)]
Fixes #2510 sticky forms is finish - Elgg 1.9 could have a ElggForm class that makes it even easier to use a sticky form

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

15 years agousing elgg-module-<type>
cash [Sat, 5 Feb 2011 23:31:47 +0000 (23:31 +0000)]
using elgg-module-<type>

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

15 years agoa little clean up of unnecessary views
cash [Sat, 5 Feb 2011 22:59:19 +0000 (22:59 +0000)]
a little clean up of unnecessary views

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

15 years agoFixes #2559 refs #2475 added ElggEntity:getIconURL() and elgg_view_entity_icon()
cash [Sat, 5 Feb 2011 22:46:28 +0000 (22:46 +0000)]
Fixes #2559 refs #2475 added ElggEntity:getIconURL() and  elgg_view_entity_icon()

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

15 years agoThe screenshot desc is now used. Small css changes.
brettp [Sat, 5 Feb 2011 21:10:35 +0000 (21:10 +0000)]
The screenshot desc is now used. Small css changes.

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

15 years agoBetter displaying of full screenshots in plugins admin.
brettp [Sat, 5 Feb 2011 20:55:45 +0000 (20:55 +0000)]
Better displaying of full screenshots in plugins admin.

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

15 years agoMissed language string from last commit.
brettp [Sat, 5 Feb 2011 20:55:16 +0000 (20:55 +0000)]
Missed language string from last commit.

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

15 years agoFixes #2852: Checking other plugins' conflicts to see if plugin is able to be activat...
brettp [Sat, 5 Feb 2011 19:53:33 +0000 (19:53 +0000)]
Fixes #2852: Checking other plugins' conflicts to see if plugin is able to be activated in ElggPluginPackage->checkDependencies(). Some language clarification in admin panel.

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

15 years agofixed widgets theming preview by overriding some javascript
cash [Sat, 5 Feb 2011 17:35:49 +0000 (17:35 +0000)]
fixed widgets theming preview by overriding some javascript

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

15 years agosupporting private settings before an entity is saved
cash [Sat, 5 Feb 2011 17:11:31 +0000 (17:11 +0000)]
supporting private settings before an entity is saved

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

15 years agousing setPrivateSetting() and getPrivateSetting() instead of procedural functions
cash [Sat, 5 Feb 2011 16:48:24 +0000 (16:48 +0000)]
using setPrivateSetting() and getPrivateSetting() instead of procedural functions

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

15 years agofixed ajax loader css and html
cash [Sat, 5 Feb 2011 16:20:24 +0000 (16:20 +0000)]
fixed ajax loader css and html

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

15 years agochanged named from css preview to theming preview
cash [Sat, 5 Feb 2011 16:19:52 +0000 (16:19 +0000)]
changed named from css preview to theming preview

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

15 years agobetter navigation for theming previews
cash [Sat, 5 Feb 2011 16:16:30 +0000 (16:16 +0000)]
better navigation for theming previews

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

15 years agocleaned up hover menu
cash [Sat, 5 Feb 2011 15:45:43 +0000 (15:45 +0000)]
cleaned up hover menu

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