aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/views.php
AgeCommit message (Collapse)Author
2011-01-20adding 'action' to url when overriding the form action cash
git-svn-id: http://code.elgg.org/elgg/trunk@7887 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-06Fixes #2774 - fixes several E_NOTICE issues - mostly due to accessign array ↵cash
indexes git-svn-id: http://code.elgg.org/elgg/trunk@7844 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-01updating the sidebar boxes to use the new module classescash
git-svn-id: http://code.elgg.org/elgg/trunk@7809 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-01fixed the function for viewing latest commentscash
git-svn-id: http://code.elgg.org/elgg/trunk@7802 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-31Refs #2752, #2635. Merged r7299 to trunk.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@7792 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-31added a proper gallery view - still need to wire up the elgg_view_list_item ↵cash
functions and remove the use of context git-svn-id: http://code.elgg.org/elgg/trunk@7784 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-30required for river rss to workcash
git-svn-id: http://code.elgg.org/elgg/trunk@7767 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-29Fixes #2221 - rewrite of rover functions has been completed with moving ↵cash
elgg_view_river_item() into the views library. The ugly C&P functions were moved into the riverdashboard plugin and new 1.7 style get/list functions were introduced git-svn-id: http://code.elgg.org/elgg/trunk@7755 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-28Added elgg_register_viewtype().brettp
git-svn-id: http://code.elgg.org/elgg/trunk@7732 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-27improved menu creation for on demand menus and integrated hover menu items ↵cash
into profile owner block git-svn-id: http://code.elgg.org/elgg/trunk@7724 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-24supporting id for comments for in page linkscash
git-svn-id: http://code.elgg.org/elgg/trunk@7719 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-20added the core river to the tabbed profile plugin and fixed some deprecated ↵cash
function warnings git-svn-id: http://code.elgg.org/elgg/trunk@7697 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-19changed name from media block to image blockcash
git-svn-id: http://code.elgg.org/elgg/trunk@7682 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-19added a ready,system event so that plugins can do things after the init has ↵cash
finished but before pages are created git-svn-id: http://code.elgg.org/elgg/trunk@7680 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-17Refs #2320 added new menu functions and classescash
git-svn-id: http://code.elgg.org/elgg/trunk@7655 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-151st step in changing initialise_elgg.js to elgg.jscash
git-svn-id: http://code.elgg.org/elgg/trunk@7627 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-13Refs #2226 moving riverdashboard into core - need to clean up riverdashboard ↵cash
plugin and move to plugins repository and update plugins with new river views git-svn-id: http://code.elgg.org/elgg/trunk@7610 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-10changed name of icon block to picture block in media object to avoid ↵cash
conflicts with elgg sprites git-svn-id: http://code.elgg.org/elgg/trunk@7592 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-09fixed pagination for annotations due to changes in viewscash
git-svn-id: http://code.elgg.org/elgg/trunk@7576 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-08Fixes #2189 created the object/list view with semantic markupcash
git-svn-id: http://code.elgg.org/elgg/trunk@7560 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-08reorganized the page views as discussedcash
git-svn-id: http://code.elgg.org/elgg/trunk@7559 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-07reorganized the layout viewscash
git-svn-id: http://code.elgg.org/elgg/trunk@7553 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-06cleaned up system messages display codecash
git-svn-id: http://code.elgg.org/elgg/trunk@7548 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-06comments use the media view nowcash
git-svn-id: http://code.elgg.org/elgg/trunk@7544 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-05blog plugin now uses the new elgg_view_form() functioncash
git-svn-id: http://code.elgg.org/elgg/trunk@7540 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-05Fixes #2616 Adds Evan's view form convenience functioncash
git-svn-id: http://code.elgg.org/elgg/trunk@7539 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-05added a convience function for the media content pattern - is ↵cash
elgg_view_media() a good name? git-svn-id: http://code.elgg.org/elgg/trunk@7538 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-05moved the view functions around so that they are grouped together by functioncash
git-svn-id: http://code.elgg.org/elgg/trunk@7536 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-05Clean-up of the blog plugin - now using urls from 1.7.5cash
git-svn-id: http://code.elgg.org/elgg/trunk@7535 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-04object/blog view uses new media view - needs some clean upcash
git-svn-id: http://code.elgg.org/elgg/trunk@7531 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-04welcome to the new media view - it is being used in the new latest comments ↵cash
module git-svn-id: http://code.elgg.org/elgg/trunk@7530 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-04check if there are any messages before grabbing them in elgg_view_page()cash
git-svn-id: http://code.elgg.org/elgg/trunk@7523 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-03Fixes #2706 simplecache url generator was not handling an empty last cache datecash
git-svn-id: http://code.elgg.org/elgg/trunk@7522 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-03Refs #2189 the beginning of semantic markup for entity lists - needs some ↵cash
reorganization git-svn-id: http://code.elgg.org/elgg/trunk@7516 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-01screen.css is a better name for our main css filecash
git-svn-id: http://code.elgg.org/elgg/trunk@7489 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-28Fixes #2173 #2507 integrated the ie and admin stylesheets into the new ↵cash
simplecache code git-svn-id: http://code.elgg.org/elgg/trunk@7465 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-28Fixes #2160 #2678 introducing a more flexible simplecache handler (this ↵cash
requires an htaccess update) git-svn-id: http://code.elgg.org/elgg/trunk@7464 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-24Fixes #2664: elgg_view_entity subtype defaults to "default" rather than $typeewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7441 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-21deprecated two site functions and removed a use of previously deprecated ↵cash
function in the wire plugin git-svn-id: http://code.elgg.org/elgg/trunk@7396 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Fixes #2615: Viewtype now included in views plugin hooksewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7371 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-16Fixes #2642 changed elgg_view_page() to always pick up page_shell views for ↵cash
the page_shells directory git-svn-id: http://code.elgg.org/elgg/trunk@7325 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-16made page_draw() backward compatible with 1.7cash
git-svn-id: http://code.elgg.org/elgg/trunk@7323 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-14Fixes #2334: Converted viewtype => listtype and viewtypetoggle => ↵ewinslow
listtypetoggle. Did my best to maintain backwards compatibility but might have missed something... git-svn-id: http://code.elgg.org/elgg/trunk@7311 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-11Refs #2637 moved canvas/layouts to layoutscash
git-svn-id: http://code.elgg.org/elgg/trunk@7290 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-11Fixes #2640 - elgg_view_layout now uses a parameter array like all the other ↵cash
elgg_view* functions git-svn-id: http://code.elgg.org/elgg/trunk@7288 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to ↵ewinslow
use elgg_ prefixed versions git-svn-id: http://code.elgg.org/elgg/trunk@7284 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-10Refs #2124: Removed js, page_owner, and page_owner_user variables from $varsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7283 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-10Refs #2124: Removed session variables from $varsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7282 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-04Fixes #2210 - using new functions for registering the core js and css filescash
git-svn-id: http://code.elgg.org/elgg/trunk@7233 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-03Fixes #2128 - replaces all uses of set_context() and get_context() in core ↵cash
and plugins git-svn-id: http://code.elgg.org/elgg/trunk@7215 36083f99-b078-4883-b0ff-0f9b5a30f544