Commit Graph

16858 Commits (24e23ed2dbc2d9baf645e81c81e316d0b02f370c)

Author SHA1 Message Date
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
webchick 0009c31a9c Issue #1382144 by Chi: Rename variable in standard profile. 2011-12-31 15:54:33 -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