summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #619902 by sun: performance improvement: dashboard, region and block ↵Dries Buytaert2009-11-11
| | | | building had unnecessary function calls.
* - Patch #629074 by sun: field widgets are not themeable due to missing CSS ↵Dries Buytaert2009-11-11
| | | | class names. Better CSS classes for fields.
* - Patch #606640 by eojthebrave, sun, catch: don't use menu loaders because ↵Dries Buytaert2009-11-11
| | | | menu loaders are executed on every menu system access check. Performance improvement.
* #626664 by yched, Amitaibu: Fixed 'Add existing field' in user doesn't show ↵Angie Byron2009-11-11
| | | | fields created in content types.
* #609100 by bleen18, seutje, and David_Rothstein: Should not be able to ↵Angie Byron2009-11-11
| | | | re-add same shortcut to same set twice.
* #625744 by boombatower: Fixed discovery logic of multiple module copies.Angie Byron2009-11-11
|
* #424372 by mr.baileys: Fix ':: in .info files causes fatal error' bug.Angie Byron2009-11-11
|
* - Patch #619580 by Crell: only invoke query_alter() on tagged queries.Dries Buytaert2009-11-10
|
* - Patch #629100 by David_Rothstein: fixed incorrect PHPDoc in ↵Dries Buytaert2009-11-10
| | | | menu_contextual_links().
* - Patch #627338 by catch: add a cache_bootstrap() bin for better ↵Dries Buytaert2009-11-10
| | | | performance/scalability.
* #605924 by ksenzee: Rename default.sites.php to example.sites.php. There is ↵Angie Byron2009-11-10
| | | | no 'default' about it, and it also screws up tab completion. :P
* #606526 by axyjo and scor: Remove trailing whitespace and add newlines at ↵Angie Byron2009-11-10
| | | | end of files. Sorry, folks! But it is after code freeze. :)
* - Patch #626354 by yched: remove #process pattern from number field.Dries Buytaert2009-11-10
|
* - Patch #623992 by sun: documentation updates for system_list().Dries Buytaert2009-11-09
|
* - Patch #570900 by Crell: remove remnants of update_sql().Dries Buytaert2009-11-09
|
* - Patch #627204 by yched: removed unnecessary prefix on field 'add more' ↵Dries Buytaert2009-11-09
| | | | element.
* #627186 by quicksketch: Removed some stray tabs.Angie Byron2009-11-09
|
* - Patch #620688 by chx: fixed drupal_static_reset().Dries Buytaert2009-11-08
|
* - Patch #623992 by sun: fixed the tests. We can re-enable the test bot now.Dries Buytaert2009-11-08
|
* - Patch #614358 by lisarex, Bojhan: UI text improvements to 'Delete' content ↵Dries Buytaert2009-11-08
| | | | type confirmation message.
* #622534 by yched: Cleanup hook_field_attach_*() and hook_field_storage_*() ↵Angie Byron2009-11-08
| | | | space.
* - Patch #623992 by sun: fixed the tests. We can re-enable the test bot now.Dries Buytaert2009-11-08
|
* #523058 by catch, pwolanin, sun, and smk-ka, and jrchamp: Optimize ↵Angie Byron2009-11-08
| | | | check_plain().
* #560944 follow-up by brandonojc, seutje, and Davy Van Den Bremt: Move ↵Angie Byron2009-11-08
| | | | collapsible fieldset logic from theme_fieldset() hook to form_process_fieldset().
* #602522 follow-up by effulgentsia: Fix a couple of straggler missed ↵Angie Byron2009-11-08
| | | | operation link conversions.
* #318636 by effulgentsia, sun, Damien Tournoud, Xano, and jrchamp: Make l() ↵Angie Byron2009-11-08
| | | | themable.
* #573792 by yched: Fixed batch.test errors.Angie Byron2009-11-08
|
* #521852 by brandonojc, Everett Zufelt, mgifford, and sun: Provide semantic ↵Angie Byron2009-11-08
| | | | markup to local tasks to indicate an active task.
* #541568 by brandonojc, mgifford, Everett Zufelt, and sun: Fixed Link to ↵Angie Byron2009-11-08
| | | | expand / collapse fieldsets has poorly accessible link text.
* #553326 by sun: Provide consistency to the way field UI is presented for ↵Angie Byron2009-11-08
| | | | taxonomy.
* #567064 follow-up by sun: Updated documentation.Angie Byron2009-11-08
|
* #622766 by sun: Add contextual links UI as a JS library.Angie Byron2009-11-08
|
* Roll-back of #595084; type-hinting parameters at stdClass makes it so you ↵Angie Byron2009-11-08
| | | | can't ever pass in another type of class.
* - Patch #624882 by jhodgdon: fixed typos in hooks section page.Dries Buytaert2009-11-08
|
* - Patch #623992 by catch: performance improvement: reduce {system} database ↵Dries Buytaert2009-11-08
| | | | hits on every page request.
* - Patch #614294 by lisarex, yched, Bojhan: remove UI description that says ↵Dries Buytaert2009-11-08
| | | | what is stored in the field.
* - Patch #625942 by catch: added index to avoid filesort in filter_formats().Dries Buytaert2009-11-07
|
* #528822 by jhodgdon: Batch example should explain that a file must be ↵Angie Byron2009-11-07
| | | | included when necessary.
* #525504 follow-up by andypost: Fixed PHPDoc typo.Angie Byron2009-11-07
|
* #625460 by sun: Add input format to taxonomy term descriptions.Angie Byron2009-11-07
|
* #600032 by c960657: Removed browser.inc. Please see ↵Angie Byron2009-11-07
| | | | http://drupal.org/project/browser if you'd like to help with a more fleshed-out abstract browser for possible inclusion in D8.
* - Patch #569814 by cweagans: fixed link to syslog.conf manual page in ↵Dries Buytaert2009-11-07
| | | | syslog_help().
* - Patch #620692 by Crell: remove drupal_render_children() from ↵Dries Buytaert2009-11-07
| | | | drupal_render() by inlining it.
* - Patch #607244 by sun: added permission to decrease performance impact of ↵Dries Buytaert2009-11-07
| | | | contextual links.
* #585868 by sun: Provide a generic way for actions to denote that they change ↵Angie Byron2009-11-06
| | | | a property.
* #322703 by BarisW, sun, Shai, and dman: Use on/off checkbox to enable and ↵Angie Byron2009-11-06
| | | | prepopulate node's menu item.
* #613794 by jensimmons, dopry, and yched: Create a default image field in the ↵Angie Byron2009-11-06
| | | | article content type upon install. Let's show off what Drupal can do! :D
* #591794 follow-up by effulgentsia: Reduce performance overhead of ↵Angie Byron2009-11-05
| | | | drupal_alter().
* #606472 by peximo and plach: Remove duplicate title field data structure.Angie Byron2009-11-05
|
* - Patch #623276 by jhodgdon: fixed documentation for file_scan_directory() ↵Dries Buytaert2009-11-05
| | | | is incorrect.