index
:
lorea/elgg
floxglove-1
floxglove-2
floxglove-3
lorea-preprod
master
saravea
saraveadev
Social Networking Engine
Saravea
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
lib
/
output.php
Age
Commit message (
Expand
)
Author
2011-03-26
some light standardization of the core libraries
cash
2011-03-10
Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ...
ewinslow
2011-03-02
Added comment explaining purpose of regex
ewinslow
2011-03-02
elgg_normalize_url leaves #target and ?query urls alone
ewinslow
2011-02-12
fixed bug in elgg_format_attributes() that caused none string values to be ig...
cash
2011-02-03
removes uses of $vars[url] from core and plugins
cash
2011-02-01
Moved functions from export.php - river.php into deprecated files
ewinslow
2011-02-01
Reversing 7975
ewinslow
2011-02-01
Refs #2839: moved deprecated functions from access.php - private_settings.php...
ewinslow
2011-01-29
supporting 'javascript:' when normalizing urls
cash
2011-01-01
stop double encoding attributes in output/input elements
cash
2010-11-20
Doesn't make any sense for elgg_format_attributes to default to an empty arra...
ewinslow
2010-11-20
Refs #2143: Added elgg_format_attributes() for generating an attribute string...
ewinslow
2010-11-10
Fixes #2367: With fear and trepidation, converting events/plugin hooks to use...
ewinslow
2010-11-04
Fixes #2463: Added support for forwarding to root-level files, e.g. forward('...
ewinslow
2010-11-04
Refs #2463 Added trim for leading /s to avoid //s when passing elgg_normalize...
brettp
2010-11-04
Fixes #2463: Added ^ to beginning of normalize_url regex to prevent matching ...
ewinslow
2010-11-03
Refs #1320. Updated core to use elgg_echo()'s native string replacement.
brettp
2010-11-02
Refs #2463: Added url normalization support to output/url, output/confirmlink...
ewinslow
2010-11-02
Refs #2463: Removed stay { that was causing the regexp to break
ewinslow
2010-11-02
Refs #2463: Added elgg_normalize_url. forward() and add_menu() make use of it
ewinslow
2010-10-28
Standardized code in all of core, not including language files, tests, or cor...
brettp
2010-10-22
Removed @license, @copyright, and @author from files. License and copyright a...
brettp
2010-10-14
Fixes #2339 - removes social library and deprecates its two functions (put it...
cash
2010-08-22
Merged r6671:6683 from 1.7 branch to trunk
cash
2010-08-22
Merged r6620:6653 from 1.7 branch into trunk
cash
2010-08-21
Merged r6586:6587 from 1.7 branch into trunk
cash
2010-08-21
Merged r6534-6559 from 1.7 branch to trunk
cash
2010-07-16
plugin hook output:strip_tags is now format:strip_tags.
brettp
2010-07-16
Removing stray text from previous commit.
brettp
2010-07-16
elgg_make_excerpt() uses elgg_strip_tags().
brettp
2010-07-15
Fixes #2099. Added elgg_strip_tags() to allow plugins to remove extra formatt...
brettp
2010-05-29
Merged r6263:6271 to trunk.
brettp
2010-05-24
Replacing '...' with html elipse character (…) in elgg_make_excerpt().
brettp
2010-05-14
Merged 5928-6908 from 1.7 branch to trunk.
brettp