Commit Graph

1889 Commits (f379abd91f59e2d20316b7da1abf33c2cb44a22d)

Author SHA1 Message Date
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 18693269b4 - Patch #804328 by jcfiala, David_Rothstein: 'Compress cached pages'-setting should always clear cache on toggle. 2010-07-28 02:57:36 +00:00
Dries Buytaert 6b6ea89afa - Patch #850686 by Jacine, sun: renamed 'highlight' region to 'highlighted' for consistency. 2010-07-28 01:40:39 +00:00
Dries Buytaert 50787d83f0 - Patch #788310 by jhodgdon: hook_menu_local_tasks_alter() doc is missing 2 parameters. 2010-07-26 13:38:30 +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 57cb1b8114 - Patch #858076 by jhodgdon: confirm_form() param documentation should mention value elements. 2010-07-26 02:44:03 +00:00
Dries Buytaert a3037d90c0 - Patch #818214 by David_Rothstein, dereine, JacobSingh: improper table structure for url_alias. 2010-07-24 18:12:27 +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 de9d0049a4 - Patch #800432 by marcingy: no index on {semaphore}.value. 2010-07-24 17:24:02 +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 5038c5d3df - Patch #846858 by kiamlaluno: it's/its grammar in various doc headers. 2010-07-21 00:26:21 +00:00
Dries Buytaert 7c2bcffab1 - Patch #788166 by TR: password_confirm() element breaks if there is more than 1 on a page. 2010-07-20 10:17:59 +00:00
Dries Buytaert 71294994bd - Patch #561708 by jurgenhaas, gleroux02, ksenzee, Island Usurper: theme_image() chokes if getimagesize() fails. 2010-07-19 22:20:49 +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
Angie Byron f83ac83582 #850060 by Dave Reid: Fixed Site mission token needs to be removed. 2010-07-11 01:01:11 +00:00
Dries Buytaert 0ed1077977 - Patch #846858 by kiamlaluno: typo in the documentation for hook_schema_alter(). 2010-07-10 01:59:02 +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
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 ea4f6bcef2 #363580 by rfay, chx, Berdir, Rob Loach, Gábor Hojtsy, Shawn DeArmond: Fixed OpenID login fails when in maintenance mode, and 403 errors on certain user paths for logged-in users. 2010-07-07 08:05:01 +00:00
Angie Byron a8812bb727 #685892 follow-up by Stevel: Fix missing t() in update function. 2010-07-07 05:59:14 +00:00
Dries Buytaert 47b8bec8e2 - Patch #749748 by mavimo, Dave Reid: contact and comment modules do not prefill with user info from cookie. 2010-07-07 01:14:18 +00:00
Dries Buytaert 16eb932fcd - Patch #846254 by kiamlaluno: example for hook_update_N() contains wrong code. 2010-07-07 00:57:44 +00:00
Angie Byron 99c7b5de09 #685892 by Stevel, scor, Island Usurper, yched, quicksketch, et al: Fixed Upload -> File module upgrade path is broken. 2010-07-06 07:38:48 +00:00
Dries Buytaert c0ca1e4563 - Patch #805702 by Berdir: cron should use locking framework. 2010-07-02 15:31:10 +00:00
Dries Buytaert 435e4e0310 - Patch #effulgentsia: remove left-overs. 2010-07-01 00:46:57 +00:00
Dries Buytaert 9e0af44f62 - Patch #523286 by aspilicious, Bojhan, anarcat, aaronbauman: cleanup IP blocking. 2010-06-30 15:51:51 +00:00
Dries Buytaert ef1fd4887a - Patch #721086 by rfay, aspilicious, andypost: create tests for system actions, clean up token replacement, clean up triggers. 2010-06-29 18:24:10 +00:00
Dries Buytaert 7640e03624 - Patch #690746 by Damien Tournoud, Stevel: avoid table descriptions from disappearing. 2010-06-29 16:52:11 +00:00
Dries Buytaert b6c0d1ab20 - Patch #831914 by Dave Reid: removed redundant/duplicate [node:uid], [comment:uid], and [file:uid] tokens. 2010-06-29 00:57:19 +00:00
Dries Buytaert 87f1bf455d - Patch #837728 by aaronbauman: @see directives in system.api.php: move to bottom of docblocks, prepend blank line. 2010-06-29 00:23:57 +00:00
Dries Buytaert 8ce1c80cc7 - Patch #829484 by Berdir, Dave Reid, dereine: uncaught PDO Exception - XSS. 2010-06-28 20:27:34 +00:00
Dries Buytaert db6d3d79a8 - Patch #837832 by dereine, marcingy: increase the size of {sessions}.sid. 2010-06-27 10:48:17 +00:00
Dries Buytaert ceabe1870e - Patch #734944 by Dave Reid: documentation for hook_token_info_alter() is incorrect. 2010-06-26 22:17:02 +00:00
Dries Buytaert a6012a2062 - Patch #838408 by chx: remove hook_menu_active_handler_alter(). 2010-06-26 21:38:38 +00:00
Dries Buytaert e27e1a0e0d - Patch #266246 by sun, effulgentsia, marcingy: remove smart defaults for system_settings_form(). 2010-06-26 21:32:20 +00:00
Dries Buytaert 218c363c5a - Patch #718922 by derjochenmeyer, betz, mgifford, JohnAlbin, casey: .element-invisible does not work with VoiceOver on OS X Snow Leopard. 2010-06-26 20:10:24 +00:00
Dries Buytaert 11d7b4d9b1 - Patch #818214 by dereine: improper table structure for url_alias(). 2010-06-26 12:40:33 +00:00
Dries Buytaert 77f6e36f63 - Patch #836748 by aaronbauman, jhodgdon: improve documentation about install/enable/etc. hook invocation order. 2010-06-26 12:34:44 +00:00
Dries Buytaert 7b77b90c03 - Patch #795174 by Berdir: use %alias in SelectQuery joins and remove workarounds. 2010-06-25 19:33:47 +00:00
Dries Buytaert cd5457024d - Patch #836700 by james.elliott: upgrade to jQuery UI 1.8 doesn't include proper dependencies for dialog. 2010-06-25 18:20:27 +00:00
Dries Buytaert 7e52847ae9 - Patch #690746 by jbrown, Ognyan Kulev, Crell, MichaelCole, Damien Tournoud: text column type doesn't reliably hold serialized variables. 2010-06-25 17:47:22 +00:00
Dries Buytaert 35373aa89c - Patch #831332 by Stevel: drupal_get_schema_unprocessed() called in update functions. 2010-06-25 12:27:28 +00:00
Angie Byron 8c390590d9 #833094 by carlos8f, David_Rothstein: Fixed Ajax requests in installer cause cron to run prematurely. 2010-06-24 17:28:10 +00:00
Dries Buytaert a3af546fe4 - Patch #831732 by solotandem: system_update_7053 needs to check for existence of menu_custom() table. 2010-06-23 13:17:51 +00:00
Dries Buytaert c28bba827e - Patch #834924 by jhodgdon: entity_invoke() is worthless. 2010-06-23 02:45:35 +00:00
Angie Byron 99ec176a5d #813492 follow-up by chx, marcingy, c960657: Fixed HTTPS sessions use an invalid merge query. 2010-06-21 16:03:45 +00:00
Angie Byron ce19c67110 #293223 follow-up by David_Rothstein: Roll back 'Hide required core modules'. This was removing useful information to both new and experienced site builders, as well as hiding critical 'help' links. 2010-06-21 02:27:47 +00:00
Angie Byron 3cca50da44 #817216 by ctmattice1, chx, Stevel, Damien Tournoud: Fixed system_update_7008 does not work, deal with invalid poll choices, and move poll-related upgrade logic to Poll module. 2010-06-21 00:00:38 +00:00
Angie Byron f174e9cc55 #448292 by Frank Ralf, David_Rothstein, mgifford, Everett Zufelt, Bojhan, mohammed76, et al: Fixed Drag and Drop for table rows is not accessible to screen-reader users. 2010-06-20 17:34:51 +00:00
Dries Buytaert 3620310d7c - Patch #818206 by Berdir et al: apply coding standard for no-arg constructors. 2010-06-17 13:16:57 +00:00
Angie Byron 7d4a02a3d9 #829378 by David_Rothstein: Fixed Update system should use the API to identify the install profile, rather than preg_match(). 2010-06-17 02:12:44 +00:00
Dries Buytaert a3b28597bb - Patch #235673 by carlos8f, yched, swentel, redndahead, Damien Tournoud, pwolanin, dww: changes to block caching mode not caught. 2010-06-15 16:19:28 +00:00
Dries Buytaert 9cf21be994 - Patch #780154 by chx, noahb, dhthwy, pwolanin, aspilicious, jhodgdon, dereine, bjaspan: listing API for field API. 2010-06-14 15:41:03 +00:00
Dries Buytaert f6d56f96c3 - Patch #551658 by Stevel: improve directory testing. 2010-06-14 13:33:45 +00:00
Dries Buytaert b32e3c909b - Patch #782616 by chx, dww: provide an ACID queue API entrypoint. 2010-06-14 13:10:31 +00:00
Dries Buytaert 1cd8bc5a00 - Patch #813492 by chx, Damien Tournoud, justinrandell: HTTPS sessions use an invalid merge query. 2010-06-14 12:31:46 +00:00
Dries Buytaert 5eefb7ab89 - Patch #826054 by grendzy: upgrade from Drupal 6.17 fails with integrity constraint violation: 1048 Column 'filename' cannot be null. 2010-06-14 12:27:46 +00:00
Angie Byron 1ecf2d1326 #808162 by carlos8f, agentrickard: Fixed update.php fails when optional modules disabled. 2010-06-13 18:27:39 +00:00
Dries Buytaert 38401e3815 - Patch #245990 by Pedro Lozano: HTTP request testing unreliable and may be undesirable. 2010-06-13 09:42:00 +00:00
Angie Byron c2e2974f0b #245990 follow-up by Pedro Lozano: Tell system_http_check() not to follow redirects to avoid false error notifications. 2010-06-12 08:33:50 +00:00
Angie Byron 40eeac9ebb #805052 follow-up by mikey_p: Fixed Notice in update.php in drupal_session_initialize(). 2010-06-08 05:44:07 +00:00
Dries Buytaert 79bf3bb31b - Patch #815734 by catch: system_update_7053() assumes block module is installed. 2010-06-03 13:20:05 +00:00
Dries Buytaert 248902b1b5 - Patch #807622 by grendzy: ftal error calling sys_get_temp_dir() in installer. 2010-06-02 06:56:48 +00:00
Dries Buytaert cf822bd236 - Patch #760170 by sivaji: custom date format string form accepts empty string input. 2010-06-01 05:08:40 +00:00
Dries Buytaert 78d4c09459 - Patch #808030 by dhthwy: new themes are not detected when visiting themes setting page without first clearing the cache manually. 2010-05-28 18:18:50 +00:00
Dries Buytaert 654921c474 - Patch #782056 by aspilicious: removing tabs and trailing white space. 2010-05-26 19:51:01 +00:00
Dries Buytaert 6826f8640d - Patch #730420 by andrewmacpherson: make html.tpl.php less dependant on rdf namespaces. 2010-05-26 10:47:20 +00:00
Dries Buytaert 7d0f0aed7d - Patch #592800 by cpliakas, Berdir, aufumy: critical bug: dependent modules are still installed when required modules return errors in hook_requirements(). 2010-05-26 07:31:47 +00:00
Dries Buytaert 5ff0c0d3c7 - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' screen. 2010-05-23 19:10:23 +00:00
Dries Buytaert 5d4fa6f725 - Rollback of #787940. 2010-05-23 18:23:32 +00:00
Dries Buytaert f42b6adaff - Patch #805124 by catch: admin/config shows empty admin blocks. 2010-05-21 11:37:55 +00:00
Dries Buytaert 8c60927ba9 - Patch #682902 by Shai: small change in wording in help text. 2010-05-20 08:47:00 +00:00
Dries Buytaert 63dba2a07d - Patch #692044 by Damien Tournoud, effulgentsia, jbrown: a site with statistics module enabled is much slower in serving cached pages in D7 than in D6. 2010-05-19 19:14:43 +00:00
Dries Buytaert 0444684a2b - Patch #283095 by mr.baileys: correct language of/add specificity to confirm_form() documentation. 2010-05-19 19:11:25 +00:00
Dries Buytaert 09b0283675 - Patch #692044 by Damien Tournoud, effulgentsia: a site with statistics module enabled is much slower in serving cached pages in D7 than in D6. 2010-05-18 18:26:30 +00:00
Dries Buytaert d4200e2600 - Patch #763850 by c960657: require_once() and drupal_get_path() inconsistencies. 2010-05-18 18:11:13 +00:00
Dries Buytaert 245454bece - Patch #790650 by casey: dashboard always appears in drag-and-drop mode when Seven is not used (and on 404 pages). 2010-05-18 12:07:39 +00:00
Dries Buytaert 6babaebe02 - Patch #223341 by bonzinip, Jody Lynn, Kars-T, casey: menus cannot be created using 'ol' 2010-05-18 11:56:59 +00:00
Dries Buytaert f8fa114a8e - Patch #67439 by sun, effulgentsia: #tree in hook_element_info() does not work. 2010-05-17 21:23:32 +00:00
Dries Buytaert 9bab7f62f0 - Patch #778608 by Gábor Hojtsy: default theme region can be hidden. 2010-05-17 21:08:37 +00:00
Dries Buytaert 1c9b84ad39 - Patch #594412 by mrfelton, klausi, David_Rothstein: correctly label all site-owning super-admin permissions. 2010-05-17 08:00:25 +00:00
Dries Buytaert f11db319d0 - Patch #228860 by tstoeckler, Mike Wacker, flickerfly, randallknutson, gordon: upgrading a module with a newly added dependencies breaks things badly. 2010-05-16 20:08:38 +00:00
Dries Buytaert fa50f04ee4 - Patch #787940 by casey: generic approach for position:fixed elements like toolbar. 2010-05-14 07:45:54 +00:00
Dries Buytaert 47653eae18 - Patch #730046 by pwolanin, Damien Tournoud: performance settings page is inconsistent. 2010-05-12 08:26:15 +00:00
Dries Buytaert a60a608ed8 - Patch #655252 by quicksketch: custom e-mail action fails to accept token [node:author:mail] or [comment:author:mail]. 2010-05-11 11:03:12 +00:00
Angie Byron da1b4bb94f #410636 by randallknutson, c960657, Berdir: Fixed D6->D7 update does not create required menus. 2010-05-10 15:19:36 +00:00
Dries Buytaert b0ab9f287e - Patch #791986 by aaron: hook_file_insert()/update() correction. 2010-05-07 12:59:07 +00:00
Dries Buytaert 87bdade9b9 - Patch #787944 by yoroy: weight items on the Reports overview page. 2010-05-06 15:21:25 +00:00
Angie Byron df45d5e5ce #490400 by jpmckinney: Fixed modules with dependencies whose .info file sets required=TRUE cannot be enabled. 2010-05-06 06:26:42 +00:00
Angie Byron ed86172814 #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply coding standard for casting. 2010-05-06 05:59:31 +00:00
Dries Buytaert 89f2567961 - Patch #783534 by dmitrig01, droplet, Nick Lewis: make Report table better. 2010-05-05 16:41:57 +00:00
Angie Byron 4ce4c4ebf0 #743124 by ldpm: Small correction to hook_form_alter() docs. 2010-05-05 07:02:13 +00:00
Dries Buytaert 648d8ab87e - Patch #511532 by sun: incorrect documentation for hook_library(). 2010-05-04 14:52:02 +00:00
Dries Buytaert 71713081a2 - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 and sha1. 2010-05-01 08:12:23 +00:00
Angie Byron c3b9922884 #718894 by robeano: Fixed hook_date_format_types_alter() is not documented. 2010-04-30 19:21:52 +00:00
Angie Byron 9d692bc289 #605270 by jhodgdon, dww, heyrocker: Fixed Document new update manager hooks. 2010-04-30 16:27:02 +00:00
Angie Byron a724915f82 #551658 by pwolanin, aaron, drewish: Move private files to an opt-in system, and no longer force private files to live within web-accessible directory. 2010-04-30 01:33:17 +00:00
Angie Byron 06585e6b6b #718860 by djac, jhodgdon: Fixes to hook_theme() documentation. 2010-04-29 04:57:59 +00:00
Angie Byron 269da03726 #777080 by jhodgdon: Fixed hook_hook_info_alter() is not documented. 2010-04-29 04:47:31 +00:00