aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggWidget.php
AgeCommit message (Collapse)Author
2013-10-23fixed issue when reordering plugins to second last position of otherJeroen Dalsem
column that has more than 2 widgets
2013-02-09Doc fixes and inline type hints for variables (big static analysis cleanup)Steve Clay
2012-02-09Fixes #4283 moving widgets from inactive plugins to the bottom of columnsCash Costello
2012-01-09Fixes #4285 move only fetches 10 itemsJeroen Dalsem
2012-01-09coding standard fixes to engineCash Costello
2011-12-31Fixes #4255 new widget ordering codecash
2011-12-31Fixes #4259 using container guid for widgets when movingcash
2011-12-31Small typo. Seems to work, but i prefer it nice and tidy :)Jeroen Dalsem
2011-02-08Refs #2543: Core uses the new functions from previous commit.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8078 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-05using setPrivateSetting() and getPrivateSetting() instead of procedural ↵cash
functions git-svn-id: http://code.elgg.org/elgg/trunk@8031 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-02Refs #2490. Using array_key_exists() instead of isset() in get() overrides ↵brettp
to prevent a check for (invalid) metadata with the name of an attribute if that attribute evaluates to !isset(). git-svn-id: http://code.elgg.org/elgg/trunk@7815 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-22widget column ids must be integerscash
git-svn-id: http://code.elgg.org/elgg/trunk@7407 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-20moved save widget settings function to ElggWidgetcash
git-svn-id: http://code.elgg.org/elgg/trunk@7383 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-19users can delete widgets from layoutcash
git-svn-id: http://code.elgg.org/elgg/trunk@7349 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-19moved some widget functionality into ElggWidget classcash
git-svn-id: http://code.elgg.org/elgg/trunk@7348 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-28Standardized code in all of core, not including language files, tests, or ↵brettp
core mods. git-svn-id: http://code.elgg.org/elgg/trunk@7124 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-09-22Converted line endings to unix.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@6957 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-09-06Refs #2220: Pulled most classes / interfaces out of lib files (except ↵ewinslow
query.php and exception.php) into "classes" folder. Replaced inline classes with "require_once" statements for now. Ran unit tests to verify functionality before committing. git-svn-id: http://code.elgg.org/elgg/trunk@6908 36083f99-b078-4883-b0ff-0f9b5a30f544