summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #681538 by jhodgdon: fixed drupal_deliver_html_page() has see also ↵Dries Buytaert2010-01-27
| | | | that's missing link.
* - Patch #696642 by qasimzee: improved consistency of phpDoc.Dries Buytaert2010-01-27
|
* - Patch #696616 by qasimzee: improved consistency of phpDocs.Dries Buytaert2010-01-27
|
* - Patch #695662 by litwol: fixed user_login_submit() documentation by ↵Dries Buytaert2010-01-27
| | | | adjusting the code.
* - Patch #610068 by katbailey, rfay: improved phpDoc.Dries Buytaert2010-01-27
|
* #695614 by figover: Small documentation fix in number module.Angie Byron2010-01-26
|
* #686670 by mfer and casey: Properly name-space toolbar.js.Angie Byron2010-01-26
|
* - Patch #685074 by pwolanin: some stream wrappers need to be hidden or ↵Dries Buytaert2010-01-26
| | | | read-only.
* - Patch #229051 by Josh Waihi, bellHead, ainigma32, Dave Reid, druido, ↵Dries Buytaert2010-01-26
| | | | ivanSB@drupal.org, jaydub: fixed 'Top visitor' page on PostgreSQL 8.3.
* - Patch #563106 by adrian, David_Rothstein: more upgrade path fixes to help ↵Dries Buytaert2010-01-25
| | | | contrib updates make progress.
* - Rollback of patch #693362.Dries Buytaert2010-01-25
|
* - Patch #623292 by manfer, mfer: updated Farbtastic.Dries Buytaert2010-01-25
|
* - Patch #602408 by yoroy: adjust height of shortcut bar.Dries Buytaert2010-01-25
|
* - Patch #564642 by Scott Reynolds, Dave Reid: comment_build() was renamed to ↵Dries Buytaert2010-01-25
| | | | comment_view()
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* - Patch #694384 by aaron: typo: change default_widget() in file_field_info() ↵Dries Buytaert2010-01-25
| | | | to proper file_generic().
* - Rollback of #691938.Dries Buytaert2010-01-24
|
* - Patch #649820 by brianV: added missing documentation for MENU_LOCAL_ACTION ↵Dries Buytaert2010-01-24
| | | | in hook_menu().
* - Patch #564642 by Scott Reynolds: added tests for node_rebuild() and ↵Dries Buytaert2010-01-24
| | | | comment_rebuild().
* - Patch #686128 by yched: body-to-field conversion was unacceptably slow.Dries Buytaert2010-01-24
|
* - Patch #691938 by carlos8f: block caching per-role, per-user, per-page was ↵Dries Buytaert2010-01-23
| | | | broken. Added block caching tests.
* - Patch #693362 by catch: taxonomy_form_all() is dead code, and dangerous.Dries Buytaert2010-01-23
|
* - Patch #667152 by catch: optimize node_tag_new().Dries Buytaert2010-01-22
|
* - Patch #417244 by Dave Reid, arnd: contact mail greeting should be friendly ↵Dries Buytaert2010-01-22
| | | | and translatable.
* - Patch #678594 by linclark: fixed RDFa markup for file/image formatters.Dries Buytaert2010-01-22
|
* - Patch #691456 by Boobaa: removed extra apostrophe in blog.module.Dries Buytaert2010-01-22
|
* - Patch #692302 by Crell: searching for the wrong extender subclass.Dries Buytaert2010-01-22
|
* - Patch #637146 by naxoc, David_Rothstein: HEAD install redirect failed ↵Dries Buytaert2010-01-21
| | | | because common.inc was not loaded in _db_check_install_needed().
* - Patch #689738 by c960657: use Save and Delete buttons on path alias ↵Dries Buytaert2010-01-21
| | | | editing form.
* - Patch #627626 by Damien Tournoud: fixed Node-specific code in file field.Dries Buytaert2010-01-20
|
* - Patch #353595 by dereine, catch, killes@www.drop.org: node_access() issues ↵Dries Buytaert2010-01-20
| | | | four queries on default install node/1 so added a static cache.
* - Patch #675608 by Rob Loach, Gábor Hojtsy: fixed contextual link colors ↵Dries Buytaert2010-01-20
| | | | easily overwritten.
* - Patch #683814 by c960657: fixed bug with re-running tests.Dries Buytaert2010-01-20
|
* #688862 by webchick: Fixed Documentation problem with hook_node_view().Angie Byron2010-01-19
|
* - Patch #686800 by c960657: refined the OpenID tests to verify that the user ↵Dries Buytaert2010-01-18
| | | | actually logged in to avoid false positives with blocked users.
* - Patch #672496 by jbrown: radio and checkbox widgets should be centered ↵Dries Buytaert2010-01-18
| | | | vertically.
* - Patch #684646 by catch: reordered some code to avoid unnecessary query in ↵Dries Buytaert2010-01-18
| | | | _node_revision_access().
* - Patch #658118 by David_Rothstein, carlos8f: overlay prevented enabling of ↵Dries Buytaert2010-01-18
| | | | other modules at the same time.
* - Patch #688158 by moshe weitzman: query logger does not provide class ↵Dries Buytaert2010-01-18
| | | | information.
* - Patch #678504 by heyrocker, David_Rothstein: incorrect menu argument for ↵Dries Buytaert2010-01-18
| | | | ip address blocking.
* - Patch #687716 by heyrocker: IP blocking test incorrectly checks for ↵Dries Buytaert2010-01-18
| | | | existence of blocked IP.
* - Patch #609622 by Rob Loach, casey, andypost, mfer: keep jQuery Form up to ↵Dries Buytaert2010-01-18
| | | | date.
* - Patch #682870 by David_Rothstein: fixed typo.Dries Buytaert2010-01-18
|
* - Patch #678590 by asimmonds, Dave Reid, Damien Tournoud: fixed path alias ↵Dries Buytaert2010-01-18
| | | | link being below submit button on taxonomy term add.
* - Patch #687578 by agentrickard: remove access check from ↵Dries Buytaert2010-01-18
| | | | aggregator_categorize_items().
* - Fixed 2pixel error.Dries Buytaert2010-01-18
|
* - Patch #686532 by linclark: typo in entity_extract_ids() api doc.Dries Buytaert2010-01-18
|
* - Patch #569276 by lut4rp, reglogge, webkenny: Fixed the title and ↵Dries Buytaert2010-01-18
| | | | description for 'Error message display' in Logging and Errors.
* - Patch #678050 by gpk: strings tidy-up for simpletest_requirements().Dries Buytaert2010-01-15
|
* Back to development version now.Angie Byron2010-01-15
|