summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #817216 follow-up by Stevel: Fixed database prefixes in poll_update_7001().Angie Byron2010-07-01
|
* - Patch #effulgentsia: remove left-overs.Dries Buytaert2010-07-01
|
* - Patch #786322 by trevjs: documentation for file_load_multiple() still ↵Dries Buytaert2010-07-01
| | | | mentions {files} table, and is not conformant to standards.
* - Patch #831914 by Dave Reid: removed redundant [node:uid], [comment:uid], ↵Dries Buytaert2010-07-01
| | | | and [file:uid] tokens.
* #841242 by justinrandell, Stevel: Fixed HEAD BROKEN: some file/image tests ↵Angie Byron2010-06-30
| | | | are failing.
* #840182 by chx, Berdir: Fixed Testing is broken due to wrong prefix being used.Angie Byron2010-06-30
|
* - Patch #523286 by aspilicious, Bojhan, anarcat, aaronbauman: cleanup IP ↵Dries Buytaert2010-06-30
| | | | blocking.
* - Patch #838014 by comrade.salazar, dereine: search results will always have ↵Dries Buytaert2010-06-30
| | | | empty h2 tag.
* - Patch #800366 by sivaji, David_Rothstein: prevent creating shortcut set ↵Dries Buytaert2010-06-30
| | | | with empty or duplicate label.
* - Patch #134321 by dvessel, dboulet: if default color profile base and ↵Dries Buytaert2010-06-30
| | | | original style.css background color are the same, output is invalid CSS background.
* - Patch #691468 by aaronbauman, gpk: improve PHPdoc of bootstrap_invoke_all().Dries Buytaert2010-06-29
|
* - Patch #729186 by catch: _field_info_collate_fields() resource usage.Dries Buytaert2010-06-29
|
* - Patch #721086 by rfay, aspilicious, andypost: create tests for system ↵Dries Buytaert2010-06-29
| | | | actions, clean up token replacement, clean up triggers.
* - Patch #690746 by Damien Tournoud, Stevel: avoid table descriptions from ↵Dries Buytaert2010-06-29
| | | | disappearing.
* - Patch #562968 by kkaefer: optimize module and theme images.Dries Buytaert2010-06-29
|
* - Patch #840182 by chx: testing is broken.Dries Buytaert2010-06-29
|
* - Patch #831914 by Dave Reid: removed redundant/duplicate [node:uid], ↵Dries Buytaert2010-06-29
| | | | [comment:uid], and [file:uid] tokens.
* - Patch #839178 by Damien Tournoud, dereine: filter settings silliness.Dries Buytaert2010-06-29
|
* - Patch #421838 by jhodgdon, mradcliffe, jbrown: admin/reports/search ↵Dries Buytaert2010-06-29
| | | | dependent on dblog module.
* - Patch #837728 by aaronbauman: @see directives in system.api.php: move to ↵Dries Buytaert2010-06-29
| | | | bottom of docblocks, prepend blank line.
* #838438 follow-up by Damien Tournoud: db_prefix is no longer a global, wrong ↵Angie Byron2010-06-29
| | | | path given to drupal_var_export() function file.
* - Patch #362021 by plach: field_attach_prepare_translation() needs to be ↵Dries Buytaert2010-06-28
| | | | updated for D7 API.
* - Patch #829484 by Berdir, Dave Reid, dereine: uncaught PDO Exception - XSS.Dries Buytaert2010-06-28
|
* - Patch #195416 by Damien Tournoud, David Strauss: table prefixes should be ↵Dries Buytaert2010-06-28
| | | | per database connection.
* - Patch #839520 by agentrickard: entity_uri() should pass the entity data to ↵Dries Buytaert2010-06-28
| | | | url().
* #839172 by lyricnz: Fixed Cannot redeclare user_update_7010(). Oops.Angie Byron2010-06-28
|
* #660302 follow-up by heyrocker and jhodgdon: Fixed Migration path for ↵Angie Byron2010-06-28
| | | | changed user email tokens; don't complicate translation of default messages.
* #839006 by pwolanin: Fixed SPL autoloader should use require_once() to be ↵Angie Byron2010-06-28
| | | | more robust.
* #838438 by Damien Tournoud, chx: Added basic tests for D6 => D7 upgrade ↵Angie Byron2010-06-28
| | | | path, and framework for further extending upgrade test coverage. W00t! :D
* - Patch #801278 by mfb, marcingy: authenticated users getting 'less random' ↵Dries Buytaert2010-06-27
| | | | session IDs.
* #838040 by justinrandell, azriprajwala: Fixed notices thrown when adding a ↵Angie Byron2010-06-27
| | | | stock field to a stock content type.
* - Patch #838528 by marcingy: primary index on session table is not update ↵Dries Buytaert2010-06-27
| | | | when upgrading.
* - Patch #795022 by nenne, brightplum: drupal_explode_tags() and ↵Dries Buytaert2010-06-27
| | | | drupal_implode_tags() should point to each other; taxonomy_implode_tags() too.
* - Patch #837832 by dereine, marcingy: increase the size of {sessions}.sid.Dries Buytaert2010-06-27
|
* - Patch #734944 by Dave Reid: documentation for hook_token_info_alter() is ↵Dries Buytaert2010-06-26
| | | | incorrect.
* - Patch #838408 by chx: remove hook_menu_active_handler_alter().Dries Buytaert2010-06-26
|
* - Patch #266246 by sun, effulgentsia, marcingy: remove smart defaults for ↵Dries Buytaert2010-06-26
| | | | system_settings_form().
* - Patch #718922 by derjochenmeyer, betz, mgifford, JohnAlbin, casey: ↵Dries Buytaert2010-06-26
| | | | .element-invisible does not work with VoiceOver on OS X Snow Leopard.
* - Patch #693084 by dhthwy, jpmckinney, reglogge, clemens.tolboom, naxoc, ↵Dries Buytaert2010-06-26
| | | | chx: file_munge_filename() extension handling broken by move to File Field.
* - Patch #838324 by agentrickard: document form_options_flatten().Dries Buytaert2010-06-26
|
* - Patch #553106 by kiamlaluno, dereine, marcingy: _menu_overview_tree_form() ↵Dries Buytaert2010-06-26
| | | | access a not defined variable.
* - Patch #235684 by dereine: reference to missing functions ↵Dries Buytaert2010-06-26
| | | | (book_pick_book_submit().
* - Patch #818214 by dereine: improper table structure for url_alias().Dries Buytaert2010-06-26
|
* - Patch #836748 by aaronbauman, jhodgdon: improve documentation about ↵Dries Buytaert2010-06-26
| | | | install/enable/etc. hook invocation order.
* - Patch #808534 by dhthwy, Damien Tournoud, chx: file_get_file_references() ↵Dries Buytaert2010-06-26
| | | | is completely broken.
* - Patch #616240 by yched, marcingy: make field UI screens extensible from ↵Dries Buytaert2010-06-26
| | | | contrib.
* - Patch #635212 by sun, David_Rothstein, ryandekker, tstoeckler: fallback ↵Dries Buytaert2010-06-26
| | | | format is not configurable.
* - Patch #715108 by Damien Tournoud, Berdir, Josh Waihi, Crell, chx, ↵Dries Buytaert2010-06-26
| | | | justinrandell: Make merge queries more consistent and robust.
* - Patch #782442 by nenne, jhodgdon: watchdog should document better.Dries Buytaert2010-06-25
|
* - Patch #415250 by Jaza, R.Muilwijk, jhodgdon: remove unused parameter from ↵Dries Buytaert2010-06-25
| | | | comment_admin_overview().