aboutsummaryrefslogtreecommitdiff
path: root/mod/htmlawed
AgeCommit message (Collapse)Author
2012-07-10Prevent inserting duplicated tagsMiguel Rodríguez Pérez
When htmlawed_tag_post_processor gets called, we check $attributed to be passed. If it is not, then it is a closing tag. Return it without further processing.
2012-07-10Add test case to htmlawed for detecting duplicated tagsMiguel Rodríguez Pérez
2012-07-02htmlawed calls the tag attributes code for closing tags now so we set ↵Cash Costello
default value for 2nd parameter
2012-07-01Refs #4609 made the version 1.8 since users get confused with other version ↵Cash Costello
numbers on bundled plugins
2012-07-01Fixes #4609. Ugraded htmlawed lib.Sem
2012-06-18Fixes #4478 corrected license of htmlawed pluginCash Costello
2011-11-08it is GPL General Public License not GPL Public LicenseCash Costello
2011-10-30Fixes #3370 running the anti-spam option of htmlawed when filtering for outputCash Costello
2011-10-23Fixes #3959. Using elgg_release in core plugins.Brett Profitt
2011-10-13Fixes #3917. Removed uses of admin interface in manifests. Removed related code.Brett Profitt
2011-05-20Refs #2104 changed extension to enhancement and added security, widget, and ↵cash
theme categories git-svn-id: http://code.elgg.org/elgg/trunk@9105 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-03-08Refs #2104 added bundled category to all core pluginscash
git-svn-id: http://code.elgg.org/elgg/trunk@8637 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-18Updated copyright and author information in plugin manifests.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@8291 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-12Refs #2898: Using an XML namespace instead of version attribute on plugin ↵brettp
manifests. git-svn-id: http://code.elgg.org/elgg/trunk@8170 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-11Converted all manifest files to 1.8 styleewinslow
git-svn-id: http://code.elgg.org/elgg/trunk@8111 36083f99-b078-4883-b0ff-0f9b5a30f544
2011-02-02updated the plugin manifest files to use the new variable name for ↵cash
activation on installation git-svn-id: http://code.elgg.org/elgg/trunk@7992 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-20Fixes #2497: htmLawed now uses a plugin hook for allowed_styles and ↵ewinslow
htmlawed_config git-svn-id: http://code.elgg.org/elgg/trunk@7370 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to ↵ewinslow
use elgg_ prefixed versions git-svn-id: http://code.elgg.org/elgg/trunk@7284 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-10-22Removed @license, @copyright, and @author from files. License and copyright ↵brettp
are covered by LICENSE.txt and COPYRIGHT.txt in root. git-svn-id: http://code.elgg.org/elgg/trunk@7118 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-08-22Merged r6757:6810 from 1.7 branch into trunkcash
git-svn-id: http://code.elgg.org/elgg/trunk@6850 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-05-05Merged 18_new_admin branch to trunk.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5977 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-04-05Merged 5605:5622 from 1.7 to trunk.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@5623 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-02-08Updated copyright for core plugin manifests.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3923 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-31Somehow missed deleted a { on the last commit. All better now.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3870 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-31htmlawed no longer creates tags with extra spaces (<p >).brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3869 36083f99-b078-4883-b0ff-0f9b5a30f544
2010-01-30Fixes #1425, Fixes #1341: Upgraded htmlawed to latest. Altered the htmlawed ↵brettp
attribute filtering function to return <attr="val"> for proper linking in parse_urls(). Added background-color as a non-filtered style attribute. git-svn-id: http://code.elgg.org/elgg/trunk@3862 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-10removes @ from include - closes #879cash
git-svn-id: http://code.elgg.org/elgg/trunk@3748 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-12-05fixed trivial bug in htmlawed plugin. The ; delimiter should only be used ↵cash
between sets of schemes (protocols). This is due to some slightly lazy coding in htmlawed. git-svn-id: http://code.elgg.org/elgg/trunk@3729 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-03Updated htmlawed to allow the default TinyMCE styles.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3617 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-11-02Updated htmlawed to disallow many style attributes.brettp
git-svn-id: http://code.elgg.org/elgg/trunk@3612 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-08-20Whoa nelly this is a big one: Removed license and copyright for files.brettp
git-svn-id: https://code.elgg.org/elgg/trunk@3427 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-07-07Closes #956: Classes are removed by the HTML filter.brettp
git-svn-id: https://code.elgg.org/elgg/trunk@3396 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-07-03Allowing selected style attributes in htmlawed.brettp
git-svn-id: https://code.elgg.org/elgg/trunk@3383 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-07-01Fixed a typo in htmlawed filtering.brettp
git-svn-id: https://code.elgg.org/elgg/trunk@3378 36083f99-b078-4883-b0ff-0f9b5a30f544
2009-07-01Refs #1086: Added htmLawed plugin as replacement for kses.brettp
git-svn-id: https://code.elgg.org/elgg/trunk@3375 36083f99-b078-4883-b0ff-0f9b5a30f544