Angie Byron
|
7f88540b4b
|
#564632 by moshe weitzman: Unify various _build() functions and remove duplicate copy of content.
|
2009-09-10 12:33:46 +00:00 |
Dries Buytaert
|
029c48c68d
|
- Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe weitzman: automatically install/uninstall schema.
|
2009-09-10 06:38:20 +00:00 |
Dries Buytaert
|
a539b0e00d
|
- Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures.
|
2009-09-05 15:05:05 +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 |
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
|
bf9c634123
|
#550572 by sun and c960657: Fixed CSS+JS regressions related to form-item-[name].
|
2009-08-24 03:11:34 +00:00 |
Angie Byron
|
03a5563b89
|
#509584 by pwolanin: Various API fixes for menu_tree_data() including depth param.
|
2009-08-24 01:49:41 +00:00 |
Angie Byron
|
2c55219315
|
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
|
2009-08-24 00:14:23 +00:00 |
Angie Byron
|
e63e85020b
|
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.
|
2009-08-24 00:10:46 +00:00 |
Angie Byron
|
4ae238ea57
|
*** empty log message ***
|
2009-08-24 00:02:05 +00:00 |
Angie Byron
|
36ec189695
|
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.
|
2009-08-22 14:34:23 +00:00 |
Angie Byron
|
34a8a369aa
|
#367595 by plach, catch, sun, yched, et al: Added support for translatable fields to Field API.
|
2009-08-22 00:58:55 +00:00 |
Angie Byron
|
25b9f686a6
|
#544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now.
|
2009-08-17 07:12:16 +00:00 |
Angie Byron
|
84afe0d927
|
#545306 by alexanderpas: De-op hook_node_type().
|
2009-08-11 15:50:56 +00:00 |
Dries Buytaert
|
daa26f7982
|
- Patch #536768 by chx: use the database to do type casting so we can clean up some code. ;-)
|
2009-08-11 07:45:45 +00:00 |
Dries Buytaert
|
926606eeca
|
- Patch #535564 by Gábor Hojtsy: the D7UX mockups call for a top level Content item, which would immediatey lead to the "Find content" screen. The current Drupal 7 code is almost there, but still has an RSS settings item blocking the implementation of this by default and aggregator and book also add subitems.
|
2009-07-30 19:24:21 +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 |
Angie Byron
|
735e1d904f
|
#500866 by boombatower: Remove t() from getInfo in tests.
|
2009-07-13 21:51:42 +00:00 |
Dries Buytaert
|
e4a4b7cc7e
|
- Patch #506976 by catch: rename hook_perm to hook_permission.
|
2009-07-05 18:00:11 +00:00 |
Dries Buytaert
|
a0d19b0810
|
- Patch #482636 by quicksketch: further clean-up of the form IDs/classes.
|
2009-07-04 14:57:23 +00:00 |
Angie Byron
|
0142292c71
|
#373201 by moshe weitzman, chx, Frando, eaton: Allow renderable array properties to be passed directly to theme functions.
|
2009-07-02 04:27:23 +00:00 |
Dries Buytaert
|
3ae64656b5
|
- Patch #233200 by eigentor, catch, bohjan, yoroy et al: better content type descriptions.
|
2009-06-27 11:11:53 +00:00 |
Dries Buytaert
|
fabaaaaa6e
|
- Patch #278592 by catch, Dave Reid, lilou et al: remove D5 to D6 updates.
|
2009-06-22 13:21:38 +00:00 |
Dries Buytaert
|
f96c141f5a
|
- Patch #409750 by yched et al: overhaul and extend node build modes.
|
2009-06-22 09:10:07 +00:00 |
Dries Buytaert
|
3d64cb5eca
|
- Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers as fields. Oh, my.
|
2009-06-12 08:39:40 +00:00 |
Dries Buytaert
|
e9d97f1eef
|
- Patch #449198 by boombatower: cealn up test loading and related API.
|
2009-06-08 09:23:55 +00:00 |
Dries Buytaert
|
8322883918
|
- Patch #480412 by JamesAn: converted to drupal_static().
|
2009-06-07 02:32:57 +00:00 |
Angie Byron
|
cab88a7014
|
#220233 by Berdir, marcingy, et al: Add useful API functions for extracting node type data.
|
2009-06-04 03:33:29 +00:00 |
Dries Buytaert
|
e474fbbd6c
|
- Patch #477944 by Damien Tournoud: fix and streamline page cache and session handling.
|
2009-06-02 06:58:17 +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
|
3ac59eee96
|
#320011 by lilou, snufkin, and karschp: Add consistent @file declarations to all .install files.
|
2009-05-13 19:42:18 +00:00 |
Dries Buytaert
|
0e0ca3b589
|
- Patch #457532 by Berdir: more PHP5 'fixes'.
|
2009-05-09 18:28:13 +00:00 |
Dries Buytaert
|
a8c30ed91e
|
- Patch #449718 by alienbrain: node_feed() is now using new node building API.
|
2009-05-03 10:11:35 +00:00 |
Angie Byron
|
fc7283235b
|
#444402 follow-up by kkaefer: Fix autocomplete, enforce code style for anonymous JS functions.
|
2009-04-27 20:19:38 +00:00 |
Dries Buytaert
|
18117a43f4
|
- Patch #361529 by j.somers: illogical syntax for book_toc().
|
2009-04-27 07:08:00 +00:00 |
Angie Byron
|
fde09054f6
|
#444920 by Damien Tournoud: Fix broken book breadcrumbs (with tests).
|
2009-04-25 23:01:43 +00:00 |
Angie Byron
|
e888f0061c
|
#323112 by dmitrig01, kkaefer, quicksketch, frando and many many more: Now presenting... Vertical Tabs. Fantastic new UI improvement for node forms and hopefully more in the future.
|
2009-04-11 22:19:46 +00:00 |
Dries Buytaert
|
1de1293df0
|
- Patch #369587 by JamesAn: removed code comment that is incorrect.
|
2009-04-08 03:23:46 +00:00 |
Angie Byron
|
f40532da76
|
#376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest.
|
2009-03-31 01:49:55 +00:00 |
Angie Byron
|
8fc513e1d8
|
#408562 by BruceBGordon: Code clean-up.
|
2009-03-30 05:40:44 +00:00 |
Dries Buytaert
|
b46e90ad36
|
- Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from Views.
|
2009-03-14 20:13:27 +00:00 |
Angie Byron
|
ddc2604d69
|
#383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.
|
2009-03-08 04:25:07 +00:00 |
Angie Byron
|
fb7347bc9d
|
#371231 by JohnAlbin and EclipseGC: Rename clear-block CSS class to clearfix, which is the lingo that designers use for it.
|
2009-02-18 14:28:25 +00:00 |
Angie Byron
|
ac484c277a
|
#125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow compatibility with other JavaScript libraries.
|
2009-02-18 13:46:55 +00:00 |
Angie Byron
|
effd938585
|
#369460 by rszrama: Add 'No books' message to Book module when no books exist.
|
2009-02-05 19:29:31 +00:00 |
Dries Buytaert
|
6d3d75fe4b
|
- Removing whitespace.
|
2009-01-26 14:08:44 +00:00 |
Angie Byron
|
fcc8211ab1
|
#203323 by JirkaRybka, robertgarrigos, thePanz, c960657, and sun: Fix undefined index locale in install.php and clean up crufty code.
|
2009-01-20 03:18:41 +00:00 |
Dries Buytaert
|
d20e457121
|
- Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.
|
2009-01-19 10:46:52 +00:00 |
Dries Buytaert
|
bdbd0dffe5
|
- Patch #266246 by David Strauss: added smart defaults for system_settings_form().
|
2009-01-11 21:19:19 +00:00 |
Dries Buytaert
|
92a8adea65
|
- Patch #352470 by scor: fixed typos and grammar in comments.
|
2008-12-30 16:43:20 +00:00 |