Commit Graph

14706 Commits (7d1ae1167ddf733278841824aa0df7dab2f34661)

Author SHA1 Message Date
webchick 66f93d7106 Issue #1041902 by jhodgdon: hook_entity_info() doc header has a couple of omissions. 2011-03-21 11:29:21 -07:00
webchick 11a177068d Issue #1037352 by jhodgdon: hook_permission() is missing doc about 'warning'. 2011-03-21 11:27:13 -07:00
webchick 19f821ef7d Issue #1082624 by Barrett: hook_form() doc references example project and shouldn't in D7/8. 2011-03-21 11:19:48 -07:00
webchick 7c81e60109 Issue #1031692 by jhodgdon: entity_load() doc should not say to use for more than one load only. 2011-03-21 11:17:05 -07:00
webchick 34c6cdd66b Issue #1022924 by yched, chx: Fixed critical bug: Updates are broken for deleted fields in installs upgraded from rc1. 2011-03-10 01:40:12 -06:00
webchick 6dabf4fc47 Issue #1087092 by danillonunes: Fix documentation for drupal_map_assoc() function 2011-03-10 01:17:43 -06:00
Dries Buytaert 074848d097 #1065968 by droplet: fixed function node_get_recent(). 2011-02-28 20:55:25 -05:00
Dries Buytaert 768208f8dd - Patch #1076394 by pillarsdotnet: improved test code. 2011-02-28 20:36:37 -05:00
Dries Buytaert 540ee5f440 - Patch #1071494 by Takafumi: typo in menu.module. 2011-02-28 20:14:44 -05:00
The Great Git Migration 79bcdb8b7d Stripping CVS keywords 2011-02-25 02:06:03 +00:00
Dries Buytaert 80aacdb000 - Patch #1064212 by catch: page caching performance has regressed by 30-40%. 2011-02-24 12:09:59 +00:00
Dries Buytaert b3094a0b76 - Patch #1068184 by bfroehle: _openid_get_math_library() should not use drupal_static(). 2011-02-24 12:06:58 +00:00
Dries Buytaert be689dc4cf - Patch #1067662 by mfb: optimize file_uri_scheme(). 2011-02-23 20:28:40 +00:00
Dries Buytaert 778151596f - Patch #1059184 by yched: warnings in list_update_7001 (edge cases). 2011-02-23 20:26:56 +00:00
Dries Buytaert 0a50c581d8 - Patch #545518 by sun, Xano: move Locale module specific code out of module.inc and system.module. 2011-02-21 23:51:45 +00:00
Dries Buytaert 9ce37d2f4c - Patch #953010 by steinmb, droplet: locale.css causes vertical tabs to overlap the language selection drop-down menu in node edit forms. 2011-02-21 22:56:08 +00:00
Dries Buytaert 63c8e899b9 - Patch #1067980 by Takafumi, Damien Tournoud: missing t() in image.admin.inc. 2011-02-21 20:07:51 +00:00
Dries Buytaert 1889e5600d - Patch #1051164 by betz: remove unnecessary ['submitted'] override in template.php. 2011-02-21 20:06:48 +00:00
Dries Buytaert faa920f9e6 - Patch #1006838 by coltrane: upgrade to 7 glaring timezone invalid notice. 2011-02-21 20:05:26 +00:00
Dries Buytaert b20486762f - Patch #1062616 by benanderson: failed integration with Amazon's Simple Email Service (SES). 2011-02-21 20:03:35 +00:00
Dries Buytaert 9c44a60045 - Rollback of accidentical commit #1064882. 2011-02-19 16:59:43 +00:00
Dries Buytaert e06aca78ec - Patch #1024806 by Jody Lynn: Fixed dblog_uninstall() needed. 2011-02-19 16:54:36 +00:00
Dries Buytaert b7a2aeb608 - Patch #1025372 by rschwa: hook_block_info() should document max length of delta/array key. 2011-02-19 14:11:50 +00:00
Dries Buytaert 3e914018de - Patch #880278 by RoboPhred: cleanup _locale_import_read_po(). 2011-02-19 13:24:32 +00:00
Dries Buytaert 570dcc5752 - Patch #892864 by pwolanin, pounard: remove drupal_static() in _drupal_bootstrap_full(). 2011-02-19 13:19:26 +00:00
Dries Buytaert 860e546695 - Patch #1019596 by RoboPhred: field_read_instance() doc says it will not return deleted instance, but that is a parameter option. 2011-02-19 01:09:31 +00:00
Dries Buytaert d58e24b247 - Patch #1020906 by RoboPhred: differentiate process/preprocess hook documentation. 2011-02-19 01:07:00 +00:00
Dries Buytaert 0b5a09cc64 - Patch #942006 by jhodgdon, heyrocker: documentation for drupal_write_record() doesn't state what happens to missing values on existing records. 2011-02-19 01:01:41 +00:00
Dries Buytaert e819ccc96b - Patch #1014130 by catch, carlos8f, David_Rothstein: install_profile_info() does a file system scan on every request to admin/config (and etc.). 2011-02-19 00:50:43 +00:00
Dries Buytaert a5c9ab0759 - Patch #1051184 by mr.baileys: fix doxygen formatting and punctuation in documentation for drupal_parse_info_file(). 2011-02-19 00:33:05 +00:00
Dries Buytaert 2143e4d372 - Patch #1063178 by Haza: line break filter will ignore everything following a <pre>xxx</pre>. 2011-02-19 00:29:40 +00:00
Dries Buytaert acd8b039a3 - Patch #1058762 by montesq: hook_user_delete doc has wrong order of operations 2011-02-19 00:23:21 +00:00
Dries Buytaert 843a7cf3a5 - Patch #1064264 by rfray: get the tests ready for the Great Git Migration. 2011-02-19 00:19:58 +00:00
Dries Buytaert 8813c4cc51 - Patch #847324 by jhodgdon, yang_yi_cn: fix formatting of documentation. 2011-02-19 00:14:03 +00:00
Dries Buytaert fa39282ef7 - Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'. 2011-02-19 00:09:11 +00:00
Dries Buytaert 7205ff14ca - Patch #1046784 by Dave Reid: strings in simpletest_requirements() are not using (). 2011-02-09 02:35:42 +00:00
Dries Buytaert 7c45d5b2dc - Patch #1042706 by 1V: clean up INSTALL.txt and update links. 2011-02-09 02:30:17 +00:00
Dries Buytaert f1cc865186 - Patch #1052364 by agentrickard: documentation error in hook_modules_uninstalled(). 2011-02-09 02:26:04 +00:00
Dries Buytaert bd1c87fbea - Patch #1049528 by sreynen: change script example for drupal_parse_info_file() from .css to .js. 2011-02-09 02:23:52 +00:00
Dries Buytaert 2b3c728a56 - Patch #859602 by catch, bfroehle: #cache does not record the #attached declared in child elements. 2011-02-04 21:36:31 +00:00
Dries Buytaert 25a4309ed0 - Patch ##1041474 by 1V: Fixed INSTALL.pgsql.txt and INSTALL.mysql.txt cleanup of various grammatical errors. 2011-02-04 21:26:25 +00:00
Dries Buytaert 5ab7e4a058 - Patch #1020642 by amateescu: improved coding standards for toolbar.css. 2011-02-04 21:04:00 +00:00
Dries Buytaert 874fe3d8db - Patch #1031686 by rschwab: User_load() documentation should reference drupal_save_session(), not session_save_session(). 2011-02-04 20:50:28 +00:00
Dries Buytaert 07eaa98b29 - Patch #1027578 by droplet: missing period in the documentation for drupal_convert_to_utf8(). 2011-02-04 20:32:18 +00:00
Dries Buytaert 7aabab90cf - Patch #1045606 by droplet, montesq: hook_block_info() doc should use visibility constants. 2011-02-04 20:09:15 +00:00
Dries Buytaert 6a69b824b6 - Patch #1029346 by David_Rothstein: Changed INSTALL.txt and UPGRADE.txt should mention that you can download Drupal as a .zip file also. 2011-02-04 19:56:27 +00:00
Dries Buytaert 371b1d0ff1 - Patch #1025124 by catch, jbrown: remove cruft from theme_image_style() and image_style_url(). Should be faster too. 2011-02-04 19:43:25 +00:00
Dries Buytaert 0a7220483d - Patch #1049116 by solotandem, David_Rothstein: module_enable() doesn't account for version strings in dependencies[]. 2011-02-04 19:34:38 +00:00
Dries Buytaert 10894ac845 - Patch #1049144 by boombatower: remove unnecessary return statements. 2011-02-04 19:03:14 +00:00
Dries Buytaert 2c43b5cdbe - Patch #933498 by eojthebrave, aaron: image effects table created with incorrect table name in upgrade path. 2011-02-04 18:50:28 +00:00