Commit Graph

300 Commits (f4d17e018cff383cfd92a06d1d69e217b79a964f)

Author SHA1 Message Date
Angie Byron a7149821d6 #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme functions to take one argument without any hacks. NOTE: This is an API change in hook_theme(). 2009-10-23 22:24:19 +00:00
Dries Buytaert f2d90e99fb - Patch #606796 by jhodgdon: fixed documentation inaccuracy with filter_form(). 2009-10-23 01:06:58 +00:00
Dries Buytaert 60c5878351 - Patch #593746 by #593746 by sun, andypost: prepare Drupal core for dynamic data translation. 2009-10-16 19:06:25 +00:00
Dries Buytaert 240db77c81 - Patch #582378 by sun: more filter system clean-up. 2009-10-13 15:39:41 +00:00
Angie Byron 7ed3cf3b13 #569238 by sun, swentel, catch: Changed Make check_markup() not cache by default. 2009-10-10 21:39:03 +00:00
Angie Byron d72c565607 #562908 by sun and dropcube: Fixed issue where {filter}.module is not saved. 2009-10-09 16:14:16 +00:00
Dries Buytaert c05f2181dc - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot. 2009-10-09 01:00:08 +00:00
Angie Byron dd571ffe34 #464862 follow-up by kkaefer: Rename drupal_css_class() to drupal_html_class_X(), for better accuracy. 2009-10-05 01:18:26 +00:00
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 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
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
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
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 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
Dries Buytaert e4a4b7cc7e - Patch #506976 by catch: rename hook_perm to hook_permission. 2009-07-05 18:00:11 +00:00
Dries Buytaert a4623f1f71 - Patch #480152 by jhodgdon: updated filter API documentation. 2009-06-13 19:37:27 +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 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
Dries Buytaert df6c6465fd - Patch #133188 by John Morahan, frega: make sure that long string are line-break-ed correctly. 2009-05-24 19:12:12 +00:00
Dries Buytaert a24a6c2bba - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
Dries Buytaert a5f42fd007 - Patch #470632 by sun: move filter_xss*() into common.inc. 2009-05-24 07:17:14 +00:00
Dries Buytaert 354a989ef0 - Patch #445992 by oestrich, doq: missing point. 2009-05-24 05:23:51 +00:00
Angie Byron 4bc255ba79 Roll-back of #310467: Breaks installer requirements check and update.php. 2009-05-21 23:07:16 +00:00