aboutsummaryrefslogtreecommitdiff
path: root/views/default/output
AgeCommit message (Collapse)Author
2013-05-02Fixes #5421 fixes some encoding issues where wrong context was usedcash
2013-03-31Merge pull request #494 from mrclay/fc-plaintextSteve Clay
Allow friend collection names to store arbitrary plain text
2013-03-05Fixes #5165 handling html tags passed as tagsCash Costello
2013-01-17Allow friend collection names to store arbitrary plain textSteve Clay
2012-12-06Merge branch 'pr-420' into 1.8Brett Profitt
2012-11-07Better HTML decoding and output/email encodingSteve Clay
2012-11-04Fixes #1479 - Replaces WP autop with implementation from Steve Clay.Paweł Sroka
2012-07-05Fixes #4566 handling array in output/locationCash Costello
2012-05-01Fixes #1835. Passing tagcloud URLs through output/url for proper escaping.Brett Profitt
2012-01-18Merge pull request #138 from hypeJunction/tags_html_markupCash Costello
Fixes #4282 tags html markup issues
2012-01-11class namespacingIsmayil Khayredinov
2012-01-09fixes tags html markup issuesIsmayil Khayredinov
2012-01-01Fixes #3939 if user does not have permissions to see the name of the access ↵cash
collection, it is shown as "Limited"
2011-11-13Fixes #4082 adds output/imgCash Costello
2011-11-13need to unset the trusted link keyCash Costello
2011-11-05Fixes #4024 fixed a lot of notices - enough for this release - found a few bugscash
2011-11-05Fixes #4050 using ISO 8601 standard for datescash
2011-11-01Fixes #4038 corrects comment for view output/textcash
2011-10-30Fixes #3370 running the anti-spam option of htmlawed when filtering for outputCash Costello
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