Commit Graph

10212 Commits (5b8d80b95d409a899821bf6b3b0825e1c24cd9dc)

Author SHA1 Message Date
Angie Byron 5b8d80b95d #435646 by tstoeckler: Fix vertical tabs in Stark. 2009-05-31 00:51:41 +00:00
Dries Buytaert 986c3cdce4 - Patch #393632 by andypost: use both first and last class for single-item menu items. 2009-05-30 13:11:38 +00:00
Dries Buytaert 6e947c65a9 - Patch #461298 by catch: move node_load_multiple() special casing into user_node_load(). 2009-05-30 12:14:27 +00:00
Dries Buytaert 0f77f652fa - Patch #394524 by Berdir, Damien Tournoud: converted to the new database abstraction layer. 2009-05-30 11:17:32 +00:00
Dries Buytaert 83631203f8 - Patch #462310 by jpetso: generate valid XML and make sure the tests work when clean URLs can't be enabled. 2009-05-30 11:12:12 +00:00
Dries Buytaert 79c566c710 - Patch #476928 by Berdir: more database abstraction layer conversions. 2009-05-30 07:11:08 +00:00
Dries Buytaert 39877809cc - Patch #477038 by Damien Tournoud, chx: add security and session token support to DrupalWebTestCase. 2009-05-30 07:09:02 +00:00
Angie Byron 0a5715cf65 #474242 by tic2000: Use more specific CSS selectors for Vertical Tabs to prevent breakage by other modules. 2009-05-30 05:32:13 +00:00
Angie Byron e8b3abb928 #372650 by stella and alienbrain: Fixes to poll block. 2009-05-30 04:49:10 +00:00
Angie Byron 64c80a947d #476934 by catch: Enable Path module in the default profile. 2009-05-29 21:39:17 +00:00
Dries Buytaert e0bd4cb212 - Patch #337212 by Berdir: clean-up. 2009-05-29 21:28:58 +00:00
Dries Buytaert 23309d1022 - Patch #335067 by JamesAn: improved singular/plural strings in the simpletest UI. 2009-05-29 21:25:05 +00:00
Dries Buytaert dcdc4f2e73 - Patch #369011 by catch, sun, et al: performance improvement in text_field_load(). 2009-05-29 20:06:44 +00:00
Dries Buytaert ccd093b15d - Patch #423196 by frega, Xano, alienbrain et al: clean up the URL settings page. 2009-05-29 19:51:43 +00:00
Dries Buytaert 1cb11b5bb7 - Patch #394586 by andypost, bubbasan, Berdir: convert to the new database abstraction layer. 2009-05-29 19:15:08 +00:00
Dries Buytaert 5199f1bb8b - Patch #394582 by Berdir: converted to new database abstraction layer. 2009-05-29 18:51:46 +00:00
Angie Byron f13d502403 #475348 by boombatower: Move admin/development to system.module so it's available to other modules. 2009-05-29 03:57:04 +00:00
Angie Byron 114a7f2cb3 #471800 follow-up by stella: Fixing comments on MySQL system queries. 2009-05-29 01:51:46 +00:00
Angie Byron 2df43894e2 #306358 by dvessel, JohnAlbin, and flobruit: Add a single $classes string (and corresponding $classes_array) for all dynamic classes in template files. 2009-05-28 16:44:07 +00:00
Dries Buytaert cb756bcf08 - Patch #337212 by Berdir: another Berdir patch to convert modules to the new database layer. Rock. 2009-05-28 11:31:20 +00:00
Dries Buytaert 194c9f2bd1 - Patch #364620 by bjaspan, yched: allow creating a field with a deleted name. 2009-05-28 10:05:32 +00:00
Dries Buytaert 6e93e567e4 - Patch #19646 by JamesAn: code clean up, consistently use define. 2009-05-28 09:30:58 +00:00
Dries Buytaert 033f2f3fdc - Patch #335893 by andypost, hexmode: don't show comment information in the RSS feed when a node's comments were disabled. 2009-05-28 08:37:29 +00:00
Dries Buytaert 2cb8fb68de - Patch #474156 by brainless: fixed database prefix validation. We need tests for the installer. ;-) 2009-05-28 08:34:14 +00:00
Dries Buytaert 119141276c - Patch #339417 by yoroy, Shawn DeArmond, JamesAn: added some extra comment documentation. 2009-05-28 08:31:11 +00:00
Angie Byron 7558e1de80 #473992 by andypost: Fix indentation. 2009-05-28 02:40:45 +00:00
Angie Byron 7b7c9a8c85 #474570 by Shawn DeArmond: Make forum a normal menu item, rather than suggested. 2009-05-27 23:16:41 +00:00
Dries Buytaert 7530088d91 - Patch #221020 by andypost: increase length of field. 2009-05-27 19:54:21 +00:00
Dries Buytaert 70875e9dbe - Patch #473012 by stella: improve help text on uninstall page. 2009-05-27 19:41:01 +00:00
Dries Buytaert fd42000773 - Patch #474302 by stella: poll module fixes. 2009-05-27 19:25:16 +00:00
Dries Buytaert 0f4060f377 - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
Angie Byron 5bdcc4ada2 #246096 follow-up by andypost: Forgot 'static' on the getInfo() function. 2009-05-27 18:07:28 +00:00
Angie Byron dd590b3080 #246096 by andypost, mr.baileys, and Sutharsan: Fix typo so that cron triggers may be executed (with tests). 2009-05-27 16:29:05 +00:00
Dries Buytaert 9669352fda - Patch #299137 by mr.baileys: added tests for the contact form's auto-reply. 2009-05-27 15:14:27 +00:00
Angie Byron 7856db0675 #345591 follow-up by pwolanin: Small indentation fix. 2009-05-27 14:33:41 +00:00
Angie Byron 86662768f9 #473878 by tic2000: Fix vertical tabs styling which was accidentally mangled in content-region-as-a-block patch. 2009-05-27 13:30:49 +00:00
Dries Buytaert 352a8e4334 - Patch #473366 by Berdir: convert locale module to the new database abstraction layer. 2009-05-27 11:45:00 +00:00
Dries Buytaert 66108c34ac - Patch #351487 by JohnAlbin, deviantintegral et al: remove default values for stylesheets and scripts. 2009-05-27 11:43:43 +00:00
Angie Byron 827e278489 #296693 by Damien Tournoud, boombatower, sun, and Xano: Hide parent administrative menu items when user has no access to any of their children. 2009-05-27 02:21:53 +00:00
Angie Byron e8364f5156 #309007 by moshe weitzman, agentrickard, and mcarbone: Add hook_node_access_records_alter() and hook_node_grants_alter() to allow complex interactions between two or more node access modules. 2009-05-27 02:01:54 +00:00
Angie Byron 9eeec33415 #467474 by Josh Waihi: Type-cast booleans to work around PostgreSQL PDO bug. 2009-05-27 01:50:36 +00:00
Dries Buytaert bdf23cd135 - Patch #458608 by deekayen: permissions colspan references wrong array element. 2009-05-26 21:01:21 +00:00
Dries Buytaert 7e36364c5c - Patch #465190 by Heine: add check_plain() call. 2009-05-26 10:41:06 +00:00
Dries Buytaert 981d6ec40c - Patch #393402 by stella, Xane: renamed 'create content' link to 'add new content'. Minor usability improvement. 2009-05-26 09:13:47 +00:00
Dries Buytaert 3c4be3ab55 - Patch #472658 by agentrickard: clean up of inline code comments. 2009-05-26 09:12:29 +00:00
Dries Buytaert 70546d29ff - Patch #472646 by Josh Waihi: fixed the PostgreSQL installation. 2009-05-26 08:50:04 +00:00
Dries Buytaert 2278d592eb - Patch #296001 by mr.baileys, ThiOz et al: added support for e-mail assertions. Woot! 2009-05-26 08:46:03 +00:00
Dries Buytaert edeea95f5e - Patch #137932 by grendzy, Alan D, lilou et al: automatic enctype on adding a file field. 2009-05-25 18:22:31 +00:00
Dries Buytaert 982c7c3cc8 - Patch #250729 by andypost, catch, R.Muilwijk et al: remove some unnecessary queries and search index. 2009-05-25 15:43:38 +00:00
Dries Buytaert f0940b1dbf - Patch #223771 by Arancaytar, Amitaibu: node_body_field does not check ->has_body. 2009-05-25 15:39:12 +00:00