Age | Commit message (Expand) | Author |
2012-06-26 | Fixes #2276: Better friendly titles, portable ElggTranslit class, better units | Steve Clay |
2012-02-25 | Fixes #3210. Keeping -s in URL friendly titles. | Brett Profitt |
2012-01-09 | coding standard fixes to engine | Cash Costello |
2012-01-08 | most of the comments in the engine now past the sniffer | Cash Costello |
2011-12-17 | Fixes #4190 accepting full urls with non-ascii characters | Cash Costello |
2011-12-06 | Fixes #4173 removed use of \w since it is locale sensitive | cash |
2011-10-30 | removed non-overridable insertion of inline style to links | Cash Costello |
2011-10-12 | Fixes #3747. Using filter_var to check for any valid URI. | Brett Profitt |
2011-10-08 | Fixes #3936 added @access private to internal functions | Cash Costello |
2011-09-26 | Fixes #2921 clearing new ignore internal variables | cash |
2011-05-19 | Fixes #3454 not stripping empty attributes | cash |
2011-04-11 | Fixes #3327 fixed typo | cash |
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 |