Commit Graph

7192 Commits (df78741823ae9fd2d2201b08889b47a4958928c8)

Author SHA1 Message Date
Dries Buytaert df78741823 - Patch #564462 by catch: remove moderate column from node_schema(). 2009-08-31 16:24:15 +00:00
Dries Buytaert 56555f65f3 - Forgot tracker.install. 2009-08-31 08:55:12 +00:00
Dries Buytaert c239131cca - Patch #105639 by David Strauss, catch, Berdir, drewish: tracker performance improvements. 2009-08-31 06:52:50 +00:00
Dries Buytaert a79fa88342 - Patch #563992 by plach: missing in hook_field_attach_view_alter and hook_field_attach_form. 2009-08-31 06:37:36 +00:00
Dries Buytaert e6e29ac1b0 - Patch #444344 by kkaefer, sun, Rob Loach: this change introduces a jQuery .once() method which streamlines the way behavior functions work. Previously, we had to manually ensure that an element is only initialized once. Usually, this happens by adding classes and selecting only those elements which do not have that class. However, this process can be separated out into a jQuery ‘filtering’ function which does all the grunt work. 2009-08-31 05:51:08 +00:00
Dries Buytaert 41dca3c4e0 - Patch #331171 by pwolanin, mfb, drewish: allow modules to alter the MIME extension mapping rather than setting a huge variable. 2009-08-31 05:47:34 +00:00
Dries Buytaert 26a5f0408b - Patch #563742 by plach: hotfix for broken hook_entity_info_alter(). 2009-08-31 05:35:47 +00:00
Dries Buytaert 859d158d45 - Patch #563272 by David_Rothstein: renamed parameter for readability. 2009-08-30 06:04:09 +00:00
Dries Buytaert e1d3687b23 - Patch #504630 by Dave Van Den Bremt: aded requirements check. 2009-08-29 21:07:43 +00:00
Dries Buytaert 44063e1cf1 - Patch #505214 by pwolanin: make the search module a slightly better framework. 2009-08-29 21:05:16 +00:00
Dries Buytaert 9d7f90f11b - Patch #297207 by Gábor Hojtsy: move the update settings. 2009-08-29 14:08:36 +00:00
Dries Buytaert ac30bf8a82 - Patch #391330 by quicksketch, drewish et al: file module to core. Yaaa-a-a-y! 2009-08-29 12:52:32 +00:00
Dries Buytaert ab53f11f2d - Added missing file. 2009-08-29 12:43:18 +00:00
Dries Buytaert c574afadae - Patch #394182 by chx, Berdir: converted search module to the new database abstraction layer. Rest in peace old database layer. 2009-08-29 10:46:41 +00:00
Dries Buytaert 9ef1d496e9 - Patch #561970 by Davy Van Den Bremt: fix the upgrade path from {box} to {block_custom}. 2009-08-29 10:38:58 +00:00
Angie Byron 839c242be1 #554290 by yched: Fixed lost field weights when submitting 'Display fields' screen. 2009-08-29 07:43:58 +00:00
Dries Buytaert feb4845493 - Patch #499156 by Wim Leers: add hook_file_alter() so we can integrate with CDNs. 2009-08-29 06:57:27 +00:00
Dries Buytaert 0597c9e48a - Patch #560746 by dropcube: rename hook_block_list() to hook_block_info() for consistency in the API. 2009-08-29 05:46:04 +00:00
Angie Byron 737bf95499 #562624 by mcjim: Fixed WSOD on admin/config/people. 2009-08-29 04:55:32 +00:00
Angie Byron ce1cc587af #553292 by yched: Fixed bug with formatter settings getting lost when saving a field. 2009-08-29 04:42:56 +00:00
Angie Byron 770e0d54f9 #364470 by stBorchert and JohnAlbin: Made theming of 'Submitted by author, on date' easier. 2009-08-29 04:16:15 +00:00
Angie Byron 5c5b3a149a #560740 by sun and David_Rothstein: 'Escape all HTML' filter did not escape any HTML. Now that's a problem. (with tests) 2009-08-29 03:55:44 +00:00
Angie Byron 7c67c8ce20 #560484 by Davy Van Den Bremt: Allow database logs to never be discarded. 2009-08-29 03:36:27 +00:00
Angie Byron 0092db8e2c #49941 by geodaniel and Davy Van Den Bremt: Allow access logs to never be discarded. 2009-08-29 03:32:46 +00:00
Angie Byron f4c6b2ba5e #561970 by Davy Van Den Bremt: Rename 'box' to 'custom block'. Here's to core's database schema making sense. 2009-08-28 19:44:05 +00:00
Dries Buytaert 3dea934d2b - Patch #560502 by Gabor Hojtsy: created 'content authoring' category. 2009-08-28 16:23:05 +00:00
Angie Byron 43db68b632 #506124 follow-up by Gábor Hojtsy: Move URL aliases under Search & Metadata. 2009-08-28 14:40:12 +00:00
Dries Buytaert b8448cac63 - Patch #528326 by JacobSingh, cwgordon7: clean-up and bug fixes for the FTP file transfer classes. 2009-08-28 07:51:55 +00:00
Dries Buytaert 45da74801a - Patch #519498 by torelad, awmckinley et al: improved documentation for drupal_mail(). 2009-08-28 07:22:44 +00:00
Dries Buytaert 45e14ea6b7 - Patch #545662 by yched, moshe weitzman: simplify field rendering. 2009-08-28 06:51:07 +00:00
Dries Buytaert e87bf71e5f - Patch #296693 by sun: revert system_admin_menu_block_access(). 2009-08-28 06:42:54 +00:00
Dries Buytaert 6f41d692fd - Patch #559658 by sun, dropcube: store filter settings per format, general API clean-up and documentation improvements. 2009-08-27 21:18:20 +00:00
Dries Buytaert 0963bac760 - Patch #557684 by JacobSingh: fixed bug with auto-complete functionality. 2009-08-27 20:48:31 +00:00
Dries Buytaert ee64752e10 - Patch #300993 by dropcube, Dave Reid: user roles and permission API. Great patch. 2009-08-27 20:25:29 +00:00
Dries Buytaert c9e82a3b7f - Patch #503782 by Davy Van Den Brempt: not able to select region at block creation. 2009-08-27 19:40:36 +00:00
Dries Buytaert 149196005d - Patch #560578 by torelad: hook_node_info documentation corrections. 2009-08-27 07:22:15 +00:00
Dries Buytaert 2d6053f856 - Patch #395378 by Xano: syslog module clean-up and bugfix. 2009-08-27 07:18:06 +00:00
Angie Byron 0259ee968f #367567 by effulgentsia, yched, quicksketch, sun, and chx: Move AHAH-'add more' to the new generic AHAH callback, and add support for form definition functions being kept in non-.module files. 2009-08-27 04:40:12 +00:00
Angie Byron 715d3e5432 #559486 follow-up by plach: Fixed fatal error in tests that for whatever reason testing bot is not catching. Grrr. 2009-08-27 01:02:13 +00:00
Angie Byron 985884f98e #559506 by quicksketch and plach: Added variable to field widgets. 2009-08-27 00:33:52 +00:00
Dries Buytaert 9d6dcc5682 - Patch #423992 by JohnAlbin, Davy Van Den Bremt: remove show_blocks page variable. 2009-08-26 10:53:45 +00:00
Dries Buytaert 7c36ac0e49 - Patch #428296 by dropcube, sun, catch: filter system doesn't communicate with other modules about filter format changes/deletions. 2009-08-26 10:29:26 +00:00
Dries Buytaert 3ea6bed4cf - Patch #445070 by Dave Van Den Brempt: proper wrapping of comments. 2009-08-26 10:21:50 +00:00
Dries Buytaert 7598362003 - Patch #546336 by sun, dropcube: code clean-up and documentation improvements for the filter hooks. 2009-08-26 10:17:54 +00:00
Dries Buytaert ab45151748 - Patch #503782 by sign, skilip: not able to select region at block creation. 2009-08-26 10:10:01 +00:00
Dries Buytaert 99a746f1ac - Patch #556832 by dropcube: add text format API to manipulate formats. 2009-08-26 04:59:26 +00:00
Angie Byron e832899658 #553952 by c960657: Apply locking framework to image generation. 2009-08-26 03:20:39 +00:00
Angie Byron 22273a43eb #524790 by torelad: Fixed incorrect sample code for hook_mail_alter(). 2009-08-26 03:09:12 +00:00
Angie Byron dc856e22cd #559306 by emmajane: Remove 'Select different theme' permission which was left in accidentally after removing the per-user theme feature from core. 2009-08-26 03:01:06 +00:00
Angie Byron 8a73ef4190 #559486 by yched: Split up field attach tests so that testing bot doesn't choke on them. 2009-08-26 02:59:22 +00:00