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
Dries Buytaert
116de17933
- Patch #381438 by drumm: do not use page cache for drupal.sh requests.
2009-02-25 13:49:26 +00:00
Dries Buytaert
071ae7bf0d
- Patch #380400 by flobruit: fixed up the documentation.
2009-02-24 17:08:18 +00:00
Angie Byron
2518d1601c
#349671 by Damien Tournoud and Josh Waihi: Make the PostgreSQL driver independent of schema to fix D6 => D7 update.
2009-02-24 16:34:46 +00:00
Dries Buytaert
5d658d0848
- Patch #380064 by c960657: make file_scan_directory() use save property names as file_load().
2009-02-22 17:55:30 +00:00
Dries Buytaert
b3e36d655c
- Patch #299267 by Crell: add extender support to the SELECT query builder.
2009-02-22 16:53:41 +00:00
Dries Buytaert
e1652e99b6
- Patch #374940 by Dave Reid et al: fixed MergeQuery problem.
2009-02-22 16:31:24 +00:00
Angie Byron
ff9e842730
#330983 by recidive and boombatower: Rename users/users_roles tables to user/user_role for consistency.
2009-02-18 15:19:57 +00:00
Angie Byron
c03b4c5408
#255551 by drewish and c960657: Array-itize file_scan_directory()'s parameters (DX improvement).
2009-02-18 15:07:27 +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
b83aa19bb2
#370846 follow-up by catch: Fix #weight sorting in drupal_render().
2009-02-13 04:43:00 +00:00
Angie Byron
9b50597eb2
#369423 by nedjo: Fix drupal_write_record() bug with multi-field primary keys (with tests).
2009-02-13 02:25:59 +00:00
Angie Byron
2da17d8010
#347288 by plach: Fix Locale uninstall (with tests).
2009-02-13 00:45:18 +00:00
Angie Byron
52c17c6d3e
#373502 by drewish and sun: Add function to delete unmanaged files recurisevely (with tests).
2009-02-13 00:39:01 +00:00
Dries Buytaert
a7aab03a1e
- Patch #298722 by pwolanin: _menu_translate returns FALSE before to_arg is available. Drupal.org upgrade blocker.
2009-02-09 16:27:35 +00:00
Angie Byron
c591f4562d
#370846 by catch: Further improve performance of drupal_render() sorting (with tests).
2009-02-09 03:29:54 +00:00
Angie Byron
f3ed3283db
#361683 follow-up by sun: Remove more windows line endings.
2009-02-05 03:42:58 +00:00
Angie Byron
8bac2dd319
#361683 follow-up by yched and sun: Fix failing tests and windows line-endings.
2009-02-05 01:21:16 +00:00
Angie Byron
993675ab6a
#348627 by smk-ka and catch: Allow menu title callback property to bypass t() (+documentation and tests)
2009-02-05 01:05:17 +00:00
Angie Byron
c6dd7bec5e
#52990 by Roger López: Vastly improve translation string search and editing interface.
2009-02-05 00:32:47 +00:00
Dries Buytaert
29c8e40e91
- Patch #355236 by Frando: refactor drupal_render() theming.
2009-02-03 18:55:32 +00:00
Dries Buytaert
607e9626d5
- Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!
2009-02-03 17:30:13 +00:00
Dries Buytaert
d4867346f5
- Patch #367380 by Moshe: make block module optional.
2009-02-03 12:30:14 +00:00
Dries Buytaert
ff1e4c669a
- Reverting #367711 ...
2009-02-03 12:24:41 +00:00
Dries Buytaert
1e86a91266
- Patch #367711 by catch: shorten drupal_map_assoc(). Thanks almighty catch.
2009-02-02 15:42:43 +00:00
Dries Buytaert
631354733a
- Patch #366949 by c960657: use parse_url(, PHP_URL_xxx).
2009-02-01 16:45:53 +00:00
Angie Byron
5e2ad8e43c
#360128 by quicksketch: Create centralized ahah callback to reduce duplicate code.
2009-02-01 06:48:15 +00:00
Dries Buytaert
f12b1b637f
- Patch #354812 by catch, mfer: filter_xss_bad_protocol is called hundreds of times on some pages.
2009-01-31 19:07:45 +00:00
Angie Byron
2c381622a5
#88264 by Rob Loach and kscheirer: Make variable_get()'s defaultparameter default to NULL so that NULLs do not need to be specified.
2009-01-31 16:50:57 +00:00
Angie Byron
ad99dd761a
#242962 by Heine: Add a 'tablesort' Form API element to unify various places we use a big table with JS-enabled checkboxes next to each item (with tests).
2009-01-28 07:43:26 +00:00
Angie Byron
f5a4f24b5e
#364407 by catch: Fix drupal_render() sorting (with tests).
2009-01-27 02:14:42 +00:00
Dries Buytaert
2e8ca690ff
- Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: hook_page_alter. Oh, behave.
2009-01-27 00:22:27 +00:00
Dries Buytaert
6d3d75fe4b
- Removing whitespace.
2009-01-26 14:08:44 +00:00
Angie Byron
250e486bb0
#363687 by chx: Simplify DBTNG codeflow.
2009-01-25 12:19:32 +00:00
Dries Buytaert
cf43ce126c
- Patch #353632 by catch et al: avoid sorting elements twice -- performance improvement.
2009-01-23 14:23:27 +00:00
Dries Buytaert
938c7c07a3
- Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3.
2009-01-22 12:46:07 +00:00
Angie Byron
9e2540eeb2
#306316 by beeradb: Rebuild the menu from node_types_rebuild() to assist with programmatic node creation.
2009-01-22 05:01:39 +00:00
Angie Byron
d5968378ac
#345973 by aaron and Rob Loach: Move parameter on drupal_add_css/js to a 'type' instead, to clean up calling code.
2009-01-22 03:56:12 +00:00
Angie Byron
096309b327
#352121 by valthebald and Damien Tournoud: Allow importing of invalid tags in .po files into non-default text groups.
2009-01-22 03:29:01 +00:00
Angie Byron
afc9df994a
#220559 by eMPee584 and Damien Tournoud: Fix bug in language switcher block that makes all languages active (with tests)
2009-01-22 03:18:30 +00:00
Angie Byron
7ac380aa05
#346285 by Damien Tournoud: forward-port HTTP_HOST fix from 6.x.
2009-01-22 03:05:18 +00:00
Dries Buytaert
3dc1157a1e
- Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text format' based on UMN usability study.
2009-01-21 16:58:42 +00:00
Angie Byron
18e62bf8c5
#361514 by Dave Reid and drewish: Use file name in file error messages.
2009-01-21 02:07:10 +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
Angie Byron
cb07c9992b
#30520 follow-up by Dave Reid: Fix error message about upload when not uploading a file (with tests, so we don't break it again).
2009-01-20 02:56:05 +00:00
Angie Byron
09ed948a25
#291026 follow-up by Dave Reid: Fix incorrect variable name.
2009-01-20 00:47:47 +00:00
Dries Buytaert
79b740acc1
- Patch #291026 by Dave Reid, Pasqualle, Rob Loach, et al: improved error reporting settings.
2009-01-19 21:13:09 +00:00
Dries Buytaert
b2402f40ae
- Patch #360982 by Damien Tournoud: fixed typo in SQLite transacation detection code.
2009-01-19 20:45:17 +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
bca75d353f
- Patch #360887 by Crell: more robus example of how to use transaction support in D7.
2009-01-19 10:12:00 +00:00
Angie Byron
cd9794bea7
#360113 by Dave Reid: Remove db_and() and db_or() calls from database/* files.
2009-01-19 01:28:28 +00:00
Angie Byron
e8cff6403b
#360754 by Crell: Docblock fixes for DBTNG.
2009-01-18 23:55:32 +00:00
Angie Byron
df48958752
#360580 by Razorraser: Fix documentation link to PDO.
2009-01-18 16:24:05 +00:00
Angie Byron
cf4f209d16
#310863 by bangpound, dboulet, and catch: Stop locale module from auto-installing with custom install profiles.
2009-01-18 06:56:58 +00:00
Angie Byron
b7ab3d431f
#297952 by aaron: Fix naming conflict with 'file' preprocess variable.
2009-01-18 06:53:53 +00:00
Angie Byron
af81911cb7
#152098 by mgifford: Improve accessibility of radios and checkboxes.
2009-01-18 06:51:41 +00:00
Angie Byron
6135b967e1
#359918 by Dave Reid: Fix typo in Schema API documentation.
2009-01-18 06:47:58 +00:00
Dries Buytaert
a6f64e65f3
- Patch #301049 by Damien Tournoud: fix InsertQuery.
2009-01-17 12:47:43 +00:00
Dries Buytaert
d3df2ff356
- Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL table namespace.
2009-01-14 21:16:21 +00:00
Dries Buytaert
534287b1bc
- Patch #245990 by pwolanin: further clean-up of the HTTP request status fail problem.
2009-01-14 21:13:42 +00:00
Dries Buytaert
a10731cedf
- Patch #320451 by chx, Damien Tournoud: improved Drupal's module dependency system. This helps with fields in core. Comes with tests\!
2009-01-14 12:18:37 +00:00
Dries Buytaert
dba81743a6
- Patch #346285 by grendzy, Damien Tournoud, thekevinday et al: fixed problem when HTTP_HOST is not transmitted.
2009-01-14 12:15:38 +00:00