summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #1020642 by amateescu: improved coding standards for toolbar.css.Dries Buytaert2011-02-04
|
* - Patch #1031686 by rschwab: User_load() documentation should reference ↵Dries Buytaert2011-02-04
| | | | drupal_save_session(), not session_save_session().
* - Patch #1045606 by droplet, montesq: hook_block_info() doc should use ↵Dries Buytaert2011-02-04
| | | | visibility constants.
* - Patch #1025124 by catch, jbrown: remove cruft from theme_image_style() and ↵Dries Buytaert2011-02-04
| | | | image_style_url(). Should be faster too.
* - Patch #1049116 by solotandem, David_Rothstein: module_enable() doesn't ↵Dries Buytaert2011-02-04
| | | | account for version strings in dependencies[].
* - Patch #933498 by eojthebrave, aaron: image effects table created with ↵Dries Buytaert2011-02-04
| | | | incorrect table name in upgrade path.
* - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files.Dries Buytaert2011-02-04
|
* - Patch #1051038 by mr.baileys: incorrect return info on ↵Dries Buytaert2011-02-04
| | | | image_style_create_derivative().
* #690980 by Dave Reid, grendzy, cwgordon7: Security hardening: Ensure ↵Angie Byron2011-01-29
| | | | password fields are empty on display.
* #321063 by eMPee584, Kars-T: Fixed book/export/html/N with a non-book nid ↵Angie Byron2011-01-28
| | | | should abort and return 404 not found.
* #932584 by duellj: Fixed Forum has two 'select' optionsAngie Byron2011-01-28
|
* #1022172 by montesq: Fixed Missing return in example hook_menu codeAngie Byron2011-01-28
|
* #1027454 by amateescu, montesq, jhodgdon: Fixed _aggregator_parse_opml() ↵Angie Byron2011-01-28
| | | | documentation contains escaped HTML tags that should be removed.
* #934726 by yched, jinglemansweep: Fixed Undefined index: taxonomy_term in ↵Angie Byron2011-01-28
| | | | taxonomy_field_formatter_view()
* #740182 follow-up: Committing new shortcut.png image.Angie Byron2011-01-28
|
* #1024608 by yched: Move help text setting above field-specific settings on ↵Angie Byron2011-01-28
| | | | field UI page.
* #1019834 by bfroehle: Fixed No .info files reported on theme upload when zip ↵Angie Byron2011-01-28
| | | | created with certain programs
* #1038934 by tsi: Add missing RTL styling for system messages.Angie Byron2011-01-28
|
* #789186 follow-up by eojthebrave: Better documentation for drupalPostAJAX()Angie Byron2011-01-28
|
* #932426 by duellj: Fix second file uploaded is displayed when display option ↵Angie Byron2011-01-28
| | | | is unchecked.
* - Patch #1036718 by montesq: incorrect watchdog log messages.Dries Buytaert2011-01-24
|
* - Patch #1001624 by pillarsdotnet: avoid 'Undefined index' notice in ↵Dries Buytaert2011-01-24
| | | | field_info_max_weight() function of modules/field/field.info.inc.
* - Patch #1037416 by Jody Lynn: typos in user-picture.tpl comment.Dries Buytaert2011-01-24
|
* - Patch #1027630 by jhodgdon: unclear documentation for 'custom' and ↵Dries Buytaert2011-01-18
| | | | 'locked' attributes for content type.
* - Patch #488062 by David_Rothstein: fixed some broken English.Dries Buytaert2011-01-18
|
* - Patch #973328 by gopherspidey, amateescu: special characters are encoded ↵Dries Buytaert2011-01-18
| | | | twice in taxonomy term title.
* - Patch #1024840 by Jody Lynn: whitespace fixes for field module.Dries Buytaert2011-01-18
|
* - Patch #740182 by aspilicious, tsi, yoroy, casey, realityloop, Jeff Burnz: ↵Dries Buytaert2011-01-18
| | | | toolbar and shortcuts lack RTL styling.
* - Patch #1014708 by bfroehle, thekevinday: hook_field_read_field() reference ↵Dries Buytaert2011-01-18
| | | | parameter problem.
* #1015012 by sun: Fix URL filter so that it recognizes valid URLs with # in ↵Angie Byron2011-01-14
| | | | them, e.g. twitter.
* - Patch #488062 by catch, walkah, spiderman, paul.lovvik, klausi: speed up ↵Dries Buytaert2011-01-13
| | | | OpenID by using GMP instead of BCMath if available.
* - Patch #1015150 by redndahead: clean-up 'getsize' remnants since it has ↵Dries Buytaert2011-01-13
| | | | been removed.
* - Patch #997884 by jhodgdon: improved t() documentation.Dries Buytaert2011-01-13
|
* - Patch #1019922 by Jody Lynn: corrections to the comment_access() function ↵Dries Buytaert2011-01-13
| | | | description.
* - Patch #674352 by jersu: correct variable name.Dries Buytaert2011-01-13
|
* - Patch #1016458 by Jody Lynn: code style cleanup of aggregator.module.Dries Buytaert2011-01-13
|
* - Patch #971812 by mfb: aggregator should interpret Atom entry id as ↵Dries Buytaert2011-01-12
| | | | equivalent to RSS item guid.
* - Patch #375064 by c960657, catch: Performance: Multilanguage checking on ↵Dries Buytaert2011-01-12
| | | | admin/content/node slow.
* - Patch #1023742 by pillarsdotnet: remove cruft from user_save().Dries Buytaert2011-01-12
|
* - Patch #1014762 by jhodgdon: hook_entity_info() documentation outdated.Dries Buytaert2011-01-11
|
* - Patch #1021724 by droplet: documentation problem with forum-icon.tpl.php.Dries Buytaert2011-01-11
|
* #1001242 follow-up by bfroehle, Steven Jones: Fix EXISTS tests for SQLite ↵Angie Byron2011-01-10
| | | | and PostgreSQL.
* #916086 by mcarbone, jhodgdon: Fixed search_excerpt() doesn't highlight ↵Angie Byron2011-01-04
| | | | words that are matched via search_simplify()
* #884960 follow-up by bfroehle: Remove phantom empty column on date settings.Angie Byron2011-01-04
|
* #1012914 by dww: Fix regex in Updater classes.Angie Byron2011-01-04
|
* #989366 follow-up by jhodgdon: EVEN better docs for format_date() and friends.Angie Byron2011-01-04
|
* #989886 by bfroehle: Fixed _system_date_format_types_build improper use of ↵Angie Byron2011-01-04
| | | | in_array()
* #987384 follow-up by h_peter, jhodgdon: Further clean-ups to group topics.Angie Byron2011-01-03
|
* #589440 by Booba, willmoy, JanZ, pwolanin, mlncn: Fixed Reordering fails ↵Angie Byron2011-01-03
| | | | with more than 31 book pages in a book
* #746470 by follow-up by aspilicious, Jacine, jbrown, sgabe, et al: Add ↵Angie Byron2011-01-03
| | | | border-radius for IE9 / Opera 10.50