aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-21removed call to deprecated page_owner()cash
git-svn-id: http://code.elgg.org/elgg/trunk@7398 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-21removed deprecated tag library callscash
git-svn-id: http://code.elgg.org/elgg/trunk@7397 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-21deprecated two site functions and removed a use of previously deprecated ↵cash
function in the wire plugin git-svn-id: http://code.elgg.org/elgg/trunk@7396 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-21fix for previouscash
git-svn-id: http://code.elgg.org/elgg/trunk@7395 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-21use more Elgg standrad function names - elgg_register_widget_type()cash
git-svn-id: http://code.elgg.org/elgg/trunk@7394 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20added hack for opera/jquery-ui bugcash
git-svn-id: http://code.elgg.org/elgg/trunk@7393 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20added collapsible state to widgetscash
git-svn-id: http://code.elgg.org/elgg/trunk@7392 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Refs #2143 fix for commit [7354] as ampersands were being doubly encodedcash
git-svn-id: http://code.elgg.org/elgg/trunk@7391 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Refs #2629 Brett is correct - don't need the call to initializeAttributes() ↵cash
because all the first level subclasses call initializeAttributes() git-svn-id: http://code.elgg.org/elgg/trunk@7390 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Refs #2629 This should fix this ticket. Need to remove initialise_attributes ↵cash
from any class updated with new method and add call to initializeAttributes in ElggData for those that are not updated. git-svn-id: http://code.elgg.org/elgg/trunk@7389 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20added some light styling to the widget control buttonscash
git-svn-id: http://code.elgg.org/elgg/trunk@7388 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Fixes #2629: Pulled old initialise_attributes() into ElggData and added a ↵brettp
default param to emit a deprecation notice if called. git-svn-id: http://code.elgg.org/elgg/trunk@7387 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Fixes #1342 dashboard widgets do not have access controlscash
git-svn-id: http://code.elgg.org/elgg/trunk@7386 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Fixes #472 handling interactive adding/deleting of widgets with ↵cash
single/multiple instance constraints git-svn-id: http://code.elgg.org/elgg/trunk@7385 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Refs #472 not allowing widgets to be added if only single instance allowedcash
git-svn-id: http://code.elgg.org/elgg/trunk@7384 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20moved save widget settings function to ElggWidgetcash
git-svn-id: http://code.elgg.org/elgg/trunk@7383 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20added a plugin hook for determining who can edit a widget layoutcash
git-svn-id: http://code.elgg.org/elgg/trunk@7382 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20fixed bug where widgets were not saving their new positioncash
git-svn-id: http://code.elgg.org/elgg/trunk@7381 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20do not need special canEdit method for ElggWidgetcash
git-svn-id: http://code.elgg.org/elgg/trunk@7380 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Refs #2668 adds getContainerGUID()cash
git-svn-id: http://code.elgg.org/elgg/trunk@7379 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Fixes #2668 adding getOwnerGUID()cash
git-svn-id: http://code.elgg.org/elgg/trunk@7378 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Fixed typos in text expectations that were cause elgg_normalize_url unit ↵ewinslow
tests to fial git-svn-id: http://code.elgg.org/elgg/trunk@7377 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Fixes #2490: attributes initialize to NULL instead of empty string or 0. ↵ewinslow
Updated tests to reflect this git-svn-id: http://code.elgg.org/elgg/trunk@7376 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Marking initialise_attributes as deprecated in ElggPluginewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7375 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Marking initialise_attributes as deprecatedewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7374 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Fixes #2237: Added 'reason' parameter to forward() to allow proper headers ↵ewinslow
and more flexible destinations via plugin hooks. Also made use of this in core gatekeeper functions and in pagehandler.php git-svn-id: http://code.elgg.org/elgg/trunk@7373 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Fixes #2396: Added a new input/checkbox view. input/checkboxes harnesses itewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7372 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Fixes #2615: Viewtype now included in views plugin hooksewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7371 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Fixes #2497: htmLawed now uses a plugin hook for allowed_styles and ↵ewinslow
htmlawed_config git-svn-id: http://code.elgg.org/elgg/trunk@7370 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Fixes #2468: Deprecated call_gatekeeper() and callpath_gatekeeper()ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7369 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Fixes #2036: using htmlspecialchars in output viewsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7368 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Fixes #2620: Security token refresh action is now security/refreshtokenewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7367 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Fixes #2357: messageboard post action redirects to referrerewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7366 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Fixes #2473: removes initialise_entity_cache()ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7365 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Refs #2143: DRY up button input views (button, reset, submit). Changed core ↵ewinslow
uses of button to reflect the fact that it no longer defaults to submit git-svn-id: http://code.elgg.org/elgg/trunk@7364 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Utilizing elgg.extend, rather than jQuery.extendewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7363 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Commented elgg.add_translationewinslow
Utilizing elgg.extend instead of $.extend git-svn-id: http://code.elgg.org/elgg/trunk@7362 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Added an elgg.extend method for merging two or more objectsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7361 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Refs #2143: Cleaned up input/submitewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7360 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Refs #2143: DRY up input/tagsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7359 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Refs #2143: DRY up input/emailewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7358 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Refs #2143: DRY up input/textewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7357 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Refs #2143: DRYed up input/formewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7356 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Doesn't make any sense for elgg_format_attributes to default to an empty ↵ewinslow
array... git-svn-id: http://code.elgg.org/elgg/trunk@7355 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Refs #2143: Added elgg_format_attributes() for generating an attribute ↵ewinslow
string from an associative array. DRYed up input/output url git-svn-id: http://code.elgg.org/elgg/trunk@7354 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-19improving interactions of widgets - containment wasn't working due to height ↵cash
issues git-svn-id: http://code.elgg.org/elgg/trunk@7353 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-19finished updated the widgets librarycash
git-svn-id: http://code.elgg.org/elgg/trunk@7352 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-19updating widget contents when settings are changedcash
git-svn-id: http://code.elgg.org/elgg/trunk@7351 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-19saving widget settingscash
git-svn-id: http://code.elgg.org/elgg/trunk@7350 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-19users can delete widgets from layoutcash
git-svn-id: http://code.elgg.org/elgg/trunk@7349 36083f99-b078-4883-b0ff-0f9b5a30f544