Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #424252 by swentel: move block cache settings from system module to ↵ | Dries Buytaert | 2009-04-05 |
| | | | | block module now block module is optional. | ||
* | - Patch #333156 by stella: add ability to configure the default country. | Dries Buytaert | 2009-03-17 |
| | |||
* | - Patch #373613 by quicksketch and drewish: in order to operate on images ↵ | Dries Buytaert | 2009-03-09 |
| | | | | | | | | | | multiple times (such as crop, scale, then desaturate) without quality loss, we need to pass images by their raw GD (or other library) resources rather than re-opening the same image repeatedly, which causes wasted processing and loss of quality when using JPEG images. This patch reworks the image toolkits, adds some new image manipulations and adds some impressive SimpleTests. | ||
* | Roll-back of users -> user table name change in #330983: Broken pgsql is no fun. | Angie Byron | 2009-02-26 |
| | |||
* | - Patch #243524 by Dave Reid, chx: display INFO_ALL output when calling ↵ | Dries Buytaert | 2009-02-25 |
| | | | | system_php(). | ||
* | #330983 by recidive and boombatower: Rename users/users_roles tables to ↵ | Angie Byron | 2009-02-18 |
| | | | | user/user_role for consistency. | ||
* | #371231 by JohnAlbin and EclipseGC: Rename clear-block CSS class to ↵ | Angie Byron | 2009-02-18 |
| | | | | clearfix, which is the lingo that designers use for it. | ||
* | #135976 by Dave Reid: Move Administration Theme setting to the themes page ↵ | Angie Byron | 2009-02-11 |
| | | | | where it is findable (with tests). | ||
* | - Patch #355236 by Frando: refactor drupal_render() theming. | Dries Buytaert | 2009-02-03 |
| | |||
* | - Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: ↵ | Dries Buytaert | 2009-01-27 |
| | | | | hook_page_alter. Oh, behave. | ||
* | - Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3. | Dries Buytaert | 2009-01-22 |
| | |||
* | #306316 by beeradb: Rebuild the menu from node_types_rebuild() to assist ↵ | Angie Byron | 2009-01-22 |
| | | | | with programmatic node creation. | ||
* | - Patch #291026 by Dave Reid et al: further (usability) improvements to the ↵ | Dries Buytaert | 2009-01-21 |
| | | | | E_NOTICE handling. | ||
* | - Patch #291026 by Dave Reid, Pasqualle, Rob Loach, et al: improved error ↵ | Dries Buytaert | 2009-01-19 |
| | | | | reporting settings. | ||
* | - Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, ↵ | Dries Buytaert | 2009-01-19 |
| | | | | unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module. | ||
* | #320451 follow-up by webernet: Remove escaping of 'required by' and ↵ | Angie Byron | 2009-01-15 |
| | | | | 'requires' on module page. | ||
* | - Patch #320451 by chx, Damien Tournoud: improved Drupal's module dependency ↵ | Dries Buytaert | 2009-01-14 |
| | | | | system. This helps with fields in core. Comes with tests\! | ||
* | - Patch #266246 by David Strauss: added smart defaults for ↵ | Dries Buytaert | 2009-01-11 |
| | | | | system_settings_form(). | ||
* | - Patch #356747 by chx: fix hidden module dependencies. | Dries Buytaert | 2009-01-11 |
| | |||
* | #143434 by Jody Lynn: Move 'display post information' to where users would ↵ | Angie Byron | 2009-01-09 |
| | | | | expect. | ||
* | - Rollback of #325908. | Dries Buytaert | 2009-01-06 |
| | |||
* | - Patch #352470 by scor: fixed typos and grammar in comments. | Dries Buytaert | 2008-12-30 |
| | |||
* | - Patch #325908 by kbahey: removed redundant cache flusing. | Dries Buytaert | 2008-11-26 |
| | |||
* | - Patch #263445 by Dave Reid, merlinofchaos: replace improper use of ↵ | Dries Buytaert | 2008-11-26 |
| | | | | drupal_to_js() with drupal_json(). | ||
* | - Patch #333143 by justinrandell: cleaning up the Drupal bootstrap code, ↵ | Dries Buytaert | 2008-11-24 |
| | | | | removing bootstrap flag in system table. | ||
* | Removing #137932 which was committed prematurely. | Angie Byron | 2008-11-24 |
| | |||
* | #337820 by Dave Reid: Rename menu path 'logout' to 'user/logout' for ↵ | Angie Byron | 2008-11-23 |
| | | | | consistency. | ||
* | #11077 by mfb, KarenS, macgirvin, and jjkd: Can you say Daylight Savings ↵ | Angie Byron | 2008-11-20 |
| | | | | Time? I bet you didn't think Drupal ever would! :) | ||
* | - Patch #325665 by chx, Damien Tournoud, justinrandell et al: improved the ↵ | Dries Buytaert | 2008-11-11 |
| | | | | cache registry lookups. | ||
* | #315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js(). | Angie Byron | 2008-11-10 |
| | |||
* | - Patch #320793 by hass: fixed translation issue. | Dries Buytaert | 2008-10-16 |
| | |||
* | #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif. | Angie Byron | 2008-10-12 |
| | |||
* | #320009 by Dave Reid: Remove notice about missing files[] array and prevent ↵ | Angie Byron | 2008-10-12 |
| | | | | incompatible modules from being enabled. | ||
* | #320024 by Dave Reid: Replace hardcoded drupal_required_modules() with ↵ | Angie Byron | 2008-10-12 |
| | | | | required = TRUE in .info files. | ||
* | #253569 by aaron, agentrickard, and Dave Reid: Add hook_modules_X to allow ↵ | Angie Byron | 2008-10-11 |
| | | | | modules to react when other modules are enabled, disabled, installed, or uninstalled. | ||
* | #319699 follow-up by Dave Reid: Simplify required module hiding in ↵ | Angie Byron | 2008-10-11 |
| | | | | admin/build/modules. | ||
* | #319699 by Dave Reid: Simplify logic for hiding required modules. | Angie Byron | 2008-10-11 |
| | |||
* | #142995 by dopry, drewish, quicksketch, jpetso, and flobruit: Adding ↵ | Angie Byron | 2008-10-09 |
| | | | | hook_file_X(). This is an enabler of lots and lots of goodies. See CHANGELOG.txt for more. Awesome work, guys. :) | ||
* | #229129 follow-up by Arancaytar, chx, and webchick: Instantiate module ↵ | Angie Byron | 2008-09-27 |
| | | | | package property. | ||
* | #229129 follow-up by chx: Fix module dependency checking again. | Angie Byron | 2008-09-27 |
| | |||
* | #229129 part 2 of 1,342 by chx: Hide Core - Required modules from module ↵ | Angie Byron | 2008-09-27 |
| | | | | page entirely, to get around nasty bug that allows them to be disabled. | ||
* | #229129 part 1 of 1,342 by chx: Change #value to #markup to eliminate notice ↵ | Angie Byron | 2008-09-27 |
| | | | | on modules page. | ||
* | #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵ | Angie Byron | 2008-09-20 |
| | | | | absolute paths. | ||
* | - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved ↵ | Dries Buytaert | 2008-09-17 |
| | | | | developer experience. | ||
* | #308434 by drewish, dopry, quicksketch, aaron, jhedstrom, and friends: ↵ | Angie Byron | 2008-09-15 |
| | | | | Massive file.inc cleanup aaaaaand... tests! Yay! :D | ||
* | - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] ↵ | Dries Buytaert | 2008-09-06 |
| | | | | as per Rasmus' suggestion. Removed drupal_referrer() for consistency. | ||
* | - Patch #293098 by boombatower: add missing label. | Dries Buytaert | 2008-08-30 |
| | |||
* | - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵ | Dries Buytaert | 2008-08-21 |
| | | | | generation database layer for Drupal 7. | ||
* | - Patch #268063 by boombatower, chx, cwgordon7, Damien Tournoud: move ↵ | Dries Buytaert | 2008-08-09 |
| | | | | includes/tests to simpletest/tests and provide hidden .info propery | ||
* | - Patch #287877 by dmitrig01: rename drupal_rebuild_code_registry() to ↵ | Dries Buytaert | 2008-08-02 |
| | | | | registry_rebuild() for consistency. |