aboutsummaryrefslogtreecommitdiff
path: root/views
AgeCommit message (Expand)Author
2010-11-23Fixes #2270 - deprecates metatags view and replaces with html_head/extendcash
2010-11-23adjusted text color of widget titlescash
2010-11-23Fixes #397 and Refs #2396 Can suppress the default value for both input/check...cash
2010-11-22widgets should not have content outside their containercash
2010-11-21Refs #2669: Merged password change fixes in 7404 to trunk.brettp
2010-11-20added collapsible state to widgetscash
2010-11-20Refs #2143 fix for commit [7354] as ampersands were being doubly encodedcash
2010-11-20added some light styling to the widget control buttonscash
2010-11-20Fixes #1342 dashboard widgets do not have access controlscash
2010-11-20Fixes #472 handling interactive adding/deleting of widgets with single/multip...cash
2010-11-20Refs #472 not allowing widgets to be added if only single instance allowedcash
2010-11-20added a plugin hook for determining who can edit a widget layoutcash
2010-11-20Fixes #2396: Added a new input/checkbox view. input/checkboxes harnesses itewinslow
2010-11-20Fixes #2036: using htmlspecialchars in output viewsewinslow
2010-11-20Refs #2143: DRY up button input views (button, reset, submit). Changed core ...ewinslow
2010-11-20Refs #2143: Cleaned up input/submitewinslow
2010-11-20Refs #2143: DRY up input/tagsewinslow
2010-11-20Refs #2143: DRY up input/emailewinslow
2010-11-20Refs #2143: DRY up input/textewinslow
2010-11-20Refs #2143: DRYed up input/formewinslow
2010-11-20Refs #2143: Added elgg_format_attributes() for generating an attribute string...ewinslow
2010-11-19improving interactions of widgets - containment wasn't working due to height ...cash
2010-11-19finished updated the widgets librarycash
2010-11-19updating widget contents when settings are changedcash
2010-11-19saving widget settingscash
2010-11-19users can delete widgets from layoutcash
2010-11-19saving widget position after movingcash
2010-11-18Refs #1793 getting sorted widgets from elgg_get_widgets()cash
2010-11-18Refs #1793 added ability to add widgets to layout through ajaxcash
2010-11-17Refs #2143 I need ids for urls for the widget code right nowcash
2010-11-17Refs #1793 - added a basic add new widgets view - it is not wired up yetcash
2010-11-17Refs #821 #1793 early widget layout - does not include edit settings, delete,...cash
2010-11-14Refs #2391: Baby steps toward getting a unified css -- haven't landed on a na...ewinslow
2010-11-14Refs #2538: Added vsprintf support to elgg.echo. Added unit tests for normal...ewinslow
2010-11-14Fixes #2334: Converted viewtype => listtype and viewtypetoggle => listtypetog...ewinslow
2010-11-14Refs #1208: Default input/button to 'button' type (rather than 'submit' type).ewinslow
2010-11-11Closes #2637 good-bye canvascash
2010-11-11Refs #2637 moved canvas/layouts to layoutscash
2010-11-11oops - undoing part of the previous commitcash
2010-11-11Fixes #2640 - elgg_view_layout now uses a parameter array like all the other ...cash
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to use...ewinslow
2010-11-10Refs #866 - registration uses https if configured for logincash
2010-11-10No sense in calling elgg_get_site_url() twice here...ewinslow
2010-11-10Prevent "https login" from breaking login on sites that are https by defaultewinslow
2010-11-09Refs #2626 - adds default annotation view to trunkcash
2010-11-09Refs #2506 reorged the login box views - css still needs to be cleaned upcash
2010-11-09Fixes #2631 removes 'elgg_' namespace from the page element views - anyone wo...cash
2010-11-06added text color for warnings otherwise warnings that occur in topbar end up ...cash
2010-11-04Fixes #2210 - using new functions for registering the core js and css filescash
2010-11-03Fixed missing ).brettp