Dries Buytaert
|
174aa41da0
|
- Patch #491978 by Berdir: remove unnecessary &s.
|
2009-06-15 10:10:47 +00:00 |
Dries Buytaert
|
ecc24c5afa
|
- Patch #274947 by yched: removed the remaining bits from teaser splitter.
|
2009-06-15 09:51:49 +00:00 |
Dries Buytaert
|
529713d8aa
|
- Patch #43493 by sime, sun, et al: add name/type as CSS class for form elements.
|
2009-06-14 08:04:25 +00:00 |
Dries Buytaert
|
2c942561e2
|
- Patch #461938 by jamesAn: proper filtering of and .
|
2009-06-13 19:34:57 +00:00 |
Dries Buytaert
|
ab158d82f0
|
- Patch #221399 by smk-ka, jeffschuler, lilou, earnie et al: make it possible to enable blocks on 404 pages.
|
2009-06-13 19:28:57 +00:00 |
Dries Buytaert
|
beef6cc657
|
- Patch #486278 by brianV: fixed headers sent by XML-RPC library.
|
2009-06-12 08:44:45 +00:00 |
Dries Buytaert
|
0d9a5df18c
|
- Patch #370958 by c960657, drewish, Rob Loach: added flash related mime types.
|
2009-06-11 04:39:50 +00:00 |
Dries Buytaert
|
e0b8aebada
|
- Patch #359719 by joachim, brianV: documentation for theme_menu_item().
|
2009-06-10 21:52:36 +00:00 |
Dries Buytaert
|
05c39fe7a0
|
- Patch #487830 by c960657: fixed a HTTP header and improved the tests.
|
2009-06-10 20:00:10 +00:00 |
Dries Buytaert
|
a13bad5890
|
- Patch #449198 by justinrandell: documentation update.
|
2009-06-10 16:14:49 +00:00 |
Dries Buytaert
|
5b6680861b
|
- Patch #197266 by drewish: added code comment.
|
2009-06-09 21:33:12 +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
|
28b2f098be
|
- Patch #334283 by Damien Tournoud, andypost, Freso et al: add context to t() to help deal with ambigious strings (and improved the locale APIs a bit). Example: May is both a short month name as a long month name in English, but not necessarily in other languages.
|
2009-06-08 05:00:12 +00:00 |
Dries Buytaert
|
a73b53f3ae
|
- Patch #484336 by smk-ka: remove left-over variable.
|
2009-06-08 04:44:58 +00:00 |
Dries Buytaert
|
880bb9057f
|
- Patch #202775 by michaelfavia, jabapyth: fixed database testing and error handling during installation.
|
2009-06-08 04:33:35 +00:00 |
Dries Buytaert
|
967564af46
|
- Patch #145733 by brianV: enable cookies ...
|
2009-06-06 20:15:23 +00:00 |
Angie Byron
|
469471fdde
|
#408876 by JamesAn: Document Schema API's serialize property.
|
2009-06-06 18:23:21 +00:00 |
Angie Byron
|
c3e95d2532
|
#483808 by chx and Crell: Default DBTNG conditions to IN when an array of values is passed in, to match the field query API.
|
2009-06-06 16:57:52 +00:00 |
Dries Buytaert
|
1f9077ee92
|
- Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and system_theme_data().
|
2009-06-06 16:05:28 +00:00 |
Dries Buytaert
|
36e3d552cf
|
- Patch #156582 by c960657, Damien Tournoud, townxelliot: added support for timeouts to drupal_http_request().
|
2009-06-06 15:43:05 +00:00 |
Dries Buytaert
|
9079d78481
|
- Patch #481288 by Berdir: add support for INSERT INTO ... SELECT FROM ... queries.
|
2009-06-05 16:55:45 +00:00 |
Angie Byron
|
d73fe8eae0
|
#480044 by JohnAlbin: sites/all/ should take precedence over profiles when searching for modules and themes.
|
2009-06-03 02:50:21 +00:00 |
Dries Buytaert
|
34c996e28c
|
- Patch #358315 by neochief et al: drupal_lookup_path() not respects alias' order.
|
2009-06-02 15:06:09 +00:00 |
Dries Buytaert
|
4f2e13f503
|
- Patch #422362 by JamesAn: convert form.inc to use new static caching API.
|
2009-06-02 13:47:26 +00:00 |
Dries Buytaert
|
cbd22269f8
|
- Patch #473652 by Damien Tournoud, catch: removed unneeded loop from file_get_mimetype() and further clean-up.
|
2009-06-02 13:42:40 +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 |
Angie Byron
|
db081c1448
|
#422116 by JohnAlbin: Kill off theme_engine_name prefix for theme functions to assist with theme inheritance and TX (Themer eXperience).
|
2009-06-02 03:57:22 +00:00 |
Dries Buytaert
|
88c9a015c1
|
- Patch #111011 by Josh Waihi: adding foreign key specifications.
|
2009-06-01 22:07:10 +00:00 |
Dries Buytaert
|
00271e741f
|
- Patch #458176 by c960657: improved exception handling in database layer.
|
2009-06-01 16:47:06 +00:00 |
Dries Buytaert
|
984f27efc9
|
- Patch #106559 by kbahey, catch, DamZ, chx et al: more drupal_lookup_path() optimizations.
|
2009-06-01 11:23:27 +00:00 |
Dries Buytaert
|
3876e6acc6
|
- Patch #422358 by JamesAn, pwolanin: convert common.inc to use new static caching API.
|
2009-05-31 07:00:12 +00:00 |
Angie Byron
|
a26efbeb5a
|
#408434 by mr.baileys and andypost: Fix fatal error in actions.inc after DBTNG conversion.
|
2009-05-31 03:12:19 +00:00 |
Dries Buytaert
|
986c3cdce4
|
- Patch #393632 by andypost: use both first and last class for single-item menu items.
|
2009-05-30 13:11:38 +00:00 |
Angie Byron
|
114a7f2cb3
|
#471800 follow-up by stella: Fixing comments on MySQL system queries.
|
2009-05-29 01:51:46 +00:00 |
Angie Byron
|
2df43894e2
|
#306358 by dvessel, JohnAlbin, and flobruit: Add a single $classes string (and corresponding $classes_array) for all dynamic classes in template files.
|
2009-05-28 16:44:07 +00:00 |
Angie Byron
|
7856db0675
|
#345591 follow-up by pwolanin: Small indentation fix.
|
2009-05-27 14:33:41 +00:00 |
Angie Byron
|
9eeec33415
|
#467474 by Josh Waihi: Type-cast booleans to work around PostgreSQL PDO bug.
|
2009-05-27 01:50:36 +00:00 |
Dries Buytaert
|
7e36364c5c
|
- Patch #465190 by Heine: add check_plain() call.
|
2009-05-26 10:41:06 +00:00 |
Dries Buytaert
|
3c4be3ab55
|
- Patch #472658 by agentrickard: clean up of inline code comments.
|
2009-05-26 09:12:29 +00:00 |
Dries Buytaert
|
70546d29ff
|
- Patch #472646 by Josh Waihi: fixed the PostgreSQL installation.
|
2009-05-26 08:50:04 +00:00 |
Dries Buytaert
|
edeea95f5e
|
- Patch #137932 by grendzy, Alan D, lilou et al: automatic enctype on adding a file field.
|
2009-05-25 18:22:31 +00:00 |
Dries Buytaert
|
a98905f5c6
|
- Patch #471800 by stella: more code style fixes.
|
2009-05-25 13:42:56 +00:00 |
Dries Buytaert
|
12024dbca4
|
- Patch #319165 by andpost: force PostgreSQL to use UTF-8 by default.
|
2009-05-25 05:22:52 +00:00 |
Dries Buytaert
|
a24a6c2bba
|
- Patch #471070 by stella: millions of code style fixes.
|
2009-05-24 17:39:35 +00:00 |
Dries Buytaert
|
a5f42fd007
|
- Patch #470632 by sun: move filter_xss*() into common.inc.
|
2009-05-24 07:17:14 +00:00 |
Dries Buytaert
|
765d0572a2
|
- Patch #471142 by stella: code style fixes.
|
2009-05-24 05:21:56 +00:00 |
Dries Buytaert
|
6ef4875e87
|
- Rollback of last patch.
|
2009-05-23 19:21:30 +00:00 |
Dries Buytaert
|
77423ed423
|
- Patch #471032 by chx: variable_del is broken!
|
2009-05-23 19:14:42 +00:00 |
Dries Buytaert
|
7f5afdeedb
|
- Patch #363905 by dereine: move template_preproces_node/block out of theme.inc.
|
2009-05-22 11:34:05 +00:00 |
Dries Buytaert
|
dc4d421be7
|
- Patch #396284 by Berdir, chx, jcfiala, csevb10 et al: make sure to order by table headers first, before ordering by other fields.
|
2009-05-22 11:33:18 +00:00 |