summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #626354 by yched: remove #process pattern from number field.Dries Buytaert2009-11-10
|
* - 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.
* - 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.
* #523058 by catch, pwolanin, sun, and smk-ka, and jrchamp: Optimize ↵Angie Byron2009-11-08
| | | | check_plain().
* #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 #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
|
* #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 #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 #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 #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
|
* #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.
* #202533 by lisarex and brunodbo: Tell people what the heck the content type ↵Angie Byron2009-11-03
| | | | 'Description' field is for.
* #602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable ↵Angie Byron2009-11-03
| | | | arrays and forms (e.g. 'Operations') alterable.
* #551034 by brandonojc, mgifford, Everett Zufelt, and Cliff: Improved Content ↵Angie Byron2009-11-03
| | | | filter usability and accessibility.
* #211015 follow-up by sun: Don't hard-code #theme for system_settings_form().Angie Byron2009-11-02
|
* #564642 by Scott Reynolds, Damien Tournoud, matt2000, and moshe weitzman: ↵Angie Byron2009-11-02
| | | | Remove previous content property from build functions so artifacts do not persist.
* #569542 by bjaspan and Mike Wacker: Auto-select single option if only one is ↵Angie Byron2009-11-02
| | | | available.
* #600544 follow-up by Amitaibu: Added missing documentation.Angie Byron2009-11-02
|
* #539022 follow-up by David_Rothstein: Batch API should use the current theme ↵Angie Byron2009-11-02
| | | | to run the batches.
* #503834 by lisarex and dcor: Improved help text for taxonomy module's drag ↵Angie Byron2009-11-02
| | | | and drop behaviour.
* #608424 by peximo and plach: Fixed notice when multilingual body display set ↵Angie Byron2009-11-02
| | | | to hidden (with tests).
* #484060 by EclipseGc: Remove duplicate access checking from node_add().Angie Byron2009-11-02
|
* Bleh. :( Sorry. One last time and I'll get the commit message right, I swear. :PAngie Byron2009-11-02
|