Commit Graph

12077 Commits (4335a60b97a0ee0ca6be3e1aec14482e9aaaee8f)

Author SHA1 Message Date
Dries Buytaert 2157bab64d - Patch #669378 by eigentor: put Overlay width back to 85%. 2009-12-29 20:19:35 +00:00
Dries Buytaert 1b521566bb - Patch #437018 by JamesAn: convert form_options_flatten() in form.inc to use new static caching API. 2009-12-29 20:16:09 +00:00
Dries Buytaert f639b9e965 - Patch #669124 by Arancaytar: list.module incorrectly validated data. 2009-12-29 19:43:31 +00:00
Dries Buytaert 37bacdacfb - Patch #646678 by fgm: fixed incorrect multicall implementation. 2009-12-29 19:33:36 +00:00
Dries Buytaert 43089856c7 - Patch #251912 by mikey_p, kscheirer: clean up PageCreationTestCase. 2009-12-29 19:14:27 +00:00
Angie Byron c7d326de48 #669556 by Dave Reid: Move update_requirements() to update.install. 2009-12-29 07:21:34 +00:00
Angie Byron d163389230 #669522 by chx: Remove ugly code in getUpdaterFromDirectory. 2009-12-29 07:01:56 +00:00
Angie Byron ef6e08547b #669714 by dww: Remove unnecessary menu_rebuild() from update_uninstall(). 2009-12-29 06:59:14 +00:00
Angie Byron 0c2dbb728d #669626 by dww: Reduce RAM bloat: split update status logic into a per-project helper and only save available release info we care about. 2009-12-29 06:53:04 +00:00
Angie Byron 91b4d87998 #669554 follow-up by dww: Remove 'hidden' as an .info file property Update module cares to cache. 2009-12-29 06:34:14 +00:00
Angie Byron c671e6b9dd #669554 by dww: Reduce RAM bloat: only save attributes from .info we care about in Update module. 2009-12-29 04:25:10 +00:00
Angie Byron 7e1fda5403 #655508 by David_Rothstein and Dave Reid: Define more node-related pages to hook_admin_paths(). 2009-12-29 04:23:53 +00:00
Angie Byron 56a3eea5b0 #645784 follow-up by jhodgdon and David_Rothstein: Minor adjustments to Filter module help. 2009-12-28 21:52:13 +00:00
Angie Byron e3794e438e #663814 by dereine, dww, and chx: Add helper function for testing session implementations. 2009-12-28 21:00:16 +00:00
Dries Buytaert 0e48fc4ece - Patch #668150 by mfb: fxed theme_item_list() when used with nested lists. 2009-12-28 20:58:08 +00:00
Dries Buytaert e174039d6f - Patch #669062 by Damien Tournoud and security team: fixed SA-CORE-2009-009: menu description XSS. 2009-12-28 20:51:18 +00:00
Dries Buytaert 13dacbc27f - Patch #667918 by Damien Tournoud, jbrown: fixed sprite height being too short causing active state graphical bug in toolbar. 2009-12-28 20:42:40 +00:00
Dries Buytaert 5af362233e - Patch #658302 by yched: repurpose hook_field_sanitize() into hook_field_prepare_view(). 2009-12-28 20:24:08 +00:00
Dries Buytaert 690c14e857 - Patch #667264 by Damien Tournoud: fixed some broken tests. 2009-12-28 14:00:01 +00:00
Dries Buytaert b057283bc3 - Patch #667264 by Damien Tournoud: improved generation of tests files to avoid concurrency problems causing the tests to /randomly/ fail. 2009-12-28 12:06:49 +00:00
Dries Buytaert 438909ba28 - Patch #669060 by Damien Tournoud: fixed SA-CORE-2009-009: contact category name XSS. 2009-12-28 11:53:49 +00:00
Dries Buytaert 2c24fd4040 - Patch #668806 by Dave Reid: brought permission handling for node revisions up to standards. 2009-12-28 11:12:55 +00:00
Dries Buytaert 98b84b7adb - Patch #661420 by justinrandell, David_Rothstein: made installation of modules much more efficient. 2009-12-28 10:48:51 +00:00
Dries Buytaert d24e2c1384 - Patch #664544 by yched: removed unnecessary drupal_static_reset(). 2009-12-27 15:23:49 +00:00
Angie Byron bdcf08c2f7 Roll-back of #654854: this causes tests to fail. 2009-12-27 03:43:45 +00:00
Angie Byron 9ca8723880 #358815 by David_Rothstein, meatsack, and John Morahan: Fixed performance of drupal_get_install_files() with large file trees. 2009-12-27 03:37:54 +00:00
Dries Buytaert 53748ab5e2 - Patch #664544 by yched: clean-up entity build/view modes. 2009-12-26 16:50:09 +00:00
Dries Buytaert a838c8be49 - Patch #667602 by Crell: fixed typo in Field API documentation. 2009-12-26 12:53:35 +00:00
Dries Buytaert 814f4c8e3f - Patch #667040 by effulgentsia: optimize template_preprocess_field(). 2009-12-26 12:48:14 +00:00
Angie Byron 95a0f85a80 #663992 by sun and carlos8f: Quit caching verbose testing debug output. 2009-12-25 10:30:07 +00:00
Angie Byron b8f2099732 #667410 by justinrandell: Fixed simpletest doesn't create a temporary files directory. 2009-12-25 10:24:29 +00:00
Angie Byron c19b7667ae #654854 by marcingy and yched: Remove unneeded node_build() when creating a new comment. 2009-12-25 10:17:22 +00:00
Angie Byron d87533cdc7 #667074 by Kiphaas7: Fixed Very slow / delayed fade in with overlay on Firefox. 2009-12-25 10:15:23 +00:00
Angie Byron 409d2969b5 #632820 follow-up by arianek and jhodgdon: Fixes to node module help. 2009-12-25 10:03:32 +00:00
Angie Byron 20ffb94644 #605892 by ksenzee and justinrandell: Convert theme logo upload to filestream wrappers (with tests so we don't break it again). 2009-12-24 16:54:56 +00:00
Dries Buytaert 4f32e4165b - Patch #664012 by sun: fixed comment settings. 2009-12-24 14:00:03 +00:00
Dries Buytaert 1fc5c4cea3 - Patch #667004 by ksenzee, David_Rothstein: fixed minor code comment cleanups in overlay-parent.js. 2009-12-24 13:32:46 +00:00
Dries Buytaert 5215240cf0 - #667052 by catch: added index because _system_date_format_types_build() was causing a filesort. 2009-12-24 08:21:30 +00:00
Dries Buytaert 0460fed739 - Patch #666932 by boombatower: SimpleTestMissingDependentModuleUnitTest had an invalid getInfo() definition. 2009-12-24 08:03:53 +00:00
Dries Buytaert acb3d81f6b - Patch #619362 by casey: fixed broken URL fragments. 2009-12-24 07:45:49 +00:00
Angie Byron cbdb5fc923 #662984 by JoshuaRogers: Added missing misc/permission.png and misc/configure.png images. 2009-12-23 23:30:26 +00:00
Angie Byron d5d705ce01 #601548 follow-up by chx, Arancaytar, and justinrandell: Fix failures in DBLog tests. 2009-12-23 23:07:16 +00:00
Angie Byron 7e7181a420 #615130 by casey, Kiphaas7, David_Rothstein, ksenzee, seutje, and meatsack: Dramatically improve performance of the Overlay module. 2009-12-23 21:33:52 +00:00
Angie Byron eae4c336a1 #664380 by Bojhan: Remove unnecessary descriptions form Field UI. 2009-12-23 16:49:00 +00:00
Dries Buytaert 5cdeb4b4ad - Patch #665920 by v_20q: remove a comment inside t() function. 2009-12-23 15:39:57 +00:00
Dries Buytaert c28317a36c - Patch #664012 by Arancaytar: fixed the translation tests. 2009-12-23 13:28:45 +00:00
Dries Buytaert 3d381a1c54 - Patch #658314 by bleen18, dereine: fixed variable in node.tpl.php -- take 2. 2009-12-22 20:38:23 +00:00
Dries Buytaert 86e806f2d8 - Patch #653234 by timmillwood: make Druplicon look inward until we figure out what to do with the logomark. 2009-12-22 19:45:00 +00:00
Dries Buytaert 77df3ae1af - Patch #664130 by gpk: removed redundant comment. 2009-12-22 15:09:37 +00:00
Dries Buytaert 8749a43a54 - Patch #601548 by Damien Tournoud, moshe weitzman: loosen the dependency between t() and the theming layer. 2009-12-22 14:47:14 +00:00