Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #341140 by JohnAlbin and chx: Allow drupal_get_path() to be used even when ↵ | Angie Byron | 2009-08-04 |
| | | | | database is down. | ||
* | - Patch #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor ↵ | Dries Buytaert | 2009-07-28 |
| | | | | install.php to allow Drupal to be installed from the command line. | ||
* | - Patch #3518404 by bopombatower: lock down DB config based on simpletest UA ↵ | Dries Buytaert | 2009-07-22 |
| | | | | headers. | ||
* | #523358 by catch: Speed up drupal_function_exists(). | Angie Byron | 2009-07-19 |
| | |||
* | - Patch #517542 by David Strauss: renamed functions for clarity. We say ↵ | Dries Buytaert | 2009-07-14 |
| | | | | 'yay' to clarity! | ||
* | - Patch #477944 by DamZ: more streamlining and clean-up of session handling ↵ | Dries Buytaert | 2009-07-01 |
| | | | | code. | ||
* | - Patch #487830 by c960657: fixed a HTTP header and improved the tests. | Dries Buytaert | 2009-06-10 |
| | |||
* | - Patch #145733 by brianV: enable cookies ... | Dries Buytaert | 2009-06-06 |
| | |||
* | - Patch #477944 by Damien Tournoud: fix and streamline page cache and ↵ | Dries Buytaert | 2009-06-02 |
| | | | | session handling. | ||
* | - Patch #472658 by agentrickard: clean up of inline code comments. | Dries Buytaert | 2009-05-26 |
| | |||
* | - Patch #471070 by stella: millions of code style fixes. | Dries Buytaert | 2009-05-24 |
| | |||
* | - Rollback of last patch. | Dries Buytaert | 2009-05-23 |
| | |||
* | - Patch #471032 by chx: variable_del is broken! | Dries Buytaert | 2009-05-23 |
| | |||
* | - Patch #210876 by deekayen: log enabling and disabling of modules, and ↵ | Dries Buytaert | 2009-05-12 |
| | | | | wrote a handy assertLogMessage() function to assert watchdog messages. | ||
* | - Patch #304163 by chx, David_Rothstein: allow update.php to regenerate ↵ | Dries Buytaert | 2009-05-09 |
| | | | | settings.php | ||
* | #449142 by pwolanin: SA-CORE-2009-005 #2. | Angie Byron | 2009-04-30 |
| | |||
* | - Patch #147310 by c960657: added tests for private files, fixed a problem ↵ | Dries Buytaert | 2009-04-24 |
| | | | | with private files and minor improvements. | ||
* | - Patch #147310 by c960657 et al: better cache headers for reverse proxies. | Dries Buytaert | 2009-04-22 |
| | |||
* | - Patch #430342 by kkaefer et al: usability improvement: changed 'site ↵ | Dries Buytaert | 2009-04-19 |
| | | | | maintenance' to 'maintenance mode'. | ||
* | #415316 by mr.baileys: Remove needless extra clarification about the size of ↵ | Angie Byron | 2009-04-11 |
| | | | | a KB. | ||
* | - Patch #254491 by chx, catch, justinrandell, pwolanin, David_Rothstein, et ↵ | Dries Buytaert | 2009-04-02 |
| | | | | al: centralized static caching to improve testability of the Drupal code, and to remove $reset-parameters. Thanks for taking the time to convince me, catch! | ||
* | - Patch #309586 by mr.baileys: IP address from XFF header contains spaces ↵ | Dries Buytaert | 2009-03-18 |
| | | | | and improved code comments. | ||
* | #304163 by chx: Allow update.php to re-generate settings.php. Now possible ↵ | Angie Byron | 2009-03-01 |
| | | | | to upgrade Drupal 6 to Drupal 7. Oh, yeah. | ||
* | - Patch #381438 by drumm: do not use page cache for drupal.sh requests. | Dries Buytaert | 2009-02-25 |
| | |||
* | #88264 by Rob Loach and kscheirer: Make variable_get()'s defaultparameter ↵ | Angie Byron | 2009-01-31 |
| | | | | default to NULL so that NULLs do not need to be specified. | ||
* | #363687 by chx: Simplify DBTNG codeflow. | Angie Byron | 2009-01-25 |
| | |||
* | #346285 by Damien Tournoud: forward-port HTTP_HOST fix from 6.x. | Angie Byron | 2009-01-22 |
| | |||
* | #203323 by JirkaRybka, robertgarrigos, thePanz, c960657, and sun: Fix ↵ | Angie Byron | 2009-01-20 |
| | | | | undefined index locale in install.php and clean up crufty code. | ||
* | - 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. | ||
* | - Patch #346285 by grendzy, Damien Tournoud, thekevinday et al: fixed ↵ | Dries Buytaert | 2009-01-14 |
| | | | | problem when HTTP_HOST is not transmitted. | ||
* | - Patch #353803 by dereine: minor performance optimization -- multiple calls ↵ | Dries Buytaert | 2009-01-04 |
| | | | | to require_once. | ||
* | - Patch #352470 by scor: fixed typos and grammar in comments. | Dries Buytaert | 2008-12-30 |
| | |||
* | - Patch #223298 by Dave Reid: change {dblog}.type VARCHAR limit from 16 to 64. | Dries Buytaert | 2008-12-28 |
| | |||
* | - Patch #303154 by John Morahan: fixed typo that slipped in. | Dries Buytaert | 2008-12-26 |
| | |||
* | - Patch #303154 by c960657: clean-up and better document ini_set() calls in ↵ | Dries Buytaert | 2008-12-23 |
| | | | | default.settings.php. | ||
* | - Patch #349504 by keith.smith: clean up sentence spacing in code comments. | Dries Buytaert | 2008-12-20 |
| | |||
* | - Patch #327269 by c960657: when drupal_page_cache_header() compares the ↵ | Dries Buytaert | 2008-12-03 |
| | | | | client's If-Modified-Since header to $cache->created, it assumed a certain date format. However, HTTP/1.1 allows several variations of the date format, i.e. the same time may be represented in slightly different ways. If the client sends the date in a different format than the one generated by Drupal, it would never receive a 304 Not Modified response. Also added a good amount of tests for the drupal_page_cache_header() code. | ||
* | #337794 by Damien Tournoud: Make SimpleTest work under PosthreSQL again. | Angie Byron | 2008-11-30 |
| | |||
* | #338184 by Damien Tournoud: Remove special workarounds for serialize() in ↵ | Angie Byron | 2008-11-29 |
| | | | | the registry. | ||
* | - Patch #333143 by justinrandell: cleaning up the Drupal bootstrap code, ↵ | Dries Buytaert | 2008-11-24 |
| | | | | removing bootstrap flag in system table. | ||
* | - Patch #319406 by AlexisWilke, Dave Reid, Damien Tournoud, kbahey: should ↵ | Dries Buytaert | 2008-11-24 |
| | | | | only be cleared in the parent watchdog() call. | ||
* | #308834 follow-up by gpk: Comment improvements. | Angie Byron | 2008-11-22 |
| | |||
* | - Patch #308834 by c960657: move setting of magic_quotes_runtime out of ↵ | Dries Buytaert | 2008-11-22 |
| | | | | settings.php because (i) we don't want a user to change it and (ii) it gets executed a bit earlier in the Drupal bootstrap. | ||
* | - Patch #323474 by Dave Reid and catch: hook_boot() was not invoked on ↵ | Dries Buytaert | 2008-11-22 |
| | | | | uncached page views if cache mode is aggressive. | ||
* | - Patch #74645 by drewish, roychri et al: modify file_scan_directory to use ↵ | Dries Buytaert | 2008-11-16 |
| | | | | a regex for the nomask (and code clean-up). | ||
* | - Patch #267883 by MadHarold, boombatower: parse_size() and format_size() do ↵ | Dries Buytaert | 2008-11-16 |
| | | | | not use the same kilo standard. | ||
* | - Patch #325665 by chx, Damien Tournoud, justinrandell et al: improved the ↵ | Dries Buytaert | 2008-11-11 |
| | | | | cache registry lookups. | ||
* | - Patch #279516 by c960657: remove workarounds for PHP versions less than 5.2.x | Dries Buytaert | 2008-11-07 |
| | |||
* | - Patch #324875 by pwolanin, Damien Tournoud, goba: improved conf_path() ↵ | Dries Buytaert | 2008-11-02 |
| | | | | header injection checking. | ||
* | - Patch #319394 by Crell: force the default database for registry queries. | Dries Buytaert | 2008-11-02 |
| |