summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #788696 by JohnAlbin: OpenID login styling is broken in RTL ↵Dries Buytaert2010-05-05
| | | | languages, crummy in LTR.
* - Patch #775220 by aspilicious, droplet: no underscore in CSS class name.Dries Buytaert2010-05-05
|
* #553306 by catch, bec, yched, zzolo, mradcliffe, webchick, plach: The rest ↵Angie Byron2010-05-05
| | | | of remove redundant body and title node attributes & UI. The rest was accidentally committed in http://drupal.org/cvs?commit=363156. Sorry. :(
* #718962 by add1sun, Pasqualle, jhodgdon: Fixed user_external_load() is ↵Angie Byron2010-05-05
| | | | undocumented.
* #764426 by aaronmontana, rickvug: Fixed user_validate_mail() is undocumented.Angie Byron2010-05-05
|
* #743124 by ldpm: Small correction to hook_form_alter() docs.Angie Byron2010-05-05
|
* #730598 by dirtabulous, Heine: Fixed OpenID redirect form is not valid HTML.Angie Byron2010-05-05
|
* #765044 by yoroy: Class node_readmore should be node-readmore for ↵Angie Byron2010-05-05
| | | | consistency with standards.
* #771922 by andypost: Remove t() from schema description of picture field.Angie Byron2010-05-05
|
* #674546 by moonray, Jacine: Fixed comment_wrapper() hook missing ↵Angie Byron2010-05-05
| | | | title_prefix/suffix..
* #737710 by moonray: Fixed Cog is center aligned if element it's in is center ↵Angie Byron2010-05-05
| | | | aligned.
* #717572 by trevjs: Fixed items param in hook_field_validate() should not be ↵Angie Byron2010-05-05
| | | | passed by reference.
* #596614 by asimmonds: Rename node_update_7006() context parameter to ↵Angie Byron2010-05-05
| | | | sandbox, for consistency.
* - Patch #609108 by sivaji: menu admin page should say something when you save.Dries Buytaert2010-05-04
|
* - Patch #745542 by seutje, sign: wrong margin for primary active tab in Seven.Dries Buytaert2010-05-04
|
* - Patch #675116 by jhodgdon: documentation improvements.Dries Buytaert2010-05-04
|
* - Patch #431300 by dmitrig01, kkaefer, mgifford, Dave Reid: authoring ↵Dries Buytaert2010-05-04
| | | | information vertical tab mishandles 'Anonymous'.
* - Patch #296326 by dereine, kscheirer, nagba, mr.baileys: l() and active ↵Dries Buytaert2010-05-04
| | | | class tests.
* - Patch #354133 by NancyDru, AlexisWilke, yoroy: sort disabled blocks by ↵Dries Buytaert2010-05-04
| | | | title, not by weight.
* - Patch #511532 by sun: incorrect documentation for hook_library().Dries Buytaert2010-05-04
|
* #679960 follow-up by lambic: Add test for 'Notice: undefined variable cids' ↵Angie Byron2010-05-03
| | | | when there are no comments available.
* #675116 by jhodgdon, sun: Fixed Several problems in field.api.php and ↵Angie Byron2010-05-03
| | | | field_ui().api.php.
* #717872 by mr.baileys: Fixed reference to non-existing curlConnect in comments.Angie Byron2010-05-03
|
* - Patch #777790 by andypost: file.module uses undocumented behaviors.unattach.Dries Buytaert2010-05-01
|
* - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 ↵Dries Buytaert2010-05-01
| | | | and sha1.
* - Patch #719686 by duellj: tests for search weighting for HTML tags.Dries Buytaert2010-05-01
|
* #245103 by chx, jhodgdon, merlinofchaos, douggreen, jrbeeman: Fixed Search ↵Angie Byron2010-05-01
| | | | page tabs not highlighting.
* #777100 by jhodgdon: Fixed hook_field_storage_update_field() is not documented.Angie Byron2010-05-01
|
* #775936 by nvahalik, jhodgdon, fp: Document hook_field_update_forbid().Angie Byron2010-04-30
|
* #718894 by robeano: Fixed hook_date_format_types_alter() is not documented.Angie Byron2010-04-30
|
* #779236 by rfay: Simpletest verbose setting should be set to on by default.Angie Byron2010-04-30
|
* #605270 by jhodgdon, dww, heyrocker: Fixed Document new update manager hooks.Angie Byron2010-04-30
|
* - Patch #555830 by sun, effulgentsia, mgifford, TheRec, aspilicious: clean ↵Dries Buytaert2010-04-30
| | | | up theme_image() to use drupal_attributes() for all attributes and revisit defaults for 'alt' and 'title'.
* - Patch #783112 by alexpott, cha0s: deleting a taxonomy term through admin ↵Dries Buytaert2010-04-30
| | | | interface causes issues if terms were created on the node edit form.
* - Patch #645800 by katbailey, effulgentsia, rfay: ajax_deliver() ignores ↵Dries Buytaert2010-04-30
| | | | #ajax['method'] and incorrectly forces 'replaceWith' for simple AJAX callbacks, D6->D7 regression.
* - Patch #755566 by effulgentsia: use of ID within theme_filter_guidelines() ↵Dries Buytaert2010-04-30
| | | | breaks HTML validation with more than 1 field item on a page.
* #754746 follow-up by cwgordon7: Fixed Overlay should use events instead of ↵Angie Byron2010-04-30
| | | | single callbacks.
* #551658 by pwolanin, aaron, drewish: Move private files to an opt-in system, ↵Angie Byron2010-04-30
| | | | and no longer force private files to live within web-accessible directory.
* #764798 by jhodgdon, andypost, douggreen, elly, afreeman: Document that ↵Angie Byron2010-04-29
| | | | various actions can make your search index out of synch.
* #764094 by David_Rothstein: Add tests to check that the theme system works ↵Angie Byron2010-04-29
| | | | in hook_init() (i.e., as early as possible).
* #655736 by David_Rothstein: De-couple Dashboard and Toolbar modules from ↵Angie Byron2010-04-29
| | | | Overlay.
* #507502 by Rob Loach, marvil07: Provide Locale support for jQuery UI.Angie Byron2010-04-29
|
* #718860 by djac, jhodgdon: Fixes to hook_theme() documentation.Angie Byron2010-04-29
|
* #777080 by jhodgdon: Fixed hook_hook_info_alter() is not documented.Angie Byron2010-04-29
|
* - Patch #782788 by joachim, marcvangend: theme settings page help text takes ↵Dries Buytaert2010-04-28
| | | | the theme name from the URL.
* - Patch #782056 by aspilicious: removing every tab + trailing white space in ↵Dries Buytaert2010-04-28
| | | | core.
* - Patch #748798 by casey, Rob Loach, Jacine: changed CSS Coding Standards.Dries Buytaert2010-04-28
|
* - Patch #736326 by jhodgdon, aspilicious: hook_process() and associated ↵Dries Buytaert2010-04-28
| | | | hooks are undocumented.
* - Patch #716718 by joachim, jhodgdon: add notes on security and proper use ↵Dries Buytaert2010-04-28
| | | | of user_load() to its function documentation.
* - Patch #783584 by Pasqualle: fixed invalid HTML.Dries Buytaert2010-04-28
|