summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #1031686 by rschwab: User_load() documentation should reference ↵Dries Buytaert2011-02-04
| | | | drupal_save_session(), not session_save_session().
* - Patch #1027578 by droplet: missing period in the documentation for ↵Dries Buytaert2011-02-04
| | | | drupal_convert_to_utf8().
* - Patch #1045606 by droplet, montesq: hook_block_info() doc should use ↵Dries Buytaert2011-02-04
| | | | visibility constants.
* - Patch #1029346 by David_Rothstein: Changed INSTALL.txt and UPGRADE.txt ↵Dries Buytaert2011-02-04
| | | | should mention that you can download Drupal as a .zip file also.
* - 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 #1049144 by boombatower: remove unnecessary return statements.Dries Buytaert2011-02-04
|
* - 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.
* #1029358 by benjifisher: Fixed blockquote messes up ol lists in Bartik.Angie Byron2011-01-28
|
* #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.
* #1026654 by amateescu: Fix regression with background colours in Bartik ↵Angie Byron2011-01-28
| | | | maintenance page.
* #1019834 by bfroehle: Fixed No .info files reported on theme upload when zip ↵Angie Byron2011-01-28
| | | | created with certain programs
* #936620 by reglogge, aspilicious: Fixed Vertical tabs broken in Seven theme ↵Angie Byron2011-01-28
| | | | for RTL
* #1038934 by tsi: Add missing RTL styling for system messages.Angie Byron2011-01-28
|
* #1040190 by 1V: Fix typo in comment for cookie_domain in settings.phpAngie Byron2011-01-28
|
* #789186 follow-up by eojthebrave: Better documentation for drupalPostAJAX()Angie Byron2011-01-28
|
* #1041484 by 1V: INSTALL.sqlite.txt cleanup of documentation.Angie Byron2011-01-28
|
* #1041512 by 1V: Add .zip mention in README.txt.Angie Byron2011-01-28
|
* #932426 by duellj: Fix second file uploaded is displayed when display option ↵Angie Byron2011-01-28
| | | | is unchecked.
* #1018714 by effulgentsia: Fixed Image Upload Widget Not Working in IE8Angie Byron2011-01-27
|
* - Patch #1036718 by montesq: incorrect watchdog log messages.Dries Buytaert2011-01-24
|
* - Patch #1036246 by Jody Lynn: typo in ajax.inc comment.Dries Buytaert2011-01-24
|
* - Patch #1024898 by ilo, amateescu: wrong definition of Bartik's fieldset ↵Dries Buytaert2011-01-24
| | | | description in css.
* - Patch #1016930 by joachim: too much space above vertical tabs fieldsets.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 #1027762 by droplet: remove non necessary space.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.
* #460448 follow-up by ridgerunner: Further optimize CSS aggregation regex.Angie Byron2011-01-14
|
* #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
|