Dries Buytaert
|
0d41909829
|
- Patch #510368 by Jody Lynn: toolbar should depend on menu module.
|
2009-07-06 13:54:21 +00:00 |
Dries Buytaert
|
e66f235ac4
|
- Patch #489402 by Jody Lynn JamesAn: removing unused code.
|
2009-07-06 13:52:57 +00:00 |
Dries Buytaert
|
fee10f55e2
|
- Patch #511022 by gordon: some drupal.sh fixes for Drush.
|
2009-07-06 13:48:10 +00:00 |
Dries Buytaert
|
a05ec18996
|
- Patch #505812 by Josh Waihi: remove database specific test.
|
2009-07-06 13:33:31 +00:00 |
Dries Buytaert
|
576a4cffed
|
- Patch #483778 by Frando: some form API clean-up.
|
2009-07-06 13:31:47 +00:00 |
Dries Buytaert
|
ed65c9b89f
|
- Patch #510740 by agentrickard: rename user_admin_perm() to user_admin_permission().
|
2009-07-05 18:07:04 +00:00 |
Dries Buytaert
|
19dd7c96a3
|
- Patch #510398 by asimmonds: incorrect CSS class for form element wrappers.
|
2009-07-05 18:02:08 +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
|
4a4a6570d8
|
#315100 by Rob Loach, quicksketch, sun, skilip, aaron, et al: Add ability for modules to register JS/CSS libraries.
|
2009-07-04 18:26:42 +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 |
Dries Buytaert
|
2e0a4d26af
|
- Patch #482646 by Dave Reid et al: check for existence of ['HTTP_USER_AGENT'] for the SimpleTest user agent.
|
2009-07-04 14:49:31 +00:00 |
Dries Buytaert
|
d51625c304
|
- Patch #509924 by quicksketch: fixed notice.
|
2009-07-04 14:45:36 +00:00 |
Dries Buytaert
|
9f2645ff92
|
- Patch #473762 by Razorraser: add link to update.php on site maintenance page.
|
2009-07-04 14:29:34 +00:00 |
Angie Byron
|
c528bc60e6
|
#510058 by catch: Add toolbar module to default.profile.
|
2009-07-04 13:39:52 +00:00 |
Dries Buytaert
|
831e84b918
|
- Patch #72856 by quicksketch: on some systems, PHP's garbage collector is disabled so make sure to enable it.
|
2009-07-04 06:22:03 +00:00 |
Dries Buytaert
|
5a7742b254
|
- Patch #508700 by yched: field cardinality stored twice.
|
2009-07-04 06:19:46 +00:00 |
Dries Buytaert
|
7f1606632d
|
- Patch #484820 by Gábor Hojtsy, yhahn, markboulton, leisareichelt, et al: initial version of the new administration toolbar.
|
2009-07-04 05:37:30 +00:00 |
Dries Buytaert
|
b9f4e59c5a
|
- Patch #468534 by paul.lovvik: add a region at the top of the page above the header region.
|
2009-07-04 05:21:15 +00:00 |
Angie Byron
|
1706f7354e
|
#453254 follow-up by agentrickard: Move block update to block.install.
|
2009-07-04 04:23:27 +00:00 |
Dries Buytaert
|
e49ac650a6
|
- Patch #310139 by pwolanin, c960657: drupal_query_string_encode() should not call drupal_urlencode().
|
2009-07-03 19:21:55 +00:00 |
Dries Buytaert
|
c90e16721a
|
- Patch #359276 by Freso, Heine, lyricnz: avoid double encoding/decoding of HTML entities.
|
2009-07-03 18:26:35 +00:00 |
Dries Buytaert
|
bea411e114
|
- Patch #509220 by tic2000: fixed text_field_sanitize() error.
|
2009-07-03 18:19:29 +00:00 |
Dries Buytaert
|
4cd373bf2c
|
- Patch #509122 by Berdir: rest in peace db_affected_rows().
|
2009-07-03 10:57:46 +00:00 |
Dries Buytaert
|
293ea4c569
|
- Patch #316189 by mfb, grndlvl: improved the format_date() test.
|
2009-07-03 05:15:41 +00:00 |
Dries Buytaert
|
87c33e26ea
|
- Patch #508280 by gordon, deekayen: OPML remote location should accept longer URLs.
|
2009-07-03 05:12:25 +00:00 |
Dries Buytaert
|
e6caf7a0e1
|
- Patch #508756 by catch, crell et al: rest in peace db_placeholders().
|
2009-07-03 04:36:50 +00:00 |
Dries Buytaert
|
ae8821cfae
|
- Patch #508786 by catch: removed pointless help text.
|
2009-07-03 04:35:30 +00:00 |
Dries Buytaert
|
45b97d8a9d
|
- Patch #508440 by yched: build mode, it is.
|
2009-07-02 20:37:03 +00:00 |
Dries Buytaert
|
f25d5685c1
|
- Patch #474072 by jrchamp, Berdir: use taxonomy API functions in blog API.
|
2009-07-02 20:23:28 +00:00 |
Dries Buytaert
|
cf59ebec77
|
- Patch #489438 by bjaspan, crotown: hook_field_create_field() is missing.
|
2009-07-02 20:19:48 +00:00 |
Angie Byron
|
8f66b459bf
|
#504678 follow-up by catch: Fix notice in PHP 5.3.
|
2009-07-02 15:07:37 +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
|
e9ca98b69d
|
- Patch #504678 by catch: use objects instead of arrays.
|
2009-07-01 20:39:20 +00:00 |
Angie Byron
|
d9ab38b2d0
|
#485350 by jhodgdon: Clarify documentation of module_load_include().
|
2009-07-01 17:34:13 +00:00 |
Dries Buytaert
|
b300a7a593
|
- Patch #395472 by JacobSingh, chx, cwgordon7: more improvements to the file transfer system to pave the path for a plugin manager. Heroic effort.
|
2009-07-01 13:44:53 +00:00 |
Dries Buytaert
|
5962cc5ab2
|
- Patch #477944 by DamZ: more streamlining and clean-up of session handling code.
|
2009-07-01 12:47:30 +00:00 |
Dries Buytaert
|
907faab2bb
|
- Patch #507072 by DamZ: added jQuery cookie library.
|
2009-07-01 12:16:48 +00:00 |
Dries Buytaert
|
199dc7cc9d
|
- Patch #504564 by tic2000: fixed teaser length setting and added tests.
|
2009-07-01 12:10:32 +00:00 |
Dries Buytaert
|
75d449d1eb
|
- Patch #506218 by catch: remove collapsed comments as is and tidy up comment settings.
|
2009-07-01 12:06:22 +00:00 |
Dries Buytaert
|
603efa2763
|
- Patch #453254 by Pasqualle: upgrade path for per-content type visibility of blocks.
|
2009-07-01 12:03:35 +00:00 |
Dries Buytaert
|
becb6f902f
|
- Patch #437822 by jhodgdon: corrected documentation.
|
2009-07-01 08:41:52 +00:00 |
Dries Buytaert
|
fb125851a3
|
- Patch #306027 by agentrickard, catch, dereine, Dave Reid, drewish, et al: automatically clean the {role_permission} table when modules are uninstalled.
|
2009-07-01 08:39:56 +00:00 |
Dries Buytaert
|
8eb8dcc842
|
- Patch #314358 by wonder95, Crell, killes, et al: add option to ignore slave servers. Finally.
|
2009-07-01 08:11:27 +00:00 |
Dries Buytaert
|
9ce7b3dcdc
|
- Patch #453254 by Pasqualle, Gábor Hojtsy: re-introduce per-content type visibility to block settings.
|
2009-07-01 08:04:19 +00:00 |
Angie Byron
|
96f297021c
|
#506650 by catch: Remove unnecessary comment_node_url().
|
2009-07-01 05:00:24 +00:00 |
Dries Buytaert
|
938af5fc07
|
- Patch #505218 by keith.smith: more massaging of help texts.
|
2009-06-30 21:44:06 +00:00 |
Angie Byron
|
647f3541ae
|
#506124 by Bojhan: Move URL aliases path to site configuration.
|
2009-06-30 18:21:06 +00:00 |
Angie Byron
|
7c3493c45b
|
#506458 by quicksketch: Replace missing global user so that page caching works again.
|
2009-06-30 17:37:36 +00:00 |
Angie Byron
|
47258bc309
|
#506316 by Bojhan: Remove utterly useless description on term name field.
|
2009-06-30 17:23:12 +00:00 |
Angie Byron
|
d17c9a35ff
|
#506096 by axyjo: Fix typo in node.tpl.php documentation.
|
2009-06-30 17:18:10 +00:00 |