Dries Buytaert
|
d1c017660c
|
- Patch #658364 by effulgentsia: made the build/view/formatter terminology more consistent.
|
2009-12-21 13:47:32 +00:00 |
Dries Buytaert
|
28714aa363
|
- Patch #658140 by jhodgdon: various small help text fixes.
|
2009-12-14 20:38:15 +00:00 |
Dries Buytaert
|
1da26fadfe
|
- Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards.
|
2009-12-04 16:49:48 +00:00 |
Dries Buytaert
|
0baad49d62
|
- Patch #635094 by plach: unify 'language neutral' language codes.
|
2009-12-02 19:26:23 +00:00 |
Dries Buytaert
|
29368b4664
|
- Patch #620446 by Xano: rewrite permission titles and descriptions.
|
2009-12-01 13:14:43 +00:00 |
Angie Byron
|
0571fe3368
|
#633134 by arianek and jhodgdon: Update Book Module to new help documentation standards.
|
2009-11-26 06:42:42 +00:00 |
Dries Buytaert
|
4788bf25fa
|
- Patch #583730 by sun: fixed form caching.
|
2009-11-18 18:51:11 +00:00 |
Angie Byron
|
4d46b7cdf8
|
Roll-back of #595084; type-hinting parameters at stdClass makes it so you can't ever pass in another type of class.
|
2009-11-08 10:02:41 +00:00 |
Dries Buytaert
|
a8ec4e1d50
|
- Patch #607244 by sun: added permission to decrease performance impact of contextual links.
|
2009-11-07 13:35:21 +00:00 |
Angie Byron
|
0d8515deb7
|
#552478 by pwolanin, samj, dropcube, and sun: Improve link/header API and support on node/comment pages rel=canonical and rel=shortlink standards.
|
2009-11-03 06:47:23 +00:00 |
Dries Buytaert
|
e4ca439ba1
|
- Patch #595084 by c960657: use type hinting for .
|
2009-11-01 12:11:10 +00:00 |
Angie Byron
|
a7149821d6
|
#600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
|
2009-10-23 22:24:19 +00:00 |
Dries Buytaert
|
f42bca3bd4
|
- Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX 'callback' callbacks. Oh my, this is the beginning of something big.
|
2009-10-15 14:07:30 +00:00 |
Angie Byron
|
b3265dbe17
|
#557292 by peximo, plach, catch, and yched: Convert node title to Field API.
|
2009-10-11 03:07:21 +00:00 |
Dries Buytaert
|
c05f2181dc
|
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
|
2009-10-09 01:00:08 +00:00 |
Dries Buytaert
|
598e739208
|
- Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in url() only accept an array. Another nice API clean-up!
|
2009-09-29 15:31:17 +00:00 |
Dries Buytaert
|
5679074858
|
- Patch #550718 by alexanderpas, Gábor Hojtsy | Dries, webchick, ugerhard: tabs on admin pages are not accessible from overviews and menus.
|
2009-09-22 15:26:46 +00:00 |
Dries Buytaert
|
2bc3de6a4f
|
- Patch #283723 by pwolanin, sun | eddified, moshe weitzman, Dries, aether, Arancaytar: Added Make menu_tree_output() return renderable output.
|
2009-09-18 10:54:20 +00:00 |
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
|
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
|
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
|
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 |
Dries Buytaert
|
e4a4b7cc7e
|
- Patch #506976 by catch: rename hook_perm to hook_permission.
|
2009-07-05 18:00:11 +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
|
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
|
8322883918
|
- Patch #480412 by JamesAn: converted to drupal_static().
|
2009-06-07 02:32:57 +00:00 |
Dries Buytaert
|
0f4060f377
|
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.
|
2009-05-27 18:34:03 +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 |
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 |
Angie Byron
|
8fc513e1d8
|
#408562 by BruceBGordon: Code clean-up.
|
2009-03-30 05:40:44 +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
|
ac484c277a
|
#125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow compatibility with other JavaScript libraries.
|
2009-02-18 13:46:55 +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
|
a04728577f
|
- Patch #352054 by catch: convert calls to db_placeholders() in static queries.
|
2008-12-29 16:03:57 +00:00 |
Dries Buytaert
|
0bac8dad8d
|
- Patch #302207 by John Morahan et al: updated book module to new DB layer.
|
2008-12-23 14:32:08 +00:00 |