Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme ↵ | Angie Byron | 2009-10-23 |
| | | | | functions to take one argument without any hacks. NOTE: This is an API change in hook_theme(). | ||
* | - Patch #611990 by c960657: the “Clean environment” button did not flush ↵ | Dries Buytaert | 2009-10-23 |
| | | | | all caches. | ||
* | - Patch #611032 by c960657: fixed bug with wrong variable used in ↵ | Dries Buytaert | 2009-10-23 |
| | | | | file_build_uri(). Added tests. | ||
* | - Patch #550190 by boombatower: convert verbose messages to use new debug ↵ | Dries Buytaert | 2009-10-22 |
| | | | | facility. We can continue to work on testing stuff post code freeze. | ||
* | - Patch #443200 by c960657: fixed user pictures not working with private files. | Dries Buytaert | 2009-10-20 |
| | |||
* | - Patch #598570 by asimmonds: Fixed test group checkboxes no longer ↵ | Dries Buytaert | 2009-10-20 |
| | | | | selecting all groups tests. | ||
* | - Patch #561104 by David_Rothstein: improve tests of random ordering in ↵ | Dries Buytaert | 2009-10-19 |
| | | | | dynamic select queries. | ||
* | Patch #84008 by deviantintegral, plumbley, lilou, lambic: fixed timer_read() ↵ | Dries Buytaert | 2009-10-18 |
| | | | | returns NULL (no value) after timer_stop(). Added timer tests. | ||
* | #356074 by chx and Damien Tournoud: Provide a sequences API. Gets rid of ↵ | Angie Byron | 2009-10-18 |
| | | | | stupid tables that only contain an incrementing ID, and fixes database import problems due to user ID 0. | ||
* | #516150 by David_Rothstein, dropcube, Senpai, alexanderpas, sun: Add ↵ | Angie Byron | 2009-10-18 |
| | | | | fallback for main content block rendering. (Make it so you can't render your site completely unusable by disabling block module. Oopsie.) | ||
* | #595654 by sun: Fixed AJAX command 'settings' (with tests). | Angie Byron | 2009-10-18 |
| | |||
* | #511286 follow-up by DamZ: Make testMenuGetNames() less brittle (and also ↵ | Angie Byron | 2009-10-17 |
| | | | | fix it so we can turn testing bot back on). | ||
* | - Patch #511286 by JacobSingh, David_Rothstein, dmitrig01, Gábor Hojtsy, ↵ | Dries Buytaert | 2009-10-17 |
| | | | | ksenzee et al: add customizable shortcuts to the toolbar. | ||
* | #606460 by peximo: Fixed Node revision test fatal error. | Angie Byron | 2009-10-16 |
| | |||
* | #412730 folllow-up by Crell: Move missing theme key notification to watchdog ↵ | Angie Byron | 2009-10-16 |
| | | | | so that Drupal doesn't totally bomb out when theme function isn't found. (also fixes CLI installs) | ||
* | #605442 by catch: Add a generic hook_entity_load(). | Angie Byron | 2009-10-16 |
| | |||
* | #493314 by yched and catch: Add multiple hook for formatters. | Angie Byron | 2009-10-16 |
| | |||
* | - Patch #356074 by chx, Damien Tournoud: provide a sequences API. | Dries Buytaert | 2009-10-16 |
| | |||
* | #565480 by plach and peximo: TF #2: Multilingual field handling. Integration ↵ | Angie Byron | 2009-10-16 |
| | | | | between field API and locale module + translatable node bodies. | ||
* | #216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same ↵ | Angie Byron | 2009-10-15 |
| | | | | parameters as url(). | ||
* | - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to ↵ | Dries Buytaert | 2009-10-15 |
| | | | | avoid users rendering their site unusable. | ||
* | - Patch #412730 by Crell, jbomb, JohnAlbin: theme system should report when ↵ | Dries Buytaert | 2009-10-15 |
| | | | | a theme key is not found. | ||
* | - Patch #594650 by sun, c960657: provide central ()['values'] clearance. | Dries Buytaert | 2009-10-15 |
| | |||
* | - Pactch #569224 by bangpound: expose field storage details through field ↵ | Dries Buytaert | 2009-10-14 |
| | | | | attach. | ||
* | - Patch #593522 by sun: a better and faster drupal_alter(). | Dries Buytaert | 2009-10-13 |
| | |||
* | - Patch #544360 by Gábor Hojtsy, ksenzee, David_Rothstein, seutje, ↵ | Dries Buytaert | 2009-10-13 |
| | | | | JacobSingh, paul.lovvik, EclipseGc et al: Dashboard module 1.0. Wo-hoot! | ||
* | #523878 follow-up by boombatower: Extend maximum execution time for tests. | Angie Byron | 2009-10-13 |
| | |||
* | #602958 by chx: Added API function to SimpleTest to run cron, avoiding fatal ↵ | Angie Byron | 2009-10-13 |
| | | | | errors. | ||
* | - Patch #597556 by Berdir: return status to indicate executed query in ↵ | Dries Buytaert | 2009-10-11 |
| | | | | MergeQuery::execute(). | ||
* | #557292 by peximo, plach, catch, and yched: Convert node title to Field API. | Angie Byron | 2009-10-11 |
| | |||
* | #600554 by sun: Fixed drupal_parse_url() to work with clean URLs disabled ↵ | Angie Byron | 2009-10-11 |
| | | | | (with tests). | ||
* | #118345 by sun: Make user.module conform to standard ↵ | Angie Byron | 2009-10-10 |
| | | | | presave/insert/update/form_alter hook paradigm. | ||
* | #464862 follow-up by JohnAlbin: Final bike-shedding of drupal_css_class() ↵ | Angie Byron | 2009-10-09 |
| | | | | patch. We hope. :) | ||
* | #67234 by Ralf, Dave Reid, David_Rothstein, Rob Loach, dww, et al: Added a ↵ | Angie Byron | 2009-10-09 |
| | | | | permission to update.php. | ||
* | - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵ | Dries Buytaert | 2009-10-09 |
| | | | | take a single argument. Code clean-up and performance improvement. Woot. | ||
* | - Patch #343502 by Dave Reid, sun | dbabbage, Dries, boombatower: allow ↵ | Dries Buytaert | 2009-10-08 |
| | | | | tests to require and test existence of modules. Required to make testing contributed modules possible. | ||
* | #412518 by catch, bangpound, and yched: Convert taxonomy_node_* to field API ↵ | Angie Byron | 2009-10-08 |
| | | | | (with upgrade path). Say buh-bye to old, crusty code. | ||
* | #472820 follow-up by sun: Fixed tests for CSS output. | Angie Byron | 2009-10-05 |
| | |||
* | #472820 by rfay, Rob Loach, and catch: Fixed improper whitespace ↵ | Angie Byron | 2009-10-05 |
| | | | | removal/invalid CSS from drupal_load_stylesheet_content() (with tests). | ||
* | #464862 follow-up by kkaefer: Rename drupal_css_class() to ↵ | Angie Byron | 2009-10-05 |
| | | | | drupal_html_class_X(), for better accuracy. | ||
* | - Patch #464862 by JohnAlbin, sun, dereine | dvessel, Jacine, Zarabadoo: ↵ | Dries Buytaert | 2009-10-03 |
| | | | | added drupal_css_class() to clean class names and rename form_clean_id(). | ||
* | - Patch #578520 by c960657: follow-up on make in url() only accept an array. | Dries Buytaert | 2009-10-03 |
| | |||
* | - Patch #578520 by sun, c960657 | mfb, Dries, catch, mattyoung: Changed Make ↵ | Dries Buytaert | 2009-10-01 |
| | | | | in url() only accept an array. | ||
* | - Patch #576076 by yoroy, Gábor Hojtsy | Bojhan: remove the 'Add a main ↵ | Dries Buytaert | 2009-10-01 |
| | | | | menu link'. | ||
* | - Patch #451604 by brianV, sun | Dries, c960657: rename drupal_set_header(). | Dries Buytaert | 2009-09-30 |
| | |||
* | - Patch #553944 by David_Rothstein, ksenzee | JacobSingh, sun, jhodgdon, ↵ | Dries Buytaert | 2009-09-30 |
| | | | | pwolanin: allow modules to specify per-page custom themes in hook_menu(). | ||
* | #557542 follow-up by catch: Fixed module_implements() caching for ↵ | Angie Byron | 2009-09-29 |
| | | | | authenticated users. | ||
* | - Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in ↵ | Dries Buytaert | 2009-09-29 |
| | | | | url() only accept an array. Another nice API clean-up! | ||
* | - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql(). | Dries Buytaert | 2009-09-29 |
| | |||
* | - Patch #443422 by yched, bjaspan | chx, merlinofchaos, Scott Reynolds, ↵ | Dries Buytaert | 2009-09-27 |
| | | | | | | 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. |