aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/views.php
AgeCommit message (Expand)Author
2011-02-03removed one_column_with_sidebar layout - use one_sidebar insteadcash
2011-02-03removed uses of $vars[config] in viewscash
2011-02-03Fixes #2124 only setting $vars[user], $vars[url], and $vars[config] in elgg_v...cash
2011-02-02Fixes #2846: elgg_view_river_item calls river/item view first.ewinslow
2011-02-01Initialize global $CURRENT_SYSTEM_VIEWTYPE correctlyewinslow
2011-02-01Moved deprecated files from sessions.php - xml.php into deprecation files for...ewinslow
2011-01-26fixed bug where a null passed as 2nd parameter to elgg_view_layout() prevente...cash
2011-01-25added support for $vars to elgg_view_entity() - need to clean up documentatio...cash
2011-01-20adding 'action' to url when overriding the form action cash
2011-01-06Fixes #2774 - fixes several E_NOTICE issues - mostly due to accessign array i...cash
2011-01-01updating the sidebar boxes to use the new module classescash
2011-01-01fixed the function for viewing latest commentscash
2010-12-31Refs #2752, #2635. Merged r7299 to trunk.brettp
2010-12-31added a proper gallery view - still need to wire up the elgg_view_list_item f...cash
2010-12-30required for river rss to workcash
2010-12-29Fixes #2221 - rewrite of rover functions has been completed with moving elgg_...cash
2010-12-28Added elgg_register_viewtype().brettp
2010-12-27improved menu creation for on demand menus and integrated hover menu items in...cash
2010-12-24supporting id for comments for in page linkscash
2010-12-20added the core river to the tabbed profile plugin and fixed some deprecated f...cash
2010-12-19changed name from media block to image blockcash
2010-12-19added a ready,system event so that plugins can do things after the init has f...cash
2010-12-17Refs #2320 added new menu functions and classescash
2010-12-151st step in changing initialise_elgg.js to elgg.jscash
2010-12-13Refs #2226 moving riverdashboard into core - need to clean up riverdashboard ...cash
2010-12-10changed name of icon block to picture block in media object to avoid conflict...cash
2010-12-09fixed pagination for annotations due to changes in viewscash
2010-12-08Fixes #2189 created the object/list view with semantic markupcash
2010-12-08reorganized the page views as discussedcash
2010-12-07reorganized the layout viewscash
2010-12-06cleaned up system messages display codecash
2010-12-06comments use the media view nowcash
2010-12-05blog plugin now uses the new elgg_view_form() functioncash
2010-12-05Fixes #2616 Adds Evan's view form convenience functioncash
2010-12-05added a convience function for the media content pattern - is elgg_view_media...cash
2010-12-05moved the view functions around so that they are grouped together by functioncash
2010-12-05Clean-up of the blog plugin - now using urls from 1.7.5cash
2010-12-04object/blog view uses new media view - needs some clean upcash
2010-12-04welcome to the new media view - it is being used in the new latest comments m...cash
2010-12-04check if there are any messages before grabbing them in elgg_view_page()cash
2010-12-03Fixes #2706 simplecache url generator was not handling an empty last cache datecash
2010-12-03Refs #2189 the beginning of semantic markup for entity lists - needs some reo...cash
2010-12-01screen.css is a better name for our main css filecash
2010-11-28Fixes #2173 #2507 integrated the ie and admin stylesheets into the new simple...cash
2010-11-28Fixes #2160 #2678 introducing a more flexible simplecache handler (this requi...cash
2010-11-24Fixes #2664: elgg_view_entity subtype defaults to "default" rather than $typeewinslow
2010-11-21deprecated two site functions and removed a use of previously deprecated func...cash
2010-11-20Fixes #2615: Viewtype now included in views plugin hooksewinslow
2010-11-16Fixes #2642 changed elgg_view_page() to always pick up page_shell views for t...cash
2010-11-16made page_draw() backward compatible with 1.7cash