Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #578676 by chx | neclimdul, Crell, Dave Reid: introduce a queue for ↵ | Dries Buytaert | 2009-09-25 |
| | | | | cron. | ||
* | - Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and ↵ | Dries Buytaert | 2009-09-21 |
| | | | | drupal_json() for consistency and readability. | ||
* | Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection ↵ | Dries Buytaert | 2009-09-21 |
| | | | | handling. I can actually understand it now. ;-). | ||
* | - Patch #283723 by pwolanin, sun | eddified, moshe weitzman, Dries, aether, ↵ | Dries Buytaert | 2009-09-18 |
| | | | | Arancaytar: Added Make menu_tree_output() return renderable output. | ||
* | #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵ | Angie Byron | 2009-09-18 |
| | | | | hey hey hey... gooood byeeee... | ||
* | #578470 by Dries, jbrauer, Gábor Hojtsy: Add return status codes to ↵ | Angie Byron | 2009-09-16 |
| | | | | drupal_http_request() when a URL fails to parse, instead of failing silently. | ||
* | #469242 by tic2000, Pasqualle, pwolanin, Nick Lewis, moshe weitzman, Rob Loach, | Angie Byron | 2009-09-15 |
| | | | | | | | and alexanderpas: page.tpl.php has now been split into html.tpl.php (for <html>, <head>, and <body>) and page.tpl.php (for page content). This now provides consistency for granular theming of renderable output in all template files. | ||
* | - Patch #495968 by Moshe Weitzman, catch: follow-up patch to fix bug with ↵ | Dries Buytaert | 2009-09-11 |
| | | | | language-specific caching and to improve the performance of the caching code. | ||
* | #306316 follow-up by catch: Revert coupling of node_types_rebuild() and ↵ | Angie Byron | 2009-09-10 |
| | | | | menu_rebuild(). | ||
* | - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe ↵ | Dries Buytaert | 2009-09-10 |
| | | | | weitzman: automatically install/uninstall schema. | ||
* | - Patch #572932 by sun: rename hook_elements() to hook_elements_info() for ↵ | Dries Buytaert | 2009-09-10 |
| | | | | consistency. Yay to API clean-ups during 'slush'. | ||
* | - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of ↵ | Dries Buytaert | 2009-09-05 |
| | | | | other types of stuff to render() structures. | ||
* | - Patch by #1577 by chx, boombatower, Bèr Kessels, kkaefer: made SSL ↵ | Dries Buytaert | 2009-09-05 |
| | | | | support a bit easier by providing two cookies and ... hook_goto_alter. | ||
* | - Patch #565994 by mfb: src attribute for external javascript should be ↵ | Dries Buytaert | 2009-09-05 |
| | | | | HTML-encoded. | ||
* | #321828 by Davy Van Den Bremt and Damien Tournoud: Move ↵ | Angie Byron | 2009-08-31 |
| | | | | template_preprocess_maintenance_page() to theme.inc to allow Drupal to properly report fatal errors. | ||
* | - Patch #495968 by Frando, moshe weitzman: added drupal_render() cache ↵ | Dries Buytaert | 2009-08-31 |
| | | | | pattern. Start using it for blocks. | ||
* | #558958 by Frando and moshe weitzman: Add a hook_page_build() that runs ↵ | Angie Byron | 2009-08-31 |
| | | | | before hook_page_alter(). | ||
* | - Patch #444344 by kkaefer, sun, Rob Loach: this change introduces a jQuery ↵ | Dries Buytaert | 2009-08-31 |
| | | | | .once() method which streamlines the way behavior functions work. Previously, we had to manually ensure that an element is only initialized once. Usually, this happens by adding classes and selecting only those elements which do not have that class. However, this process can be separated out into a jQuery ‘filtering’ function which does all the grunt work. | ||
* | - Patch #423992 by Davy Van Den Brempt: remove unused variables. | Dries Buytaert | 2009-08-26 |
| | |||
* | - Patch #423992 by JohnAlbin, Davy Van Den Bremt: remove show_blocks page ↵ | Dries Buytaert | 2009-08-26 |
| | | | | variable. | ||
* | - Patch #460320 by catch, fago, Frando: standardized, pluggable entity ↵ | Dries Buytaert | 2009-08-25 |
| | | | | loading for nodes, users, taxonomies, files and comments. | ||
* | #505084 by Rob Loach: Added an #attached_library() FAPI property for ↵ | Angie Byron | 2009-08-25 |
| | | | | drupal_add_library(), for consistency with #attached_css and #attached_js. | ||
* | #364219 follow-up by TheRec: Fix invocations of theme_links() via Drupal's ↵ | Angie Byron | 2009-08-25 |
| | | | | rendering API. | ||
* | - Patch #368408 by jeffschuler: improve consistency of API and settings on ↵ | Dries Buytaert | 2009-08-25 |
| | | | | administration pages. | ||
* | #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵ | Angie Byron | 2009-08-24 |
| | | | | function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading. | ||
* | Of all the patches to accidentally commit without a message. :( Rolling back ↵ | Angie Byron | 2009-08-24 |
| | | | | registry rip. Let's try that again. | ||
* | *** empty log message *** | Angie Byron | 2009-08-24 |
| | |||
* | #542658 by Gábor Hojtsy, sun, pwolanin: Move action 'tabs' out of local tasks. | Angie Byron | 2009-08-22 |
| | |||
* | #201415 by sun: Add a permission to access site in maintenance mode. | Angie Byron | 2009-08-22 |
| | |||
* | #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: ↵ | Angie Byron | 2009-08-22 |
| | | | | Convert 'class' attribute to use an array, not a string. | ||
* | #509398 by adrian: Turned install profiles into modules with full access to ↵ | Angie Byron | 2009-08-21 |
| | | | | the Drupal API. Almost all WTFs/minute now removed from install profiles. Woohoo! :D | ||
* | - Patch #113614 by eaton, fago, et al: add centralized token/placeholder ↵ | Dries Buytaert | 2009-08-19 |
| | | | | subsituation to core. | ||
* | #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, ↵ | Angie Byron | 2009-08-17 |
| | | | | dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://. | ||
* | #544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools ↵ | Angie Byron | 2009-08-17 |
| | | | | AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now. | ||
* | #296574 by boombatower and chx: Provide debug function for debugging during ↵ | Angie Byron | 2009-08-15 |
| | | | | tests and elsewhere. | ||
* | #264876 by Rob Loach, jhedstrom, mfer: Allow external CSS files through ↵ | Angie Byron | 2009-08-14 |
| | | | | drupal_add_css(). | ||
* | #533586 by dww and chx: Refactor dependency checks into sharable helper ↵ | Angie Byron | 2009-08-13 |
| | | | | functions. | ||
* | - Patch #546878 by Gábor Hojtsy, yoroy: move performance settings. | Dries Buytaert | 2009-08-12 |
| | |||
* | - Patch #545356 by Damien Tournoud: sidebars were broken in install.php, ↵ | Dries Buytaert | 2009-08-11 |
| | | | | update.php, and the expert profile due to a previous patch that made the sidebar regions more semantic for RTL support. | ||
* | #485974 by pwolanin, Damien Tournoud, mr.baileys: Improved security by ↵ | Angie Byron | 2009-08-08 |
| | | | | limiting the number of allowed login attempts. | ||
* | #543594 by Damien Tournoud: Bubble up exceptions in PDO. | Angie Byron | 2009-08-08 |
| | |||
* | #193383 by TheRec, JirkaRybka, and Bart Jansens: Centralize calls to ↵ | Angie Byron | 2009-08-05 |
| | | | | set_time_limit() and prevent warnings/errors. | ||
* | #433992 by David_Rothstein and Frando: Change #theme_wrapper to ↵ | Angie Byron | 2009-08-04 |
| | | | | #theme_wrappers to allow multiple theme functions to execute on renderable objects. | ||
* | #341140 by JohnAlbin and chx: Allow drupal_get_path() to be used even when ↵ | Angie Byron | 2009-08-04 |
| | | | | database is down. | ||
* | - Patch #530976 by catch: small performance optimization to drupal_render(). | Dries Buytaert | 2009-07-31 |
| | |||
* | - Patch #536198 by boombatower: remove some death code. | Dries Buytaert | 2009-07-31 |
| | |||
* | - Patch #92877 by mfer, Rob Loach, Damien Tournoud, et al: add numeric ↵ | Dries Buytaert | 2009-07-30 |
| | | | | weight to drupal_add_css. | ||
* | - Patch #535564 by Gábor Hojtsy: the D7UX mockups call for a top level ↵ | Dries Buytaert | 2009-07-30 |
| | | | | Content item, which would immediatey lead to the "Find content" screen. The current Drupal 7 code is almost there, but still has an RSS settings item blocking the implementation of this by default and aggregator and book also add subitems. | ||
* | - Patch #534480 by solotandem: change explode to implode in the documentation. | Dries Buytaert | 2009-07-30 |
| | |||
* | - Patch #443154 by boombatower, pwolanin: properly report fatal errors as ↵ | Dries Buytaert | 2009-07-30 |
| | | | | failures. |