aboutsummaryrefslogtreecommitdiff
path: root/views/default/output
AgeCommit message (Collapse)Author
2011-10-08Fixes #3411 output/url now has a is_trusted parameter - defaults to falseCash Costello
2011-09-30Fixes #3904 action word should come first for encode_text parametercash
2011-09-13Fixes #3811 defaulting title to confirm text if passed to output/confirmlinkCash Costello
2011-07-04Fixes #3560 input/date and output/date support ISO 8601 (YYYY-MM-DD) and ↵cash
Unix timestamps. Need to think about how to handle alternate text formats.
2011-06-09Fixes #3489 added input/output views for tag and locationcash
git-svn-id: http://code.elgg.org/elgg/trunk@9163 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-20Fixes #3189 adds entity support to tags and access viewscash
git-svn-id: http://code.elgg.org/elgg/trunk@9106 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-05-18Fixes #3385 rel now used for the confirm text so that title can be used ↵cash
separately git-svn-id: http://code.elgg.org/elgg/trunk@9099 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-03output/confirmlink now supports title attributecash
git-svn-id: http://code.elgg.org/elgg/trunk@8928 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-04-03cleaned up css for output/accesscash
git-svn-id: http://code.elgg.org/elgg/trunk@8927 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-22Refs #2091 added a tagcloud block that accepts subtypecash
git-svn-id: http://code.elgg.org/elgg/trunk@8814 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ↵ewinslow
most urls in core and plugins git-svn-id: http://code.elgg.org/elgg/trunk@8653 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-07made encoding text default to false in confirm linkcash
git-svn-id: http://code.elgg.org/elgg/trunk@8620 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-05Fixes #2321: Deprecated input/datepicker and output/calendar in favor of ↵ewinslow
input/date and output/date git-svn-id: http://code.elgg.org/elgg/trunk@8582 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-22Utilizing elgg_extract in output/urlewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8424 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-22Fixes #2980: DRY'ed up all plugins to use elgg_view_icon instead of ↵ewinslow
generating their own html git-svn-id: http://code.elgg.org/elgg/trunk@8410 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-22output/longtext can now apply arbitrary html attributes to the wrapper divewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8393 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19added elgg-output class for displaying user input with typical styling for ↵cash
lists and tables git-svn-id: http://code.elgg.org/elgg/trunk@8332 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19improved icon css so that they do not require having display: blockcash
git-svn-id: http://code.elgg.org/elgg/trunk@8328 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-19Pulled the confirm link output view's JS into elgg.us. Any links with ↵brettp
elgg-requires-confirmation will get a confirm box with the title of the anchor tag as the question, or the default "Are you sure?" if that doesn't exist. git-svn-id: http://code.elgg.org/elgg/trunk@8310 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-15Fixes #2808: elgg_get_array_value => elgg_extractewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8247 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-13Fixed #2218 finished up the encoding issues by turning of double encodingcash
git-svn-id: http://code.elgg.org/elgg/trunk@8199 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Fixes #2904: Converted most elgg_view('layout/objects/module') instances to ↵ewinslow
elgg_view_module() git-svn-id: http://code.elgg.org/elgg/trunk@8135 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Removed unused view: output/rss_viewewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8103 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-08bringing us a little closer to validatingcash
git-svn-id: http://code.elgg.org/elgg/trunk@8066 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-05using elgg-module-<type> cash
git-svn-id: http://code.elgg.org/elgg/trunk@8041 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-03changed input/pulldown to input/dropdowncash
git-svn-id: http://code.elgg.org/elgg/trunk@8006 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-06changed tag display to <ul>cash
git-svn-id: http://code.elgg.org/elgg/trunk@7851 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-01starting adding a .elgg-text class - plugins need to use output/longtext ↵cash
when displaying text git-svn-id: http://code.elgg.org/elgg/trunk@7806 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-01-01almost finished updating the file plugin to work with new html/csscash
git-svn-id: http://code.elgg.org/elgg/trunk@7804 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-30more html validation cleanupcash
git-svn-id: http://code.elgg.org/elgg/trunk@7776 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-30updated the default object entity viewcash
git-svn-id: http://code.elgg.org/elgg/trunk@7773 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-29supporting anchors with a href in output/urlcash
git-svn-id: http://code.elgg.org/elgg/trunk@7735 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-20added elgg-icon-delete and elgg-icon-likescash
git-svn-id: http://code.elgg.org/elgg/trunk@7698 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-11updated module markup and fixed a bug with its footer codecash
git-svn-id: http://code.elgg.org/elgg/trunk@7599 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-04blog sidebar html updates finished - uses modules!cash
git-svn-id: http://code.elgg.org/elgg/trunk@7526 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-12-02Refs #2700 replaced most underscores with hyphens - there may be broken ↵cash
display code due to extent of this change git-svn-id: http://code.elgg.org/elgg/trunk@7493 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Refs #2143 fix for commit [7354] as ampersands were being doubly encodedcash
git-svn-id: http://code.elgg.org/elgg/trunk@7391 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Fixes #2036: using htmlspecialchars in output viewsewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7368 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Refs #2143: Added elgg_format_attributes() for generating an attribute ↵ewinslow
string from an associative array. DRYed up input/output url git-svn-id: http://code.elgg.org/elgg/trunk@7354 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-17Refs #2143 I need ids for urls for the widget code right nowcash
git-svn-id: http://code.elgg.org/elgg/trunk@7334 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-03Fixes #2440: Converted clearfloat to clearfix, brought back orig clearfloatewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7223 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
2010-11-02Refs #2463: Added url normalization support to output/url, ↵ewinslow
output/confirmlink. Enhanced normalization to take care of urls like "example.com" git-svn-id: http://code.elgg.org/elgg/trunk@7199 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-30Refs #2598: Converted most $vars['url'] to elgg_get_site_url()ewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@7149 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-22Removed @license, @copyright, and @author from files. License and copyright ↵brettp
are covered by LICENSE.txt and COPYRIGHT.txt in root. git-svn-id: http://code.elgg.org/elgg/trunk@7118 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-08-22Merged r6812:6837 from 1.7 branch to trunk (skipping some changes to plugins ↵cash
like groups and wire) git-svn-id: http://code.elgg.org/elgg/trunk@6851 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-08-21Merged r6586:6587 from 1.7 branch into trunkcash
git-svn-id: http://code.elgg.org/elgg/trunk@6842 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-06-29Added wrapper to tagcloud + title (for theming)pete
git-svn-id: http://code.elgg.org/elgg/trunk@6580 36083f99-b078-4883-b0ff-0f9b5a30f544