Commit Graph

353 Commits (c81af2d586f5f03df62b38b7365ebb5b2deeeda0)

Author SHA1 Message Date
Dries Buytaert b544777095 - Patch #464862 by JohnAlbin, sun, dereine | dvessel, Jacine, Zarabadoo: added drupal_css_class() to clean class names and rename form_clean_id(). 2009-10-03 19:16:04 +00:00
Dries Buytaert cef1089389 - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql(). 2009-09-29 15:13:57 +00:00
Dries Buytaert 8b0b496a1c - Patch #560738 by sun, noahb, David_Rothstein | dropcube: trying to delete a text format gives 'page not found'. 2009-09-25 14:06:09 +00:00
Dries Buytaert 7cf7f99878 - Patch #11218 by David_Rothstein, sun, quicksketch, duncf, awood456, dropcube, mgifford | pwolanin, dww, RobRoy, Crell, webchick, beginner, ray007, bjaspan, chx, Gábor Hojtsy, Steven, Dries, lutegrass, sym, guardian, matt2000, geerlingguy, SeanBannister, matt westgate, com2, praseodym: allow default text formats per role, and integrate text format permissions. 2009-09-20 07:32:19 +00:00
Angie Byron df02fa3ca4 #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes
before a form builder function, to facilitate common form elements. Clean-up
from form_builder changes from CTools patch. Has nice side-benefit of making
all form functions' signatures consistent.
2009-09-18 00:12:48 +00:00
Dries Buytaert 56842ef5bb - Patch #470840 by salvis, sinasquax, sun: fixed bug in node_access() if we specify an account. Extend filter_access() to take custom account. 2009-09-12 06:09:45 +00:00
Dries Buytaert 6764b73ffd - Patch #570930 by sun: allow to retrieve all filters (including disabled) in a text format. 2009-09-11 15:39:48 +00:00
Angie Byron e8ae5c8b28 #568224 by Josh Waihi and chx: Fixed missing constant in filter value. (all pgsql tests pass now. woohoo! :D) 2009-09-05 13:22:13 +00:00
Dries Buytaert 859d158d45 - Patch #563272 by David_Rothstein: renamed parameter for readability. 2009-08-30 06:04:09 +00:00
Angie Byron 5c5b3a149a #560740 by sun and David_Rothstein: 'Escape all HTML' filter did not escape any HTML. Now that's a problem. (with tests) 2009-08-29 03:55:44 +00:00
Angie Byron f4c6b2ba5e #561970 by Davy Van Den Bremt: Rename 'box' to 'custom block'. Here's to core's database schema making sense. 2009-08-28 19:44:05 +00:00
Dries Buytaert 3dea934d2b - Patch #560502 by Gabor Hojtsy: created 'content authoring' category. 2009-08-28 16:23:05 +00:00
Dries Buytaert 6f41d692fd - Patch #559658 by sun, dropcube: store filter settings per format, general API clean-up and documentation improvements. 2009-08-27 21:18:20 +00:00
Dries Buytaert ee64752e10 - Patch #300993 by dropcube, Dave Reid: user roles and permission API. Great patch. 2009-08-27 20:25:29 +00:00
Dries Buytaert 7c36ac0e49 - Patch #428296 by dropcube, sun, catch: filter system doesn't communicate with other modules about filter format changes/deletions. 2009-08-26 10:29:26 +00:00
Dries Buytaert 7598362003 - Patch #546336 by sun, dropcube: code clean-up and documentation improvements for the filter hooks. 2009-08-26 10:17:54 +00:00
Dries Buytaert 99a746f1ac - Patch #556832 by dropcube: add text format API to manipulate formats. 2009-08-26 04:59:26 +00:00
Dries Buytaert f9f8a6cb81 - Patch #554946 by dropcube, sun: cache info from hook_filter_info() and allow to be altered. 2009-08-25 10:35:33 +00:00
Angie Byron c6d9c07b69 #446518 follow-up by sun: Removed logic branch in check_markup() for string being NULL. 2009-08-25 03:04:13 +00:00
Angie Byron 2c55219315 #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading. 2009-08-24 00:14:23 +00:00
Angie Byron e63e85020b Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again. 2009-08-24 00:10:46 +00:00
Angie Byron 4ae238ea57 *** empty log message *** 2009-08-24 00:02:05 +00:00
Angie Byron e6eb489918 #542658 follow-up by sun: Move action 'tabs' out of local tasks and into local actions. 2009-08-23 01:05:12 +00:00
Angie Byron 36ec189695 #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string. 2009-08-22 14:34:23 +00:00
Angie Byron 34a8a369aa #367595 by plach, catch, sun, yched, et al: Added support for translatable fields to Field API. 2009-08-22 00:58:55 +00:00
Dries Buytaert bc23bfaa11 - Patch #546350 by dropcube: remove hardcoded numeric deltas from hook_filter_info(). 2009-08-21 17:28:27 +00:00
Angie Byron cc22ae663a #541708 by catch: Removed unnecessary query in _filter_tips(). 2009-08-21 00:50:32 +00:00
Dries Buytaert 5dd8314d0a - Patch #446518 by sun: remove argument from check_markup(). 2009-08-20 10:56:33 +00:00
Angie Byron 5ff1f14447 #545580 by moshe weitzman: Simplify block render structure. 2009-08-15 06:50:29 +00:00
Angie Byron f2f34a87f8 #362972 by tic2000 and stewsnooze: Have nofollow filter remove 'rel' attributes instead of just adding rel='nofollow'. 2009-08-15 06:45:31 +00:00
Dries Buytaert 2dd0b6ff5d - Patch #548308 by dropcube: remove hook_filter_tips() as part of the hook_filter() refactoring. 2009-08-14 08:06:23 +00:00
Dries Buytaert 2abbabbcc2 - Patch #546336 by dropcube: transform hook_filter from having a paramater to hook_filter_(). 2009-08-13 19:53:20 +00:00
Dries Buytaert d062ec4e6a - Patch #542742 by tic2000: create wrapper functions to load/serialize a DOM. 2009-08-11 12:00:19 +00:00
Dries Buytaert 56d2f21745 - Patch #537678 by Bojhan: remove drag-and-drop help text. 2009-08-02 15:44:08 +00:00
Dries Buytaert 93728e5d32 - Patch #374441 by tic200, Damien Tournoud, scor: refactor Drupal HTML corrector using PHP5's XML/Dom parser. 2009-07-27 20:15:35 +00:00
Angie Byron b1f65922a3 #523542 by tgeller: Fix link in filter help text. 2009-07-19 05:34:52 +00:00
Angie Byron 735e1d904f #500866 by boombatower: Remove t() from getInfo in tests. 2009-07-13 21:51:42 +00:00
Dries Buytaert e4a4b7cc7e - Patch #506976 by catch: rename hook_perm to hook_permission. 2009-07-05 18:00:11 +00:00
Dries Buytaert c90e16721a - Patch #359276 by Freso, Heine, lyricnz: avoid double encoding/decoding of HTML entities. 2009-07-03 18:26:35 +00:00
Angie Byron c9083e68c3 #276597 by sun: Coding style clean-ups for filter.test. 2009-06-28 18:03:56 +00:00
Angie Byron ee7d9bb2c0 #276597 by wrwrwr and jhedstrom: Add a ton of totally awesome filter tests. 2009-06-28 12:01:26 +00:00
Dries Buytaert a4623f1f71 - Patch #480152 by jhodgdon: updated filter API documentation. 2009-06-13 19:37:27 +00:00
Dries Buytaert 3d64cb5eca - Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers as fields. Oh, my. 2009-06-12 08:39:40 +00:00
Dries Buytaert e9d97f1eef - Patch #449198 by boombatower: cealn up test loading and related API. 2009-06-08 09:23:55 +00:00
Angie Byron 765f690549 #446898 by RoboPhred: Change URL of text formats settings page to admin/settings/formats rather than filter. 2009-06-08 04:51:46 +00:00
Dries Buytaert 79c566c710 - Patch #476928 by Berdir: more database abstraction layer conversions. 2009-05-30 07:11:08 +00:00
Dries Buytaert dcdc4f2e73 - Patch #369011 by catch, sun, et al: performance improvement in text_field_load(). 2009-05-29 20:06:44 +00:00
Angie Byron 7558e1de80 #473992 by andypost: Fix indentation. 2009-05-28 02:40:45 +00:00
Dries Buytaert 0f4060f377 - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
Angie Byron 9eeec33415 #467474 by Josh Waihi: Type-cast booleans to work around PostgreSQL PDO bug. 2009-05-27 01:50:36 +00:00