summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-includes/kses.php
Commit message (Collapse)AuthorAgeFilesLines
* Moved everything in wp-inst down a directory.donncha2006-06-221-823/+0
| | | | | | | | Uses's Ryan Boren's htaccess rules and mods If you're upgrading, try this on a test server first! git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@591 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Lots and lots of changes.matt2006-05-151-2/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@543 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2006-03-071-8/+32
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@538 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP updatesdonncha2006-02-161-5/+69
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@528 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Updated kses stringsdonncha2006-01-161-19/+211
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@504 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2006-01-161-11/+7
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@503 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Allow through html commentsdonncha2006-01-111-2/+9
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@499 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge.donncha2006-01-101-0/+2
| | | | | | | Also fixes for kses that ate tags, and category js git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@497 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Added attributes to tags: dir, targetdonncha2005-12-211-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@479 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Don't filter already posted data - protected posts will display ok now.donncha2005-12-131-1/+0
| | | | | | | (Thanks http://www.itdamager.com/ ) git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@467 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Forgot slashes, links were being stripped!donncha2005-10-281-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@413 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed "more" tagdonncha2005-10-281-2/+4
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@412 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2005-10-261-0/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@408 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Merge - added ol/ol to kses, added upload to page editordonncha2005-10-171-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@404 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add Ordered list tags to ksesdonncha2005-10-141-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@403 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WordPress Merge - image deletion and moredonncha2005-10-071-3/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@389 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Updated kses rulesdonncha2005-09-281-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@376 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2005-09-261-3/+0
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@373 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Fixed problem with Chinese and Japanese characters being removed.donncha2005-09-261-1/+2
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@370 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Filter post content as it's displayed too!donncha2005-09-221-0/+6
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@359 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2005-09-221-2/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@354 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Add/Strip slashes to postsdonncha2005-09-211-1/+1
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@352 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Always filter posts!donncha2005-09-211-6/+3
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@350 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* WP Mergedonncha2005-09-211-366/+305
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@349 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Reset to WP tagsdonncha2005-09-141-341/+29
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@326 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Filter post content through ksesdonncha2005-09-131-4/+16
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@323 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Updated to Mark Ghosh's kses+0.2.2donncha2005-09-131-37/+364
| | | | git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@321 7be80a69-a1ef-0310-a953-fb0f7c49ff36
* Initial Importdonncha2005-07-121-0/+563
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1 7be80a69-a1ef-0310-a953-fb0f7c49ff36