aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggWidget.php
AgeCommit message (Expand)Author
2013-10-23fixed issue when reordering plugins to second last position of otherJeroen Dalsem
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
2011-02-05using setPrivateSetting() and getPrivateSetting() instead of procedural funct...cash
2011-01-02Refs #2490. Using array_key_exists() instead of isset() in get() overrides to...brettp
2010-11-22widget column ids must be integerscash
2010-11-20Refs #2629 This should fix this ticket. Need to remove initialise_attributes ...cash
2010-11-20added some light styling to the widget control buttonscash
2010-11-20moved save widget settings function to ElggWidgetcash
2010-11-20fixed bug where widgets were not saving their new positioncash
2010-11-20do not need special canEdit method for ElggWidgetcash
2010-11-19users can delete widgets from layoutcash
2010-11-19moved some widget functionality into ElggWidget classcash
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
2010-09-22Converted line endings to unix.brettp
2010-09-06Refs #2220: Pulled most classes / interfaces out of lib files (except query.p...ewinslow