aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/output.php
AgeCommit message (Expand)Author
2013-09-12Added function for escaping query strings and fixed several XSRF vulnerabilit...Paweł Sroka
2013-07-09Fixes #5706. Allowing parens in URIs if not last character.Brett Profitt
2013-04-29Fixes #2057 (broken internet archive links)Jeff Tilson
2013-04-20Fixes #5244 adds nofollow to anchor tags created by parse_urls()cash
2013-04-20Fixes #5369 allows ! in urls and adds unit testsCash Costello
2013-03-31Fixes #4972: More robust friendly titles implementationSteve Clay
2013-02-09remove unused code: vars, foreach keys, etcSteve Clay
2013-02-09Doc fixes and inline type hints for variables (big static analysis cleanup)Steve Clay
2013-01-25Fixes #4972 decode special chars before encoding for friendly titlescash
2012-12-10Fixes #1479. Added ElggAutoP. Removing [\n\r] from test strings before compar...Brett Profitt
2012-12-06Merge branch 'pr-420' into 1.8Brett Profitt
2012-11-11Merge branch '4593-18' into 1.8Steve Clay
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-10-19Added special checks for mailto: in elgg_normalize_url() and elgg.normalize_u...Brett Profitt
2012-06-26Fixes #2276: Better friendly titles, portable ElggTranslit class, better unitsSteve Clay
2012-02-25Fixes #3210. Keeping -s in URL friendly titles.Brett Profitt
2012-01-09coding standard fixes to engineCash Costello
2012-01-08most of the comments in the engine now past the snifferCash Costello
2011-12-17Fixes #4190 accepting full urls with non-ascii charactersCash Costello
2011-12-06Fixes #4173 removed use of \w since it is locale sensitivecash
2011-10-30removed non-overridable insertion of inline style to linksCash Costello
2011-10-12Fixes #3747. Using filter_var to check for any valid URI.Brett Profitt
2011-10-08Fixes #3936 added @access private to internal functionsCash Costello
2011-09-26Fixes #2921 clearing new ignore internal variablescash
2011-05-19Fixes #3454 not stripping empty attributescash
2011-04-11Fixes #3327 fixed typocash
2011-03-26some light standardization of the core librariescash
2011-03-10Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ...ewinslow
2011-03-02Added comment explaining purpose of regexewinslow
2011-03-02elgg_normalize_url leaves #target and ?query urls aloneewinslow
2011-02-12fixed bug in elgg_format_attributes() that caused none string values to be ig...cash
2011-02-03removes uses of $vars[url] from core and pluginscash
2011-02-01Moved functions from export.php - river.php into deprecated filesewinslow
2011-02-01Reversing 7975ewinslow
2011-02-01Refs #2839: moved deprecated functions from access.php - private_settings.php...ewinslow
2011-01-29supporting 'javascript:' when normalizing urlscash
2011-01-01stop double encoding attributes in output/input elementscash
2010-11-20Doesn't make any sense for elgg_format_attributes to default to an empty arra...ewinslow
2010-11-20Refs #2143: Added elgg_format_attributes() for generating an attribute string...ewinslow
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to use...ewinslow
2010-11-04Fixes #2463: Added support for forwarding to root-level files, e.g. forward('...ewinslow
2010-11-04Refs #2463 Added trim for leading /s to avoid //s when passing elgg_normalize...brettp
2010-11-04Fixes #2463: Added ^ to beginning of normalize_url regex to prevent matching ...ewinslow
2010-11-03Refs #1320. Updated core to use elgg_echo()'s native string replacement.brettp
2010-11-02Refs #2463: Added url normalization support to output/url, output/confirmlink...ewinslow
2010-11-02Refs #2463: Removed stay { that was causing the regexp to breakewinslow
2010-11-02Refs #2463: Added elgg_normalize_url. forward() and add_menu() make use of itewinslow
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
2010-10-22Removed @license, @copyright, and @author from files. License and copyright a...brettp