Commit Graph

11234 Commits (a0ec577e5b3a55ddf0e4707c953f9fdbbd23b792)

Author SHA1 Message Date
Dries Buytaert a8f8a26f6d - Patch #553944 by David_Rothstein, ksenzee | JacobSingh, sun, jhodgdon, pwolanin: allow modules to specify per-page custom themes in hook_menu(). 2009-09-30 13:09:30 +00:00
Dries Buytaert 15343a993c - Patch #591758 by catch: system_region_list() should use list_themes() instead of a direct db_query(). 2009-09-30 12:35:27 +00:00
Dries Buytaert 57090c33da - Patch #367013 by bjaspan, yched: clean ups for field_update_field(). 2009-09-30 12:26:36 +00:00
Angie Byron 4d99a96690 #365597 follow-up by mfb: Tests for OpenID redirection from user/login. 2009-09-30 04:06:15 +00:00
Dries Buytaert 579173deca - Patch #563526 by jhodgdon | anschinsan: fixed broken see also link in user-profile.tpl.php doc and re-organized some of the documentation. 2009-09-30 00:46:35 +00:00
Angie Byron 0085972f1e #557542 follow-up by catch: Fixed module_implements() caching for authenticated users. 2009-09-29 18:08:28 +00:00
Dries Buytaert 8f1ec56d35 - Patch #584370 by JoshuaRogers, JacobSingh | mattyoung: fixed bug with CSS file inclusion in the CSS optimization code. 2009-09-29 17:52:46 +00:00
Angie Byron dd7a450a7c #590590 by plach: Fixed bug where field_create_field() ignores the 'translatable' property. 2009-09-29 17:36:29 +00:00
Angie Byron 34bc33baef #375931 by Dave Reid: Fix SimpleTests when cvs_deploy module is enabled. 2009-09-29 17:00:03 +00:00
Angie Byron ae84c08eaa #334238 follow-up by Dave Reid: Fixed detection of core modules and themes in update.module. 2009-09-29 16:30:30 +00:00
Dries Buytaert 598e739208 - Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in url() only accept an array. Another nice API clean-up! 2009-09-29 15:31:17 +00:00
Dries Buytaert cef1089389 - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql(). 2009-09-29 15:13:57 +00:00
Dries Buytaert 0a0b067c24 - Patch #497504 by dakala, bjaspan | yched: rename #multiple to #cardinality in field forms. 2009-09-29 01:08:35 +00:00
Dries Buytaert 67f2c101c1 - Patch #584966 by mr.baileys, sun: add doxygen group for PHP function wrappers in Drupal. 2009-09-28 22:22:54 +00:00
Dries Buytaert 009724f220 - Patch #584278 by cam8001, Dave Reid | moshe weitzman: Fixed pending updates always being plural. 2009-09-28 22:16:32 +00:00
Dries Buytaert 101d520929 - Patch #508570 by quicksketch, sun | pwolanin, bec: restore URL consistency for node types and menus. 2009-09-28 22:14:31 +00:00
Dries Buytaert 65bb91c989 - Patch #215080 by andypost, drifter, Dave Reid | robertDouglass, catch, jaydub: drop unnecessary index. 2009-09-28 15:38:27 +00:00
Dries Buytaert 803b8b3940 - Patch #443422 by yched, bjaspan | chx, merlinofchaos, Scott Reynolds, plach, profix898, mattyoung: added support for pluggable 'per field' storage engine. Comes with documentation and tests.
The Field Attach API uses the Field Storage API to perform all "database access". Each Field Storage API hook function defines a primitive database operation such as read, write, or delete. The default field storage module, field_sql_storage.module, uses the local SQL database to implement these operations, but alternative field storage backends can choose to represent the data in SQL differently or use a completely different storage mechanism such as a cloud-based database.
2009-09-27 12:52:55 +00:00
Dries Buytaert 2529960660 - Patch #356841 by trogie, Dave Reid | dww: update status 'last checked time' should output actual date of last check. 2009-09-27 11:15:53 +00:00
Dries Buytaert 5e7df30a34 - Patch #582754 by bjaspan | yched: Fixed Undefined index errors viewing nodes with fields. 2009-09-27 11:12:15 +00:00
Dries Buytaert a8b3369b95 - Patch #557542 by CorniI, catch, fago, Crell, sun | pwolanin, chx, webchick, mattyoung, alexanderpas, justinrandell, dropcube, moshe weitzman, Damien Tournoud, Rob Loach, Dries: cache module_implements() for better performance and scalability. 2009-09-27 11:08:45 +00:00
Dries Buytaert 319f5ef91b - Patch #499828 by Dave Reid, Darren Oh, dww | Dries: fixed wrong release date on multi-module projects. Now with extra tests! 2009-09-27 00:15:28 +00:00
Dries Buytaert 2c154dc986 - Patch #550742 by Dave Reid, douggreen, Jacine | yoroy, Dries: removed status message. 2009-09-27 00:12:14 +00:00
Dries Buytaert bf7175abe5 - Patch #253501 by dww, cwgordon7 | boombatower, Dave Reid: added tests for update.module. 2009-09-26 17:03:13 +00:00
Dries Buytaert dfa38ec66c - Patch #588574 by dww: made Dave Reid a co-maintainer for update status. 2009-09-26 16:51:23 +00:00
Dries Buytaert db09a6178b - Patch #367013 by bjaspan, KarenS | yched, Dries: add support for field updates. 2009-09-26 15:57:39 +00:00
Dries Buytaert dba2ebb118 - Patch #570142 by Dave Reid | Dries: get rid of the admin/structure/contact/settings page. 2009-09-26 00:13:19 +00:00
Dries Buytaert e1d4b41459 - Patch #588218 by Dave Reid: use PHP5 date constants. 2009-09-25 23:53:26 +00:00
Dries Buytaert 9e63842460 - Patch #578676 by sun: clean ups for cron queue. 2009-09-25 23:48:24 +00:00
Dries Buytaert 142003cd01 - Patch #582956 by dww | Damien Tournoud: fixed FormsTestCase::testRequiredFields(). 2009-09-25 17:18:41 +00:00
Dries Buytaert 762be09fa9 - Patch #578676 by chx | neclimdul, Crell, Dave Reid: introduce a queue for cron. 2009-09-25 15:20:12 +00:00
Dries Buytaert 92278086bb - Patch #118345 by sun: code clean-up and removed extra condition that slipped in. 2009-09-25 15:14:18 +00:00
Dries Buytaert c90e9f9109 - Patch #585742 by Damien Tournoud | Amitaibu: content type wasn't created after drupalCreateContentType(). 2009-09-25 15:12:56 +00:00
Dries Buytaert f15438cc9a - Patch #521838 by jrchamp: (temporary) fix for drupal_get_schema_versions(). 2009-09-25 14:54:49 +00:00
Dries Buytaert d734f2f25d - Patch #581392 by sun, catch | mr.baileys: Fixed Add an API function for deleting revisions. 2009-09-25 14:24:34 +00:00
Dries Buytaert 8b0b496a1c - Patch #560738 by sun, noahb, David_Rothstein | dropcube: trying to delete a text format gives 'page not found'. 2009-09-25 14:06:09 +00:00
Dries Buytaert fdeb890b5f - Patch #521838 by catch, jrchamp, CorniI, sun | Damien Tournoud, drewish, chx, moshe weitzman, yched, Dries: drupal_get_schema_versions() took 30% of page execution time on /admin. 2009-09-23 15:04:34 +00:00
Dries Buytaert 0622dfe9f1 - Patch #572778 by Amitaibu: removed outdated comment. 2009-09-23 10:41:55 +00:00
Dries Buytaert 5679074858 - Patch #550718 by alexanderpas, Gábor Hojtsy | Dries, webchick, ugerhard: tabs on admin pages are not accessible from overviews and menus. 2009-09-22 15:26:46 +00:00
Dries Buytaert 29addd06b2 - Patch #569364 by bjaspan, yched: handle failures on field storage creation. 2009-09-22 08:44:04 +00:00
Dries Buytaert a4b833b6de - Patch #118345 by sun | nedjo, pwolanin, webchick: DIE hook_user_form() + hook_user_register() DIE! 2009-09-22 07:50:16 +00:00
Dries Buytaert 77af195531 - Patch #581764 by swentel, bjaspan: default profile incorrectly created 'tags' vocabulary. 2009-09-22 07:44:58 +00:00
Dries Buytaert b7affdab6b - Patch #581534 by pwolanin | sun: fix redirecting after submitting a comment on a multi-page comment thread. 2009-09-22 07:36:57 +00:00
Dries Buytaert 4deee69d6e - Patch #581760 by yoroy: by default, don't center-align the user login form in the block. It is still center-aligned in Garland. 2009-09-22 07:25:10 +00:00
Dries Buytaert 77d9ff0706 - Patch #551694 by effulgentsia, rfay, sun | moshe weitzman, Dries: standardized the return of status messages in AJAX callbacks. 2009-09-21 08:54:57 +00:00
Dries Buytaert aca54cc198 Patch #331893 by mgifford, nigel, Xano, Everett Zufelt | Cliff, Bojhan, mcrittenden, webchick, Josh Waihi, alpritt, heather: improved the password checker. 2009-09-21 08:52:41 +00:00
Dries Buytaert d92389ae11 - Patch #583008 by Damien Tournoud: DRUPAL_BOOTSTRAP_ACCESS doesn't exist anymore, but is still an explicit bootstrap step. 2009-09-21 08:07:07 +00:00
Dries Buytaert 1eea0b5496 - Patch #500038 by Shai, sreynen | webchick: changed default for RSS output from 'teaser only' to 'full node'. 2009-09-21 07:59:18 +00:00
Dries Buytaert ef33d44f66 - Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and drupal_json() for consistency and readability. 2009-09-21 07:56:09 +00:00
Dries Buytaert a32c8ecfff - Patch #249553 by sun: started to rename SimpleTest to Testing, at least in user output. 2009-09-21 06:52:40 +00:00