summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #445070 by Arancaytar: added missing parameter documentation.Dries Buytaert2009-04-26
|
* - Patch #441180 by bjaspan, yched: field_attach_delete_bundle() called ↵Dries Buytaert2009-04-26
| | | | hook_field_attach_delete_bundle too soon.
* - Patch #19837 by xmacinfo, j.somers: make 'not verified' togglable as a ↵Dries Buytaert2009-04-26
| | | | theme setting.
* - Patch #352880 by dereine, Dave Reid: replace strstre with strpos.Dries Buytaert2009-04-26
|
* #270685 by JamesAn: Expand title/body fieldset by default so that it can be ↵Angie Byron2009-04-26
| | | | found.
* #369409 by dropcube: Move block.tpl.php to block.module rather than ↵Angie Byron2009-04-26
| | | | system.module.
* #444920 by Damien Tournoud: Fix broken book breadcrumbs (with tests).Angie Byron2009-04-25
|
* #339210 by klausi and dmenefee: Allow SimpleTest module to work on sites ↵Angie Byron2009-04-25
| | | | with HTTP authentication.
* - Patch #394146 by ksenzee, csevb10, dropcube: converted to the new database ↵Dries Buytaert2009-04-25
| | | | abstraction layer.
* #303965 by moshe weitzman and snufkin: Allow data import scripts to set ↵Angie Byron2009-04-25
| | | | /->is_new programmatically.
* - Patch #394484 by Berdir and Crell: converted node module to the new ↵Dries Buytaert2009-04-25
| | | | database abstraction layer. Yay.
* - Patch #440768 by Dave Reid: proper check for whether the schema is ↵Dries Buytaert2009-04-25
| | | | installed or not.
* - Patch #345591 by pwolanin, JacobSingh: drupal_http_request() should return ↵Dries Buytaert2009-04-25
| | | | the original status message and protocol.
* - Patch #440826 by brianV: whitespace clean-up.Dries Buytaert2009-04-25
|
* - Patch #335756 by Damien Tournoud, hass: fixed simpletest file directory path.Dries Buytaert2009-04-25
|
* - Patch #410044 by WorldFallz, jmburnz: don't output an empty div.Dries Buytaert2009-04-24
|
* - Patch #440768 by Dave Reid: move {node_counter} table from node module to ↵Dries Buytaert2009-04-24
| | | | statistics module.
* - Patch #147310 by c960657: added tests for private files, fixed a problem ↵Dries Buytaert2009-04-24
| | | | with private files and minor improvements.
* #443488 by chx: Fix typo in field API docs.Angie Byron2009-04-24
|
* - Patch #440920 by brianV: whitespace and coding style clean-up.Dries Buytaert2009-04-22
|
* - Patch #308296 by Dave Reid, Damien Tournoud: clean-up of drupalCreateNode().Dries Buytaert2009-04-22
|
* - Patch #147310 by c960657 et al: better cache headers for reverse proxies.Dries Buytaert2009-04-22
|
* - Patch #302240 by fago: fixed various problems with form storage and added ↵Dries Buytaert2009-04-22
| | | | tests. Yay.
* - Patch #299176 by Dave Reid: fixed broken query in forum block.Dries Buytaert2009-04-21
|
* - Patch #375482 by mfb: avoid PDO exceptions when block module is not enabled.Dries Buytaert2009-04-21
|
* - Patch #282858 by Dave Reid, Ian Ward: nicer message for the contact form ↵Dries Buytaert2009-04-21
| | | | when it has not yet been configured.
* - Patch #423948 by mfb: updated documentation, update functions should ↵Dries Buytaert2009-04-21
| | | | include schema descriptions.
* - Patch #413060 by pp: added a test for contact module.Dries Buytaert2009-04-21
|
* - Patch #372471 by JamesAn et al: killed theme_box().Dries Buytaert2009-04-20
|
* - Patch #439038 by JeremyFrench: fixed typo in CSS file.Dries Buytaert2009-04-20
|
* - Patch #413732 by brianV: database code clean-up.Dries Buytaert2009-04-20
|
* - Patch #318496 by DeeLay: node_delete does not clean up history.Dries Buytaert2009-04-20
|
* - Patch #299176 by chx, Crell: added example of hook_query_alter to API ↵Dries Buytaert2009-04-20
| | | | documentation.
* - Patch #427296 by taz88ny: move some code from system.module to bloc.module ↵Dries Buytaert2009-04-20
| | | | where it belongs.
* #368559 by moshe weitzman: Return renderable arrays from profile pages.Angie Byron2009-04-20
|
* #404116 by neclimdul: Provide default choices on poll translations.Angie Byron2009-04-20
|
* #368639 by puradata: Remove drupalCreateField/Instance in favour of standard ↵Angie Byron2009-04-20
| | | | API functions.
* Roll-back of #333054; needs more discussion.Angie Byron2009-04-20
|
* - Patch #437930 by soxofaan: remove tabindex attributes from user_login form.Dries Buytaert2009-04-19
|
* - Patch #430342 by kkaefer et al: usability improvement: changed 'site ↵Dries Buytaert2009-04-19
| | | | maintenance' to 'maintenance mode'.
* - Patch #160226 by Berdir, Dave Reid, karschsp: fixed SQL query in ↵Dries Buytaert2009-04-19
| | | | statistics_node_tracker function.
* - Patch #437120 by mfb: prevent double escaping of taxonmy term names.Dries Buytaert2009-04-18
|
* - Patch #239945 by JeremyFrench: moved depth check out of loop.Dries Buytaert2009-04-17
|
* - Patch #434336 by klausi: fixed simpletest on lighttpd. Curl header funkiness.Dries Buytaert2009-04-17
|
* - Patch #394584 by Berdir: converted translation module to the new database ↵Dries Buytaert2009-04-17
| | | | abstraction layer.
* #372563 by cytefx: Rename drupal_set_html_head() to drupal_ADD_html_head() ↵Angie Byron2009-04-15
| | | | which actually describes what it does.
* #396224 - SA-CORE-2009-03 - Disallow nulls and slashes from file names in theme.Angie Byron2009-04-15
|
* - Patch #302412 by Berdir: converted more of taxonomy module to the new ↵Dries Buytaert2009-04-15
| | | | database abstraction layer.
* - Patch #302234 by Berdir: converted blog module to the new database ↵Dries Buytaert2009-04-15
| | | | abstraction layer.
* - Patch #431130 by alienbrain: removed unused arguments in internal taxonomy ↵Dries Buytaert2009-04-15
| | | | functions.