| Commit message (Expand) | Author | Age |
* | - Patch #300750 by brianV: documented a variable. | Dries Buytaert | 2009-05-07 |
* | #453962 by neclimdul: Change all instances of getInfo() to static functions. | Angie Byron | 2009-05-06 |
* | - Patch #453720 by yched: fixed the display of user fields. | Dries Buytaert | 2009-05-06 |
* | - Patch #271515 by JamesAn: corrected PHPdoc. | Dries Buytaert | 2009-05-06 |
* | - Patch #366610 by mr.baileys: make sure we generate valid markup. | Dries Buytaert | 2009-05-06 |
* | - Patch #370276 by JamesAn: improved help text of authoring field. | Dries Buytaert | 2009-05-06 |
* | - Patch #424640 by mustafau: remove non-existing reference. | Dries Buytaert | 2009-05-06 |
* | - Patch #424660 by mustafau: remove non-existing reference. | Dries Buytaert | 2009-05-06 |
* | - Patch #267333 by cwgordon7, David_Rothstein, lilou, et al: fixed batch api ... | Dries Buytaert | 2009-05-06 |
* | - Patch #445468 by reaneyk: remove no-op block_update_7000(). | Dries Buytaert | 2009-05-06 |
* | - Patch #453596 by Xano: clean-up of function names. | Dries Buytaert | 2009-05-06 |
* | - Patch #391340 by chx, dww, neclimdul, Crell, alex_b, et al: job queue API. | Dries Buytaert | 2009-05-06 |
* | - Patch #352872 by Damien Tournoud: clean-up xmlrpc() wrapper. | Dries Buytaert | 2009-05-04 |
* | #295864 follow-up by boombatower: Clarify when to use randomName() vs. random... | Angie Byron | 2009-05-03 |
* | - Patch #451678 by Damien Tournoud: fixed broken query. | Dries Buytaert | 2009-05-03 |
* | - Patch #449718 by alienbrain: node_feed() is now using new node building API. | Dries Buytaert | 2009-05-03 |
* | - Patch #402264 by yched, bjaspan: adapt field's add-more js handler to recen... | Dries Buytaert | 2009-05-03 |
* | - Patch #419114 by boombatower: clean up assertions. | Dries Buytaert | 2009-05-03 |
* | - Patch #396578 by Damien Tournoud: added db_truncate_table() to the database... | Dries Buytaert | 2009-05-03 |
* | - Patch #329015 by Damien Tournoud: improved error handling of batch API. | Dries Buytaert | 2009-05-03 |
* | - Patch #451660 by Damien Tournoud: fixed menu creation/deletion tests. | Dries Buytaert | 2009-05-03 |
* | - Patch #392696 by yched et al: save default values on insert. | Dries Buytaert | 2009-05-01 |
* | - Patch #392696 by yched et al: save default values on insert. | Dries Buytaert | 2009-05-01 |
* | #445950 follow-up: Committing missing simpletest.pages.inc. | Angie Byron | 2009-05-01 |
* | - Patch #445950 by boombatower: interface improvements for SimpleTest. | Dries Buytaert | 2009-05-01 |
* | - Patch #240873 by Gábor Hojtsy, sun: block system clean-ups. Thanks for th... | Dries Buytaert | 2009-04-30 |
* | - Patch #394594 by Berdir: additional conversion to the new database abstract... | Dries Buytaert | 2009-04-30 |
* | - Patch #392706 by yched: clean of field tests: | Dries Buytaert | 2009-04-30 |
* | - Patch #441180 by bjaspan: added a point. | Dries Buytaert | 2009-04-30 |
* | - Patch #374068 by alienbrain, bjaspan: improved documentation of field displ... | Dries Buytaert | 2009-04-30 |
* | #356908 by andypost and yched: Run field prefixes and suffixes through field_... | Angie Byron | 2009-04-29 |
* | - Patch #295864 by boombatower, sun: fixed typos in the documentation. Nice ... | Dries Buytaert | 2009-04-29 |
* | - Patch #392706 by bjaspan, yched, puradata: some of the field attach tests i... | Dries Buytaert | 2009-04-29 |
* | #220592 by dww and pwolanin: Update module now always uses the database for c... | Angie Byron | 2009-04-29 |
* | - Patch #446742 by sun, dmitrig01: fixed various bugs. | Dries Buytaert | 2009-04-29 |
* | - Patch #295864 by boombatower: cleaned up the randomName() method by removin... | Dries Buytaert | 2009-04-29 |
* | - Patch #340081 by dmitrig01, boombatower: clean-up of drupalCreateUser() | Dries Buytaert | 2009-04-29 |
* | - Patch #240873 by Gábor Hojtsy: move custom help settings to blocks. Very ... | Dries Buytaert | 2009-04-29 |
* | - Patch #251245 by c960657: added tests for the OpenID module. The test modul... | Dries Buytaert | 2009-04-29 |
* | - Patch #302632 by recidive, c960657: use PHP5 functionality for _openid_sha1... | Dries Buytaert | 2009-04-29 |
* | - Patch #408024 by brianV et al: rename drupal_execute() to drupal_submit_for... | Dries Buytaert | 2009-04-29 |
* | #431148 by pwolanin: Make it easier to visually distinguish between security ... | Angie Byron | 2009-04-29 |
* | #445530 by jmburnz: Remove redundant title attribute from node title links. | Angie Byron | 2009-04-28 |
* | #445094 by yched: Fix failing tests in SQLite/PostgreSQL due to passing in NU... | Angie Byron | 2009-04-28 |
* | #446878 by boombatower: Fix concatenation typo in field tests. | Angie Byron | 2009-04-28 |
* | #331832 follow-up by jhodgdon: Fix spelling of hook_form_FORM_ID_alter(). | Angie Byron | 2009-04-28 |
* | #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for anonym... | Angie Byron | 2009-04-27 |
* | - Patch #345591 by pwolanin, c960657: make the tests work when running with CGI. | Dries Buytaert | 2009-04-27 |
* | #362852 by Dave Reid: Convert enabled/disabled radios on statistics form to c... | Angie Byron | 2009-04-27 |
* | - Patch #382834 by cwgordon7: hook_menu API docs missedsome elements. | Dries Buytaert | 2009-04-27 |