Age | Commit message (Expand) | Author |
2011-03-01 | Fixes #3014 using more standard "register" in admin convenience function | cash |
2011-02-26 | simplified admin menu registration function in preparation for adding sections | cash |
2011-02-20 | Fixed problems with user-self registration if default widgets are set. | brettp |
2011-02-19 | Fixes #2753: Default widgets merged into core as extensible admin section and... | brettp |
2011-02-15 | Moved all deprecated core functions into the appropriate deprecation fine | ewinslow |
2011-02-08 | Refs #2543: Core uses the new functions from previous commit. | brettp |
2011-02-06 | fixed some minor documentation issues | cash |
2011-01-26 | changed elgg_get_page_owner() to elgg_get_page_owner_entity() to be more cons... | cash |
2011-01-24 | welcome to the admin dashboard | cash |
2010-11-24 | Fixes #2655: Converted register_action to elgg_register_action throughout core | ewinslow |
2010-11-23 | returning an empty array when there are no widgets for a context | cash |
2010-11-22 | widget column ids must be integers | cash |
2010-11-21 | fix for previous | cash |
2010-11-21 | use more Elgg standrad function names - elgg_register_widget_type() | cash |
2010-11-20 | moved save widget settings function to ElggWidget | cash |
2010-11-20 | added a plugin hook for determining who can edit a widget layout | cash |
2010-11-19 | improving interactions of widgets - containment wasn't working due to height ... | cash |
2010-11-19 | finished updated the widgets library | cash |
2010-11-19 | saving widget settings | cash |
2010-11-19 | users can delete widgets from layout | cash |
2010-11-19 | moved some widget functionality into ElggWidget class | cash |
2010-11-19 | saving widget position after moving | cash |
2010-11-18 | Added functions to support moving and adding widgets | cash |
2010-11-18 | Refs #1793 getting sorted widgets from elgg_get_widgets() | cash |
2010-11-18 | Refs #1793 added ability to add widgets to layout through ajax | cash |
2010-11-17 | Refs #1793 - added a basic add new widgets view - it is not wired up yet | cash |
2010-11-10 | Fixes #2367: With fear and trepidation, converting events/plugin hooks to use... | ewinslow |
2010-11-03 | Fixes #2128 - replaces all uses of set_context() and get_context() in core an... | cash |
2010-10-28 | Standardized code in all of core, not including language files, tests, or cor... | brettp |
2010-10-22 | Removed @license, @copyright, and @author from files. License and copyright a... | brettp |
2010-09-15 | Refs #2220: Pulled remaining classes out of lib files. Core classes now auto... | ewinslow |
2010-09-06 | Refs #2220: Pulled most classes / interfaces out of lib files (except query.p... | ewinslow |
2010-08-22 | Merged r6757:6810 from 1.7 branch into trunk | cash |
2010-08-22 | Merged r6671:6683 from 1.7 branch to trunk | cash |
2010-04-05 | Merged 5530:5604 from 1.7 to trunk. | brettp |
2009-10-15 | Standardized files. | brettp |
2009-10-15 | Standardized gobs of files. | brettp |
2009-08-31 | All line endings are now Unix-style. | brettp |
2009-08-20 | Whoa nelly this is a big one: Removed license and copyright for files. | brettp |
2009-02-26 | Fixes to container permissions and widgets to allow default widgets to work w... | kevinjardine |
2009-02-24 | Added fixes to create_entity and add_widgets to correctly handle containers. | ben |
2009-02-23 | Added site default access permissions. Refs #744 | ben |
2009-02-04 | Moves access permissions references over to using the ACCESS_* constants defi... | ben |
2009-01-23 | Refs #706 | marcus |
2009-01-19 | Closes #698: Typo corrected - nice spot! | marcus |
2008-11-26 | Closes #571: Widgets now use private store for settings | marcus |
2008-09-25 | Closes #326: add_widget uses the specified $user_guid as $widget->owner_guid | marcus |
2008-08-05 | Fixed an issue where the third widget column drops widgets. | ben |
2008-08-01 | Widgets now work in three columns | ben |
2008-07-30 | Widget state cookie is now removed on widget delete. | ben |