aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/views.php
AgeCommit message (Collapse)Author
2011-08-25Fixes #3535. elgg_view_form() automatically adds elgg-form-action-name.Brett Profitt
2011-08-23Fixes #3355. Added ElggPriorityList. Adapted the externals system to use it.Brett Profitt
2011-08-22Closes #3015. jQuery updated to 1.6.2. jQuery-UI updated to 1.8.16.Brett Profitt
2011-07-10Fixes #3336 functions that used elgg_view_exists() were not falling back to ↵Cash Costello
the default views
2011-06-30Refs #3015 updated jquery and jquery-ui to their latest releasesCash Costello
2011-06-29added backward compatibility for the view page_elements/content_wrappercash
2011-06-28using elgg_view_title() in content layout headerCash Costello
2011-06-24Refs #1253 using 'list_type' string instead of boolean 'gallery' for entity ↵cash
listing
2011-06-24cleaned up the list/gallery css classes to use standard class naming - minor ↵cash
modifications only
2011-06-08River revamp for 1.8Evan Winslow
2011-04-22Fixed rewriting for internalid and internalname to not cause false ↵brettp
deprecation notices if passed among views. git-svn-id: http://code.elgg.org/elgg/trunk@9016 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-22Fixed erroneous notices about full_view when passing $vars directly to ↵brettp
another view within a view. git-svn-id: http://code.elgg.org/elgg/trunk@9012 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-06Refs #3108 frontend should be done and ready for review - admin area is nextcash
git-svn-id: http://code.elgg.org/elgg/trunk@8946 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-27Refs #3085 updated elgg_view_annotation() to use $vars arraycash
git-svn-id: http://code.elgg.org/elgg/trunk@8868 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-27Refs #3085 added $vars array to elgg_view_river_item()cash
git-svn-id: http://code.elgg.org/elgg/trunk@8867 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-27Fixes #3086 using full_view instead of full cash
git-svn-id: http://code.elgg.org/elgg/trunk@8866 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-27Refs #3086 adds backward compatibility code in elgg_view() for full_view vs fullcash
git-svn-id: http://code.elgg.org/elgg/trunk@8865 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-26Fixes #3026 documentation for menu systemcash
git-svn-id: http://code.elgg.org/elgg/trunk@8857 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-26some light standardization of the core librariescash
git-svn-id: http://code.elgg.org/elgg/trunk@8843 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-24Fixes #3166 registering css/elgg for simplecachecash
git-svn-id: http://code.elgg.org/elgg/trunk@8829 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-21Refs #2882 basic lightboxcash
git-svn-id: http://code.elgg.org/elgg/trunk@8808 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-21Refs #2090 removed elgg_view_latest_comments() and replaced it with a page ↵cash
elements view git-svn-id: http://code.elgg.org/elgg/trunk@8801 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-20Fixes #3114 added the rss link back to pagescash
git-svn-id: http://code.elgg.org/elgg/trunk@8784 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-13Refs #3059 should only fallback to 1.7 pageshell when asking for default ↵cash
page shell - otherwise breaks admin area git-svn-id: http://code.elgg.org/elgg/trunk@8697 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Refs #3045 adds a gallery context based view for userscash
git-svn-id: http://code.elgg.org/elgg/trunk@8676 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Fixes #3091 adds load functions for js and csscash
git-svn-id: http://code.elgg.org/elgg/trunk@8675 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Refs #3091 rewrote the js and css register functions to require a namecash
git-svn-id: http://code.elgg.org/elgg/trunk@8668 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Refs #3088. Added docs for section headers to elgg_view_menu().brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8662 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Refs #3085 finished support for passing $vars to elgg_view_entity()cash
git-svn-id: http://code.elgg.org/elgg/trunk@8660 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Refs #3085 moved full_view out of elgg_view_list_item() into $vars to be ↵cash
consistent with other elgg_view* functions git-svn-id: http://code.elgg.org/elgg/trunk@8659 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Refs #3085 added $vars to elgg_view_comments()cash
git-svn-id: http://code.elgg.org/elgg/trunk@8658 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-12Refs #3085 improved documentation of elgg_view_entity_list() which already ↵cash
supported $vars array git-svn-id: http://code.elgg.org/elgg/trunk@8657 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-09Fixes #3059. elgg_view_layout() checks for deprecated layouts in ↵brettp
canvas/layouts/ and elgg_view_page() checks for deprecated pageshells in pageshells/pageshell. git-svn-id: http://code.elgg.org/elgg/trunk@8642 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-09Fixes #3058 pulls likes out as a plugincash
git-svn-id: http://code.elgg.org/elgg/trunk@8639 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-08Added a bit more docs to elgg_view_menu().brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8632 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-01Fixes #3033 removed use of set_view_location() from corecash
git-svn-id: http://code.elgg.org/elgg/trunk@8546 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-26fixed friends picker js includecash
git-svn-id: http://code.elgg.org/elgg/trunk@8489 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-24fixed a commit that slipped through from debugging scrolling/dragging bugcash
git-svn-id: http://code.elgg.org/elgg/trunk@8461 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-24Fixes #2997 - href used instead of url in menu systemcash
git-svn-id: http://code.elgg.org/elgg/trunk@8456 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-24Refs #2997 switching from title to text for menu itemscash
git-svn-id: http://code.elgg.org/elgg/trunk@8455 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-22Refs #2980: Added an elgg_view_icon functionewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8407 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-21Refs #2950: Move page/shells/ directly under /page/ since nowhere else in ↵ewinslow
views do we use a shells directory. git-svn-id: http://code.elgg.org/elgg/trunk@8387 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-21Fixes #2934 switching to css/elgg for css view since using a print viewtype ↵cash
is a good idea and screen would become a confusing idea git-svn-id: http://code.elgg.org/elgg/trunk@8383 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19fixed typocash
git-svn-id: http://code.elgg.org/elgg/trunk@8331 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19Fixes #2753: Default widgets merged into core as extensible admin section ↵brettp
and updated to work with new widgets. Will need an upgrade for users running the old default widgets in 1.7. git-svn-id: http://code.elgg.org/elgg/trunk@8302 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Refs #2950: layout/objects => page/componentsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8288 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Refs #2950: layout/shells => page/layoutsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8286 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Refs #2950: layout/elements => page/elementsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8285 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-15Moved all deprecated core functions into the appropriate deprecation fineewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8262 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-15Fixes #2923: Removed "view" prefix from simplecache function namesewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8260 36083f99-b078-4883-b0ff-0f9b5a30f544