summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #11218 by David_Rothstein, sun, quicksketch, duncf, awood456, ↵Dries Buytaert2009-09-20
| | | | 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.
* - Patch #553524 by John Morahan: escape link text in assertions.Dries Buytaert2009-09-19
|
* - Patch #576302 by joachim | lambic: improved rewording of user admin help text.Dries Buytaert2009-09-19
|
* - Patch ##525540 by jvandyk, sun, jhodgdon, fago | webchick, TheRec, Dave ↵Dries Buytaert2009-09-19
| | | | 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.
* - Patch #300993 by sun: extended the roles and permissions API so we can ↵Dries Buytaert2009-09-19
| | | | revoke permissions from a role etc.
* - Patch #581594 by douggreen: minor db_query() fix to search for the new ↵Dries Buytaert2009-09-19
| | | | database abstraction layer.
* - Patch #283723 by pwolanin, sun | eddified, moshe weitzman, Dries, aether, ↵Dries Buytaert2009-09-18
| | | | Arancaytar: Added Make menu_tree_output() return renderable output.
* #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executesAngie Byron2009-09-18
| | | | | | 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.
* #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵Angie Byron2009-09-18
| | | | hey hey hey... gooood byeeee...
* #563998 by plach: Add a means of marking a field as translatable in Field UI.Angie Byron2009-09-17
|
* #457450 by agentrickard: Added hooks to track changes to menu links.Angie Byron2009-09-17
|
* #556534 by xmacinfo: Fixed SimpleTest help text.Angie Byron2009-09-17
|
* #440930 by brianV: Add @file block to menu.test.Angie Byron2009-09-17
|
* #365597 by mfb, Jody Lynn: Don't show access denied when logging in via ↵Angie Byron2009-09-17
| | | | OpenID to user/login.
* #574796 by sun: Fixed 'Article' content-type permissions not granted to ↵Angie Byron2009-09-17
| | | | admin role after installation.
* #517688: Just a commit of a modules/overlay directory to make patch rolling ↵Angie Byron2009-09-16
| | | | easier.
* SA-CORE-2009-008Angie Byron2009-09-16
|
* #578470 by Dries, jbrauer, Gábor Hojtsy: Add return status codes to ↵Angie Byron2009-09-16
| | | | drupal_http_request() when a URL fails to parse, instead of failing silently.
* #577912 by kkaefer: Updated OpenID icon with alpha transparency.Angie Byron2009-09-15
|
* - Patch #460594 by elliotttf, lambic | LiliVG: Fixed ↵Dries Buytaert2009-09-15
| | | | node_assign_owner_action_form() limits username length to 7 characters.
* - Patch #520368 by Gábor Hojtsy: fixed Admin toolbar breaks sticky table ↵Dries Buytaert2009-09-15
| | | | headers.
* #575796 by Heine: Fixed OpenID XRI test violates the spec.Angie Byron2009-09-15
|
* #469242 by tic2000, Pasqualle, pwolanin, Nick Lewis, moshe weitzman, Rob Loach,Angie Byron2009-09-15
| | | | | | | 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.
* Roll-back of #555712. User testing showed the collapse bar to the left ↵Angie Byron2009-09-15
| | | | introduced its own issues. Back to the drawing board...
* - Patch #572564 by boombatower | Gábor Hojtsy: Fixed Assertion message ↵Dries Buytaert2009-09-14
| | | | generator double escapes data.
* - Patch #576530 by David_Rothstein: toolbar should say 'Log out' rather than ↵Dries Buytaert2009-09-14
| | | | 'Logout'.
* - Patch #575360 by dropcube: added API function to check if a cache bin is ↵Dries Buytaert2009-09-13
| | | | empty.
* - Patch #319840 by Aron Novak, darren.ferguson: added hook to the OpenID ↵Dries Buytaert2009-09-13
| | | | module for returning data when a user has logged in.
* - Patch #554164 by mfb: fixed bug with forum topic counts and added tests.Dries Buytaert2009-09-13
|
* - Patch #251235 by catch: first forum test clean-up.Dries Buytaert2009-09-13
|
* - Patch #470840 by salvis, sinasquax, sun: fixed bug in node_access() if we ↵Dries Buytaert2009-09-12
| | | | specify an account. Extend filter_access() to take custom account.
* - Patch #570930 by sun: allow to retrieve all filters (including disabled) ↵Dries Buytaert2009-09-11
| | | | in a text format.
* #571604 by catch: Stop calling node_load() 3 times for every comment. ;)Angie Byron2009-09-11
|
* #513414 by kika, stBorchert, stella, sign, Bojhan, sun et al: Make editing ↵Angie Byron2009-09-11
| | | | of summary/full fields more user-friendly.
* - Patch #529316 by jhodgdon: fixed and improved hook_help() documentation.Dries Buytaert2009-09-11
|
* - Patch #569362 by scor, effulgentsia, catch: add attributes and ↵Dries Buytaert2009-09-11
| | | | title_attributes() variables for tpl files so that RDFa and Microformats can be implemented.
* - Patch #574002 by sun: remove argument from user_access().Dries Buytaert2009-09-11
|
* #565664 by c960657: Remove t() from 'title' in various test modules' ↵Angie Byron2009-09-11
| | | | hook_menu().
* #539022 by dropcube: Use current theme during Batch API processes.Angie Byron2009-09-11
|
* #555128 by Dave Reid | moshe weitzman: Return boolean value from ↵Angie Byron2009-09-11
| | | | node_access() with grant query.
* #382464 by fgm and bjaspan: Disallow reserved field names.Angie Byron2009-09-11
|
* #561104 by Crell: Added support for random ordering in dynamic select queries.Angie Byron2009-09-11
|
* #293496 by kathyh and cwgordon7: Added tests for drupal_match_path().Angie Byron2009-09-11
|
* #562188 by JohnAlbin: Replaced missing theme settings page help text.Angie Byron2009-09-11
|
* #564370 by catch: Fixed block caching form_alter() which was located in ↵Angie Byron2009-09-11
| | | | wrong file post-registry rip.
* #557220 by Everett Zufelt: Added alt attributes to SimpleTest results to ↵Angie Byron2009-09-11
| | | | assist screen-reader users.
* #566094 by Arancaytar and smk-ka: Fixed hierarchy generation in ↵Angie Byron2009-09-11
| | | | menu_tree_data().
* #555712 by TheRec: Moved shortcut bar collapse icon to the left side so it's ↵Angie Byron2009-09-11
| | | | more easily accessible and 'Log out' is no longer mistakenly clicked.
* #566134 by mfb: Fix bug causing decimal places not to be saved in number module.Angie Byron2009-09-11
|
* #569072 by rcross and yched: Clean field_attach_()* namespace by renaming ↵Angie Byron2009-09-10
| | | | and moving non-crud functions.