Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #500038 by Shai, sreynen | webchick: changed default for RSS output ↵ | Dries Buytaert | 2009-09-21 |
| | | | | from 'teaser only' to 'full node'. | ||
* | - 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 ##525540 by jvandyk, sun, jhodgdon, fago | webchick, TheRec, Dave ↵ | Dries Buytaert | 2009-09-19 |
| | | | | Reid, brianV, sun.core, cweagans, Dries: gave trigger.module and includes/actions.inc an API overhaul. Simplified definitions of actions and triggers and removed dependency on the combination of hooks and operations. Triggers now directly map to module hooks. | ||
* | #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes | Angie Byron | 2009-09-18 |
| | | | | | | before a form builder function, to facilitate common form elements. Clean-up from form_builder changes from CTools patch. Has nice side-benefit of making all form functions' signatures consistent. | ||
* | #539022 by dropcube: Use current theme during Batch API processes. | Angie Byron | 2009-09-11 |
| | |||
* | #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 #569282 by joshmiller: removal of Site configuration and fixed a ↵ | Dries Buytaert | 2009-09-10 |
| | | | | number of broken links. | ||
* | - 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. | ||
* | #489762 follow-up by JohnAlbin: Fix for sub-theme screenshots not showing up. | Angie Byron | 2009-08-25 |
| | |||
* | - Patch #551080 by Gábor Hojtsy: the by module page blocks did not have the ↵ | Dries Buytaert | 2009-08-25 |
| | | | | new show flag. | ||
* | #557890 by Gábor Hojtsy: Added 'Search and metadata' category to ↵ | Angie Byron | 2009-08-24 |
| | | | | configuration page. | ||
* | - Patch #549432 by jromine, Gábor Hojtsy: move ip blocking settings. | Dries Buytaert | 2009-08-24 |
| | |||
* | #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 |
| | |||
* | #556714 by Davy Van Den Bremt: Fixed broken url in administration theme ↵ | Angie Byron | 2009-08-22 |
| | | | | status message. | ||
* | #201415 by sun: Add a permission to access site in maintenance mode. | Angie Byron | 2009-08-22 |
| | |||
* | - Patch #331611 by sun, joshmiller, TheRec, Rob Loach, Damien Tournoud: add ↵ | Dries Buytaert | 2009-08-22 |
| | | | | a poormanscron-like feature to core. | ||
* | #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. | ||
* | - Patch rollback of #549432: tests didn't actually ran successfully. | Dries Buytaert | 2009-08-22 |
| | |||
* | - Patch #549432 by Gábor Hojtsy: moving 'IP blocking' to 'People and ↵ | Dries Buytaert | 2009-08-22 |
| | | | | permissions'. | ||
* | - Patch #552958 by Gábor Hojtsy: create 'regional and language' section in ↵ | Dries Buytaert | 2009-08-21 |
| | | | | 'configuration and modules'. | ||
* | #551080 by Gábor Hojtsy: List non-container items (stuff in the toolbar) on ↵ | Angie Byron | 2009-08-21 |
| | | | | /admin for a complete overview. | ||
* | #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://. | ||
* | #370454 follow-up by chx: Enhance comments to page cache simplification ↵ | Angie Byron | 2009-08-16 |
| | | | | patch, and add in missing settings.default.php hunk. | ||
* | - Patch #370454 by chx, Damien Tournoud: simplify page caching. | Dries Buytaert | 2009-08-16 |
| | |||
* | - Patch #506482 by spuky, catch: remove some pointless /admin descriptions. | Dries Buytaert | 2009-08-16 |
| | |||
* | #548182 by yoroy: Better admin theme descriptions. | Angie Byron | 2009-08-15 |
| | |||
* | - Patch #531476 by JohnAlbin: corrected some favicon mime-type behavior. | Dries Buytaert | 2009-08-14 |
| | |||
* | #533586 by dww and chx: Refactor dependency checks into sharable helper ↵ | Angie Byron | 2009-08-13 |
| | | | | functions. | ||
* | #547528 by dww: Fixed Trailing whitespace in system_ip_blocking(). | Angie Byron | 2009-08-13 |
| | |||
* | #545952 by yoroy and Gábor Hojtsy: move modules to config/modules. | Angie Byron | 2009-08-12 |
| | |||
* | - Patch #459980 by Xano: rework admin/settings/performance. | Dries Buytaert | 2009-08-12 |
| | |||
* | - Patch #508458 by catch, Gábor Hojtsy, yoroy: created 'Configuration and ↵ | Dries Buytaert | 2009-08-11 |
| | | | | modules' section so we can start moving over configuration items. Let's see how this goes ... | ||
* | #292253 by Damien Tournoud: Remove per-user themes selection from core. | Angie Byron | 2009-08-05 |
| | |||
* | #531476 by aaron and mfb: Add favicon mimetype as a theme setting to avoid ↵ | Angie Byron | 2009-08-04 |
| | | | | expensive calls to file system. | ||
* | #489762 by JohnAlbin: Add theme lineage information to .info file cache and ↵ | Angie Byron | 2009-08-03 |
| | | | | fix several edge-case bugs. | ||
* | - Patch #536440 by Gábor Hojtsy: the attached patch moves the Structure >> ↵ | Dries Buytaert | 2009-07-31 |
| | | | | Themes section to the top level Appearance item as outlined in the D7UX IA. | ||
* | - Patch #511748 by moshe weitzman: pushing rending to later in the cycle so ↵ | Dries Buytaert | 2009-07-29 |
| | | | | there is more room for customization. | ||
* | - Patch #211747 by chx, alex_b, dww: allow specifying version information as ↵ | Dries Buytaert | 2009-07-28 |
| | | | | part of module dependencies. | ||
* | - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to ↵ | Dries Buytaert | 2009-07-20 |
| | | | | admin/structure. | ||
* | - Patch #523214 by Bohjan: clean up text Site Information page. | Dries Buytaert | 2009-07-19 |
| | |||
* | - Patch #518750 by Damien Tournoud: rethink system settings form. | Dries Buytaert | 2009-07-16 |
| | |||
* | #193366 by Anthony Hersey: Move various rebuild functions to module page ↵ | Angie Byron | 2009-07-14 |
| | | | | submission rather than viewing for vastly increased performance. | ||
* | - Patch #497590 by Dave Reid: remove pointless 'system paths only' warning ↵ | Dries Buytaert | 2009-07-08 |
| | | | | from admin/settings/site-information. | ||
* | - Patch #495964 by jhodgdon: fixed documentation error. | Dries Buytaert | 2009-06-19 |
| | |||
* | - Patch #276615 by mikeytown2: only clear the CSS cache when submitting the ↵ | Dries Buytaert | 2009-06-16 |
| | | | | form, not when displaying the form. |