Dries Buytaert
|
f85a37c307
|
- Patch #140783 by sun, chx, effulgentsia, David_Rothstein, webchick: a select list without #default_value() always passes form validation.
|
2010-10-04 18:00:46 +00:00 |
Dries Buytaert
|
5a23b3fdb9
|
- Patch #561858 by effulgentsia, sun, rfay, Nick_vh, merlinofchaos, katbailey, dereine, tstoeckler: drupal_add_js() and drupal_add_css() to work for AJAX requests too by adding lazy-load to AJAX framework.
|
2010-10-04 17:46:01 +00:00 |
Angie Byron
|
522c052fad
|
#902798 by tobiasb: Fix notice in _batch_process().
|
2010-10-04 07:34:26 +00:00 |
Angie Byron
|
5e52176157
|
#864464 follow-up by David_Rothstein: Move notice about requiring latest version of Drupal so it only comes up the first time update.php is ran.
|
2010-10-03 23:33:15 +00:00 |
Dries Buytaert
|
ae28425926
|
- Patch #904994 by Dave Reid: fix watchdog behavior.
|
2010-10-03 23:32:55 +00:00 |
Dries Buytaert
|
6fb8d182f8
|
- Patch #930116 by Benjamin Melançon: remove orphaned line of code from menu_get_active_help().
|
2010-10-03 23:29:09 +00:00 |
Angie Byron
|
6b2b3eb931
|
#901062 by effulgentsia, ygerasimov, et al: Fixed regression: themes can no longer remove stylesheets by overriding them in .info files.
|
2010-10-03 05:11:16 +00:00 |
Dries Buytaert
|
3e05ba7bcc
|
- Patch #922380 by Berdir: custom PagerDefault count queries getter method is protected.
|
2010-10-03 02:47:30 +00:00 |
Dries Buytaert
|
10244a9d78
|
- Patch #600836 by tim.cosgrove, dww, naxoc: batch API never terminates if you set ['finished'] > 1.
|
2010-10-03 02:42:25 +00:00 |
Dries Buytaert
|
33695f71f3
|
- Patch #917670 by mr.baileys: improve drupal_alter() documentation.
|
2010-10-03 02:04:55 +00:00 |
Dries Buytaert
|
fc2839047e
|
- Patch #878198 by pwolanin, Damien Tournoud: add back a method to the DB driver interface that reports the server version.
|
2010-10-03 01:29:41 +00:00 |
Dries Buytaert
|
69e9e3e3a2
|
- Patch #891476 by solotandem: improved code comments
|
2010-10-03 01:04:51 +00:00 |
Dries Buytaert
|
5d7a735643
|
- Patch #929178 by carlos8f, chx: module_list() kills system_list() caching.
|
2010-10-02 23:40:58 +00:00 |
Angie Byron
|
99ccb2e572
|
#864464 follow-up: Fix minor indentation issues.
|
2010-10-02 02:59:55 +00:00 |
Angie Byron
|
bc41e4054b
|
#864464 by heyrocker, Beanjammin: Ensure people using Drupal < 6.16 that they must upgrade to latest version, rather than showing them a WSOD.
|
2010-10-02 02:56:19 +00:00 |
Dries Buytaert
|
53302b2654
|
- Patch #870922 by David_Rothstein: removing unnecessary code.
|
2010-10-02 02:52:21 +00:00 |
Dries Buytaert
|
7ed77852bd
|
- Patch #925490 by David_Rothstein: list_themes() should not call file_exists() on each theme's info file.
|
2010-10-02 02:50:02 +00:00 |
Dries Buytaert
|
579310a4ba
|
- Patch #656266 by fgm, sun: hook_xmlrpc_alter() cannot alter built-in methods.
|
2010-10-02 01:22:41 +00:00 |
Angie Byron
|
96672deebf
|
#917220 by Everett Zufelt, mgifford: Invisible elements should appear before form elements.
|
2010-10-01 22:28:55 +00:00 |
Angie Byron
|
7f5caaacdc
|
#915216 by catch, Damien Tournoud: Fixing update.php cannot apply updates error.
|
2010-10-01 19:52:28 +00:00 |
Angie Byron
|
bf751d9a94
|
#651086 follow-up by carols8f: Fix cache clearing is an ineffective mess.
|
2010-10-01 18:37:23 +00:00 |
Angie Byron
|
0cd152a72c
|
#883400 follow-up by chx: Re-remove silly dsm() for file_unmanaged_copy() that was removed in a previous patch.
|
2010-10-01 06:37:39 +00:00 |
Angie Byron
|
fb6b16d172
|
#927652 by Gábor Hojtsy, carlos8f: Drupal *always* installs without clean URLs on the UI.
|
2010-10-01 01:29:42 +00:00 |
Angie Byron
|
ab3ab56299
|
#892568 by chx: Add pointer from api.drupal.org docs to the handbook docs for DBTNG>
|
2010-09-29 19:55:43 +00:00 |
Dries Buytaert
|
7874654909
|
- Patch #924554 by quicksketch, paul.lovvik: an exception is being thrown in the file_usage_delete() function if the corresponding file is not in the 'file_usage()' table.
|
2010-09-28 02:34:42 +00:00 |
Dries Buytaert
|
b1190c11b5
|
- Patch #924686 by mikey_p, munzirtaha: space required after foreach construct.
|
2010-09-28 02:30:32 +00:00 |
Angie Byron
|
dc10c97261
|
#907690 follow-up by sun: Fix PostgreSQL error in breadcrumb logic by removing unused condition.
|
2010-09-27 22:11:38 +00:00 |
Dries Buytaert
|
9eef405572
|
- Patch #922008 by davehimself, litwol: drupal_get_filename() does not respect DRUPAL_ROOT.
|
2010-09-27 01:14:10 +00:00 |
Dries Buytaert
|
9eaa04648a
|
- Patch #756762 by effulgentsia, fago, sun: AJAX should follow same rules for whether to call drupal_rebuild_form() as non-AJAX submissions.
|
2010-09-27 00:53:56 +00:00 |
Dries Buytaert
|
3780b17654
|
- Patch #921606 by munzirtaha, bleen18: various code uses is_null().
|
2010-09-26 23:31:36 +00:00 |
Dries Buytaert
|
b502f4c88a
|
- Patch #909272 by chx: remove stub update functions and renumber the remaining ones.
|
2010-09-25 18:10:53 +00:00 |
Dries Buytaert
|
68c438f805
|
- Patch #909256 by drunken monkey: improved documentation of file_save().
|
2010-09-25 18:02:39 +00:00 |
Dries Buytaert
|
7494238062
|
- Patch #910156 by sun: remove 'description' keys from schema cache.
|
2010-09-25 02:00:06 +00:00 |
Dries Buytaert
|
07886a8482
|
- Patch #921582 by munzirtaha: is_null() should be replaced by !isset because it's faster.
|
2010-09-25 01:41:26 +00:00 |
Dries Buytaert
|
e22b2153a2
|
- Patch #140783 by sun: a select list without #default_value() always passes form validation.
|
2010-09-24 21:36:22 +00:00 |
Angie Byron
|
7b14675e08
|
#890994 by Berdir: Entity query tests fail on PostgreSQL.
|
2010-09-24 21:24:14 +00:00 |
Dries Buytaert
|
061ee9d444
|
- Patch #921802 by solotandem: eliminate PHP Notice: Undefined variable: output in theme().
|
2010-09-24 21:20:08 +00:00 |
Dries Buytaert
|
0274491dea
|
- Patch #921098 by munzirtaha: !is_null() should be replaced by isset because it's faster.
|
2010-09-24 02:48:35 +00:00 |
Dries Buytaert
|
45acc5a46f
|
- Patch #921098 by munzirtaha: !is_null() should be replaced by isset() because it's faster.
|
2010-09-24 02:10:06 +00:00 |
Dries Buytaert
|
e0032eeee6
|
- Patch #844186 by chx: clarify merge queries.
|
2010-09-24 02:05:55 +00:00 |
Dries Buytaert
|
c9de4646c5
|
- Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths and local tasks #2.
|
2010-09-24 00:37:45 +00:00 |
Angie Byron
|
4bd74a0066
|
#882164 follow-up by Gábor Hojtsy, reglogge: Further clarifications to localization install instructions.
|
2010-09-23 23:59:28 +00:00 |
Angie Byron
|
df6d862d30
|
#418302 follow-up by David_Rothstein, reglogge, dww: Deal with obscure edge case when attempting to create settings.php during installation.
|
2010-09-22 07:05:22 +00:00 |
Dries Buytaert
|
7330a22096
|
- Patch #168722 by sun, bleen18: hidden input elements contain invalid characters in ID attributes.
|
2010-09-22 03:34:57 +00:00 |
Dries Buytaert
|
63b9e4770b
|
- Patch #908282 by jbrown: theme_image() performs I/O.
|
2010-09-22 03:24:09 +00:00 |
Dries Buytaert
|
cdf28e6fd6
|
- Patch #910388 by mikl: installation fails on PostgreSQL 8.4: Invalid escape sequence.
|
2010-09-22 03:22:20 +00:00 |
Angie Byron
|
18a68728d0
|
#882164 by aschiwi, Gábor Hojtsy, David_Rothstein, reglogge, et al: Fix the 'install from another language' instructions so that they actually work.
|
2010-09-22 01:49:17 +00:00 |
Dries Buytaert
|
c2c63b94f6
|
- Patch #885228 by sun, Jacine, mverbaar: CSS Files are in major need of clean up.
|
2010-09-19 18:10:42 +00:00 |
Dries Buytaert
|
80d21ffbb2
|
- Patch #909230 by chx: better db_query() docs.
|
2010-09-18 01:34:37 +00:00 |
Dries Buytaert
|
743646d373
|
- Patch #846330 by sun: proper wrapping of phpDoc.
|
2010-09-17 14:56:27 +00:00 |
Dries Buytaert
|
1d9f387c7c
|
- Patch #732914 by Jacine, sun, reglogge, cosmicdreams: improve the markup/CSS for content and user filter forms.
|
2010-09-17 14:53:22 +00:00 |
Dries Buytaert
|
faf272e906
|
- Patch #914312 by sdboyer: classes marked 'final' are not picked up by the registry.
|
2010-09-17 14:45:46 +00:00 |
Dries Buytaert
|
1bb8993aad
|
- Patch #909272 by moshe weitzman, David_Rothstein: remove stub update functions and renumber the remaining ones.
|
2010-09-17 02:28:37 +00:00 |
Dries Buytaert
|
2c10d1526f
|
- Patch #740834 by makononov, sun: form elements cannot be rendered without form_builder().
|
2010-09-16 20:14:49 +00:00 |
Dries Buytaert
|
8e3e003635
|
- Patch #883092 by Everett Zufelt, mgifford, Jacine: add heading before local tasks for screen-reader users.
|
2010-09-16 19:47:45 +00:00 |
Dries Buytaert
|
0dec18e5be
|
- Patch #809616 by catch: fixed notice in menu rebuild.
|
2010-09-16 17:28:24 +00:00 |
Angie Byron
|
369247bf9c
|
Back to 7.0-dev
|
2010-09-16 01:10:38 +00:00 |
Angie Byron
|
0c6f9b0074
|
Drupal 7.0-alpha7
|
2010-09-16 01:09:34 +00:00 |
Angie Byron
|
a3bc10c4ab
|
#910190 by sun: Remove schema cache from needlessly being loaded on all pages. Performance improvement.
|
2010-09-15 04:34:27 +00:00 |
Dries Buytaert
|
679372502b
|
- Patch #910572 by sun, David_Rothstein: command line installations are broken (programmatic form submissions don't need a theme?).
|
2010-09-14 21:42:05 +00:00 |
Angie Byron
|
fc53a19440
|
#418302 by David_Rothstein, dww, reglogge, and lots and lots of other people: Copy default.settings.php to settings.php during install if webserver owns files. Eliminates 'red error of death' during install for most shared hosting set-ups.
|
2010-09-14 18:46:40 +00:00 |
Angie Byron
|
86226679d9
|
#763376 follow-up by andypost: Fix typo.
|
2010-09-13 06:44:58 +00:00 |
Angie Byron
|
7e99fdd222
|
#734234 by quicksketch, moonray, Melissamcewen, ekes, flobruit: Fixed Radio buttons throw warning in element_children() if keyed with '' (empty string).
|
2010-09-13 06:41:23 +00:00 |
Angie Byron
|
413008b890
|
#898520 follow-up by Damien Tournoud, chx, David Rothstein: Clean-up the upgrade path: comment.
|
2010-09-13 05:50:09 +00:00 |
Dries Buytaert
|
f8b63338e4
|
- Patch #756762 by effulgentsia, fago, sun, rfay, pwolanin: AJAX should follow same rules for whether to call drupal_rebuild_form() as non-AJAX submissions.
|
2010-09-13 01:09:26 +00:00 |
Angie Byron
|
4237d014e9
|
#874326 by rfay, pwolanin, chx: Fixed Invalid scheme fails to halt processing of a stream request.
|
2010-09-11 21:14:32 +00:00 |
Dries Buytaert
|
7017f77cfc
|
- Patch #240828 by sun, yoroy: fixed 'Validation error, please try again...' is terrible UI and confuses users.
|
2010-09-11 14:38:04 +00:00 |
Angie Byron
|
452e31f629
|
#818418 by Amitaibu: Fixed Notices on language negotiation callback when trying to force a full bootstrap.
|
2010-09-11 06:24:55 +00:00 |
Angie Byron
|
b06d19e349
|
#629484 by Amitaibu, fago, et al: Added Add entity 'label' key info (e.g. title on node).
|
2010-09-11 06:03:12 +00:00 |
Angie Byron
|
f096a70e67
|
#898036 by Berdir: Fixed Private images broken. (with tests)
|
2010-09-11 05:07:22 +00:00 |
Dries Buytaert
|
dde1858249
|
- Patch #904994 by douggreen, chx: watchdog should always use replaceable argument.
|
2010-09-11 01:47:14 +00:00 |
Angie Byron
|
7cc3d92d65
|
#616240 follow-up by yched, dereine, marvil07: Make Field UI screens extensible from contrib - part II.
|
2010-09-11 00:03:42 +00:00 |
Angie Byron
|
e4aab2d289
|
#763376 follow-up by fago, sun, effulgentsia: Minor adjustments to drupal_array_set/get_nested_value().
|
2010-09-10 07:58:40 +00:00 |
Angie Byron
|
ccd6fb62a3
|
#903110 by bojanz: Fixed Multiple pager support is partially broken. (with tests)
|
2010-09-09 23:18:30 +00:00 |
Dries Buytaert
|
eaee909a00
|
- Patch #757154 by sun, effulgentsia: base form_id() via hook_forms() not taken into account for #validate, #submit, hook_form_FORMID_alter().
|
2010-09-09 23:01:48 +00:00 |
Angie Byron
|
0bda56b52a
|
#874370 by Jeff Burnz, aspilicious, Cliff, mgifford, yoroy, et al: Fixed System messages need identifying icons (WCAG 2.0).
|
2010-09-09 15:47:03 +00:00 |
Angie Byron
|
14d65ce19e
|
#800502 by Damien Tournoud, sun: Fixed Module page is not ordered correctly.
|
2010-09-05 15:38:16 +00:00 |
Dries Buytaert
|
fb9c1df0b9
|
- Patch #328357 by bleen18, sun, skilip, alanburke, jenlampton, manarth, fgm, tstoeckler: allow module .info files to add CSS/JS.
|
2010-09-05 02:21:38 +00:00 |
Dries Buytaert
|
9d912261e3
|
- Patch #559584 by tic2000, sun: filter_xss() and Line break filter break HTML comments. Also added tests.
|
2010-09-04 17:55:43 +00:00 |
Dries Buytaert
|
5d810f73e7
|
- Patch #887870 by sun, David_Rothstein: make system_list() return full module records.
|
2010-09-03 19:49:56 +00:00 |
Dries Buytaert
|
6f0d1797b5
|
- Patch #886970 by jhodgdon, Crell, Damien Tournoud: DB API putting wrong db placeholders in complex queries.
|
2010-09-03 19:06:55 +00:00 |
Dries Buytaert
|
857bbe5bce
|
- Patch #894530 by David_Rothstein: update system calls drupal_get_schema_versions() for lots of uninstalled modules, leading to a performance hit.
|
2010-09-02 21:07:44 +00:00 |
Dries Buytaert
|
724d3fdbee
|
- Patch #832624 by Max K: unused variable () in function init_theme().
|
2010-09-02 15:58:53 +00:00 |
Dries Buytaert
|
fb300d1f96
|
- Patch #895308 by Damien Tournoud: remove file_directory_path().
|
2010-09-01 20:08:17 +00:00 |
Dries Buytaert
|
6789c8dc04
|
- Patch #890884 by joachim: targeted overrides for theme_menu_link() and theme_menu_tree() fail for menus with a hyphen.
|
2010-09-01 02:59:04 +00:00 |
Angie Byron
|
7b2c2c7de3
|
Temporary roll-back of #890994, per Dries's feedback.
|
2010-09-01 01:43:50 +00:00 |
Angie Byron
|
dc3e02fbfd
|
#890994 by Berdir, Crell, Josh Waihi: Fixed Entity query tests fail on PostgreSQL.
|
2010-09-01 01:35:19 +00:00 |
Angie Byron
|
a405b10d68
|
#761976 by Berdir, jhedstrom, tpfeiffer, Damien Tournoud, Rob van den Bogaard, andypost: Fixed DatabaseSchema_pgsql()::changeField() is broken.
|
2010-09-01 01:28:41 +00:00 |
Angie Byron
|
1ba166ff8e
|
#898654 by chx, Damien Tournoud, alex_b: Fixed Required modules not installed before optional modules.
|
2010-09-01 01:24:05 +00:00 |
Angie Byron
|
8911c4ef45
|
#891476 by solotandem: Fixed Tableselect is missing a column header when not multiple value.
|
2010-08-30 17:07:49 +00:00 |
Angie Byron
|
cc4ce5053b
|
#895896 by Jacine: Fixed Textarea element should not have a value attribute.
|
2010-08-30 05:52:35 +00:00 |
Angie Byron
|
454a53eb1b
|
#890090 by Berdir, jhedstrom, marvil07, bjaspan: Fixed Inserting into a just created table fails when trying to set a value to a serial.
|
2010-08-27 15:53:43 +00:00 |
Angie Byron
|
9d6d6519c9
|
#895344 by Berdir: Fixed Poll upgrade tests fail on SQLite.
|
2010-08-27 15:45:46 +00:00 |
Angie Byron
|
83c52c3b1a
|
#763376 by fago, sun, noahb, effulgentsia, ksenzee, jhodgdon: Fixed Not validated form values appear in ().
|
2010-08-27 11:54:32 +00:00 |
Angie Byron
|
1e985830e2
|
#894898 by mrfelton: Fixed Increase permission length restriction from 64 to 128.
|
2010-08-27 10:42:48 +00:00 |
Angie Byron
|
f375573849
|
#410646 by dman, David_Rothstein, and thousands of other people: Fixed 'Secondary menu' exists but is no longer the default source for the secondary links.
|
2010-08-23 23:38:06 +00:00 |
Dries Buytaert
|
479b71232b
|
- Patch #860180 by chx, dixon_, jhodgdon: entity listing and loading does not allow for node access.
|
2010-08-22 16:11:12 +00:00 |
Dries Buytaert
|
153ef8bd7b
|
- Patch #323477 by justinrandell, boombatower, tstoeckler, Damien Tournoud: increase simpletest speed by running on a simplified profile.
|
2010-08-22 15:31:18 +00:00 |
Dries Buytaert
|
260dbda970
|
- Patch #408482 by c960657, drifter, dixon_, chx: menu links do not follow parent when moving.
|
2010-08-22 14:57:45 +00:00 |
Dries Buytaert
|
b59bf5652b
|
- Patch #870584 by sender: drupal_register_shutdown_function() doxygen is wrong.
|
2010-08-22 14:11:47 +00:00 |
Dries Buytaert
|
db5368027e
|
- Patch #880132 by bojanz: hook_schema() doesn't support compound foreign keys; inconsistent implementations in core.
|
2010-08-22 13:55:53 +00:00 |
Dries Buytaert
|
4a7bb638fb
|
- Patch #353458 by quicksketch, drewish, jpetso, sun, noahb, aaron, chx, mikey_p, dhthwy: hook_file_references() was not designed for a highly flexible field storage.
|
2010-08-22 13:52:59 +00:00 |
Dries Buytaert
|
b0894ceaa7
|
- Patch #812016 by effulgentsia, chx, redndahead, Damien Tournoud: themes cannot always participate in drupal_alter().
|
2010-08-22 12:46:21 +00:00 |
Dries Buytaert
|
ee691c593a
|
- Patch #887102 by Heine: trigger and action escaping issues. Critical bug fix.
|
2010-08-22 11:04:09 +00:00 |
Dries Buytaert
|
ff836870d8
|
- Patch #652122 by sun, catch, moshe weitzman, Berdir, mr.baileys, chx, David_Rothstein, Scott Reynolds, Damien Tournoud: fix dashboard as the default /admin local task.
|
2010-08-20 01:42:52 +00:00 |
Dries Buytaert
|
f8952b675c
|
- Patch #881132 by Garrett Albright: CSS Optimization breaks with non-UTF-8 .css files.
|
2010-08-20 01:17:51 +00:00 |
Dries Buytaert
|
155d2c1d99
|
- Patch #883336 by sun, andypost: theme_image_button() broken.
|
2010-08-20 01:08:18 +00:00 |
Dries Buytaert
|
26dce525a2
|
- Rollback of #447816 -- didn't meant to commit that just yet.
|
2010-08-18 00:44:52 +00:00 |
Dries Buytaert
|
755913e0b7
|
- Patch #443286 by c960657, Damien Tournoud, drifter, webkenny, scor: international characters break file handling.
|
2010-08-17 22:05:22 +00:00 |
Dries Buytaert
|
2d3af8fe80
|
- Patch #829822 by pwolanin, tstoeckler: check Drupal 7 core for vulnerabilities in SA-CONTRIB-2010-066.
|
2010-08-17 21:31:13 +00:00 |
Dries Buytaert
|
946a8d5967
|
- Patch #879910 by plach: fixed text_field_prepare_translation() broken.
|
2010-08-17 18:25:31 +00:00 |
Dries Buytaert
|
ed125d485f
|
- Patch #858528 by Damien Tournoud, chx: file_uri_target() purpose is unclear.
|
2010-08-17 16:29:16 +00:00 |
Dries Buytaert
|
30ecab3775
|
- Patch #156582 by c960657, pwolanin, townxelliot, Damien Tournoud, kbahey, mikeytown2, drico, jpmckinney: drupal_http_request() should support timeout setting.
|
2010-08-17 16:03:30 +00:00 |
Dries Buytaert
|
077617424c
|
- Patch #857206 by Stevel: fixed database autoloader.
|
2010-08-17 15:30:01 +00:00 |
Dries Buytaert
|
33ef42291f
|
- Patch #885000 by cwgordon7: drupal_placeholder() takes an array as an argument.
|
2010-08-17 13:50:52 +00:00 |
Dries Buytaert
|
88b2d8ed94
|
- Patch #883400 by catch: file_unmanaged_copy() spits useless error message on fail.
|
2010-08-16 21:06:53 +00:00 |
Dries Buytaert
|
03630c12e5
|
- Patch #862078 by gustavb, Damien Tournoud: PDO coerceing empty strings to NULL when target is a Postgres bytea.
|
2010-08-16 21:01:23 +00:00 |
Dries Buytaert
|
0a481a7899
|
- Patch #881536 by sun, pwolanin: cannot pass drupal_http_request() options into xmlrpc() function.
|
2010-08-14 03:15:01 +00:00 |
Dries Buytaert
|
5fcf1eda32
|
- Patch #878408 by pwolanin, Damien Tournoud: replace decode_entities() with built-in html_entity_decode().
|
2010-08-11 10:58:22 +00:00 |
Dries Buytaert
|
3f83c075a4
|
- Patch #878198 by pwolanin: add back a method to the DB driver interface that reports the server version.
|
2010-08-11 02:17:39 +00:00 |
Dries Buytaert
|
a2d78da0c2
|
- Patch #605552 by dereine, mr.baileys: function l() fragment 0 return not #0.
|
2010-08-10 01:00:42 +00:00 |
Dries Buytaert
|
e60d38c781
|
- Patch #797680 by lyricnz, jbrown: drupal_write_record() unnecessarily sets primary keys while updating.
|
2010-08-09 00:13:06 +00:00 |
Dries Buytaert
|
e3a52979f6
|
- Patch #865072 by bleen18, jhodgdon: updates to reflect that Bartik is default theme now.
|
2010-08-08 19:35:49 +00:00 |
Dries Buytaert
|
66d31c52ba
|
- Patch #423888 by mikeryan, Crell, drunken monkey: use subqueries for ->countQuery(), at least for MySQL.
|
2010-08-08 02:18:53 +00:00 |
Dries Buytaert
|
2aee69c3ce
|
- Patch #710640 by jhodgdon, torelad: improve documentation for file_munge_filename().
|
2010-08-08 01:37:34 +00:00 |
Angie Byron
|
6a421dc605
|
#755856 by jbrown: Don't insert default values into db in drupal_write_record().
|
2010-08-05 08:36:08 +00:00 |
Angie Byron
|
755343e3b7
|
#807336 by jhodgdon, Berdir, Crell: Document thrown exceptions in database layer.
|
2010-08-05 08:26:35 +00:00 |
Angie Byron
|
769f186755
|
#851348 by mr.baileys: Fixed Fix doc: menu_tree() returns a renderable array, not rendered HTML.
|
2010-08-05 07:56:50 +00:00 |
Angie Byron
|
9874567891
|
#842962 by jhodgdon, chx: Fixed hook_menu() and drupal_deliver_page() need to warn about access checks in documentation.
|
2010-08-05 07:56:14 +00:00 |
Dries Buytaert
|
f37ba88bc7
|
- Patch #667112 by pwolanin, David_Rothstein: there is no way to initialize a pager without running an SQL query.
|
2010-08-04 03:46:16 +00:00 |
Dries Buytaert
|
98ef4e3e4a
|
- Patch #258846 by casey, Gribnif: CSS aggregation fails to parse some url()'s.
|
2010-08-03 02:14:50 +00:00 |
Angie Byron
|
9ad0a7ea9b
|
#851168 by Stevel, Damien Tournoud: Fixed db_find_tables() expects tables to be prefixed, inconsistent implementation and documentation.
|
2010-08-02 18:55:17 +00:00 |
Dries Buytaert
|
c4afc66dea
|
- Patch #870620 by cwgordon7: trailing whitespace in common.inc.
|
2010-08-01 19:54:31 +00:00 |
Angie Byron
|
69d069ce52
|
#619434 by jim0203, jablko: Fixed can't set 'default maximum file size per upload' when upload_max_filesize() is '0' (unlimited).
|
2010-08-01 01:33:42 +00:00 |
Angie Byron
|
f8dea099d7
|
#853748 by Stevel, andypost: Fixed Folders in includes/database that do not contain an (installable) driver are used anyway.
|
2010-07-31 12:29:31 +00:00 |
Dries Buytaert
|
ad41c41fe4
|
- Patch #855420 by jhodgdon, aspilicious: documentation cleanup for xmlrpcs.inc and add missing documentation headers.
|
2010-07-31 04:17:34 +00:00 |
Dries Buytaert
|
a94519077b
|
- Patch #829968 by andypost, AlexisWilke: drupal_lookup_path() documentation and return mismatch.
|
2010-07-31 04:10:30 +00:00 |
Dries Buytaert
|
699afdd1be
|
- Patch #690980 by seutje, sun, seanyo, aaroncouch: disabled form elements not properly rendered.
|
2010-07-31 04:01:51 +00:00 |
Dries Buytaert
|
37c3c7ec7a
|
- Patch #769226 by Owen Barton, alanburke, sun: fixed JS/CSS preprocess should default to FALSE.
|
2010-07-30 02:47:28 +00:00 |
Dries Buytaert
|
4f2d69698c
|
- Patch #861192 by jhodgdon, chx, sun, David_Rothstein: document that MariaDB works, too.
|
2010-07-30 01:59:14 +00:00 |
Dries Buytaert
|
7c9948f0db
|
- Patch #855380 by plach: () should be used to lookup the current path alias.
|
2010-07-30 01:52:54 +00:00 |
Dries Buytaert
|
0de52de646
|
- Patch #747252 by justinrandell, dhthwy, aspilicious: cannot extract themes and modules.
|
2010-07-29 02:27:43 +00:00 |
Dries Buytaert
|
d2f7ddd8b8
|
- Patch #822108 by jhodgdon, aaronbauman, justinrandell: rediscover bootstrap hook implementations during cache clear.
|
2010-07-29 02:00:27 +00:00 |
Dries Buytaert
|
93cf8ab31a
|
- Patch #800460 by effulgentsia, sun: WTF coupling between ()['cache'] and form processing.
|
2010-07-29 00:46:09 +00:00 |
Dries Buytaert
|
a80919186c
|
- Patch #855988 by pwolanin, Damien Tournoud, David_Rothstein: get rid of preg_replace() with /e in decode_entities().
|
2010-07-29 00:38:24 +00:00 |
Dries Buytaert
|
c9e5a055fb
|
- Patch #866340 by Damien Tournoud: remove support for date and time types.
|
2010-07-28 10:52:12 +00:00 |
Dries Buytaert
|
1d9b81af47
|
- Patch #830304 by solotandem: drupal_mail() doc example using D6 syntax for t().
|
2010-07-28 02:19:56 +00:00 |
Dries Buytaert
|
8a128c645c
|
- Patch #851748 by Stevel: weird logic in SelectQuery::addField().
|
2010-07-28 01:51:06 +00:00 |
Dries Buytaert
|
b8a7b8a89b
|
- Patch #508056 by Stevel: _module_build_dependencies() calls drupal_depth_first_search() with wrong param count.
|
2010-07-28 01:46:59 +00:00 |
Dries Buytaert
|
eda098c03f
|
- Patch #857300 by andypost: make drupal_install_mkdir() should use octal numbers.
|
2010-07-26 13:20:01 +00:00 |
Dries Buytaert
|
123bf46c43
|
- Patch #827430 by David_Rothstein: drupal_form_submit() no longer works with checkboxes.
|
2010-07-26 13:07:59 +00:00 |
Dries Buytaert
|
a378853208
|
- Patch #861876 by andypost: notice in watchdog().
|
2010-07-26 03:05:36 +00:00 |
Dries Buytaert
|
57e88bff51
|
- Patch #809600 by Damien Tournoud, chx: stop using bit-wise operators for {file_managed()}.status.
|
2010-07-26 03:04:29 +00:00 |
Dries Buytaert
|
1236ee9c75
|
- Patch #863736 by David_Rothstein: unnecessary isset() check in path_save().
|
2010-07-26 02:59:57 +00:00 |
Dries Buytaert
|
4fe9ef99cb
|
- Patch #807158 by freelock, jhodgdon: DrupalDefaultEntityController properties are not documented.
|
2010-07-26 02:51:46 +00:00 |
Dries Buytaert
|
8a3098d0c1
|
- Patch #675116 by jhodgdon: several problems in field.api.php and field_ui().api.php.
|
2010-07-25 02:45:27 +00:00 |
Dries Buytaert
|
03d7c314d8
|
- Patch #641008 by reglogge, David_Rothstein, tstoeckler, marcvangend: duplicated text in install error message.
|
2010-07-25 00:25:37 +00:00 |
Dries Buytaert
|
dca92900fb
|
- Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'.
|
2010-07-24 17:28:27 +00:00 |
Dries Buytaert
|
002ca866d5
|
- Patch #861566 by p.brouwers: use uppercase for PHP constants, e.g. NULL, TRUE, FALSE.
|
2010-07-22 23:54:32 +00:00 |
Dries Buytaert
|
c03800e0cd
|
- Patch #861420 by sun: coder_format() on xmlrpc(s).inc.
|
2010-07-22 16:20:15 +00:00 |
Dries Buytaert
|
19c7193c4c
|
- Patch #855410 by aspilicious: add missing doc and newlines in updater.inc.
|
2010-07-21 00:28:14 +00:00 |
Dries Buytaert
|
34a7bbcf54
|
- Patch #855400 by aspilicious: fix issues in theme.inc - newlines and missing doc.
|
2010-07-21 00:27:24 +00:00 |
Dries Buytaert
|
5038c5d3df
|
- Patch #846858 by kiamlaluno: it's/its grammar in various doc headers.
|
2010-07-21 00:26:21 +00:00 |
Dries Buytaert
|
d58ac9fd64
|
- Patch #772678 by sun, jpmckinney, Berdir: database default collation is not respected.
|
2010-07-20 21:12:47 +00:00 |
Dries Buytaert
|
35bad3b13b
|
- Patch #770664 by Damien Tournoud: path whitelist uses an unsupported GROUP BY alias.
|
2010-07-19 22:12:14 +00:00 |
Dries Buytaert
|
84916ad9c7
|
- Patch #845846 by Stevel, bellHead: PDOStatement::bindParam() bind to a reference even for OUT parameters.
|
2010-07-19 22:11:04 +00:00 |
Dries Buytaert
|
3fd692b390
|
- Patch #767478 by derjochenmeyer: menu li.leaf items get expanded (li.expanded) when active.
|
2010-07-19 21:57:49 +00:00 |
Dries Buytaert
|
83f4ef42f6
|
- Patch #851100 by Damien Tournoud: subquery objects are iterated upon.
|
2010-07-19 21:05:46 +00:00 |
Dries Buytaert
|
a5f23317ef
|
- Patch #851110 by Damien Tournoud: InsertQuery::execute() needs to rollback the transaction if one insert fail.
|
2010-07-19 13:28:19 +00:00 |
Dries Buytaert
|
9cf185c391
|
- Patch #852362 by chx: fixed extend is 100% fubar.
|
2010-07-19 13:23:21 +00:00 |
Dries Buytaert
|
d828e2170b
|
- Patch #768090 by ridgerunner: changed drupal_static() performance improvement.
|
2010-07-18 01:22:53 +00:00 |
Dries Buytaert
|
6195d47d15
|
- Patch #790482 by glipay: update_prepare_d7_bootstrap() docs say it should not modify database, but it does.
|
2010-07-17 19:44:06 +00:00 |
Dries Buytaert
|
ecc7ce0875
|
- Patch #561226 by fago, effulgentsia, sun, YesCT, marcingy: orms (elements) need to able to specify include files to be loaded for building.
|
2010-07-17 18:52:39 +00:00 |
Dries Buytaert
|
050354df37
|
- Patch #856788 by glipay: documentation improvement.
|
2010-07-17 02:00:50 +00:00 |
Dries Buytaert
|
c56439cb15
|
- Patch #855374 by aspilicious: fix newlines in lock.inc.
|
2010-07-16 11:19:38 +00:00 |
Dries Buytaert
|
8dd4725eeb
|
- Patch #855376 by aspilicious: fix newlines in mail.inc.
|
2010-07-16 11:18:49 +00:00 |
Dries Buytaert
|
c804c97c53
|
- Patch #855386 by aspilicious: fix newlines in module.inc.
|
2010-07-16 11:18:02 +00:00 |
Dries Buytaert
|
b55815f68e
|
- Patch #855402 by aspilicious: fix newlines in token.inc.
|
2010-07-16 11:17:25 +00:00 |
Dries Buytaert
|
8cf0d590fb
|
- Patch #855378 by aspilicious: fix newlines in menu.inc.
|
2010-07-16 02:54:09 +00:00 |
Dries Buytaert
|
1a0778d1f6
|
- Patch #855394 by aspilicious: fix newlines in session.inc.
|
2010-07-16 02:53:02 +00:00 |
Dries Buytaert
|
429d0c3666
|
- Patch #855390 by aspilicious: fix newlines in path.inc.
|
2010-07-16 02:51:44 +00:00 |
Dries Buytaert
|
a6f0b92207
|
- Patch #855310 by aspilicious: fix newlines in file_mimetype().inc.
|
2010-07-16 02:40:48 +00:00 |
Dries Buytaert
|
ef832ddf05
|
- Patch #855316 by aspilicious: fix newlines in image.inc.
|
2010-07-16 02:39:38 +00:00 |
Dries Buytaert
|
7b3d03aa83
|
- Patch #855322 by aspilicious: fix newlines (and some dots) in locale.inc.
|
2010-07-16 02:38:16 +00:00 |
Dries Buytaert
|
2ad0a2c1f7
|
- Patch #684982 by plach: audit of global language variable use.
|
2010-07-16 02:37:06 +00:00 |
Dries Buytaert
|
da75021509
|
- Patch #855418 by jhodgdon, aspilicious: fix doc errors in xmlcpr.inc and fill in the missing doc headers.
|
2010-07-16 02:19:38 +00:00 |
Dries Buytaert
|
e65cb2df47
|
- Patch #410636 by Stevel, randallknutson, c960657, Berdir: upgrade does not create required menus.
|
2010-07-14 20:30:09 +00:00 |
Dries Buytaert
|
1798cf27ab
|
- Patch #851698 by Damien Tournoud: DatabaseSchema_sqlite() severely broken.
|
2010-07-14 20:25:10 +00:00 |
Dries Buytaert
|
02a4755049
|
- Patch #851590 by Damien Tournoud: SQLite should 'stringify' fetches.
|
2010-07-13 04:30:08 +00:00 |
Angie Byron
|
9d15ef4f04
|
#847528 by chx: Fixed rollback presumes transaction support.
|
2010-07-12 15:14:16 +00:00 |
Angie Byron
|
0d865cc02b
|
#851140 by Damien Tournoud: Fixed DatabaseSchema::getPrefixInfo() is *severely* broken.
|
2010-07-12 15:10:40 +00:00 |
Angie Byron
|
10edd51e29
|
#850206 by Stevel: Fixed Converting db configuration gives wrong result when () is set.
|
2010-07-10 17:27:50 +00:00 |
Dries Buytaert
|
3e44e9eed6
|
- Patch #819388 by pwolanin: switch registry back to using hashes not file mtime and ctime.
|
2010-07-10 01:57:32 +00:00 |
Dries Buytaert
|
57ab633bc5
|
- Patch #844676 by chx, asimmonds: stream wrappers stream_seek() return is invalid.
|
2010-07-10 01:51:02 +00:00 |
Angie Byron
|
0c993fd704
|
#776956 by CrashTest_, Damien Tournoud, effulgentsia, chx: Fixed critical bug: Complex widgets are not respecting '#disabled' state.
|
2010-07-10 00:03:37 +00:00 |
Angie Byron
|
28219f5999
|
Back to 7.0-dev
|
2010-07-09 00:15:34 +00:00 |
Angie Byron
|
9bf09eea76
|
Drupal 7.0-alpha6
|
2010-07-09 00:14:02 +00:00 |
Angie Byron
|
8f5c296cc0
|
#845742 by Damien Tournoud: Make Bartik the default core theme.
|
2010-07-08 03:41:27 +00:00 |
Angie Byron
|
893fba439b
|
Roll-back of #749748. This broke JavaScript on node add forms, and probably elsewhere.
|
2010-07-07 17:56:42 +00:00 |
Angie Byron
|
d38b5b804c
|
#554106 follow-up by pwolanin: Restore timeboxing for SimpleTest runs, for security.
|
2010-07-07 17:53:28 +00:00 |