aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/output.php
AgeCommit message (Expand)Author
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
2010-10-14Fixes #2339 - removes social library and deprecates its two functions (put it...cash
2010-08-22Merged r6671:6683 from 1.7 branch to trunkcash
2010-08-22Merged r6620:6653 from 1.7 branch into trunkcash
2010-08-21Merged r6586:6587 from 1.7 branch into trunkcash
2010-08-21Merged r6534-6559 from 1.7 branch to trunkcash
2010-07-16plugin hook output:strip_tags is now format:strip_tags.brettp
2010-07-16Removing stray text from previous commit.brettp
2010-07-16elgg_make_excerpt() uses elgg_strip_tags().brettp
2010-07-15Fixes #2099. Added elgg_strip_tags() to allow plugins to remove extra formatt...brettp
2010-05-29Merged r6263:6271 to trunk.brettp
2010-05-24Replacing '...' with html elipse character (&#8230) in elgg_make_excerpt().brettp
2010-05-14Merged 5928-6908 from 1.7 branch to trunk.brettp