Dries Buytaert
6d4d05aa9d
- Patch #429132 by Berdir: remove unnecessary module_rebuild_cache().
2009-05-07 18:04:16 +00:00
Dries Buytaert
0ccac642b9
- Patch #409598 by pwolanin, swentel: fixed problem with content type descriptions not being updated.
2009-05-07 16:24:33 +00:00
Angie Byron
ba40a41659
#445152 by caktux and akahn: Default drupal_get_path_alias() to returning the current page's alias.
2009-05-07 15:49:57 +00:00
Angie Byron
0f08d97b21
#124158 by nedjo, jcnventura: Pull all PHP handling into PHP module.
2009-05-07 15:29:08 +00:00
Dries Buytaert
6bf31cfefc
- Patch #455172 by RoboPhred: updated documentation example.
2009-05-07 10:41:12 +00:00
Dries Buytaert
b2d4f12904
- Patch #431976 by mcrittenden, Arancaytar webchick, chx, et al: added a wrapper for ?q=. No tests.
2009-05-06 15:51:36 +00:00
Dries Buytaert
9066709443
- Patch #267333 by cwgordon7, David_Rothstein, lilou, et al: fixed batch api rounding.
2009-05-06 10:41:43 +00:00
Dries Buytaert
65e0a3f228
- Patch #452936 by catch: use db_truncate() in cache_clear_all().
2009-05-04 10:40:10 +00:00
Dries Buytaert
1883e93f14
- Patch #352872 by Damien Tournoud: clean-up xmlrpc() wrapper.
2009-05-04 10:38:47 +00:00
Angie Byron
508eaa90bd
#452388 by Freso: Standardize quoting in iso.inc.
2009-05-03 19:51:03 +00:00
Angie Byron
4d629641ac
#444744 by mikejoconnor: Include .module file automatically during hook_install().
2009-05-03 19:38:53 +00:00
Dries Buytaert
c5926f4961
- Patch #396578 by Damien Tournoud: added db_truncate_table() to the database layer.
2009-05-03 08:56:19 +00:00
Dries Buytaert
d4193f5178
- Patch #172571 by mgifford, lilou: remove theme_xml_icon because it is not used and we have theme_feed_icon.
2009-05-03 08:12:12 +00:00
Dries Buytaert
ac5e86e05c
- Patch #329015 by Damien Tournoud: improved error handling of batch API.
2009-05-03 07:35:37 +00:00
Dries Buytaert
c4c3e0a2a5
- Patch #432864 by mcrittenden, sun: documentation improvements for base_url().
2009-05-01 16:45:52 +00:00
Dries Buytaert
81c436fb8e
- Patch #360128 by chx, quicksketch, Frando et al: security fix for simplified AHAH callbacks.
2009-05-01 14:51:41 +00:00
Angie Byron
3e81a14a49
#449142 by pwolanin: SA-CORE-2009-005 #2 .
2009-04-30 16:15:44 +00:00
Dries Buytaert
13c9e7f94b
- Rolled back patch #343415 . Needs more work and discussion.
2009-04-30 15:20:06 +00:00
Dries Buytaert
94c3dceeda
- Patch #240873 by Gábor Hojtsy: move custom help settings to blocks. Very exciting.
2009-04-29 08:04:24 +00:00
Dries Buytaert
f918903428
- Patch #408024 by brianV et al: rename drupal_execute() to drupal_submit_form().
2009-04-29 07:18:04 +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
33368da1a6
- Patch #343415 by Damien Tournoud: form cache is not cleared on submit when page cache is activated.
2009-04-27 07:35:48 +00:00
Dries Buytaert
7a6f73f49d
- Patch #330748 by stBorchert: remove from theme_pager*.
2009-04-26 19:44:40 +00:00
Dries Buytaert
f5d0e11f61
- Patch #445414 by Damien Tournoud, tassoman: format_interval doesn't format monthly intervals.
2009-04-26 16:09:57 +00:00
Dries Buytaert
8a280389de
- Patch #445266 by j.somers: tiny code clean-up.
2009-04-26 15:50:34 +00:00
Dries Buytaert
b5201d3797
- Patch #445410 by Damien Tournoud: fix $ tags.
2009-04-26 15:14:55 +00:00
Dries Buytaert
1c076bc89f
- Patch #19837 by xmacinfo, j.somers: make 'not verified' togglable as a theme setting.
2009-04-26 09:14:32 +00:00
Dries Buytaert
9af602fe17
- Patch #432864 by mcrittenden, franskuipers: improved documentation for base_path().
2009-04-26 07:50:51 +00:00
Angie Byron
edb9752723
#369409 by dropcube: Move block.tpl.php to block.module rather than system.module.
2009-04-26 01:15:04 +00:00
Angie Byron
fb5d44bc2c
#303965 by moshe weitzman and snufkin: Allow data import scripts to set /->is_new programmatically.
2009-04-25 17:52:43 +00:00
Angie Byron
2671e98daa
#301362 by moshe weitzman, David Strauss, Narayan Newton, and chx: Default to InnoDB in MySQL.
2009-04-25 16:57:19 +00:00
Dries Buytaert
57b558e35e
- Patch #444154 by c960657: remove header injection check that is now redundant thanks to PHP 5.1.2 and beyond.
2009-04-25 15:20:43 +00:00
Dries Buytaert
b90912c885
- Patch #422368 by JamesAn: converted menu.inc to the new static caching API.
2009-04-25 15:19:12 +00:00
Dries Buytaert
e9946015c7
- Patch #345591 by pwolanin, JacobSingh: drupal_http_request() should return the original status message and protocol.
2009-04-25 13:56:06 +00:00
Angie Byron
39f2651669
#336475 by j.somers: Make sticky tableheaders optional.
2009-04-25 12:52:24 +00:00
Dries Buytaert
e99838fbf4
- Patch #147310 by c960657: added tests for private files, fixed a problem with private files and minor improvements.
2009-04-24 08:16:56 +00:00
Dries Buytaert
addaf21247
- Patch #443518 by chx: remove stray whitespace.
2009-04-24 08:09:18 +00:00
Angie Byron
9ba5163eda
#368064 follow-up by c960657: Fix typo preventing edit and delete links on translation page from working.
2009-04-22 16:07:03 +00:00
Dries Buytaert
526401c4c8
- Patch #147310 by c960657 et al: better cache headers for reverse proxies.
2009-04-22 09:45:03 +00:00
Dries Buytaert
2bc19555bf
- Patch #302240 by fago: fixed various problems with form storage and added tests. Yay.
2009-04-22 09:12:44 +00:00
Dries Buytaert
920babfe6e
- Patch #227228 by catch et al: fix a problem with minumum cache lifetime being global.
2009-04-21 17:15:51 +00:00
Dries Buytaert
3fbda2307d
- Patch #375482 by mfb: avoid PDO exceptions when block module is not enabled.
2009-04-21 09:31:31 +00:00
Dries Buytaert
e81096f5bc
- Patch #372471 by JamesAn et al: killed theme_box().
2009-04-20 21:28:15 +00:00
Dries Buytaert
f09028107c
- Patch #413732 by brianV: database code clean-up.
2009-04-20 20:02:31 +00:00
Angie Byron
f6db2a4cd7
#438810 by drewish: Fix image_get_info() docs.
2009-04-20 05:38:06 +00:00
Angie Byron
d30a41e791
Roll-back of #333054 ; needs more discussion.
2009-04-20 02:23:17 +00:00
Dries Buytaert
2f9af75438
- Patch #430342 by kkaefer et al: usability improvement: changed 'site maintenance' to 'maintenance mode'.
2009-04-19 19:10:08 +00:00
Dries Buytaert
7e5eaa0cd6
- Patch #436940 by bradfordcp: _menu_check_access() could not call access callback functions in include files.
2009-04-18 06:34:46 +00:00
Angie Byron
cb3cde8be1
#372563 by cytefx: Rename drupal_set_html_head() to drupal_ADD_html_head() which actually describes what it does.
2009-04-15 23:49:08 +00:00
Angie Byron
bb62eec3ce
#396224 - SA-CORE-2009-03 - Disallow nulls and slashes from file names in theme.
2009-04-15 20:45:46 +00:00
Dries Buytaert
bd93e7279d
- Patch #285116 by JeremyFrench: removed redundant argument.
2009-04-15 13:59:49 +00:00
Dries Buytaert
b0a6099918
- Patch #432128 by Berdir: adding some babysitting code to insert queries -- don't execute query when there are no values.
2009-04-15 13:30:17 +00:00
Dries Buytaert
00f9c254d9
- Patch #422366 by jamesAn: improved static caching in database drivers.
2009-04-14 06:22:10 +00:00
Dries Buytaert
69287245ca
- Patch #286374 by jhodgdon: fixed documentation of file_save_upload() validators.
2009-04-13 19:06:32 +00:00
Dries Buytaert
bb253b0539
- Patch #423690 by Berdir: fixed bug in menu_link_maintain(). With tests.
2009-04-13 12:18:52 +00:00
Dries Buytaert
1372d90cf1
- Patch #317775 by pwolanin, chx et al: caching the entire {menu_router} table causes problems.
2009-04-12 19:52:38 +00:00
Angie Byron
7ec6429c1c
#415316 by mr.baileys: Remove needless extra clarification about the size of a KB.
2009-04-11 23:01:35 +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
c7095deb64
#423664 by Berdir: Fix dependency checking of non-existing modules. (with corrected tests)
2009-04-11 17:58:18 +00:00
Dries Buytaert
2704385be8
- Patch #422364 by JamesAn: converted locale.inc to use new static caching API.
2009-04-08 02:55:52 +00:00
Dries Buytaert
fed346c648
- Patch #228477 by anuradha: corrected Sinhala language.
2009-04-08 02:52:49 +00:00
Dries Buytaert
ea9a75eb61
- Patch #423994 by pwolanin: working around MySQL bug.
2009-04-05 12:08:49 +00:00
Dries Buytaert
4d2072c958
- Patch #422824 by Gabor: add more specific body classes so page elements can be themed based on page type. Clean-up of existing code.
2009-04-04 00:58:09 +00:00
Dries Buytaert
ce4df7b66b
- Patch #422374 by JamesAn: convert to use the new static caching API.
2009-04-03 17:41:32 +00:00
Dries Buytaert
3a35e28f92
- Patch #254491 by chx, catch, justinrandell, pwolanin, David_Rothstein, et al: centralized static caching to improve testability of the Drupal code, and to remove $reset-parameters. Thanks for taking the time to convince me, catch!
2009-04-02 20:39:45 +00:00
Dries Buytaert
b25e08ba75
- Patch #317775 by pwolanin, justinrandell: caching entire {menu_router} table causes MySQL error/slow rebuilds and slows menu_link_save.
2009-04-02 03:40:05 +00:00
Dries Buytaert
27d7455edb
- Patch #333054 by c960657: page cache should be case sensitive.
2009-04-01 20:00:47 +00:00
Angie Byron
7e98216936
#368064 by catch: Provide a top-level 'International' menu item for localization and translation-related items.
2009-03-31 02:02:23 +00:00
Angie Byron
3dfb808a6d
#373225 by Josh Waihi: Make PostgreSQL cast values when changing database columns to prevent data loss.
2009-03-31 01:42:45 +00:00
Angie Byron
ba62c9c54f
#279233 by jbomb: Fix grammar in e-mail message string.
2009-03-30 05:32:31 +00:00
Angie Byron
a0cca9a472
#259368 by Rob Loach, mfer, and sun: Allow drupal_add_css() to add/aggregate inline CSS.
2009-03-30 05:13:45 +00:00
Angie Byron
39c3344ac6
#365996 by sammys: Correct timestamp type name in PostgreSQL.
2009-03-30 04:55:59 +00:00
Angie Byron
28aaa036e4
#304330 follow-up by sun: Clean-up of text format widget patch.
2009-03-30 03:15:41 +00:00
Dries Buytaert
a88a999ca8
- Patch #351898 by mfb: database API was not E_STRICT compatible.
2009-03-29 12:48:33 +00:00
Angie Byron
95023b8c13
#297972 by scor, yched, Steven Jones, and heyrocker: Allow drupal_execute() to be performed within batch API (with tests).
2009-03-28 18:09:11 +00:00
Dries Buytaert
1c63e669b1
- Patch #400524 by mr.baileys, james-oppenheim: fixed documentation.
2009-03-28 03:54:37 +00:00
Angie Byron
87f82a6127
#373514 by jaydee18 and jbomb: Fix typo in transaction property.
2009-03-25 18:43:01 +00:00
Angie Byron
780169772d
#353883 follow-up by Damien Tournoud: Fix typo causing fatal errors when running tests.
2009-03-25 13:38:09 +00:00
Dries Buytaert
8af22eac08
- Patch #408962 by brianV: documentation improvements.
2009-03-21 17:58:14 +00:00
Dries Buytaert
32076b4d32
- Patch #273137 by pwolanin, David_Rothstein, chx, et al: split navigation to user and administration menu. Will require follow-up patches.
2009-03-20 19:18:11 +00:00
Dries Buytaert
5f1f857b24
- Patch #353883 by Damien Tournoud, killes, et al: converted queries to the new database abstraction layer.
2009-03-19 10:48:51 +00:00
Dries Buytaert
6d4afa2f16
- Patch #332266 by mr.baileys, Dave Reid, cwgordon7: fixed broken SQL query in actions code.
2009-03-18 09:50:46 +00:00
Dries Buytaert
b59c662967
- Patch #309586 by mr.baileys: IP address from XFF header contains spaces and improved code comments.
2009-03-18 09:21:21 +00:00
Angie Byron
16dcae2351
#399488 by mr.baileys: Fix invalid markup generated by l().
2009-03-17 22:35:07 +00:00
Dries Buytaert
0184860b58
- Patch #333156 by stella: add ability to configure the default country.
2009-03-17 15:26:29 +00:00
Dries Buytaert
56e1c5d106
- Patch #401922 by Damien Tournoud: fixed parent link detection.
2009-03-14 20:56:06 +00:00
Dries Buytaert
3a7047c670
- Patch #12201 by mfb: added support for table descriptions.
2009-03-14 20:34:17 +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
193ba01e1f
#343999 by Crell, chx, and Alexander Pas: Add facility for doing NULL / NOT NULL conditions to DBTNG.
2009-03-14 17:45:55 +00:00
Dries Buytaert
78027e1a1a
- Patch #394616 by csevb10: converted to new database abstraction layer.
2009-03-14 16:27:58 +00:00
Angie Byron
1811d659f2
#372914 by chx: Fix link titles when using a non-t() callback.
2009-03-14 02:28:05 +00:00
Dries Buytaert
e7c7ee32a2
- Patch #381306 by plach: closing file handler to avoid problems on certain systems.
2009-03-10 09:47:42 +00:00
Dries Buytaert
a4ee7092e1
- Patch #373613 by drewish, quicksketch: working around some Debian issues. They ship a different GD library.
2009-03-10 09:43:01 +00:00
Dries Buytaert
0ea653502c
- Patch #373613 by quicksketch and drewish: in order to operate on images multiple
...
times (such as crop, scale, then desaturate) without quality loss, we need to
pass images by their raw GD (or other library) resources rather than re-opening
the same image repeatedly, which causes wasted processing and loss of quality when
using JPEG images. This patch reworks the image toolkits, adds some new image
manipulations and adds some impressive SimpleTests.
2009-03-09 11:44:54 +00:00
Dries Buytaert
6fe3c7c059
- Patch #244904 by keith.smith, edmund.kwok, xano, David_Rothstein: rename 'input formats'.
2009-03-08 21:25:18 +00:00
Angie Byron
ce81be0c8c
#292565 by John Morahan and lyricnz: Fix 404 on search form from a 404 page (with tests).
2009-03-08 05:16:20 +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
27369e8b96
#304163 by chx: Allow update.php to re-generate settings.php. Now possible to upgrade Drupal 6 to Drupal 7. Oh, yeah.
2009-03-01 09:32:17 +00:00
Angie Byron
ec0dbd35c8
#91250 by ontwerpwerk, hass, profix898, Rob Loach, and mfer: Allow drupal_add_js() to reference external JavaScript files.
2009-02-28 07:36:06 +00:00
Angie Byron
665c9fdc2c
Roll-back of users -> user table name change in #330983 : Broken pgsql is no fun.
2009-02-26 07:30:29 +00:00