Commit Graph

3570 Commits (4335a60b97a0ee0ca6be3e1aec14482e9aaaee8f)

Author SHA1 Message Date
Angie Byron 32dd3b46b6 #660856 by effulgentsia: Optimize template_preprocess(). 2010-01-10 02:15:12 +00:00
Angie Byron c675d4f951 #680022 by yched: Fixed template_preprocess() generates invalid CSS classes. 2010-01-10 01:05:22 +00:00
Angie Byron 92efec6e1e #479368 by Heine and asimmonds: Fixed drupal_to_js() provides bad unicode conversions. 2010-01-09 23:36:55 +00:00
Angie Byron 71ee49de3e #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more extraneous 'Please' in the interface. 2010-01-09 23:03:22 +00:00
Angie Byron a895a366c5 #563106 by quicksketch, scor, andypost, ctmattice1, catch, yched, adrian: Fix critical upgrade path bugs from Drupal 6 to Drupal 7 2010-01-09 22:07:57 +00:00
Angie Byron 20bac50d4a #299308 by redndahead, Dave Reid, dropcube, catch, redndahead, and dbabbage: Add POD to installation requirements. 2010-01-09 22:01:42 +00:00
Dries Buytaert 4a42062b5b - Patch #667038 by effulgentsia: optimize template_process(). 2010-01-09 06:35:38 +00:00
Angie Byron 1f6a553cd2 #629794 follow-up by yched: Fixed batch API in update.php. 2010-01-09 02:51:09 +00:00
Dries Buytaert 25747314e2 - Patch #550010 by c960657: DatabaseConnection::prepareQuery() ignores argument. 2010-01-08 21:09:17 +00:00
Dries Buytaert cc55d29417 - Patch #187398 by andypost, Crell, lilou, Gábor Hojtsy, sun: re-split locale module. 2010-01-08 13:32:43 +00:00
Angie Byron c92ddd4cb8 #601768 by Crell and Damien Tournoud: Add a DatabaseStatementEmpty to allow complex query to return a proper empty set. 2010-01-08 07:43:55 +00:00
Angie Byron 2d632d1a18 #634472 by sun and effulgentsia: Allow menu template file suggestions. 2010-01-08 07:30:34 +00:00
Angie Byron 0e3fda75df #645822 by sun: Fixed #ajax is not extensible (and partially buggy). 2010-01-08 07:27:32 +00:00
Angie Byron 0dd1612770 #629794 by yched: Fix Scaling issues with batch API. (with tests) 2010-01-08 06:36:34 +00:00
Angie Byron e07b9d35a1 #227677 by c960657, yched, cha0s, Dave Reid, et al: Fixed drupal_write_record() can't update a column to NULL. (with tests) 2010-01-08 06:07:03 +00:00
Angie Byron 3ff482d390 #678628 by bdragon and matt2000: Fixed 'More help' links missing from interface. 2010-01-08 05:14:03 +00:00
Angie Byron 307b9493da #677654 by moshe weitzman: Fixed PHP notices logged as severity=WATCHDOG_ERROR. 2010-01-08 05:11:07 +00:00
Angie Byron caacf80aee #621008 by seutje: Fixed 'theme path' is wrong for theme process and preprocess overrides. 2010-01-07 14:48:56 +00:00
Angie Byron 436ddca9fb #265719 by kkaefer, JacobSingh, ksenzee, and rfay: Fixed CSS aggregator produces invalid code and directory names for @import files which breaks IE (with tests). 2010-01-07 07:45:03 +00:00
Angie Byron 1407c81632 #592018 by mverbaar, Jacine, et al: Re-organize styles across stylesheets from system.module and separate presentational and behavior-supporting styles. 2010-01-07 07:41:46 +00:00
Angie Byron 3ede619955 #619666 follow-up by effulgentsia: Make performance-critical usage of drupal_static() grokkable. 2010-01-07 04:54:18 +00:00
Angie Byron 37fcdbc67c #633678 by Josh Waihi, chx, Crell, David Strauss, and Damien Tournoud: Make sequence API work on non-MySQL databases. 2010-01-07 04:51:26 +00:00
Dries Buytaert 6f607b80cf - Patch #280058 by sun, recidive: refactor drupal_map_assoc(). 2010-01-06 21:39:07 +00:00
Angie Byron 8f17383184 #671348 by Garrett Albright: Fixed escape error with SQLite. 2010-01-06 04:10:54 +00:00
Dries Buytaert 102a682914 - Patch #652588 by scor: updated RDF mapping definition in the core modules. 2010-01-05 18:56:49 +00:00
Angie Byron bb293ccfb5 #420358 follow-up by Dave Reid: Rename profiles default => standard and expert => minimal, for consistency with labels. 2010-01-04 23:08:34 +00:00
Angie Byron ec7ff41cc5 #580868 by anarcat and Dave Reid: Make 'Modules' its own top-level admin link. 2010-01-04 21:31:52 +00:00
Angie Byron 1dc503a56a #669374 by jhodgdon: Change @verbatim in Doxygen to @code. 2010-01-04 16:20:20 +00:00
Dries Buytaert f8fd99b334 - Patch #673644 by mr.baileys: mark drupal_json_encode()/decode as PHP wrappers. 2010-01-04 12:27:33 +00:00
Angie Byron 83e15a3f9a #338630 by plach, dagmar, David Koudela, arhak, et al: Enable Locale to rebuild lost Javascript translation files. 2010-01-04 04:53:33 +00:00
Angie Byron ea064e3e8f #643984 by catch: Cache results of menu_get_item(). This makes it possible to serve a page in Drupal 7 with no hits to the database when using alternate caching backends. 2010-01-04 04:47:24 +00:00
Angie Byron 37b78e0259 #646874 by sun and David_Rothstein: Remove assumptions about Contextual links and Shortcut modules from template files. 2010-01-04 03:57:19 +00:00
Angie Byron c2ccd28f67 #669608 by catch: Make menu.inc pluggable, to support high-performance options in contrib. 2010-01-04 03:28:41 +00:00
Angie Byron ba6ef3017e #482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons. 2010-01-03 21:01:04 +00:00
Dries Buytaert 5212d5730f - Patch #424372 by #424372 by mr.baileys: small code clean-up. 2010-01-03 11:04:58 +00:00
Dries Buytaert c5fea4f88a - Rollback of #634310 2010-01-03 06:54:41 +00:00
Dries Buytaert 7edad0db9e - Patch #672268 by Garrett Albright: comment cleanup. 2010-01-03 06:50:07 +00:00
Angie Byron c16dab454b #281405 follow-up by Arancaytar, catch, Crell, and justinrandell: Reduce memory consumption of menu_rebuild() by splitting huge query into multiple passes. 2010-01-03 01:32:41 +00:00
Angie Byron 2c474d2a05 #668932 by Damien Tournoud : Remove duplicate sanitzing of HTTP_HOST. 2010-01-03 01:23:49 +00:00
Angie Byron b39cf55f15 #653622 by effulgentsia: Make the '__' pattern for theme suggestions easier to use. 2010-01-03 01:16:07 +00:00
Angie Byron 70e53b33c1 #370537 by chx, sun, effulgentsia, quicksketch, eaton, Heine, and yched: Allow buttons to only validate sections of forms, e.g. More buttons. (with tests) 2010-01-02 23:30:53 +00:00
Angie Byron 45bc7c2290 #399642 by sndev and carlos8f: Make drupal_install_modules() resolve dependencies and trigger an error when they do not exist. (with tests) 2010-01-02 18:56:20 +00:00
Dries Buytaert 8f6e5a4679 - Patch #634310 by casey: small improvement of drupal_render(): conditionally call element_children(). 2010-01-02 17:39:19 +00:00
Dries Buytaert 712929ea6a - Patch #357021 by Kars-T, yched: fixed #after_build_done() set after first after_build() function was run, instead of all after_build() functions. 2010-01-02 10:41:56 +00:00
Dries Buytaert 4ad5885f2d - Patch #670250 by boombatower: more documentation clean-ups. 2009-12-31 13:43:36 +00:00
Dries Buytaert 949ccddb91 - Patch #666024 by boombatower, mcrittenden: code and documentation clean-ups. 2009-12-30 08:16:55 +00:00
Dries Buytaert 1b521566bb - Patch #437018 by JamesAn: convert form_options_flatten() in form.inc to use new static caching API. 2009-12-29 20:16:09 +00:00
Dries Buytaert 37bacdacfb - Patch #646678 by fgm: fixed incorrect multicall implementation. 2009-12-29 19:33:36 +00:00
Angie Byron d163389230 #669522 by chx: Remove ugly code in getUpdaterFromDirectory. 2009-12-29 07:01:56 +00:00
Dries Buytaert 0e48fc4ece - Patch #668150 by mfb: fxed theme_item_list() when used with nested lists. 2009-12-28 20:58:08 +00:00