Commit Graph

11234 Commits (a0ec577e5b3a55ddf0e4707c953f9fdbbd23b792)

Author SHA1 Message Date
Dries Buytaert ee8aa910b9 Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection handling. I can actually understand it now. ;-). 2009-09-21 06:44:14 +00:00
Dries Buytaert 0741d8e323 - Patch #550742 by douggreen | Zarabadoo: remove Search box from theme system, default to block system instead. 2009-09-21 06:36:54 +00:00
Angie Byron a7527fecad #564394 follow-up by Damien Tournoud: Remove crappy old pgsql-only db_add/change_column() functions from database layer. 2009-09-21 01:15:15 +00:00
Dries Buytaert 2c5a198366 - Patch #444402 by sun: clean up of parseInt() usage. 2009-09-20 19:14:40 +00:00
Dries Buytaert efab1afcc6 - Patch #581634 by stBorchert: added missing CSS file. 2009-09-20 17:59:45 +00:00
Dries Buytaert 105bd63a99 - Patch #445062 by sun: removed system_requirements check for tokenizer now that the registry is gone. 2009-09-20 17:56:24 +00:00
Dries Buytaert 5c7375669d - Patch #582758 by c960657: remove t() calls from getInfo() functions. 2009-09-20 17:40:42 +00:00
Dries Buytaert ffb8421230 - Patch #582736 by douggreen: removed unused function. 2009-09-20 17:18:04 +00:00
Dries Buytaert 6e57cf73d6 - Patch #11218 by sun: fixed fatal error. 2009-09-20 09:37:09 +00:00
Dries Buytaert 339085eb13 - Patch #306611 by jbomb, sun | Damien Tournoud: fixed fatal error when trying to invoke non-existing action callbacks. 2009-09-20 07:47:44 +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
Dries Buytaert 3a2eff7145 - Patch #553524 by John Morahan: escape link text in assertions. 2009-09-19 11:20:34 +00:00
Dries Buytaert 652f90d1c0 - Patch #576302 by joachim | lambic: improved rewording of user admin help text. 2009-09-19 11:18:32 +00:00
Dries Buytaert fd1c63b5c0 - Patch ##525540 by jvandyk, sun, jhodgdon, fago | webchick, TheRec, Dave Reid, brianV, sun.core, cweagans, Dries: gave trigger.module and includes/actions.inc an API overhaul. Simplified definitions of actions and triggers and removed dependency on the combination of hooks and operations. Triggers now directly map to module hooks. 2009-09-19 11:07:37 +00:00
Dries Buytaert a557b0de2a - Patch #300993 by sun: extended the roles and permissions API so we can revoke permissions from a role etc. 2009-09-19 10:54:36 +00:00
Dries Buytaert 448996a532 - Patch #581594 by douggreen: minor db_query() fix to search for the new database abstraction layer. 2009-09-19 10:43:13 +00:00
Dries Buytaert db81ff5205 - Patch #581286 by David Strauss | moshe weitzman: fixed detection of CLI environments properly. 2009-09-19 10:38:47 +00:00
Dries Buytaert 2bc3de6a4f - Patch #283723 by pwolanin, sun | eddified, moshe weitzman, Dries, aether, Arancaytar: Added Make menu_tree_output() return renderable output. 2009-09-18 10:54:20 +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
Angie Byron e18feedfdb #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... hey hey hey... gooood byeeee... 2009-09-18 00:04:24 +00:00
Angie Byron 6a1217aff0 #563998 by plach: Add a means of marking a field as translatable in Field UI. 2009-09-17 04:37:33 +00:00
Angie Byron c9cac770be #457450 by agentrickard: Added hooks to track changes to menu links. 2009-09-17 04:07:40 +00:00
Angie Byron 78737e8366 #556534 by xmacinfo: Fixed SimpleTest help text. 2009-09-17 03:47:23 +00:00
Angie Byron 31c0d8b007 #440930 by brianV: Add @file block to menu.test. 2009-09-17 03:18:30 +00:00
Angie Byron c22b520e46 #365597 by mfb, Jody Lynn: Don't show access denied when logging in via OpenID to user/login. 2009-09-17 03:16:16 +00:00
Angie Byron 65654b29e8 #574796 by sun: Fixed 'Article' content-type permissions not granted to admin role after installation. 2009-09-17 03:12:41 +00:00
Angie Byron 02d18aa68d #573680 by mgifford, David_Rothstein: Fixed language import during installation (and a notice). 2009-09-17 02:34:32 +00:00
Angie Byron 4360fcd15b #517688: Just a commit of a modules/overlay directory to make patch rolling easier. 2009-09-16 23:55:40 +00:00
Angie Byron 4d19d5f10a SA-CORE-2009-008 2009-09-16 22:47:18 +00:00
Angie Byron f5d1094bbb #578470 by Dries, jbrauer, Gábor Hojtsy: Add return status codes to drupal_http_request() when a URL fails to parse, instead of failing silently. 2009-09-16 15:28:00 +00:00
Angie Byron d61e0e8d39 #577298 by David_Rothstein: Fixed body field on non-node module-added node types when included from an installation profile. 2009-09-16 00:04:30 +00:00
Angie Byron 8bce697843 #577912 by kkaefer: Updated OpenID icon with alpha transparency. 2009-09-15 23:21:21 +00:00
Dries Buytaert 93a17c0097 - Patch #460594 by elliotttf, lambic | LiliVG: Fixed node_assign_owner_action_form() limits username length to 7 characters. 2009-09-15 20:54:27 +00:00
Dries Buytaert f70b6182e1 - Patch #520368 by Gábor Hojtsy: fixed Admin toolbar breaks sticky table headers. 2009-09-15 20:50:48 +00:00
Dries Buytaert 9dd2ce283e - Patch #565792 by pwolanin, salvis: follow-up on theme_username refactoring. 2009-09-15 20:03:18 +00:00
Angie Byron 175bb6d19a #575796 by Heine: Fixed OpenID XRI test violates the spec. 2009-09-15 19:46:04 +00:00
Angie Byron 6c0f8eba1c #469242 by tic2000, Pasqualle, pwolanin, Nick Lewis, moshe weitzman, Rob Loach,
and alexanderpas: page.tpl.php has now been split into html.tpl.php
(for <html>, <head>, and <body>) and page.tpl.php (for page content).
This now provides consistency for granular theming of renderable output in all
template files.
2009-09-15 17:10:39 +00:00
Angie Byron 60f14083f4 Roll-back of #555712. User testing showed the collapse bar to the left introduced its own issues. Back to the drawing board... 2009-09-15 03:38:06 +00:00
Dries Buytaert 6ab2b28d57 - Patch #572564 by boombatower | Gábor Hojtsy: Fixed Assertion message generator double escapes data. 2009-09-14 19:05:06 +00:00
Dries Buytaert 7e7edd8fb9 - Patch #576516 by David_Rothstein: fixed documentation. 2009-09-14 19:03:04 +00:00
Dries Buytaert 98dd2f335b - Patch #576530 by David_Rothstein: toolbar should say 'Log out' rather than 'Logout'. 2009-09-14 07:55:24 +00:00
Dries Buytaert ccb0977bee - Patch #572942 by cwgordon7: proper comment wrapping. 2009-09-14 07:43:11 +00:00
Dries Buytaert 0b7962ca01 - Patch #570572 by winston, David_Rothstein | Shai, Xano, alexanderpas, emmajane, kazar: changed label for user/1 account from 'administrator' to 'site maintenance account'. 2009-09-14 07:33:55 +00:00
Dries Buytaert e1ad90ba40 - Patch #575360 by dropcube: added API function to check if a cache bin is empty. 2009-09-13 17:49:51 +00:00
Dries Buytaert b5cee8fe49 - Patch #576096 by CorniI: use the new cache API. 2009-09-13 15:09:45 +00:00
Dries Buytaert 4c49bf4a56 - Patch #319840 by Aron Novak, darren.ferguson: added hook to the OpenID module for returning data when a user has logged in. 2009-09-13 14:20:00 +00:00
Dries Buytaert f8c8827b24 - Patch #554164 by mfb: fixed bug with forum topic counts and added tests. 2009-09-13 14:12:07 +00:00
Dries Buytaert 0e78881681 - Patch #251235 by catch: first forum test clean-up. 2009-09-13 11:23:40 +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