Greg Dunlap
85306e2ff1
Just removed the default style tests altogether. Default styles are no longer any different than custom styles
2012-02-13 19:31:39 -05:00
Greg Dunlap
b92e4eac3d
Removed tests that made sure we couldnt edit default styles without overriding (no longer applicable)
2012-02-13 19:29:51 -05:00
Greg Dunlap
495aef8fb1
Removed test that made sure we couldn't delete default image styles since that no longer applies
2012-02-13 19:28:29 -05:00
Greg Dunlap
6f1946a393
Cleaning up some notices and incorrect function signatures for tests
2012-02-13 19:18:14 -05:00
Greg Dunlap
757ce5148e
Removed sig from global htaccess, create a new one in the config directory at install time which simply does a DenyFromAll, just like private files
2012-02-13 18:11:17 -05:00
James Gilliland
abcefd7710
Demonstrate providing controller arguments
...
A hacky way of hardcoding controller arguments. Because page arguments are
translated onto the attributes variable and the attributes are used for
arguements via reflection, this lets you push arguments onto the controller
that aren't on the path. This is hacky but so was the original version and
it shouldn't cause a problem as long as path arguments don't share a name
which would have caused problems anyways.
2012-02-13 16:04:01 -05:00
James Gilliland
55a8203bdb
Use a HttpKernel event to translate to a request
...
We return render arrays from requests ATM and until we transition to actual
request objects, we need to translate so Symfony can function.
2012-02-13 16:02:34 -05:00
Dries
07d4c5569f
- Patch #1431452 by larowlan: 'status' in where clause is ambiguous.
2012-02-13 13:57:23 -05:00
Dries
d37c49df4e
- Patch #1431918 by Liam Morland: user_multiple_role_edit() doc needs more detail.
2012-02-13 13:44:59 -05:00
James Gilliland
cf096e698a
Stash the Drupal menu item
...
This will bubble down to the request and since that will be passed around, make
a lot of integration with Symfony and transitioning easier.
2012-02-13 11:05:42 -05:00
James Gilliland
86554c8ec6
More clear documentation and routing function name
2012-02-13 10:08:24 -05:00
James Gilliland
3ef99f9000
Convert to our own UrlMatcher
...
This is a transitional implementation but by using the UrlMatcherInterface
we can embed our matching logic directly into Symfony's routing logic.
2012-02-13 10:00:50 -05:00
James Gilliland
5ae2b93226
Updated Symfony router with HttpKernel request routing
2012-02-13 10:00:36 -05:00
James Gilliland
e7e6eb55f2
WIP
2012-02-13 09:57:30 -05:00
justinrandell
aedb6b6921
make the test config directory prefixes match up
2012-02-12 02:26:06 -05:00
Greg Dunlap
00e4f78537
Expanded the comment on ->get() to be more explicit about string conversions
2012-02-13 14:15:40 -05:00
Greg Dunlap
0810f57d8a
Merge branch '8.x-file-config' of git.drupal.org:sandbox/heyrocker/1145636 into 8.x-file-config
2012-02-13 13:56:57 -05:00
Greg Dunlap
9485cf0ce8
Adding ability to return NULL if a value is not found
2012-02-13 13:02:02 -05:00
sun
f71138695f
Fixed configuration file directory not setup for tests.
2012-02-13 18:53:07 +01:00
justinrandell
9689b0be06
Fully qualify path to PHP's Exception in our namespaced code.
2012-02-11 23:23:54 -05:00
justinrandell
a3156a15e7
Convert a couple of calls that look for cache settings using the old variable_get system.
2012-02-11 23:01:58 -05:00
Greg Dunlap
a8df28f40d
Made config->delete() also blank out the internal data array to prevent people retrieving the data after deletion
2012-02-13 10:30:12 -05:00
Greg Dunlap
5674c60a31
Removed getData() function since this is now replicated in get()
2012-02-13 09:42:41 -05:00
Greg Dunlap
c0d37effeb
Removed todo that no longer applies
2012-02-12 14:00:59 -05:00
Greg Dunlap
a8313cf422
Merge remote-tracking branch 'core/8.x' into 8.x-file-config
2012-02-12 11:24:16 -05:00
Greg Dunlap
79c10d633d
Converting config system to PSR-0
2012-02-12 11:17:29 -05:00
Greg Dunlap
1de1df5717
Added ability to get the complete data array by passing no key to config->get()
2012-02-11 15:49:25 -05:00
catch
d790839ecf
Issue #872488 by acouch, mfb, musicnode: Regression: no way to get taxonomy tags into RSS feeds.
2012-02-11 14:31:48 +09:00
catch
49dbb6d4fb
Issue #1411114 by sun: Fixed drupal_valid_test_ua() is not statically cached on non-positive match.
2012-02-11 14:24:47 +09:00
catch
25c7704131
Issue #41595 by pillarsdotnet, m3avrck, sun et al: Fixed All pager links have an 'active' CSS class.
2012-02-11 14:22:04 +09:00
catch
055900b338
Issue #1250800 by attiks, Jelle_S, dereine: Fixed Language domain should work regardless of ports or protocols.
2012-02-11 14:17:56 +09:00
catch
57019c74c7
Issue #1068016 by franz: Followup to fix code style issue.
2012-02-09 11:16:27 +09:00
Dries
72a6343890
- Added missing files
2012-02-08 13:50:19 -05:00
Dries
03a8bdc361
- Patch #1431040 by Gábor Hojtsy: rename LOCALE_LANGUAGE_NEGOTIATION_* constants to LANGUAGE_NEGOTIATION_*.
2012-02-08 09:51:31 -05:00
Dries
51867cdc07
- Patch #1221718 by aspilicious, sun, skottler: refactor block-admin-display-form.tpl.php.
2012-02-08 09:49:23 -05:00
catch
6e2a903141
Issue #666854 by TR, JacobSingh: Whitespace follow-up for E_NOTICE warnings in run_tests().sh .
2012-02-08 20:14:58 +09:00
catch
ed9a5d96f6
Issue #814804 by JacobSingh, ksenzee, draenen, et al: Fixed taxonomy_autocomplete() produces SQL error for nonexistent field.
2012-02-08 20:13:10 +09:00
catch
1ab8af6d81
Issue #1320028 by isay: Fixed bartik style-rtl.css have not overide text align to rigth for tr td, tr th tags.
2012-02-08 20:10:03 +09:00
catch
142b98a5c0
Issue #1334344 by jessebeach, mikestefff: Fixed During update, Bartik throws an error that () is not defined.
2012-02-08 20:05:27 +09:00
catch
b62f85ca97
Issue #998256 by justafish, Dave Reid: Please let modules know about the original URL alias in hook_path_update().
2012-02-08 20:03:32 +09:00
Dries
d68fe9071d
- Patch #1068016 by franz, karschsp, BartVB, Niklas Fiekas: fixed number field validation fails to block some invalid input causing later SQL fatal error.
2012-02-07 14:55:09 -05:00
Dries
fdca0419a5
- Patch #1357918 by Gábor Hojtsy, swentel, sun, no_commit_credit: missing update for language_default() in language langcode update.
2012-02-07 14:34:52 -05:00
Dries
c94f4a0592
- Patch #1428498 by linclark: Docblock syntax error for taxonomy_select_nodes().
2012-02-06 21:59:07 -05:00
Dries
36e9422aef
- Patch #1425280 by Niklas Fiekas, swentel: no contextual links in node lists after a node without contextual links.
2012-02-06 17:25:12 -05:00
Dries
cb043599e0
- Patch #1425280 by Niklas Fiekas, swentel: no contextual links in node lists after a node without contextual links.
2012-02-06 17:25:01 -05:00
Dries
45278f5108
- Patch #1428538 by nod_: Use jQuery toggle.
2012-02-06 17:15:29 -05:00
Dries
26bf1f5b64
- Patch #1159258 by Deciphered: fixed image_file_move() flushes new URI not source URI.
2012-02-05 08:59:33 -05:00
Dries
3aed4afd5a
- Patch #404116 by c31ck, amateescu, neclimdul: provide default choices on poll translations.
2012-02-05 08:38:25 -05:00
Dries
91263e5851
- Patch #1426954 by Gábor Hojtsy: remove locale backward compatibility layer in installer.
2012-02-05 08:23:53 -05:00
Dries
5c35e09380
- Patch #1420056 by nod_, droplet: Fixed moving shortcut local var.
2012-02-04 21:02:07 -05:00
Dries
5b97567262
- Patch #1414824 by nod_: Fixed Leaking vars in tabledrag.js.
2012-02-03 16:18:21 -05:00
Dries
87518a97db
Merge branch '8.x' of git.drupal.org:project/drupal into 8.x
2012-02-03 16:16:15 -05:00
Dries
4f6c4013de
- Patch #1426698 by droplet: Fixed book.js: fix vertical tabs summary & clean up.
2012-02-03 16:15:50 -05:00
catch
fc690da10d
Issue #761608 : add the new test themes.
2012-02-04 00:42:50 +09:00
catch
a8edf85f0f
Issue #911354 by adrian, boombatower, jhedstrom, sun, yhahn, dixon_, et al: Fixed Tests in profiles/[name]/modules cannot be run and cannot use a different profile for running tests.
2012-02-03 23:37:28 +09:00
catch
869b5e1a7e
Issue #761608 by JohnAlbin: Fixed Missing theme settings values because list_themes() has inconsistent theme object data.
2012-02-03 23:16:11 +09:00
catch
da5aa80e09
Issue #1331370 by beejeebus, plach: Fixed [Upgrade path broken] Stored include paths need to be updated to /core before running the upgrade path.
2012-02-03 22:52:24 +09:00
Larry Garfield
1bc5b98e6c
Merge remote-tracking branch 'dries/8.x' into dbtngtng
2012-02-02 23:50:39 -06:00
Larry Garfield
b9131de629
Clean up exception naming with a new interface.
2012-02-02 23:17:31 -06:00
Dries
7500befb81
- Patch #1319420 by nod_: multiple execution of tableselect.js with nested tables.
2012-02-02 13:13:06 -05:00
Dries
f7daf3453b
- Patch #598414 by Tor Arne Thune, Dave Reid: Fixed Links in the update results page lead to 403s.
2012-02-02 13:09:46 -05:00
Dries
31544e56ff
- Patch #1417754 by mkadin: hook_menu() docs need to explain that options don't work for tabs.
2012-02-02 11:38:57 -05:00
Dries
9ec7d24763
- Patch #1423510 by oriol_e9g: undefined var in prepareInstallDirectory.
2012-02-02 11:20:14 -05:00
Dries
82cb7cf5e8
- Patch #1414314 by Gábor Hojtsy, tstoeckler: make node and path depend on language module only for language support, get rid of locale_language_name().
2012-02-02 11:08:57 -05:00
Dries
823ff6a19b
- Patch #1290506 by droplet, mike stewart, bvirtual: remove webkit-specific border radius from CSS.
2012-02-02 10:49:10 -05:00
Greg Dunlap
a7c6328d17
Merge remote-tracking branch 'core/8.x' into 8.x-file-config
2012-02-01 14:02:58 +01:00
catch
037faa8fbf
Issue #1400748 by Crell, jbrown, plach: Proposal for unified namespace organization.
2012-02-01 12:23:30 +09:00
catch
e31452775e
Issue #1229442 by bleen18, amateescu, chrispomeroy: Change notification for: Convert poll tpls and markup to HTML5.
2012-02-01 12:02:15 +09:00
catch
7174061c6b
Issue #1217036 by jyve, franz: Clean up the CSS for Search module.
2012-02-01 11:58:37 +09:00
webchick
00581a73af
Issue #1326482 by ryanissamson: Clean up minor code style issues in archiver.inc.
2012-01-31 02:53:15 -08:00
webchick
66a3371415
Issue #569076 by rocket_nova, wamilton, alonpeer: Test that taxonomy term page contains a link to parent terms in the breadcrumbs.
2012-01-31 00:23:18 -08:00
webchick
535223a9ed
Issue #1415794 by Zen Master: Fixed node_access_test_form_node_form_alter() has wrong documentation header.
2012-01-31 00:18:53 -08:00
webchick
67d180bafa
Issue #1409052 by mkadin: Fixed hook_menu() should state that auto-loaders should return FALSE to indicate nothing found and trigger a 404.
2012-01-31 00:16:04 -08:00
webchick
3e17654cf1
Issue #1372280 by sven.lauer: Document that field_info_field_by_id() may also be used for deleted fields.
2012-01-31 00:12:57 -08:00
webchick
911bc7247b
Issue #1416212 by pontus_nilsson: Fixed _user_mail_notify() -- options for need to be a list.
2012-01-31 00:12:04 -08:00
webchick
ecfa526bd3
Issue #735528 by redndahead, nod_, kkaefer, agentrickard, peterpoe, Rob Loach, xjm, sun: FAPI #states: Fix conditionals to allow OR and XOR constructions.
2012-01-31 00:03:32 -08:00
webchick
8e4638721b
Issue #1360416 by droplet, LSU_JBob: Fixed Document that the page_bottom() region is hidden from the blocks UI.
2012-01-30 23:53:00 -08:00
webchick
0b82d911da
Issue #1402620 by jeckman, jwlogemann: Fixed node_show() return doc links to nonexistent function.
2012-01-30 23:50:49 -08:00
webchick
853ae41231
Issue #1405260 by skottler: Clarify the language around non-reliable queue examples.
2012-01-30 23:48:51 -08:00
webchick
148f5b6f28
Issue #1234830 by beejeebus, schildi: Fixed cache_menu(): huge table size.
2012-01-30 23:13:06 -08:00
Nathaniel
1146ec3b47
Issue #1183250 by jessebeach, linclark, aspilicious, sun, Everett Zufelt, scor: Add a theme_datetime() function to consistently theme dates and datetimes.
2012-01-31 14:17:24 +09:00
webchick
d5984e1e81
Issue #1110650 follow-up by grendzy, oriol_e9g, sun: Fixed comment-by-anonymous class never appears.
2012-01-30 21:00:17 -08:00
Dries
64e79ac197
- Patch #838800 by kotnik, Damien Tournoud: Improve random number generation.
2012-01-29 16:37:38 -05:00
Dries
7343447096
- Patch #1420048 by nod_, droplet: fixed menu* JS indention.
2012-01-29 16:13:55 -05:00
Dries
c103bdadfb
- Patch #1099062 by nod_, droplet: Autocomplete.js micro optimization.
2012-01-29 16:08:51 -05:00
Dries
1c09cbb5c4
- Patch #1346914 by droplet: use .length instead of jQuery.size().
2012-01-29 08:54:40 -05:00
Dries
768affe5fd
- Patch #1414824 by nod_: fixed leaking vars in tabledrag.js.
2012-01-29 08:31:36 -05:00
Dries
ae93ca687d
- Patch #1399496 by droplet: JS semicolon to following code standard .
2012-01-29 08:25:06 -05:00
Larry Garfield
49839784e7
Add file docblocks to new DB files.
2012-01-28 18:27:11 -06:00
Larry Garfield
5a5c830761
Rename transaction use statement.
2012-01-28 17:54:14 -06:00
Larry Garfield
e9453d8b04
Merge branch '1400748-namespaces' into dbtngtng
2012-01-28 17:51:18 -06:00
Larry Garfield
c616a7b643
Merge branch '8.x' into 1400748-namespaces
2012-01-28 17:51:10 -06:00
Larry Garfield
24390d5857
Add empty stub files for Postgres.
2012-01-28 17:43:54 -06:00
Larry Garfield
03bd99a28b
Update documentation blocks for fully qualified class names.
2012-01-28 17:40:14 -06:00
Larry Garfield
a6b6fa5b91
Fix logic in Logger backtrace scanning now that the code is not in the includes directory anymore.
2012-01-28 16:44:35 -06:00
Dries
2c41fddec0
- Patch #1217788 by David_Rothstein: remove more IE7 stuff.
2012-01-27 13:03:13 -05:00
Dries
ebb763b533
- Patch #1354852 by marvil07, 30equals: hook_node_type_insert() has no sample function body.
2012-01-27 12:10:57 -05:00
Dries
52f5529536
- Patch #1394790 by joachim: explain system_admin_compact_mode().
2012-01-27 10:37:10 -05:00
Dries
cdcb9ec42c
- Patch #1013034 by ncl, kathyh: PostgreSQL constraints do not get renamed by db_rename_table().
2012-01-27 10:34:40 -05:00
Dries
99ac453714
- Patch #1377544 by kotnik: hook_update_N documentation uses dead links.
2012-01-27 10:25:49 -05:00
Dries
dd13c22eed
- Patch #1190210 by aspilicious, richthegeek, jessebeach: convert toolbar.tpl.php to HTML5.
2012-01-27 10:17:34 -05:00
Larry Garfield
b7665c6970
Remove old PostgreSQL files that are now empty.
2012-01-26 23:53:42 -06:00
Larry Garfield
1627fdf708
Revert "Remove empty files from old database structure."
...
This reverts commit d3cf89018b .
2012-01-26 23:52:29 -06:00
Larry Garfield
a731ac1df9
Merge branch '1400748-namespaces' into dbtngtng
2012-01-26 23:48:06 -06:00
Larry Garfield
b5e33f620e
Merge branch '8.x' into dbtngtng
2012-01-26 23:47:34 -06:00
Larry Garfield
89a813c702
Merge branch '8.x' into 1400748-namespaces
2012-01-26 23:33:06 -06:00
Dries
b989d0cc16
- Patch #1415764 by Gábor Hojtsy: Untangle comment module and locale module.
2012-01-26 11:21:48 -05:00
Dries
afacb52295
- Patch #852524 by plach, oriol_e9g: include language provider files only when they are needed.
2012-01-26 11:09:59 -05:00
Greg Dunlap
b6d57235b6
Merge remote-tracking branch 'core/8.x' into 8.x-file-config
2012-01-26 08:54:22 +01:00
Dries
a08405829e
- Patch #61456 by jeffschuler, edmund.kwok, jdefay, David_Rothstein, csevb10, alex_b, xjm, Steve Dondley: Aggregator titles display quotes and other characters with HTML entity equivalents badly (write tests).
2012-01-25 15:54:58 -05:00
Dries
a775f0580c
- Patch #61456 by jeffschuler, edmund.kwok, jdefay, David_Rothstein, csevb10, alex_b, xjm, Steve Dondley: Aggregator titles display quotes and other characters with HTML entity equivalents badly (write tests).
2012-01-25 15:53:29 -05:00
sun
b3f717812c
Renamed global variables to $config_directory_name and $config_signature_key.
2012-01-25 21:27:19 +01:00
Greg Dunlap
19b21a1fa6
Merge conflict from aspilicious' fixes
2012-01-25 21:22:08 +01:00
Greg Dunlap
2e50e5ba18
fixed form.inc
...
Conflicts:
core/includes/form.inc
2012-01-25 21:20:05 +01:00
Bram Goffings
0734324871
fixed statistics logging test, partialy fixed page caching and session tests
2012-01-25 21:18:01 +01:00
Bram Goffings
4a8adb2ad9
removed tab in block cache config
2012-01-25 21:17:32 +01:00
Bram Goffings
ff8e2f2e79
fixed poll.test
2012-01-25 21:17:17 +01:00
Bram Goffings
755d8f92f6
Removed tabs from system.performance config file
2012-01-25 21:16:44 +01:00
Greg Dunlap
0a62a892e6
Fixing up one merge conflict from move to PSR-0
2012-01-25 21:09:42 +01:00
Greg Dunlap
a5b4c2500a
Merge from core for PSR-0
2012-01-25 21:01:35 +01:00
Larry Garfield
808c88bd82
Add new readme file for the lib directory itself that specifies PSR-0.
2012-01-25 09:01:39 -06:00
Larry Garfield
fc73713158
Minor language tweaks.
2012-01-25 09:01:12 -06:00
Larry Garfield
0e7882b7f9
Merge remote-tracking branch 'dries/8.x' into 1400748-namespaces
2012-01-25 08:54:36 -06:00
Dries
f5abeb9b11
- Patch #1416218 by scorchio: Improve variable naming in format_interval().
2012-01-25 08:19:32 -05:00
Dries
d78f6a63d4
- Patch #61456 by jeffschuler, edmund.kwok, jdefay, David_Rothstein, csevb10, alex_b, xjm, Steve Dondley: Aggregator titles display quotes and other characters with HTML entity equivalents badly (write tests).
2012-01-24 21:27:42 -05:00
Dries
2b08a88cba
- Patch #736556 by daniels220, jeckman, Albert Volkman: fixed theme_links() doc needs expansion.
2012-01-24 21:11:37 -05:00
Dries
0b1ec3bfeb
- Patch #490182 by amateescu: present all CRUD operations on Taxonomy List terms page.
2012-01-24 21:07:07 -05:00
Dries
39b65b363e
- Patch #1269586 by Everett Zufelt, ericduran: Use .js instead of html.js in CSS.
2012-01-24 21:00:59 -05:00
Dries
47ca221a13
- Patch #1400310 by nod_: Fixed Use of .parents() is really .closest().
2012-01-24 20:33:51 -05:00
Dries
22078d279d
- Patch #1413888 by anrikun, sun: Move function assertNoOption() from menu.test to simpletest drupal_web_test_case().php.
2012-01-24 20:26:51 -05:00
Dries
b55fc01277
- Patch #1346166 by Dave Reid: Improve performance of token_replace() if there are no tokens to replace.
2012-01-24 20:18:24 -05:00
Dries
68fc0fad1a
- Patch #1316866 by nicl: User_forms() is now redundant.
2012-01-24 17:53:40 -05:00
Dries
fc5b03dacf
- Patch #1352272 by sven.lauer, LSU_JBob: Remove obsolete system_settings_overview().
2012-01-24 17:51:41 -05:00
Dries
d221954f29
- Patch #1387572 by pbull, tarekdj: Fixed node links are not left aligned in bartik theme on RTL direction.
2012-01-24 17:30:59 -05:00
Dries
4edd147d99
- Patch #1387098 by LSU_JBob, nburles: bug in ajax.js when minified.
2012-01-24 17:24:14 -05:00
Dries
b4e0f11fa5
- Patch #1000074 by naxoc: node_permission() uses check_plain() without a purpose.
2012-01-24 17:21:33 -05:00
Dries
fc7c985be0
- Patch #1264728 by yched: Refresh field 'active' state in module_enable() / _disable().
2012-01-24 16:55:50 -05:00
Dries
e341d8ec6e
- Patch #1408636 by swentel, c31ck: fixed fatal error when viewing unpublished nodes with the translator module enabled.
2012-01-24 16:42:56 -05:00
Dries
39b1878c84
- Patch #666854 by TR, JacobSingh: fixed E_NOTICE warnings in run_tests().sh .
2012-01-24 14:25:25 -05:00
Dries
6302cec677
- Patch #1347836 by LSU_JBob, linclark: Comment cleanup in common.test.
2012-01-24 14:14:33 -05:00
Dries
6165e9e18c
- Patch #1337198 by bleen18: remove useless form_alter() implementation.
2012-01-24 14:10:53 -05:00
Dries
4137508aa4
- Patch #984874 by LSU_JBob, dalin: Improve test performance (and hence PIFR performance) by extending DrupalUnitTestCase where possible.
2012-01-24 14:03:20 -05:00
Dries
17dcddc3a4
- Patch #1386514 by pflame, nod_, David_Rothstein: Fixed Dragging and dropping a shortcut from disabled to enabled doesn't switch the status if the dragging happens fast.
2012-01-24 14:01:37 -05:00
Dries
f5563bf877
- Patch #1400310 by nod_: Fixed Use of .parents() is really .closest().
2012-01-24 13:54:39 -05:00
Larry Garfield
d3cf89018b
Remove empty files from old database structure.
2012-01-23 21:17:08 -06:00
Larry Garfield
f4a58c3f3a
Move Postgres code to PSR-0.
2012-01-23 21:16:26 -06:00
Larry Garfield
0ee2386bc0
Merge branch '1400748-namespaces' into dbtngtng
2012-01-23 19:32:58 -06:00
Larry Garfield
910535c9ab
Merge branch '8.x' into 1400748-namespaces
2012-01-23 19:23:12 -06:00
Larry Garfield
d0dd76140a
Correct more comments.
2012-01-23 19:18:51 -06:00
Dries
4b92841794
- Patch #1387608 by Gábor Hojtsy, tstoeckler: Unify language_list() and locale_language_list().
2012-01-23 10:46:29 -05:00
Dries
adbebba6ad
- Patch #1330554 by oriol_e9g, fiftyz, richthegeek: Fixed taxonomy_get_tree() incorrect depth on multiple parents.
2012-01-23 09:01:17 -05:00
Dries
7630e47db9
- Patch #1332658 by sven.lauer, David_Rothstein, xjm: Clean up API docs for dashboard module.
2012-01-23 08:51:39 -05:00
Larry Garfield
92286713d5
Move database files to the new lib directory and update code accordingly.
2012-01-22 23:56:07 -06:00
Larry Garfield
86c93f3b74
Merge branch '1400748-namespaces' into dbtngtng
2012-01-22 22:31:43 -06:00
Larry Garfield
8b8c2a9463
refs #1400748 by Crell: Update docblocks and the installer for the new namespaces.
2012-01-22 22:25:13 -06:00
Larry Garfield
3f0cb723a0
Merge branch '1400748-namespaces' into dbtngtng
2012-01-22 22:10:37 -06:00
Larry Garfield
adbd7c9aad
Merge branch '8.x' into dbtngtng
2012-01-22 21:34:59 -06:00
Larry Garfield
8b0adb6e1e
refs #1400748 by Crell: Add README files to document the purpose of various core directories.
2012-01-22 21:24:00 -06:00
Larry Garfield
7048b2195f
refs #1400748 by Crell: Move Cache subsystem to the Core namespace.
2012-01-22 21:05:01 -06:00
Larry Garfield
0cb703be45
refs #1400748 by Crell: Move Drupal and Symfony code to core/lib and core/vendor respectively.
2012-01-22 20:56:35 -06:00
Dries
615bbeaad0
- Patch #1405604 by aspilicious: Fixed RTL stylesheets don't get triggered when locale isn't enabled.
2012-01-22 21:18:20 -05:00
Dries
1b6ba5243c
- Patch #1357912 by Gábor Hojtsy, sun: convert path language code schema to langcode.
2012-01-22 21:14:12 -05:00
Dries
7ef099f552
- Patch #1189834 by aspilicious, chrispomeroy: convert book-export-html.tpl.php to HTML5.
2012-01-22 19:49:01 -05:00
Dries
09e2fb03bf
- Patch #1280538 by fastangel, Gábor Hojtsy, plach: Language negotiation UX: default the path prefix setting on installation so that it actually works right away.
2012-01-22 19:46:31 -05:00
Dries
89d83c6f15
- Patch #1217788 by droplet: drop IE7 support from Drupal 8.x.
2012-01-22 17:42:49 -05:00
Dries
eeed9ed8a6
- Patch #764558 by Rob Loach, sun, xjm, chx, catch: Remove trigger module from core.
2012-01-22 13:53:27 -05:00
catch
98509c1af6
Issue #1245220 by plach, dpolant, xjm, bfroehle: Fixed file_file_download() passed bogus to field_access().
2012-01-22 11:01:19 +09:00
webchick
10b65594b7
Issue #1386976 by nburles, LSU_JBob: Fixed Bug in drupal.js when minified.
2012-01-21 11:02:10 -08:00
catch
f7d64d332d
Issue #1392174 : follow-up, add empty files.
2012-01-20 21:12:07 +09:00
Nathaniel
e3a6372c35
Revert "Any user should not be allowed to block his/her own account"
...
This reverts commit 1ab05706ea .
2012-01-20 15:42:49 +09:00
Nathaniel
4051603c3f
Issue #1392174 follow-up, add the test file this time.
2012-01-20 15:07:19 +09:00
catch
f363f945c1
Issue #1025286 by Tor Arne Thune, Devin Carlson, swentel: Fixed logo_upload in form_set_error() instead of favicon_upload in system.admin.inc.
2012-01-20 02:43:14 +09:00
catch
1ab05706ea
Any user should not be allowed to block his/her own account
2012-01-19 21:58:03 +09:00
catch
aa400e9e8a
Issue #1174634 by ericduran, rupl, Dave Reid, jhedstrom, helior: Add new HTML5 FAPI element: telephone.
2012-01-19 21:55:48 +09:00
catch
86acb0421d
Issue #1402962 by msonnabaum, marcing, xjm: Fixed Render cache shouldn't treat empty strings as a cache miss.
2012-01-19 21:47:15 +09:00
catch
d2b8164d57
Issue #1315340 by aspilicious: Clean up API docs for entity module.
2012-01-19 21:43:21 +09:00
ayelet_Cr
6a68e8fc0f
Deleted old sqlite files.
2012-01-17 22:35:33 -06:00
catch
1c147ddb06
Issue #1045786 by Albert Volkman: Follow-up for fixed Length of trimmed description.
2012-01-18 13:31:30 +09:00
catch
de71cbbe9e
Issue #1407028 by jhodgdon: Remove arianek from Maintainers.txt.
2012-01-18 13:28:38 +09:00
catch
568f1afe51
Issue #1394644 by beejeebus: Add msonnabaum to maintainers.txt for the cache subsystem.
2012-01-18 13:27:42 +09:00
catch
56a7a11062
Issue #1057748 by sun: Fixed #states selector matching multiple checkboxes does not trigger state.
2012-01-18 13:24:44 +09:00
catch
a313400671
Issue #899444 by sun, webchick: Fixed Declutter 'System' test group by applying coding standards fixes to common.test.
2012-01-18 13:18:37 +09:00
catch
2f0d691cb1
Issue #278425 by andypost, OnkelTem, chx, c960657, droplet et al: Fixed Using basename() is not locale safe.
2012-01-18 13:10:02 +09:00
catch
c95075ec68
Issue #996236 by fago, sun, pillarsdotnet: Fixed drupal_flush_all_caches() does not clear entity info cache.
2012-01-18 13:02:34 +09:00
catch
8e20a82ed5
Issue #1392174 by Gábor Hojtsy, Garrett Albright, tstoeckler: Fixed install_find_translation_files() breaks if is passed.
2012-01-18 13:01:07 +09:00
catch
2cc7d45de1
Issue #1377628 by chris.leversuch: taxonomy_get_term_by_name() should be taxonomy_term_load_multiple_by_name().
2012-01-18 12:37:45 +09:00
ayelet_Cr
0a324d3017
Fix issue with Select builder.
2012-01-17 20:34:19 -06:00
ayelet_Cr
d54f90f935
Initial sqlite port
2012-01-17 19:47:53 -06:00
catch
2901333da2
Merge branch '8.x' of git.drupal.org:project/drupal into 8.x
2012-01-16 12:12:28 +09:00
catch
f969b391b4
Issue #1227942 by Rob Loach, cweagans, tstoeckler, xjm: Rename format_username() now that it's in user.module.
2012-01-16 11:18:26 +09:00
webchick
639a375e7a
Issue #1015798 by Mohammed J. Razem, xjm, drunken monkey: Fixed Fieldsets inside vertical tabs have no title and can't be collapsed.
2012-01-14 12:46:07 -05:00
catch
39326b2c7d
Issue #1367000 by chris.leversuch, David_Rothstein: Clean up API docs for php module.
2012-01-13 23:15:51 +09:00
catch
86ce7f97d5
Issue #1290658 by sun, msonnabaum: Namespace strategy for module-provided classes.
2012-01-13 23:14:07 +09:00
catch
5cf9135ee3
Issue #1393234 by dww: Fixed API docs for field_access() are confusing.
2012-01-13 23:12:04 +09:00
catch
7fef26088c
Issue #1398806 by kiamlaluno: Fixed The purpose of hook_search_page() is explained twice.
2012-01-13 23:09:58 +09:00
catch
bbdd7057b0
Issue #1389058 by JohnAlbin: Update HTML5 shim to version 3.
2012-01-13 23:01:50 +09:00
catch
368207642b
Issue #1399896 by xjm: Fixed testCommentNewCommentsIndicator() is inside CommentHelperCase and therefore gets run repeatedly.
2012-01-13 22:59:42 +09:00
catch
123249f208
Issue #1371938 by yched, Everett Zufelt, xjm, casey: Fixed hook_field_delete() no longer invoked during field_purge_data().
2012-01-13 22:41:01 +09:00
catch
8a3f461360
Issue #1399334 by ArtistConk: Two small grammar fixes.
2012-01-13 22:30:19 +09:00
catch
2451f7fc23
Issue #1323120 by pounard, aspilicious, beejeebus: Convert cache system to PSR-0.
2012-01-13 12:19:33 +09:00
catch
8a87e13ad5
Issue #1398740 by TravisCarden: Fixed Typo in status message: 'The %style has been revert to its defaults.'
2012-01-12 22:31:36 +09:00
catch
7cd1f96db9
Issue #1397246 by webchick, heyrocker, sun: Add drupal_array_unset_nested_value().
2012-01-12 22:22:07 +09:00
catch
1878eb1534
Issue #1357918 by Gábor Hojtsy: Change language schema to refer to langcode.
2012-01-11 00:29:08 +09:00
catch
a1b360ece1
Issue #1371484 by catch, makara, ArtistConk: Fixed Private properties in abstract class DrupalCacheArray.
2012-01-11 00:25:36 +09:00
Nathaniel
9bd6e3cafa
Issue #1397890 by sun: Fixed DrupalWebTestCase::assertFieldByName() outputs bogus assertion message when no is passed.
2012-01-10 15:41:44 +09:00
Nathaniel
26f176823e
Issue #847608 by mikl: Fixed Use ellipsis character (…) instead of three dots (...).
2012-01-10 15:38:49 +09:00
Nathaniel
a74ffedcd5
Issue #1397882 by sun: Fixed system_theme_settings_submit() does not properly clean up submitted form values.
2012-01-10 13:22:09 +09:00
Nathaniel
49d4a62cf7
Issue #1384224 by philbar, Plazik: Fixed Resize Site Logo in Seven Theme Maintenance Pages.
2012-01-10 13:18:55 +09:00
Nathaniel
dd1f6d349a
Issue #1183042 by Everett Zufelt, Rob Loach: Add WAI-ARIA roles to Core blocks.
2012-01-10 12:22:24 +09:00
Nathaniel
1fe62f2a04
Issue #469590 by c960657, basvredeling, bradpeabody: Improve robustness of OpenID parsing for link 'rel' and meta 'http-equiv' attributes.
2012-01-10 12:19:15 +09:00
Nathaniel
d92793d79f
Merge branch '8.x' of git.drupal.org:project/drupal into 8.x
2012-01-10 12:07:16 +09:00
Nathaniel
81b0109835
Issue #1181750 by Everett Zufelt, sun: Fixed Removal of 'Hidden' option in comment settings form may break programmatic form submissions.
2012-01-10 12:06:42 +09:00
Bram Goffings
4efd71529f
fixed config.test
2012-01-08 17:27:11 +01:00
catch
e4eae7e7ad
Issue #336697 by oriol_e9g, xjm, jbomb, Davy Van Den Bremt, coltrane, lyricnz: Optional vid argument for taxonomy_get_term_by_name().
2012-01-08 23:02:21 +09:00
catch
8cc5ede8dc
Issue #1287368 by TwoD, valthebald, xjm, sun: Fixed Drupal.settings.ajaxPageState.css gets overwritten.
2012-01-08 22:58:16 +09:00
xjm
1ded67b1e3
Correct test class docblocks and add a stub for missing static documentation.
2012-01-08 06:38:51 -06:00
xjm
0a15aaa360
Doxygen correction for update function (see #1326664 ).
2012-01-08 06:35:32 -06:00
xjm
92a7f43363
Adjust submission handler docs to standard.
2012-01-08 06:30:34 -06:00
xjm
32219d0328
Correct some doxygen to standards and add stubs for missing documentation.
2012-01-08 06:26:20 -06:00
Greg Dunlap
544a58f084
Merge remote-tracking branch 'origin/sun-config' into 8.x-file-config
2012-01-08 12:39:00 +01:00
Justin Randell
5e86ed702d
Fix the Boot and exit hook invocation (HookBootExitTestCase) test fails, and make page caching actually work.
2012-01-08 21:58:45 +11:00
catch
d38e809af5
Issue #1334768 by ls206, fietserwin: Fixed Syntax error in locale_test().js.
2012-01-08 16:18:53 +09:00
catch
b3cf068140
Issue #375397 by sun, Xano, Rob Loach: Make Node module optional.
2012-01-08 16:14:15 +09:00
catch
25043d962b
Issue #1338110 by aaron.r.carlton: Fixed remove the protected variable () if it's not used in tracker.test.
2012-01-08 16:09:36 +09:00
catch
f8ff93c562
Issue #1336308 by kathyh | meshkinsoft: Fixed wrong usage of function t in system_menu().
2012-01-08 16:07:48 +09:00
sun
7fb101598b
Fixed some more code style issues.
2012-01-08 03:54:32 +01:00
sun
ce3bbc87e7
Added System module update to ease developer testing.
2012-01-08 02:52:32 +01:00
sun
d179538aba
More minor clean-ups.
2012-01-08 02:49:32 +01:00
sun
e312880573
Fixed coding style, comments, and some trivial issues.
2012-01-08 02:29:22 +01:00
Greg Dunlap
b31c2510e2
Added a todo about the install bug
2012-01-08 00:24:07 +01:00
Greg Dunlap
0a64591815
Fixed rename of image styles so the old style actually disappears
2012-01-08 00:20:55 +01:00
Greg Dunlap
3b50edd6bb
Removed the overrides stuff since it was half-baked and is just going to confuse the issue
2012-01-07 23:29:31 +01:00
Greg Dunlap
6f6703996a
Fixing another merge issue, missing the change from define->const in image.module
2012-01-07 23:02:07 +01:00
Greg Dunlap
ca325365b9
Synching block module up with core, got lost in the merge somehow
2012-01-07 22:36:36 +01:00
Greg Dunlap
1434bbf5f8
Added doc about file loading
2012-01-07 22:20:03 +01:00
Greg Dunlap
cdc4bc1c64
Merging from core
2012-01-07 22:12:13 +01:00
Greg Dunlap
9875cf1a26
Added deleting of styles
2012-01-07 21:55:51 +01:00
Greg Dunlap
fbc7a6a361
Added deleting the .sig file as well
2012-01-07 21:55:34 +01:00
Greg Dunlap
08e0a2b561
Fleshed in the config->delete() functionality
2012-01-07 21:48:19 +01:00
Greg Dunlap
3e49865c23
Fleshed in the config->delete() functionality
2012-01-07 21:46:12 +01:00
Greg Dunlap
dbd6ffc8f0
Changed delete() to clear() for more clarity
2012-01-07 20:33:55 +01:00
Greg Dunlap
333b09e7ba
Added ability to delete image effects from a style
2012-01-07 16:36:41 +01:00
Greg Dunlap
ce8c168365
Added config->delete()
2012-01-07 16:36:25 +01:00
Greg Dunlap
d3eda175c1
Added drupal_array_unset_nested_value()
2012-01-07 16:36:07 +01:00
Greg Dunlap
83c9c95815
Fixed copy paste stupidity in when adding an effect with no configuration
2012-01-07 15:24:24 +01:00
Greg Dunlap
b566a13233
Removed some more override/default functions
2012-01-07 15:16:19 +01:00
Greg Dunlap
2293ba6716
Removed some more override/default functions
2012-01-07 15:15:49 +01:00
Greg Dunlap
cd58ba59d7
Refactored image_effect_save() to always take a the name of its image style
2012-01-07 15:15:26 +01:00
Greg Dunlap
b76387f216
Saving image styles into an effect now working
2012-01-07 15:07:20 +01:00
Greg Dunlap
cc50837569
Work in progress
2012-01-07 10:43:37 +01:00
catch
ca17fa3817
Issue #1274212 by amateescu, c31ck | vitalsouto: Fixed Incorrect order of choices in the Poll.
2012-01-07 17:42:09 +09:00
catch
82d39d625c
Issue #939880 by amateescu, marcingy: Fixed Poll Module throws PDOException when creating poll content.
2012-01-07 17:39:37 +09:00
catch
bdfd3a6080
Issue #404116 by amateescu, neclimdul: Fixed Provide default choices on poll translations.
2012-01-07 17:35:11 +09:00
catch
decd75769a
Issue #1392348 by Gábor Hojtsy: Fixed The installer does not translate profile names and descriptions.
2012-01-07 17:33:21 +09:00
catch
fc3f966000
Issue #1392192 by Garrett Albright: Fixed st() still requires profile to be selected before translating.
2012-01-07 17:30:35 +09:00
catch
72fdf526a2
Issue #1391426 by yched: Fixed Wrong bundles in EntityFieldQueryTestCase.
2012-01-07 15:09:23 +09:00
Greg Dunlap
5ed90e0fcd
Referring to wrong key in image_effect_save() was causing errors
2012-01-06 18:06:51 +01:00
Greg Dunlap
a644a0ae58
Fixed mismatched tags
2012-01-06 18:06:00 +01:00
Greg Dunlap
f4f99fb8c9
First shot at new effect saving
2012-01-06 18:05:49 +01:00
Greg Dunlap
c020c7040a
Changed the generated names to more proper machine-name-like things
2012-01-05 14:07:46 +01:00
catch
c4d3607a12
Issue #955848 by anrikun, casey: Fixed When editing an existing node with a link, the link itself is listed in 'Parent item': menu_parent_options() needs some rewriting. (critical followup)
2012-01-04 15:07:48 +09:00
catch
6ea395e685
Issue #1260716 by David_Rothstein: Follow-up for improve language onboarding user experience.
2012-01-04 14:47:07 +09:00
catch
82e02137b4
Issue #684310 by yched, lyricnz, ksenzee: Fixed When adding existing field 'Label' is cleared when exiting field.
2012-01-03 14:54:50 +09:00
catch
f72335fb60
Issue #1391384 by yched: Fixed Wrong static clear on taxonomy_vocabulary_save().
2012-01-03 14:51:46 +09:00
catch
e526dceb97
Issue #131737 by malc0mn, pillarsdotnet, xjm, scor, v1nce, Pancho, mrfelton. et al: Ensure that the Return-Path is set when sending mail on both Windows and non-Windows systems.
2012-01-03 14:42:21 +09:00
catch
5d5cadea60
Issue #1387586 by Gábor Hojtsy: Rename drupal_multilingual() to language_multilingual().
2012-01-03 14:17:30 +09:00
catch
aafd8aaf62
Issue #1387766 by dereine: Added Use fast drupal static pattern for locale.
2012-01-03 14:00:32 +09:00
catch
7059b26506
Issue #1367000 by chris.leversuch: Clean up API docs for php module.
2012-01-03 13:40:35 +09:00
catch
37f2b2f265
Issue #1332598 by sven.lauer: Clean up API docs for comment module.
2012-01-03 13:36:15 +09:00
Larry Garfield
5098b449ae
Fix some use statements.
2012-01-02 21:12:43 -06:00
Larry Garfield
d5b018ce69
Rename condition class and fix some namespace statements.
2012-01-02 18:25:54 -06:00
Larry Garfield
05a4376ff4
Rename classes to remove the redundant Database prefix and move query exceptions into the query namespace.
2012-01-02 14:57:30 -06:00
Larry Garfield
0879ffd974
Merge branch '8.x' into dbtngtng
...
Manually merged the transaction order fixes, since that code has moved to new files.
2012-01-02 14:13:49 -06:00
Greg Dunlap
9d9a4a39bb
Placeholder
2012-01-02 16:50:04 +01:00
Greg Dunlap
71e37598e3
Removed default storage from image_styles() since its not used anymore
2012-01-02 15:29:02 +01:00
Greg Dunlap
f58babd65d
Removed style name paramater from image_effect_definition_load(). Its only purpose was to check if a style was module-provided or not.
2012-01-02 14:43:20 +01:00
Greg Dunlap
87eeab7381
Removed revert callback since it no longer applies
2012-01-02 14:22:48 +01:00
Greg Dunlap
7f1db5526a
Fixed duplicated checking to work on name instead of isid
2012-01-02 14:00:06 +01:00
Greg Dunlap
3e0afc9db6
Fixed a couple problems caused by uninitialized vars
2012-01-02 13:54:55 +01:00
Greg Dunlap
1aedb7da51
Fixed stray notice sometimes when viewing a style with no effects
2012-01-02 13:48:19 +01:00
Greg Dunlap
42be9566b9
Made image_style_save() use new config system
2012-01-02 12:13:15 +01:00
Greg Dunlap
830856bd77
Typo
2012-01-02 11:36:46 +01:00
webchick
9f9744bff8
Revert "- Patch #1371484 by makara: private properties in abstract class DrupalCacheArray."
...
This reverts commit 7be846e75d .
2012-01-01 20:43:23 -08:00
Dries
9a2d4898a9
- Patch #1387002 by Rob Loach, nburles: Fixed Bug in overlay-parent.js when minified.
2011-12-30 20:44:01 +01:00
catch
64c63139b8
Issue #1344752 by pflame, JacobSingh: Fixed Drag and Drop of shortcuts between Enable and Disable Does not respect the Shortcuts Limit.
2011-12-30 21:16:44 +09:00
catch
46c65ce410
Issue #1271362 by aspilicious, Bojhan: Added Fade-in input form outlines upon focus.
2011-12-30 21:02:50 +09:00
catch
76b2882a83
Issue #1295546 by c31ck, marcingy, xjm, amateescu: Fixed Weight and number of votes not getting saved when updating a poll.
2011-12-30 21:02:15 +09:00
catch
f15bc6f459
Issue #1376502 by TR, vitalsouto: Fixed Code cleanup: Removed empty PHP blocks.
2011-12-30 20:15:23 +09:00
catch
e037d80bb1
Issue #1341186 by ericduran, Rob Loach: Remove deprecated Library names.
2011-12-30 20:10:04 +09:00
catch
6630a4eb5f
Issue #1359710 by pwolanin, xjm: Fixed taxonomy_menu() passes invalid arguments into taxonomy_form_term().
2011-12-30 16:02:33 +09:00
catch
06373cfba5
Issue #448162 by c960657, recidive, sun: Use hash extension in _openid_hmac().
2011-12-30 15:57:22 +09:00
catch
94f4973fe2
Issue #1380660 by loganfsmyth: Fixed field_available_languages() static cache never cleared.
2011-12-30 15:45:45 +09:00
catch
e4c9cb3644
Issue #1368872 by agentrickard, oriol_e9g: Clean up API docs for syslog.
2011-12-30 15:33:44 +09:00
catch
2d420a69ab
Issue #1373582 by TR: Fixed Trailing whitespace.
2011-12-30 15:28:55 +09:00
catch
5cca85d50f
Issue #1273722 by bfroehle: Fix FieldAttachTestCase::setUp() signature.
2011-12-30 15:26:16 +09:00
catch
24f206c28e
Issue #1214344 by wiifm, msonnabaum: Fixed "misc/progress.js" is not being included when "Aggregate JavaScript files." is used.
2011-12-30 15:15:16 +09:00
catch
d2ed616079
Issue #1007830 by Damien Tournoud et al: Fixed Nested transactions throw exceptions when they got out of scope.
2011-12-30 15:13:16 +09:00
catch
6cdcad7429
Issue #1085590 by Rob Loach, keichee, mfer, ericduran: Update jQuery UI to the latest release.
2011-12-30 15:07:57 +09:00
catch
a8addadfad
Issue #1272706 by catch, pillarsdotnet, Berdir, msonnabaum: Remove backwards compatibility layer for cache API.
2011-12-30 15:00:36 +09:00
Larry Garfield
294ca8b3a6
Explicitly use PDOException in namespaces.
2011-12-29 16:48:09 -06:00
Larry Garfield
78b53468b9
Add more use statements and class renaming.
2011-12-29 13:28:11 -06:00
Larry Garfield
001707761c
Merge remote-tracking branch 'dries/8.x' into dbtngtng
2011-12-29 01:27:16 -06:00
Larry Garfield
bfd9882aaa
More use statements.
2011-12-29 00:52:27 -06:00
Larry Garfield
f36c472cb5
Update the logger stack climbing logic for the new file organization.
2011-12-28 23:38:34 -06:00
Larry Garfield
3093a67071
Add more use statements.
2011-12-28 23:38:34 -06:00
webchick
7ecad2daee
Revert "Issue #1039666 by mlncn: Fixed Placing a block in a region via select dropdown moves it to the top of the region, but it will show at the bottom."
...
This reverts commit b39fe6dbb7 .
2011-12-28 20:39:39 -08:00
Larry Garfield
13e82d2e0e
Rename more type hints.
2011-12-28 14:19:52 -06:00
Larry Garfield
17d5b68dd0
Update class name in type hint.
2011-12-28 14:04:40 -06:00
Larry Garfield
9f60871f77
The connection is not yet available early in the installer, so we cannot use it to find the driver installer.
2011-12-28 13:24:46 -06:00
Larry Garfield
5dc9a0b8b1
Fix type hint in tablesort class.
2011-12-28 13:08:43 -06:00
Larry Garfield
b5de187356
Let getDriverClass() handle defaults, so that extenders work. Also use it in more places, eliminating the old-school crappy approach.
2011-12-28 13:08:26 -06:00
Larry Garfield
8f07a990bc
Add more use statements.
2011-12-27 23:58:34 -06:00
webchick
3cb556e300
Issue #1370060 by jvns, chris.leversuch: Add cross-references between taxonomy_vocabulary_load() and taxonomy_vocabulary_machine_name_load().
2011-12-27 21:48:30 -08:00
webchick
c8c5edd323
Issue #1227396 by chris.leversuch, aacraig, jhodgdon: Document that hook_node_access() is not called on node listings.
2011-12-27 21:44:49 -08:00
webchick
7de6cda767
Issue #1379206 by c31ck, pingers: Fixed Documentation problem with hook_url_outbound_alter().
2011-12-27 21:42:03 -08:00
webchick
e4e7244d24
Issue #1386318 by barbi: Fixed hook_field_widget_info() should have a @see to other function.
2011-12-27 21:39:55 -08:00
Greg Dunlap
8a6c8b7429
Changed aggregator functions to work at install time when database is not present
2011-12-27 18:15:54 -08:00
Larry Garfield
7ef58b85b9
Move the install code into namespaced classes, too.
2011-12-27 19:07:29 -06:00
Larry Garfield
9062e1e4e7
Simplify the class name finding and loading routines, since PSR-0 now handles them for us.
2011-12-27 19:06:42 -06:00
Larry Garfield
67429ab19f
Initial move and rename of database classes to PSR-0 namespaces. So far only MySQL has been converted.
2011-12-27 15:17:19 -06:00
webchick
f78b16e7a6
Issue #1326638 follow-up by webchick: Remove extraneous spacing.
2011-12-24 17:45:41 -08:00
catch
f6df52fd8c
Issue #987472 by damien_vancouver, OnkelTem, catch: Fixed search.module doesn't consistently support multibyte characters.
2011-12-23 12:46:27 +09:00
catch
b100374e3c
Issue #1369200 by chris.leversuch, acouch: Define constants for taxonomy hierarchy.
2011-12-23 12:42:04 +09:00
catch
0f3b394f11
Issue #1371256 by ayelet_Cr: Document that QueryConditionInterface::condition() should not be used to add NULL conditions.
2011-12-23 12:35:42 +09:00
catch
ed3c7d8b01
Issue #769936 by fago, Jacine, quicksketch, jenlampton: Fixed .ajax-progress divs floating problem.
2011-12-23 12:31:10 +09:00
catch
d9c93a90db
Issue #803294 by wojtha, mfb, c960657, Heine: Fixed OpenID discovery and login tests fail on HTTPS site.
2011-12-23 12:24:48 +09:00
catch
09fb07615b
Issue #771540 by c960657: Added Fetch timezone and language using OpenID SREG/AX.
2011-12-23 12:23:30 +09:00
catch
98b1cdc3f8
Issue #1353030 by BTMash, jenlampton, theborg: Added Increase length of "alt" and "title" text for images.
2011-12-23 12:16:56 +09:00
catch
e6a95a8190
Issue #1373670 by sun: Change constant value of MENU_NOT_FOUND to 404 and MENU_ACCESS_DENIED to 403.
2011-12-23 12:13:43 +09:00
webchick
256a10dd19
Revert "Issue #1368872 by agentrickard: Clean up API docs for syslog."
...
This reverts commit 9db1fddb90 .
2011-12-22 14:33:38 -08:00
catch
bdbbc804ea
Issue #366152 by Mile23: Fixed field_modules_uninstalled() still exists, despite being an empty foreach loop.
2011-12-22 20:57:26 +09:00
catch
511513eceb
Issue #765984 by c960657: Convert hook_openid()('request', ...) to hook_openid_request_alter().
2011-12-22 20:52:16 +09:00
catch
9db1fddb90
Issue #1368872 by agentrickard: Clean up API docs for syslog.
2011-12-22 20:45:21 +09:00
catch
aa406f9eb9
Issue #1290494 by droplet: Drop -khtml-prefix supports.
2011-12-22 20:36:06 +09:00
catch
8937c6a586
Issue #1376154 by webchick: fix a code comment typo.
2011-12-22 20:34:48 +09:00
catch
f4728169a3
Issue #1376164 by sun: Fixed Format SimpleTestFunctionalTest description according to standards.
2011-12-22 20:33:37 +09:00
catch
13830d022c
Issue #1301040 by Gábor Hojtsy: Move language listing functionality from locale.module to a new language.module.
2011-12-22 20:26:12 +09:00
webchick
37edfd7694
Issue #1349610 by bartlantz, jhodgdon: Make the subtopics of Field API link back to it.
2011-12-22 01:32:53 -08:00
Dries
625e4de6ad
- Patch #1373360 by sun: fatal error if optional Block module is not enabled.
2011-12-21 14:55:58 -05:00
Nathaniel
c9e40d59dc
Issue #1373194 by chris.leversuch: Fixed Field Attach API topic/group page should link to Field Language API page.
2011-12-21 12:30:24 +09:00
Nathaniel
7e39b82397
Issue #1375134 by sun, xjm: Fixed Random test failure in TaxonomyTermTestCase::testNodeTermCreationAndDeletion().
2011-12-21 12:21:51 +09:00
Nathaniel
231ad0dbc0
Issue #1375452 by sun, beejeebus: Fixed Renaming a content type bundle causes notices on manage fields page.
2011-12-20 14:59:16 +09:00
Nathaniel
65a31d6858
Issue #1240256 by lyricnz, Akaoni: Fixed file_unmanaged_copy() Fails with Drupal 7.7+ and safe_mode() or open_basedir().
2011-12-20 14:50:23 +09:00
Nathaniel
d8ca025908
Issue #1373634 by sun: Fixed Installation profile is not installed and not registered as module, unless identical to parent site.
2011-12-20 14:43:51 +09:00
Nathaniel
0bcae99c82
Issue #629518 by jhodgdon, reglogge, jvns: Fixed node hooks have imprecise/misleading descriptions.
2011-12-20 14:36:32 +09:00
Nathaniel
f9be1f55a8
Issue #1347266 by Everett Zufelt, pcambra, JohnAlbin, tim.plunkett: Convert theme_breadcrumb() to HTML5.
2011-12-20 14:32:29 +09:00
Nathaniel
2851e6b895
Issue #1371852 by BarisW: Fixed Patch to logo in preview.html misses core subfolder.
2011-12-20 14:25:33 +09:00
Dries
46f8c7433e
- Patch #1146088 by lyricnz: label always visible for table formatter.
2011-12-19 09:40:52 -05:00
Dries
7be846e75d
- Patch #1371484 by makara: private properties in abstract class DrupalCacheArray.
2011-12-19 09:37:02 -05:00
catch
832c2864da
Issue #1363358 by David_Rothstein: Fixed Shortcut set titles are double-escaped with check_plain().
2011-12-19 20:01:31 +09:00
catch
aa44116fd9
Issue #1367014 by chris.leversuch: Clean up API docs for toolbar module.
2011-12-19 19:59:44 +09:00
catch
5fb188f2d0
Issue #98696 by sun, floretan, rszrama, zeta ζ, marvil07: Fixed various bugs in theme_links().
2011-12-19 19:45:52 +09:00
catch
a3ebad0633
Issue #1346032 by xjm, aspilicious: Fixed Ordering of hook_entity_delete() is inconsistent.
2011-12-17 21:43:37 +09:00
catch
463a710b0d
Issue #1265946 by klausi, dereine, tstoeckler, aspilicious: Fixed DoS against core using a large number of OR search query terms.
2011-12-16 13:59:03 +09:00
catch
8d4f091616
Issue #1366740 by patrickd: Fixed theme_progress_bar() should have more information about when to use function.
2011-12-16 13:57:22 +09:00
catch
ab9b4ca9b3
Issue #1364528 by catch: Add xjm as taxonomy module maintainer.
2011-12-16 13:53:23 +09:00
Dries
9c29ac79af
- Patch #1059884 by bfroehle, sun, casey: Drop function_exists() for 'callback' functions.
2011-12-15 12:33:38 -05:00
catch
f2431f3d3b
Revert "- Patch #1174938 by ericduran, aspilicious, voxpelli: natively support the HTML5 #required FAPI property. Woot!"
...
This reverts commit 8945bee7fd .
2011-12-15 17:05:44 +09:00
Dries
010e99986b
- Patch #1229868 by nicl, DjebbZ: hook_form_BASE_FORM_ID_alter(), hook_form_alter(), and hook_form_FORM_ID_alter() doc inconsistent.
2011-12-14 10:04:55 -05:00
Dries
8945bee7fd
- Patch #1174938 by ericduran, aspilicious, voxpelli: natively support the HTML5 #required FAPI property. Woot!
2011-12-14 07:56:07 -05:00
Nathaniel
3b3798f251
Issue #1025582 by sun: Added Custom db_select() 'conditions' parameter for menu_build_tree().
2011-12-14 12:17:05 +09:00
Nathaniel
f7dd1a5fed
Issue #1366232 by sun: Fixed drupalCreateUser() breaks if testing site/profile does not install Comment module.
2011-12-13 12:51:34 +09:00
Nathaniel
4fa6611e4e
Revert "Issue #93854 by pillarsdotnet, Steven Jones, Dave Reid, ericduran, das-peter, et al.: Fixed Allow autocompletion requests to include slashes."
...
This reverts commit 6b54d34b06 .
2011-12-13 12:42:34 +09:00
Dries
1374de6047
- Patch #1181776 by sun, Psikik, mallezie, scor: change theme_default() variable to Stark.
2011-12-12 22:29:45 -05:00
Nathaniel
528a78d03c
Issue #1015916 by BTMash, jenlampton, theborg, Aron Novak, christefano, realityloop, xjm, Kevin Hankens: Fixed Image field 'title' allows more data than database column size.
2011-12-13 12:21:08 +09:00
Nathaniel
e202e3df46
Issue #1327484 by xenophyle: Clean up API docs for book.
2011-12-13 12:13:23 +09:00
catch
8c47bfff7a
Issue #866292 by marcingy, ygerasimov, attiks, quicksketch: Fixed '0' not displayed as checkbox / radios options (nor as any element #title).
2011-12-13 01:21:23 +09:00
catch
4bd96ab7cf
Issue #1359326 by xjm: Fixed t() documentation does not clearly indicate that options are documented in format_string() docs.
2011-12-13 01:15:08 +09:00
Greg Dunlap
93f5bba083
Got image effect editing working
2011-12-12 16:14:01 +01:00
Greg Dunlap
cc2e098366
Adding ieid (aka fake machine name) to the default config files. We need them there for saving later (see next commit)
2011-12-12 15:49:42 +01:00
Greg Dunlap
1c7f323769
Fixed improperly keyed effect array
2011-12-12 15:26:23 +01:00
Greg Dunlap
0ebaba20fa
Fixing image_styles() to match new xml format
2011-12-12 15:15:16 +01:00
Greg Dunlap
1dcc2a16c6
Fixed mismatched tag
2011-12-12 14:08:02 +01:00
Greg Dunlap
ea2c8fcf4a
Fixed mismatched tag
2011-12-12 14:07:04 +01:00
Dries
1873b53650
- Patch #1366518 by chris.leversuch: 'Columns' is misspelled (()) in theme_field_ui_table().
2011-12-10 08:52:02 -06:00
Dries
9927d5804f
- Patch #1345480 by rbayliss, chris.leversuch: node_load() does not document FALSE return value.
2011-12-10 08:33:20 -06:00
Dries
b7bbf85187
- Patch #1365156 by droplet: update.php path.
2011-12-09 10:37:32 -05:00
Dries
50221e6364
- Patch #1345152 by Zgear, chris.leversuch: field_create_field() and related functions have incorrect exception throwing docs.
2011-12-09 10:32:17 -05:00
Dries
1de37b34d2
- Patch #1361810 by rlmumford: non-collapsible fieldsets within collapsed fieldsets have 'expanded' icon.
2011-12-09 10:28:44 -05:00
Nathaniel
c0216187f3
Issue #1309742 by rocket_nova: Add inline comment clarifying use of language_list() in system_date_format_save().
2011-12-09 12:45:17 +09:00
Nathaniel
63d083bba8
Issue #1355798 by Kjartan, xjm: Fixed Installer on PHP <5.3 results in parse error instead of warning about old php.
2011-12-09 12:16:39 +09:00
Greg Dunlap
a75b5b486b
Missed one nested set|
2011-12-08 13:13:54 +01:00
Greg Dunlap
28f6cf13bf
Made check for when db is missing a little tighter
2011-12-08 11:30:37 +01:00
Greg Dunlap
41ad832048
Workaround for when the db isn't there
2011-12-08 10:29:07 +01:00
Greg Dunlap
82b84d3d6b
Workaround for when the db isn't there
2011-12-08 10:17:35 +01:00
Greg Dunlap
5d3e3a1fc3
Reworked calls to remove nesting of values
2011-12-08 09:40:48 +01:00
Greg Dunlap
262c8781cf
Also removed nesting here
2011-12-08 09:38:36 +01:00
Greg Dunlap
9273863917
And we're back to non-nested config, which will help us avoid calls to nested_array() functions
2011-12-08 09:35:07 +01:00
Greg Dunlap
e7b56dfbf0
Fixed broken js hide code
2011-12-08 09:33:43 +01:00
Dries
e4bf86c163
- Patch #1362920 by scor: Wrong sitename variable in system.api.php.
2011-12-07 23:40:14 -05:00
Nathaniel
df47c12180
Issue #1347812 by nanotube: Fixed Remove/replace documentation references to upload_file_load() and upload_file_delete().
2011-12-08 13:29:32 +09:00
Nathaniel
1bb30a6f12
Issue #1050466 by xjm, makara: Fixed The taxonomy index should be maintained in a node hook, not a field hook.
2011-12-08 12:52:37 +09:00
Nathaniel
eb8c4c09a2
Issue #381994 by xjm, good_man, elcuco, et al: Fixed Machine-name fields are always in Latin characters, and should therefore always be LTR.
2011-12-08 12:29:13 +09:00
Greg Dunlap
d92f9d511c
Missing $
2011-12-07 22:16:29 +01:00
Greg Dunlap
66efb79c91
Updating references to preprocess js
2011-12-07 22:15:18 +01:00
Greg Dunlap
ac51c0e526
Updating references to preprocess css
2011-12-07 22:14:38 +01:00
Greg Dunlap
769e0afdfc
Updating references to page compression
2011-12-07 22:13:47 +01:00
Greg Dunlap
ee4f6008d0
Updating references to page cache maximum age
2011-12-07 22:11:51 +01:00
Greg Dunlap
8c7ebc0922
Updating references to cache lifetime
2011-12-07 22:09:52 +01:00
Greg Dunlap
f9a2916266
Updating references to page cache variable
2011-12-07 22:02:20 +01:00
Greg Dunlap
d639dddcf8
Block form alter is working too
2011-12-07 21:56:09 +01:00
Greg Dunlap
7baacd2774
Holy crap most of the performance form is working
2011-12-07 21:53:15 +01:00
Greg Dunlap
f2a7dec711
Further work on xml parser
2011-12-07 21:36:10 +01:00
Greg Dunlap
4372e4c92b
Working on undoing the system_settings_form stuff in system module
2011-12-07 21:24:50 +01:00
Greg Dunlap
539ee4b7f0
Changed my mind but fixed formatting
2011-12-07 20:58:40 +01:00
Greg Dunlap
4c391b83fa
Removed nesting which I don't think is serving a point
2011-12-07 20:45:59 +01:00
Greg Dunlap
f82d8b0010
Modified image style XML
2011-12-07 11:51:53 +01:00
Greg Dunlap
5ad0cbfd78
Improved XML parsing functions
2011-12-07 11:45:54 +01:00
catch
2747c3c4d7
Issue #942782 by pillarsdotnet, becw, xjm, timhilliard, JohnAlbin, jrchamp, Tor Arne Thune, et al: Fixed Custom menus never receive an active trail.
2011-12-06 21:18:12 +09:00
Dries
eb4c09fce3
- Patch #1342760 by Everett Zufelt: add aria-sort to table sort.
2011-12-05 09:31:02 -05:00
Dries
dd1cc680f6
- Patch #1332636 by sven.lauer: clean up API docs for contact module.
2011-12-05 09:23:20 -05:00
catch
d91203fe40
Issue #1347890 by sven.lauer: Clean up API docs for file module.
2011-12-05 21:59:26 +09:00
catch
f28b98cb95
Issue #1182428 by Dave Reid: Fixed Document that db_like() does not work when used with db_query().
2011-12-05 21:56:07 +09:00
catch
9727bd093b
Issue #1315886 by xjm: Clean up API docs for includes directory, files starting with A-C.
2011-12-05 21:52:27 +09:00
catch
c9e01c6e89
Issue #1324972 by betz: Change user block links to item_list() instead of markup.
2011-12-05 21:46:45 +09:00
catch
51dd3e20d3
Issue #970338 by jbrown, joachim: Fixed drupal_write_record() cannot save an empty (full default) row.
2011-12-05 21:40:54 +09:00
catch
c73e4a3b4f
Merge branch '8.x' of git.drupal.org:project/drupal into 8.x
2011-12-05 21:23:30 +09:00
catch
bd2f1ea4e1
Issue #1258000 by chx, bfroehle, xjm: Fixed SelectQuery::countQuery() inappropriately removes SQL expressions.
2011-12-05 21:19:26 +09:00
Dries
25cc6b4325
- Patch #479368 by Roger Saner, xjm, Heine, mcarbone, keichee, asimmonds: Create RFC compliant HTML safe JSON.
2011-12-05 07:17:24 -05:00
catch
694b6ac9c8
Issue #1184944 by fago, xjm, klausi, aspilicious, bojanz, Tor Arne Thune: Make entities classed objects, introduce CRUD support.
2011-12-05 21:12:15 +09:00
Dries
faddd57042
- Patch #1189816 by Jacine, Jeff Burnz, stijnbe, scor, rasskull, jessebeach, ericduran, sun: Convert comment.tpl.php to HTML5.
2011-12-05 07:06:35 -05:00
Dries
4db35f7574
- Patch #1184472 by Ralt, kathyh, Rob Loach, jcnventura, oriol_e9g, bleen18: Added rel='author' to 'Submitted by' link.
2011-12-04 18:35:24 -05:00
webchick
09c01a7cfc
Issue #953336 follow-up by sun, bfroehle: Added missing test support files to fix testbot.
2011-12-04 17:14:49 -05:00
Dries
cb4d787849
- Patch #953336 by sun, pillarsdotnet, chx: contributed modules are not able to test theme-related functionality.
2011-12-03 18:43:50 -05:00
Greg Dunlap
4272029053
updated image_effect_load()
2011-12-03 16:12:44 +01:00
Greg Dunlap
3510b99e6a
Got styles overview working
2011-12-03 16:06:48 +01:00
Greg Dunlap
b035fb4f46
Massively simplified image_style_load() since and no longer apply
2011-12-02 16:18:24 +01:00
Greg Dunlap
a803505f4a
Starting to work through image style edit form
2011-12-02 16:06:52 +01:00
Greg Dunlap
aea01c1c9d
Removed image_image_default_styles() which will no longer be used
2011-12-02 15:19:07 +01:00
Greg Dunlap
794e62f999
Removed 'Settings' column from image style listing since we don't use it anymore
2011-12-02 15:12:20 +01:00
Greg Dunlap
f480afe9f4
Starting to convert image styles to CMI. Ported image_styles() function
2011-12-02 14:45:45 +01:00
Nathaniel
d8c739586b
Issue #1346760 by xjm, droplet, catch: Fixed Drag and drop needs a scalable weight select element.
2011-12-02 14:05:37 +09:00
Nathaniel
15ddbd887f
Issue #1273478 by BTMash, Alan Evans, kathyh: Allow tests to declare 'requirements'; fail tests where requirements are not met.
2011-12-02 13:43:34 +09:00
Nathaniel
b39fe6dbb7
Issue #1039666 by mlncn: Fixed Placing a block in a region via select dropdown moves it to the top of the region, but it will show at the bottom.
2011-12-01 17:02:58 +09:00
Nathaniel
23e7a3cf40
Issue #1338428 by jbrown, BTMash, Tor Arne Thune: Fixed image_dimensions_scale() and image_scale_effect() are ungrokable and buggy.
2011-12-01 16:59:16 +09:00
Nathaniel
e6b940240a
Issue #1273104 by TwoD, Rob Loach: Remove eval() from field_ui().js.
2011-12-01 13:29:01 +09:00
Greg Dunlap
035cd48649
Fixing path to config.inc
2011-11-30 13:27:40 +01:00
Greg Dunlap
c1c2ceab25
Fixing problems related to corepocalypse merge
2011-11-30 13:17:28 +01:00
Greg Dunlap
4eb660a57f
Fixing problems related to corepocalypse merge
2011-11-30 13:16:05 +01:00
Greg Dunlap
6f72bc30bd
Merge remote-tracking branch 'core/8.x' into 8.x-file-config
2011-11-30 11:59:47 +01:00
Greg Dunlap
9032509c26
Merge from corepocalypse
2011-11-30 11:46:45 +01:00
catch
5ab5617cb3
Issue #1323720 by xenophyle: Clean up API docs for block module.
2011-11-30 12:40:49 +09:00
catch
6e3fc945f9
Issue #1325116 by xenophyle, xjm: Clean up API docs for Aggregator module. (followup)
2011-11-30 12:16:37 +09:00
catch
c237d184ba
Issue #800434 by pillarsdotnet, plach, bart.hanssens: Added drupal_mail(), allow hook_mail_alter() implementation to cancel mail.
2011-11-30 12:13:51 +09:00
catch
cfafc141b3
Issue #1349610 by bartlantz: Added make the subtopics of Field API link back to it.
2011-11-30 11:42:42 +09:00
catch
782b1cfb07
Issue #1315008 by bfroehle: Remove unnecessary validation in user/node list filtering.
2011-11-30 11:13:33 +09:00
Dries
9988cc614f
- Patch #1314384 by Pol, Gábor Hojtsy, plach: remember the provider that selected the language for later use.
2011-11-29 06:54:26 -05:00
catch
efe0a73b29
Issue #334024 by klausi, catch, beejeebus, sun: Use const keyword to define constants instead of define().
2011-11-29 18:56:53 +09:00
Greg Dunlap
614292a16a
Removed execute perms
2011-11-29 09:45:17 +01:00
catch
c42985ffb3
Issue #1301460 by loganfsmyth, good_man, Gábor Hojtsy, xjm: Decouple domain/path language negotiation storage from language config storage.
2011-11-29 11:23:49 +09:00
catch
7135589c89
Issue #1309278 by basic, Niklas Fiekas: Added Make PDO connection options configurable.
2011-11-28 23:58:50 +09:00
catch
7a434fd919
Issue #1313980 by jn2: Clean up API docs for node module.
2011-11-28 20:44:25 +09:00
Greg Dunlap
9d5e4705c2
Moving config.inc into core includes folder
2011-11-28 10:33:08 +01:00
Nathaniel
ca25078259
Issue #1326638 by sven.lauer, jhodgdon: Clean up API docs for field_ui() module.
2011-11-28 16:47:32 +09:00
Nathaniel
07b29cbae4
Issue #1212992 by xjm, chx, beejeebus, rump, BTMash, bfroehle: Fixed Prevent tests from deleting main installation's tables when parent::setUp() is not called.
2011-11-28 16:21:58 +09:00
catch
f8fc0dba31
Issue #1164926 by fastangel, good_man, Gábor Hojtsy: Fixed Nodes need to have languages specified separately for accessibility.
2011-11-25 20:31:30 +09:00
Nathaniel
129de63e06
Issue #1260716 by good_man, Gábor Hojtsy, emarchak, David_Rothstein, ezra-g: Improve language onboarding user experience.
2011-11-25 15:22:29 +09:00
Nathaniel
7cc8d7679a
Issue #1322278 by rocket_nova: Fixed documentation problem with theme, doesn't link to theme functions list.
2011-11-25 13:12:07 +09:00
Nathaniel
a272f10f1b
Issue #673224 by jhodgdon, aspilicious, rocket_nova: Fixed None of the hooks in field.api.php are grouped as such.
2011-11-25 12:35:12 +09:00
Nathaniel
8b5bcb2a66
Issue #1336170 by rvilar, Gábor Hojtsy: Fixed Incorrect schema in locale module update tests .
2011-11-25 12:19:32 +09:00
Nathaniel
1b4dfed494
Issue #1025796 by jthorson, Rob Loach, tim.plunkett, alex_ustinov: Fixed Rename path to uri in image functions.
2011-11-25 12:09:40 +09:00
webchick
2517db019f
Issue #1329914 follow-up by chx: Improve comments in drupal_path_initialize()
2011-11-24 13:42:45 -08:00
webchick
ed03c4bb75
Issue #1332648 by sven.lauer, jhodgdon, xjm: Clean up API docs for contextual module.
2011-11-24 13:29:07 -08:00
webchick
554ea9ecf9
Issue #1198398 by jm@bellcom.dk, AllRob: Fixed Timezone selected on install not correctly saved to admin user account.
2011-11-24 13:27:12 -08:00
catch
6b54d34b06
Issue #93854 by pillarsdotnet, Steven Jones, Dave Reid, ericduran, das-peter, et al.: Fixed Allow autocompletion requests to include slashes.
2011-11-24 22:47:43 +09:00
catch
4325efbd46
Issue #1331350 by beejeebus, plach, catch: Fixed [Upgrade path broken] Entity module not enabled during D8 upgrade.
2011-11-24 11:21:22 +09:00
Dries
4e8234c519
- Patch #813540 by jbrown, chx: comparisons involving NULL must never return true.
2011-11-23 20:30:00 -05:00
Dries
2a378fe5c6
- Patch #1167996 by rocket_nova, Sheldon Rampton: UPGRADE.txt needs to say all D6 contrib modules need to be upgraded to their latest D6 versions before the D6->D7 update.
2011-11-23 20:14:00 -05:00
Dries
ac1742bf42
- Patch #1206992 by oriol_e9g: fixed Field UI error message and incorrect type level.
2011-11-22 21:03:34 -05:00
Dries
926564d877
- Patch #576304 by rocket_nova, sivaji: three roles now, not two -> explain the Administrator role on the Roles page!.
2011-11-22 20:59:26 -05:00
Dries
bf06ae7da9
- Patch #1196112 by rocket_nova: taxonomy_get_parents() return value documentation isn't complete.
2011-11-22 20:37:29 -05:00
Dries
371f1a1e88
- Patch #1087940 by drewish, rocket_nova: document that wildcard % doesn't work as first argument in menu paths.
2011-11-22 20:32:00 -05:00
Dries
da6015e052
- Patch #1297410 by bhosmer, bfroehle: drop remnants of #node_edit_form().
2011-11-22 20:18:35 -05:00
Dries
97c83c4f4d
- Patch #1289208 by minorOffense, skottler, rocket_nova: REQUEST_TIME documentation is misleading.
2011-11-22 20:12:55 -05:00
Dries
77006b272c
- Patch #1302364 by Chi, realityloop: duplicate status check in forum_field_storage_pre_update().
2011-11-22 20:07:30 -05:00
Dries
9460a7912e
- Patch #1332580 by sven.lauer: clean up API docs for color module.
2011-11-22 19:57:49 -05:00
Dries
26e0575cdf
- Patch #1280674 by TR, DamZ: submit button 'floats' during ajax submission.
2011-11-22 19:54:51 -05:00
Dries
835068dda2
- Patch #765860 by effulgentsia, dww, dereine, mikey_p, xjm, sun, sven.lauer: drupal_alter() fails to order modules correctly in some cases.
2011-11-21 22:17:33 -05:00
Dries
5c6a1c7137
- Patch #1302986 by stBorchert: added Save and add terms.
2011-11-21 22:11:12 -05:00
webchick
8fd2f49c44
Issue #1346772 by xjm: Fixed StatisticsLoggingTestCase->testLogging() is unstable.
2011-11-21 14:41:06 -08:00
Nathaniel
dfa187c483
Issue #1301522 by xjm, Rob Loach, David_Rothstein: Fixed field_ui_default_value_widget() does not pass along the entity type when it creates the default value form.
2011-11-21 16:58:37 +09:00
Nathaniel
0546cadbba
Issue #1318316 by xjm: AssertTaxonomyPage is missing documentation.
2011-11-21 14:50:27 +09:00
catch
c3ecc1f9cd
Rollback of #589440 which needs more discussion.
2011-11-20 22:40:42 +09:00
catch
19b1c783fc
Issue #1290710 by heyrocker, xjm, Bojhan: Add Drupal 8 initiative owners to MAINTAINERS.txt.
2011-11-20 22:25:39 +09:00
catch
c026808886
Issue #1326088 by yoroy, mallezie: Rewrite description for URL alias on node/add/*.
2011-11-19 01:07:19 +09:00
catch
b9c47a3f46
Issue #1174756 by linclark, karschsp, amateescu, rupl: Convert <head> markup to HTML5.
2011-11-19 00:06:47 +09:00
catch
9f25d6a592
Issue #1329914 by xjm, msonnabaum: Ensure ['q'] is set before calling drupal_normal_path().
2011-11-19 00:01:52 +09:00
catch
ccbadedd42
Issue #1203532 by ericduran, keichee: Fixed jQuery Form Plugin update to latest stable release.
2011-11-18 23:59:36 +09:00
Nathaniel
2173020359
Issue #1077878 by ericduran, Mark Trapp, JohnAlbin, jessebeach, Jacine: Added HTML5shiv to core.
2011-11-17 16:33:06 +09:00
Nathaniel
cc453cc5b3
Issue #1190214 by stijnbe, aspilicious: Convert user-profile.tpl.php to HTML5.
2011-11-17 15:24:57 +09:00
Nathaniel
deec92a839
Issue #736604 by mortendk, mgifford, tjhellmann, jyve, svendecabooter, droplet: Book module now without clearfix & better markup + accessibility love.
2011-11-17 15:07:01 +09:00
Nathaniel
af12c3955f
Issue #998590 by das-peter: Fixed Prevent double CDATA section escaping in filter_dom_serialize_escape_cdata_element() to avoid warnings.
2011-11-17 14:54:24 +09:00
catch
f73b43ff0c
Issue #1336170 by rvilar, Gábor Hojtsy: Add locale module to upgrade tests.
2011-11-16 23:36:53 +09:00
catch
f2a145052e
Issue #1328900 by Rob Loach, amateescu: Update to jQuery 1.7.
2011-11-15 11:20:26 +09:00
catch
7e62a755b5
Issue #1326172 by David_Rothstein: Improve wording of the 'Current password' field description on the user edit form.
2011-11-15 11:03:28 +09:00
catch
86d84851b3
Issue #1337124 by xjm: Fixed Improve API documentation for taxonomy_autocomplete().
2011-11-15 11:01:21 +09:00
catch
b77a0c10ec
Issue #1077602 by Jacine, dcmouyard, skottler, jasonrsavino et al: Convert node.tpl.php to HTML5.
2011-11-14 10:16:12 +09:00
webchick
b38ce3da6a
Issue #1326950 by chrispomeroy: Fixed typo in overlay-child-rtl.css.
2011-11-12 15:44:24 -08:00
webchick
d2f32b2aae
Issue #1339292 by xjm: Fixed hook_requirements() documentation references incorrect path for cron in system.api.php.
2011-11-12 15:41:54 -08:00
webchick
0cd5979441
Issue #1313342 by CrookedNumber, Yuri: Fixed Curacao should appear in standard_country_list().
2011-11-12 15:34:18 -08:00
catch
79de559063
Issue #1326932 by jenlampton, msonnabaum: Bunny ears are fuzzy: update search test node content to reflect this.
2011-11-12 11:19:09 +09:00
webchick
2601ca027f
Issue #1180642 by franz, catch, xjm, musicnode: Fixed PDOException in statistics_exit() when path longer than 255 characters.
2011-11-11 11:56:00 -08:00
webchick
faed976f0e
Issue #999024 by bfroehle, O Govinda: Fixed Status Report page refers to 'update status module' instead of 'update manager module'.
2011-11-11 11:49:57 -08:00
webchick
ba4af30693
Issue #1328378 by Chi: Fixed remove bogus colour value in CSS in Seven theme.
2011-11-11 11:49:25 -08:00
catch
f5ce8e7534
Issue #789484 by Lars Toomre, sven.lauer, pillarsdotnet, michaellenahan, Mac_Weber: Fixed confusing documentation for argument in hook_access()/hook_node_access().
2011-11-11 21:20:17 +09:00
catch
126a93995d
Issue #1216994 by karschsp, jvc26, jyve: Clean up the CSS for File module.
2011-11-11 00:07:33 +09:00
catch
9810408fd9
Issue #1227942 by cweagans, Rob Loach: Move user-related functions to user.module.
2011-11-10 23:57:14 +09:00
Nathaniel
2ca0aba981
Issue #1325116 by xenophyle, xjm: Clean up API docs for Aggregator module.
2011-11-10 12:02:40 +09:00
catch
e80124f36e
Issue #743234 by mr.baileys, twistor, webchick, xjm: Fixed /aggregator does not use pagination.
2011-11-10 00:46:01 +09:00
catch
ff79d9d176
Issue #678594 by linclark, mlncn, kathyh: Fix RDFa markup for file/image formatters.
2011-11-10 00:22:45 +09:00
Nathaniel
e0b74b5b39
Issue #1323176 by Gábor Hojtsy: Decouple UI translation language information from language list schema.
2011-11-09 13:25:48 +09:00
Nathaniel
63f61838b4
Issue #1333346 by claudiu.cristea: Fixed hook_field_extra_fields_alter() example code.
2011-11-09 13:14:10 +09:00
Nathaniel
b1d41a52d4
Issue #686858 by agentrickard, michaelfavia, xjm: Fixed Remove 'priority' from hook_node_access_records().
2011-11-09 13:12:31 +09:00
Nathaniel
15fc4b57a6
Issue #1260752 by andypost: Fixed _locale_languages_common_controls() maxlength to conform schema.
2011-11-09 13:10:31 +09:00
Nathaniel
aead48a4ab
Issue #1247982 by kathyh, Aron Novak: Fixed API doc for hook_aggregator_parse() is incorrect.
2011-11-09 13:09:06 +09:00
Nathaniel
a92772f8f8
Issue #1333314 by ericduran: Fixed left over console.log in authorized.js.
2011-11-09 13:07:15 +09:00
catch
9d961cc2d3
Issue #1002258 by tstoeckler, xjm, kathyh: Fixed D6 modules satisfy D7 module dependencies.
2011-11-09 01:04:26 +09:00
catch
e1b21e1278
Issue #655190 by dealancer, kathyh, pingers, xjm: Fixed Allow hook_install_tasks() to be called from a profile's .install file (or document that it can't be).
2011-11-08 22:12:52 +09:00
Nathaniel
a77ed6e2ca
Issue #1006714 by Steven Jones, chx, mr.baileys, xjm, carlos8f: Fixed Test broken: drupal_get_path() doesn't work for profiles.
2011-11-08 13:24:21 +09:00
Nathaniel
578e5ff5c4
Issue #1049284 by xjm: Fixed Running update.php to flush caches no longer works unless there are updates pending.
2011-11-08 13:21:48 +09:00
catch
baec135ce6
Issue #212284 by Damien Tournoud, dww, alexanderpas: Fixed security check in 'configure' stage not compatible with overriding variables: site_name() and site_mail().
2011-11-07 16:05:33 +09:00
catch
cb51a8da58
Issue #935208 by droplet, assert0, adrinux: Fixed PECL uploadprogress bar doesn't appear.
2011-11-07 13:38:54 +09:00
catch
c352f3c924
Issue #1333192 by good_man: Fixed password-hash broken after moving files under /core.
2011-11-07 12:22:59 +09:00
catch
789acbd3c3
Issue #1146234 by David_Rothstein, Tor Arne Thune, xjm: Fixed Overlay redirect does not include query string.
2011-11-05 20:43:12 +09:00
catch
c7c2af24ba
Issue #1330922 by ericduran, scor: Fixed Drupal 8 HTML 5 page template should use lang not xml:lang.
2011-11-05 14:13:18 +09:00
catch
56d12d5efb
Issue #1189832 by karschsp: Convert book-all-books-block.tpl.php to HTML5.
2011-11-05 11:46:09 +09:00
catch
fd5d91d0ce
Issue #589440 by Boobaa, JanZ, pwolanin, mlncn, TomiMikola, willmoy, marcp et all: Fixed Reordering fails with more than 31 book pages in a book.
2011-11-05 11:43:04 +09:00
catch
4060b5cf74
Issue #1221712 by karschsp: Convert aggregator-wrapper.tpl.php to HTML5.
2011-11-04 22:09:32 +09:00
Nathaniel
132ae79332
Issue #916424 by rjgoldsborough, Jacine: Merge system.messages.css and system.menus.css into system.theme.css.
2011-11-04 15:33:29 +09:00
catch
fdef5cf7ef
Issue #1103590 by Tor Arne Thune, dcrocks, xjm: Fixed blocks being added to 'hidden' region when theme 1st enabled.
2011-11-03 22:07:07 +09:00
catch
c2c7f34570
Issue #1217050 by jyve: Clean up the CSS for Tracker module.
2011-11-03 21:58:40 +09:00
catch
255d9883fc
Issue #1045786 by Désiré, droplet: Fixed Length of Trimmed Description.
2011-11-03 20:03:47 +09:00
catch
5f46023c78
Issue #865536 by ericduran, effulgentsia, cosmicdreams, sreynen, jessebeach et al: Added drupal_add_js() is missing the 'browsers' option.
2011-11-03 20:00:04 +09:00
catch
02ebc310d4
Issue #1319904 by rc_100: Clean up API docs for help module.
2011-11-03 19:55:57 +09:00
catch
90597a5ff9
Issue #1323720 by xenophyle: Clean up API docs for block module.
2011-11-03 19:53:06 +09:00
catch
e6ae6a89dc
Issue #1077578 by rupl: Convert page.tpl.php to HTML5.
2011-11-03 16:48:05 +09:00
catch
70b8337cdc
Issue #1291100 by moshe weitzman, David_Rothstein: Remove category system from user edit and view.
2011-11-03 16:34:18 +09:00
catch
cde51eae5d
Issue #635046 by claudiu.cristea, sun, fago: Fixed form_state_values_clean() is polluting form values.
2011-11-03 16:32:28 +09:00
Nathaniel
07abfc136a
Issue #1312844 by sven.lauer, kathyh: Fixed hook_schema() doc should state that database tables are auto-created.
2011-11-02 17:28:14 +09:00
webchick
718fe5d907
Issue #1326472 by xjm: Add capitalization and periods to several inline comments in common.inc.
2011-10-31 22:04:16 -07:00
Nathan Haug
47761b2409
Issue #22336 : Comment out drupal_get_filename() test and separate into #1006714 .
2011-11-01 12:48:40 +09:00
Nathan Haug
f434037c0e
Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory.
2011-11-01 12:48:40 +09:00
Nathan Haug
06fb770bd3
Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory.
2011-11-01 12:48:40 +09:00
Nathaniel
906a6db347
Revert "Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades."
...
This reverts commit f0a16bf2a4 .
2011-11-01 12:32:15 +09:00
Nathaniel
f0a16bf2a4
Issue #22336 by quicksketch, rfay, scor, Rob Loach, boombatower, tstoeckler, kbahey: Move all core Drupal files under a /core folder to improve usability and upgrades.
2011-11-01 12:25:12 +09:00