summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - 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.
* - Patch #609118 by te-brian, David_Rothstein: Fixed node.tokens.inc: ->body ↵Dries Buytaert2009-11-05
| | | | issues.
* - Patch #621392 by jhodgdon: fixed formatting of phpDoc.Dries Buytaert2009-11-05
|
* - Patch #622048 by sun: streamline drupal_bootstrap() and expose the flow to ↵Dries Buytaert2009-11-05
| | | | code profilers.
* - Patch #622482 by seutje: fixed watchdog.Dries Buytaert2009-11-05
|
* #571086 follow-up by sun: Allow specifying a 'wrapper callback' before ↵Angie Byron2009-11-04
| | | | executing a form builder function.
* #575280 follow-up by mfb and chx: Fixed impersonation attack when an https ↵Angie Byron2009-11-04
| | | | session exists.
* #367567 by sun, effulgentsia, yched, and quicksketch: Use AJAX framework for ↵Angie Byron2009-11-04
| | | | 'Add more' links.
* #576916 follow-up by mooffie: Fixed some mistaken variable renaming.Angie Byron2009-11-04
|
* #615504 by rfay and katbailey: Fixed Ajax framework's use-ajax class on links.Angie Byron2009-11-04
|
* #620278 by alex_b: Fixed Add feed link.Angie Byron2009-11-04
|
* #552478 by pwolanin, samj, dropcube, and sun: Improve link/header API and ↵Angie Byron2009-11-03
| | | | support on node/comment pages rel=canonical and rel=shortlink standards.
* #561726 by effulgentsia, TwoD, and sun: Make ajax.js and tabledrag.js ↵Angie Byron2009-11-03
| | | | implement Drupal.detachBehaviors().