summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #655508 by David_Rothstein and Dave Reid: Define more node-related pages to ↵Angie Byron2009-12-29
| | | | hook_admin_paths().
* #645784 follow-up by jhodgdon and David_Rothstein: Minor adjustments to ↵Angie Byron2009-12-28
| | | | Filter module help.
* #663814 by dereine, dww, and chx: Add helper function for testing session ↵Angie Byron2009-12-28
| | | | implementations.
* - Patch #668150 by mfb: fxed theme_item_list() when used with nested lists.Dries Buytaert2009-12-28
|
* - Patch #669062 by Damien Tournoud and security team: fixed ↵Dries Buytaert2009-12-28
| | | | SA-CORE-2009-009: menu description XSS.
* - Patch #667918 by Damien Tournoud, jbrown: fixed sprite height being too ↵Dries Buytaert2009-12-28
| | | | short causing active state graphical bug in toolbar.
* - Patch #658302 by yched: repurpose hook_field_sanitize() into ↵Dries Buytaert2009-12-28
| | | | hook_field_prepare_view().
* - Patch #667264 by Damien Tournoud: fixed some broken tests.Dries Buytaert2009-12-28
|
* - Patch #667264 by Damien Tournoud: improved generation of tests files to ↵Dries Buytaert2009-12-28
| | | | avoid concurrency problems causing the tests to /randomly/ fail.
* - Patch #669060 by Damien Tournoud: fixed SA-CORE-2009-009: contact category ↵Dries Buytaert2009-12-28
| | | | name XSS.
* - Patch #668806 by Dave Reid: brought permission handling for node revisions ↵Dries Buytaert2009-12-28
| | | | up to standards.
* - Patch #661420 by justinrandell, David_Rothstein: made installation of ↵Dries Buytaert2009-12-28
| | | | modules much more efficient.
* - Patch #664544 by yched: removed unnecessary drupal_static_reset().Dries Buytaert2009-12-27
|
* Roll-back of #654854: this causes tests to fail.Angie Byron2009-12-27
|
* #358815 by David_Rothstein, meatsack, and John Morahan: Fixed performance of ↵Angie Byron2009-12-27
| | | | drupal_get_install_files() with large file trees.
* - Patch #664544 by yched: clean-up entity build/view modes.Dries Buytaert2009-12-26
|
* - Patch #667602 by Crell: fixed typo in Field API documentation.Dries Buytaert2009-12-26
|
* - Patch #667040 by effulgentsia: optimize template_preprocess_field().Dries Buytaert2009-12-26
|
* #663992 by sun and carlos8f: Quit caching verbose testing debug output.Angie Byron2009-12-25
|
* #667410 by justinrandell: Fixed simpletest doesn't create a temporary files ↵Angie Byron2009-12-25
| | | | directory.
* #654854 by marcingy and yched: Remove unneeded node_build() when creating a ↵Angie Byron2009-12-25
| | | | new comment.
* #667074 by Kiphaas7: Fixed Very slow / delayed fade in with overlay on Firefox.Angie Byron2009-12-25
|
* #632820 follow-up by arianek and jhodgdon: Fixes to node module help.Angie Byron2009-12-25
|
* #605892 by ksenzee and justinrandell: Convert theme logo upload to ↵Angie Byron2009-12-24
| | | | filestream wrappers (with tests so we don't break it again).
* - Patch #664012 by sun: fixed comment settings.Dries Buytaert2009-12-24
|
* - Patch #667004 by ksenzee, David_Rothstein: fixed minor code comment ↵Dries Buytaert2009-12-24
| | | | cleanups in overlay-parent.js.
* - #667052 by catch: added index because _system_date_format_types_build() ↵Dries Buytaert2009-12-24
| | | | was causing a filesort.
* - Patch #666932 by boombatower: SimpleTestMissingDependentModuleUnitTest had ↵Dries Buytaert2009-12-24
| | | | an invalid getInfo() definition.
* - Patch #619362 by casey: fixed broken URL fragments.Dries Buytaert2009-12-24
|
* #662984 by JoshuaRogers: Added missing misc/permission.png and ↵Angie Byron2009-12-23
| | | | misc/configure.png images.
* #601548 follow-up by chx, Arancaytar, and justinrandell: Fix failures in ↵Angie Byron2009-12-23
| | | | DBLog tests.
* #615130 by casey, Kiphaas7, David_Rothstein, ksenzee, seutje, and meatsack: ↵Angie Byron2009-12-23
| | | | Dramatically improve performance of the Overlay module.
* #664380 by Bojhan: Remove unnecessary descriptions form Field UI.Angie Byron2009-12-23
|
* - Patch #665920 by v_20q: remove a comment inside t() function.Dries Buytaert2009-12-23
|
* - Patch #664012 by Arancaytar: fixed the translation tests.Dries Buytaert2009-12-23
|
* - Patch #658314 by bleen18, dereine: fixed variable in node.tpl.php -- take 2.Dries Buytaert2009-12-22
|
* - Patch #653234 by timmillwood: make Druplicon look inward until we figure ↵Dries Buytaert2009-12-22
| | | | out what to do with the logomark.
* - Patch #664130 by gpk: removed redundant comment.Dries Buytaert2009-12-22
|
* - Patch #601548 by Damien Tournoud, moshe weitzman: loosen the dependency ↵Dries Buytaert2009-12-22
| | | | between t() and the theming layer.
* - Patch #640726 by mcarbone: a 4 character passwords was called 'strong'.Dries Buytaert2009-12-22
|
* - Patch #635094 by plach: switching from zxx to und as it is semantically ↵Dries Buytaert2009-12-22
| | | | more correct.
* - Patch #664204 by Bojhan: added some margin to 'Hide descriptions'.Dries Buytaert2009-12-22
|
* - Patch #658726 by yoroy: more home link tweaks.Dries Buytaert2009-12-22
|
* - Patch #664012 by Bojhan, Dries: removed unnecessary fieldset.Dries Buytaert2009-12-22
|
* - Patch #658364 by effulgentsia: made the build/view/formatter terminology ↵Dries Buytaert2009-12-21
| | | | more consistent.
* - Patch #655408 by roborn: fixed block drag-and-drop. One critical bug less.Dries Buytaert2009-12-21
|
* - Patch #664648 by Bojhan: added an ending dot to module description on /config.Dries Buytaert2009-12-21
|
* - Patch #664696 by Crell: fixed typo in drupal_write_record() docblock.Dries Buytaert2009-12-21
|
* - Patch #612894 by David_Rothstein: fixed parse error.Dries Buytaert2009-12-20
|
* - Patch #386462 by mgifford: changed a p-tag to a div-tag.Dries Buytaert2009-12-20
|