Commit Graph

4507 Commits (e7a8f5129682d66b8c9454cd6fecb424e664d0b8)

Author SHA1 Message Date
webchick e7a8f51296 Issue #1192466 by pillarsdotnet: Fixed Make docs of drupal_realpath() match code. 2011-06-21 23:02:27 -07:00
webchick 0f856ba72f Issue #1192456 by pillarsdotnet: Fixed Make docs of file_move() match code. 2011-06-21 22:55:00 -07:00
Dries Buytaert 078dc10b2a - Patch #804864 by fabsor, pwolanin, catch, c960657: external page caching does only work when 'page_cache_invoke_hooks()' is set to FALSE. (Old 'Aggressive Mode' is on). 2011-06-12 19:52:37 -04:00
Dries Buytaert 7ea8b45ad2 - Patch #1089472 by janusman, David_Rothstein: batch API finishes when >99.5% of items have been processed. 2011-06-11 19:21:17 -04:00
webchick d01ac03790 Issue #504506 by andypost, Gábor Hojtsy: Fixed Drupal.formatPlural incorrectly handle complex plural rules. 2011-06-08 20:55:34 -07:00
webchick df642fea99 Issue #1038030 by yched: Fixed More accurate error handling in EntityFieldQuery : non-existing field. 2011-06-04 11:13:28 -07:00
webchick 2647e11642 Issue #1007830 follow-up by bfroehle: Add more specificity to MySQL nested DDL transaction error check. 2011-06-04 11:03:49 -07:00
webchick 6f53d446aa Issue #1161240 by barbi, jhodgdon: Added Need documentation of non-matching return value for taxonomy_term_load_multiple(), entity_load_multiple(), and DrupalEntityControlle. 2011-06-01 01:44:48 -07:00
webchick 6fc37ebf29 Issue #604902 by rschwab, drewish: Add documentation about Batch API success parameter. 2011-06-01 01:39:32 -07:00
webchick 3297727dc1 Issue #1164862 by barbi: Fixed DatabaseTaskException has @class near top and shouldn't. 2011-06-01 01:19:14 -07:00
webchick eeb0bd8682 Issue #1063636 by barbi: Changed drupal_add_css() should reference drupal_get_css(). 2011-05-29 22:39:13 -07:00
webchick 33d4ce4bde Issue #1007830 by drunken monkey, Damien Tournoud, bfroehle: Fixed Nested transactions throw exceptions on ddl changes. 2011-05-29 21:51:22 -07:00
Dries Buytaert b6e430d0e6 - Patch #1164548 by droplet: correct SelectQuery::range doc. 2011-05-28 09:38:52 -04:00
Dries Buytaert 1e1c9b71fb Merge branch '7.x' of git.drupal.org:project/drupal into 7.x 2011-05-28 09:31:58 -04:00
Dries Buytaert 36e52ceff7 - Patch #1169338 by barbi: _drupal_log_error() - doc is incomplete. 2011-05-28 09:29:01 -04:00
webchick fad397b1f1 Ahem. Once again. 2011-05-25 14:26:11 -07:00
webchick e708195f31 Back to 7.x-dev 2011-05-25 14:23:22 -07:00
webchick 49e2d2ca6f Drupal 7.2 2011-05-25 13:41:42 -07:00
webchick 316bd96ebf Drupal 7.1 2011-05-25 13:07:13 -07:00
webchick fef11ae71e Issue #1096340 by plach, fietserwin, sun: Fixed Stale language types/negotation info after enabling/disabling modules. 2011-05-24 08:58:16 -07:00
Dries Buytaert 1f17b2c1e2 - Patch #1164226 by TR: token_find_with_prefix() has typos, token.inc not up to doc standards. 2011-05-23 20:59:22 -04:00
Dries Buytaert 5dbe8aa92b Merge branch '7.x' of git.drupal.org:project/drupal into 7.x 2011-05-22 09:08:19 -04:00
Dries Buytaert 42786ee70e - Patch #1038788 by wojtha, sign: drupal_find_theme_functions() removes all theme 'prefix_' occurences. 2011-05-22 09:01:49 -04:00
webchick 267b9c435c Issue #1096446 by plach: Fixed entity_label() is not passing along the () parameter. 2011-05-18 01:00:28 -05:00
webchick 75a0deb272 Issue #1089174 by plach: Fixed Prepare view hooks do not receive the language parameter. 2011-05-18 00:07:38 -05:00
webchick 8c3dbb5e7f Issue #1001146 by edhaber, droplet: Fixed Cannot theme links in a menu when menu_name() contains a hyphen. 2011-05-18 00:04:43 -05:00
webchick e77f87506c Issue #1105848 by cafuego: Fixed Unsafe query comments possible via UI. 2011-05-17 23:57:40 -05:00
Dries Buytaert a73fabfacd - Rolled back. 2011-05-17 17:46:31 -07:00
Dries Buytaert 258fc5ff7b - Patch #784856 by dmitrig01: menu_get_names() is dead code, remove it. 2011-05-17 17:46:01 -07:00
Dries Buytaert 40f516cf3d - Patch #759844 by jpmckinney, dixon_, plach, ksenzee, fabsor, pillarsdotnet: overlay does not work with prefixed URL paths. 2011-05-14 08:33:39 -04:00
Dries Buytaert 7d1ae1167d - Patch #802856 by catch, pillarsdotnet: make lock_wait() wait less. 2011-05-13 22:34:19 -04:00
Dries Buytaert 3a73639833 - Patch #1029606 by fago, bojanz, Damien Tournoud: hook_menu() should not be called during uninstallation. 2011-05-13 20:29:07 -04:00
Dries Buytaert b7062f4b21 - Patch #958850 by bellHead: Postgres password containing backslashes don't work. 2011-05-08 16:36:29 -04:00
Dries Buytaert a22d7770d4 - Patch #1024684 by linclark: omit & in @param statements (for consistency). 2011-05-08 15:51:01 -04:00
Dries Buytaert c7f534a77e - Patch #1086066 by drewish, Mile23: get_t() should describe what it does and why. 2011-05-04 20:42:42 -07:00
Dries Buytaert d96bf5d808 - Patch #852120 by cygri: batch operations example doesn't do proper sanitizing. 2011-05-01 06:37:52 -04:00
Dries Buytaert 400284fb2c - Patch #1099396 by Désiré, droplet, plach: language_count() is never decremented when removing a language. 2011-05-01 06:31:39 -04:00
Dries Buytaert 3f154706a3 - Patch #711650 by marcvangend, cha0s: when index.php appears in the URL (or is automatically added by the server) users get a 'page not found' message. 2011-05-01 06:08:25 -04:00
Dries Buytaert 9888e8884e - Patch #1139638 by DamZ: the SQLite driver cannot update a column to NULL. 2011-04-28 06:02:43 -04:00
Dries Buytaert 2681b059ff - Patch #1097538 by davidtrainer: update drupal_set_message() docs. 2011-04-25 22:10:57 -04:00
webchick ef5ef9efc7 Issue #908282 by jbrown, pillarsdotnet: add width and height attributes to increase front-end performance. 2011-04-24 01:38:16 -07:00
Dries Buytaert d379f3d7bd - Patch #733192 by pillarsdotnet, Sutharsan, Letharion, clemens.tolboom: tokens enclosed in [ ] are not recognized. 2011-04-23 20:09:54 -04:00
Dries Buytaert 9f9e9c3824 - Patch #183435 by gregmac, TR: drupal_http_request() and malformed responses. 2011-04-23 16:34:22 -04:00
Dries Buytaert 05e249e8f8 - Patch #1122880 by jn2: DatabaseConnection::defaultOptions has incorrect php.net link. 2011-04-23 16:29:41 -04:00
Dries Buytaert 803ae47d63 - Patch #1126370 by kim-day, jn2: menu_link_save() needs more detail. 2011-04-20 22:44:36 -04:00
Dries Buytaert ada3ac12a2 - Patch #1097538 by davidtrainer: update drupal_set_message() docs. 2011-04-20 22:40:37 -04:00
Dries Buytaert 8ae9b6f6d8 - Patch #965272 by larowlan, bellHead, TR: items defined with type MENU_CALLBACK show 'Home' as a title. 2011-04-20 22:29:50 -04:00
Dries Buytaert 38b2990052 - Patch #1096842 by nanotube: typo in EntityFieldQuery documentation. 2011-04-14 22:05:25 -04:00
Dries Buytaert 0140d97039 - Patch #1043552: fixed typo in comment inside theme_disable(). 2011-04-14 22:00:11 -04:00
Dries Buytaert fbd9663207 - Patch #545518 by bfroehle: move Locale module specific code out of module.inc and system.module. 2011-04-14 21:55:39 -04:00