Dries Buytaert
|
e08ae62eaa
|
- Patch #499156 by Wim Leers: corrected documentation.
|
2009-08-31 17:45:04 +00:00 |
Angie Byron
|
569a336d88
|
#561484 by Davy Van Den Bremt: Remove reference to obsolete CSS class box.
|
2009-08-31 17:40:04 +00:00 |
Dries Buytaert
|
385d60d255
|
- Patch #562928 by Davy Van Den Bremt: Fixed Change 'Add' in the toolbar to 'Add content'.
|
2009-08-31 17:09:01 +00:00 |
Angie Byron
|
7d1a9b8d3d
|
#496500 follow-up by Damien Tournoud: Fixed PostgreSQL and SQLite.
|
2009-08-31 17:07:21 +00:00 |
Dries Buytaert
|
b4786ff0ee
|
- Patch #495968 by Frando, moshe weitzman: added drupal_render() cache pattern. Start using it for blocks.
|
2009-08-31 17:06:10 +00:00 |
Angie Byron
|
730adaf717
|
#564528 by roychri: Fixed Error: 'context is not defined' in modules/toolbar/toolbar.js.
|
2009-08-31 16:48:37 +00:00 |
Angie Byron
|
a244b45cfb
|
#558958 by Frando and moshe weitzman: Add a hook_page_build() that runs before hook_page_alter().
|
2009-08-31 16:46:32 +00:00 |
Dries Buytaert
|
df78741823
|
- Patch #564462 by catch: remove moderate column from node_schema().
|
2009-08-31 16:24:15 +00:00 |
Angie Byron
|
ee24485cdb
|
#444344 follow-up by brandonojc: Added missing file that breaks HEAD.
|
2009-08-31 15:52:26 +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
|
06619eb763
|
- Patch #553276 by boombatower: added HTTP authentication support to the (simpletest) browser.
|
2009-08-31 05:56:54 +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
|
d95de3c11d
|
- Patch #563160 by karschsp: enable file module in default install profile.
|
2009-08-30 06:02:08 +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 |
Angie Byron
|
d4d43f11ea
|
#560944 by seutje: Fixed collapsible fieldsets in Garland.
|
2009-08-29 16:30:14 +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 |
Dries Buytaert
|
fb0275fa6a
|
- Patch #496500 by chx: remove global placeholder counter.
|
2009-08-29 05:43:35 +00:00 |
Dries Buytaert
|
eca9c6cc16
|
- Patch #561520 by Pasqualle: is an object.
|
2009-08-29 05:39:37 +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
|
11f7c9662c
|
- Patch #300993 by sun: added CHANGELOG.txt entries for user module.
|
2009-08-27 21:41:44 +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
|
889cd606bf
|
- Patch #561228 by Dave Van Den Bremt: padding reset to zero on local task. Yay.
|
2009-08-27 20:33:05 +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 |