| Commit message (Expand) | Author | Age |
* | #720620 by andypost: Fixed indexExists() for pgsql and sqlite does not prefix... | Angie Byron | 2010-02-23 |
* | - Patch #721556 by JohnAlbin: bye bye theme_submenu() -- it has never, ever b... | Dries Buytaert | 2010-02-22 |
* | Back to 7.0-dev | Angie Byron | 2010-02-21 |
* | Drupal 7.0-alpha2 | Angie Byron | 2010-02-21 |
* | - Patch #718984 by JohnAlbin: theme_blocks() defined in drupal_common_theme()... | Dries Buytaert | 2010-02-20 |
* | - Patch #539428 by MarcDeLay: renamed old non-descriptive variables. | Dries Buytaert | 2010-02-20 |
* | #566494 follow-up by catch and David_Rothstein: Fixed Running cron in a shutd... | Angie Byron | 2010-02-18 |
* | #710142 by Berdir, moshe weitzman, chx: Handle exceptions in shutdown functio... | Angie Byron | 2010-02-17 |
* | #717148 by adrian: Fixed tons of duplication of information during update.php... | Angie Byron | 2010-02-17 |
* | - Patch #716554 by JohnAlbin: docblock for theme_get_setting() is confusing. | Dries Buytaert | 2010-02-17 |
* | #605926 by jim0203, sun, jhodgdon, dman, eileenmcnaughton, Gábor Hojtsy: Fix... | Angie Byron | 2010-02-17 |
* | #715906 by Damien Tournoud: Fixed Schema tests fail on PostgreSQL. | Angie Byron | 2010-02-17 |
* | #706248 by bellHead and Damien Tournoud: Fixed field_sql_storage_field_storag... | Angie Byron | 2010-02-17 |
* | #698978 by jhodgdon: Make documentation for flood_is_allowed() gender-neutral. | Angie Byron | 2010-02-17 |
* | #713028 by hefox and solotandem: Fixed drupal_system_listing() documentation ... | Angie Byron | 2010-02-17 |
* | #524728 follow-up by David_Rothstein: Bring install.php split in-line with up... | Angie Byron | 2010-02-17 |
* | #716348 by grendzy and hefox: Documentation of drupal_get_path() and system t... | Angie Byron | 2010-02-17 |
* | #337947 follow-up by Jacine: Capitalization and markup fixes for Dashboard. | Angie Byron | 2010-02-17 |
* | #325169 by moshe weitzman: Move t() to bootstrap.inc to stop fatal errors whe... | Angie Byron | 2010-02-17 |
* | #399642 follow-up by JacobSingh: include /includes/install.inc in module_enab... | Angie Byron | 2010-02-15 |
* | #714994 by Damien Tournoud: Fixed SQLite should not forcefully convert numeri... | Angie Byron | 2010-02-15 |
* | #715094 by Damien Tournoud: Fixed Transaction data need to be reset early in ... | Angie Byron | 2010-02-15 |
* | #530836 by mr.baileys: Fixed drupal_set_page_content() api documentation. | Angie Byron | 2010-02-15 |
* | #325169 follow-up by scor: Added missing error.inc file. | Angie Byron | 2010-02-15 |
* | - Patch #325169 by mundanity, Arancaytar, Crell, chx, picco, alexw: move erro... | Dries Buytaert | 2010-02-15 |
* | - Rollback #642820 -- test results were green but actually failed. | Dries Buytaert | 2010-02-12 |
* | - Patch #642820 by c960657: fixed PHP notices when submitting form with disab... | Dries Buytaert | 2010-02-12 |
* | #550124 by c960657, catch, and Crell: Remove prepared statement caching, whic... | Angie Byron | 2010-02-12 |
* | #525622 by scor, catch, and yched: Allow Entity path callback to deal with op... | Angie Byron | 2010-02-11 |
* | #705242 by moshe weitzman: Fixed _drupal_log_error() messy for CLI requests. | Angie Byron | 2010-02-11 |
* | - Patch #708574 by jhodgdon: hook_archiver_info_alter() was not documented. | Dries Buytaert | 2010-02-10 |
* | #709142 by Damien Tournoud: Fixed Locale uninstall tests. | Angie Byron | 2010-02-09 |
* | - Patch #708144 by lilou: remove double semicolons at end of line. | Dries Buytaert | 2010-02-09 |
* | #702514 by foripepe and mr.baileys: Fixed Documentation problem with Database... | Angie Byron | 2010-02-08 |
* | - Patch #606730 by hunmonk: fixed semicolon. | Dries Buytaert | 2010-02-07 |
* | - Patch #652246 by effulgentsia, scor: optimize theme('field') and use it for... | Dries Buytaert | 2010-02-07 |
* | #522786 by stormsweeper: Fixed Postgres numeric check needs to happen after p... | Angie Byron | 2010-02-07 |
* | #668386 by yched: Handle unavailable entity types or bundles. | Angie Byron | 2010-02-07 |
* | #706860 by hunmonk: Fixed update_fix_d7_block_deltas() helper function broken... | Angie Byron | 2010-02-07 |
* | - Patch #700518 by agentrickard, Crell: documentation fixes. | Dries Buytaert | 2010-02-06 |
* | - Patch #619566 by David_Rothstein: bring back the code comment. | Dries Buytaert | 2010-02-06 |
* | - Patch #619566 by catch: clean-up code now drupal_alter has caching. | Dries Buytaert | 2010-02-06 |
* | - Patch #706138 by neclimdul: Fixed Remove dead static variable from _cache_g... | Dries Buytaert | 2010-02-06 |
* | #706286 by heyrocker: Changed Improperly formatted constants in stream_wrappe... | Angie Byron | 2010-02-06 |
* | - Patch #566494 by Dave Reid, chx, JoshuaRogers, David_Rothstein, Gábor Hojt... | Dries Buytaert | 2010-02-05 |
* | #601642 folllow-up by andypost: Remove extraneous 'length' index from system.... | Angie Byron | 2010-02-04 |
* | #601642 by ctmattice1: Fixed Old databases might have a small {system}.weight... | Angie Byron | 2010-02-04 |
* | #539220 follow-up by mr.baileys: Fix test failures. | Angie Byron | 2010-02-04 |
* | #211182 by Damien Tournoud, David_Rothstein, clemens.tolboom, scor, hunmonk, ... | Angie Byron | 2010-02-03 |
* | - Patch #539220 by dww, mr.baileys: missing validation handlers should not be... | Dries Buytaert | 2010-02-01 |