Commit Graph

10604 Commits (03f48df4f529b901de77f02f1246147204da0a5e)

Author SHA1 Message Date
Dries Buytaert 03f48df4f5 - Patch #517606 by JuliaKM: removed one white space ... 2009-07-28 19:32:33 +00:00
Dries Buytaert de29094731 - Patch #493746 by Dave Reid: code clean-up of drupal_attributes(). 2009-07-28 19:22:18 +00:00
Dries Buytaert a938e18a1b - Patch #491556 by Berdir: completed converting core to DBTNG. Oh my. Kudos to Berdir for this humongous effort. 2009-07-28 19:18:08 +00:00
Dries Buytaert ff8b0618f5 - Patch #503496 by deekayen, boombatower, Dave Reid: better sid generation in tests to help us make progress on PIFR 2.x 2009-07-28 19:14:15 +00:00
Dries Buytaert 12d6d6662e - Patch #211747 by chx, alex_b, dww: allow specifying version information as part of module dependencies. 2009-07-28 19:06:16 +00:00
Dries Buytaert 3625dddf11 - Patch #524728 by David_Rothstein, anarcat: white space clean-up. 2009-07-28 19:02:38 +00:00
Dries Buytaert d6e113a3de - Patch #513592 by Damien Tournoud: make it faster to rebuild the registry, mainly to improve performance of SimpleTest. 2009-07-28 12:37:54 +00:00
Dries Buytaert aab51b9319 - Patch #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor install.php to allow Drupal to be installed from the command line. 2009-07-28 12:13:47 +00:00
Dries Buytaert 1115fba064 - Patch #489880 by nbz, Bojhan, Gurpartap Singh: merge 'Created' column with 'Topics'. 2009-07-28 10:41:20 +00:00
Dries Buytaert 82d912d863 - Patch #499004 by jhodgdon: documentation updates and corrections. 2009-07-28 10:38:12 +00:00
Dries Buytaert c071928c94 - Patch #533004 by tic2000: Implement instead of Implementation in phpDoc. 2009-07-28 10:35:56 +00:00
Dries Buytaert 51e6389122 - Patch #523950 by moshe weitzman, yched, catch: update comment rendering to take full advantage of the drupal_render() paradigm. 2009-07-28 10:09:25 +00:00
Dries Buytaert 0ae1c4d9b7 - Patch #530894 by yched: removed unneeded #cache property in fields forms. 2009-07-27 20:19:20 +00:00
Dries Buytaert 93728e5d32 - Patch #374441 by tic200, Damien Tournoud, scor: refactor Drupal HTML corrector using PHP5's XML/Dom parser. 2009-07-27 20:15:35 +00:00
Dries Buytaert 5468b47b91 - Patch #227232 by dopry, c960657, jmstacey, pwolanin, aaron, drewish: added initial support for PHP file wrappers. 2009-07-27 19:53:18 +00:00
Dries Buytaert 1aec298314 - Patch #349508 by Josh Waihi: make sure that the database is installed using UTF-8 on PostgreSQL. 2009-07-27 19:42:56 +00:00
Dries Buytaert a7e7c0a9e7 - Patch #388544 by arianek, joachim: added missing documentation. 2009-07-27 19:28:38 +00:00
Dries Buytaert d01379dd18 - Patch #522184 by stBorchert: remove the 'minimum number of words' feature from Drupal. 2009-07-27 19:26:31 +00:00
Dries Buytaert 7425d63892 - Patch #510116 by killes@www.drop.org: fixed broken link. 2009-07-27 19:02:17 +00:00
Dries Buytaert b00d15ebc4 - Patch #511114 by sivaji, deekayen: slightly smaller feed.png per Google Speed's suggestion. 2009-07-27 18:44:24 +00:00
Dries Buytaert f350158f86 - Patch #531038 by quicksketch: #value_callback missing drupal_function_exists(). 2009-07-27 18:40:12 +00:00
Dries Buytaert 7d41b2d7f5 - Patch #519782 by tic2000: change to become a hidden region like page_top. 2009-07-27 18:38:35 +00:00
Dries Buytaert 9381abb7c3 - Patch #470998 by bleen18: properly align the Druplicon logo in Garland. 2009-07-27 18:31:13 +00:00
Dries Buytaert 2e36bdcb7d - Patch #517502 by andrea.gariboldi: make Transaction API follow its own documentation. 2009-07-27 18:24:49 +00:00
Angie Byron bf501fdae5 #529202 by yched: Fix phpdoc in aggregator-wrapper.tpl.php. 2009-07-23 22:14:26 +00:00
Angie Byron fb9bff3c4b #529184 by yched: Fix phpdoc for node.tpl.php. 2009-07-23 22:12:53 +00:00
Angie Byron dbb5457cfe #527804 by sun: Add an alter hook for element_info() to change default values of form elements. 2009-07-23 21:20:16 +00:00
Angie Byron 2a6bd6033d #528984 by catch: Remove duplicate check for Drupal maintenance mode. 2009-07-23 21:14:09 +00:00
Angie Byron 708f3b970f #292565 follow-up by John Morahan: Restore ability to set 'user' as the 403/404 page. 2009-07-23 20:58:26 +00:00
Dries Buytaert 3295866fad - Patch #523034 by jhodgdon: better documentation for theme_fieldset. 2009-07-23 00:01:03 +00:00
Dries Buytaert 3a29ee48f8 - Patch #3518404 by bopombatower: lock down DB config based on simpletest UA headers. 2009-07-22 04:45:35 +00:00
Dries Buytaert 4ddecc05c9 - Patch #524652 by yched: overhaul comment form and preview. Proper, modern use of Form API. 2009-07-21 21:48:24 +00:00
Angie Byron ef5360ab3c #525754 by chx: Clean up some trailing whitespace. 2009-07-21 07:27:00 +00:00
Angie Byron 2da6a0ed1e #371374 by quicksketch, drewish, eojthebrave, and dopry: ImageCache UI in core. Hell yeah! :D Resizable, scalable, croppable, grey-scalable, rotatey images for all. 2009-07-21 07:09:47 +00:00
Angie Byron 6199ae64c9 Moving sample.png to root image module directory, per Dries. Premature optimization. :) 2009-07-21 03:08:58 +00:00
Angie Byron 76c381ae2d #295983 by naxoc and lilou: Add test for modules that do not implement hook_help(). 2009-07-21 02:01:08 +00:00
Angie Byron d2c02ca453 #481288 by Berdir and Crell: Add support for INSERT INTO ... SELECT FROM ... 2009-07-21 01:56:36 +00:00
Angie Byron 7719a88895 #525634 by boombatower: Fix value default value of SimpleTest verbose variable. 2009-07-21 01:48:08 +00:00
Angie Byron 49724906a4 #448878 by brianV: Convert node.admin.inc to DBTNG. 2009-07-21 01:36:51 +00:00
Angie Byron 60ea0a7cfb #524734 by eojthebrave: Fix typo in image.gd.inc. 2009-07-21 00:07:41 +00:00
Angie Byron 4be64425b9 #371374 pre-cursor by quicksketch: Add a sample image for Image module's manipulation tests. 2009-07-20 22:26:19 +00:00
Angie Byron f15bb0110d #457744 by quicksketch: Insert missing calls to file_attach_delete() and file_attach_delete_revision(). 2009-07-20 22:18:53 +00:00
Dries Buytaert 1a4a3ec577 - Patch #524530 by c960657: fixed the headers sent by the image module. 2009-07-20 21:52:49 +00:00
Dries Buytaert 444ae51f17 - Patch #520664 by rfay, quicksketch: file_get_mimetype() should not be case-sensitive. Comes with more and better tests. 2009-07-20 19:02:38 +00:00
Dries Buytaert d24d954479 - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure. 2009-07-20 18:51:36 +00:00
Dries Buytaert 999d76e7aa - Patch #524476 by Scott Reynolds: improper FAPI handling for search settings form and minor clean-up of function names. 2009-07-20 17:19:51 +00:00
Dries Buytaert efd1a97347 - Patch #521798 by catch: fixed caching. 2009-07-20 17:12:13 +00:00
Dries Buytaert c59a44e29b - Patch #334283 by Gábor Hojtsy: fixed context bug. 2009-07-20 17:09:36 +00:00
Dries Buytaert 666a17977e - Patch #524638 by drumm: documentation clean-up. 2009-07-20 01:28:16 +00:00
Dries Buytaert dda9c28c1c - Patch #523520 by c960657: image_style_generate_url() and image_style_url() do the same. 2009-07-19 15:05:30 +00:00