Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | - Patch #321337 by gpk: optmized timer_start() and timer_read() thanks to PHP5. | Dries Buytaert | 2008-10-16 | |
| | ||||
* | - Patch #304924 by Damien Tournoud: extend error handler to manage ↵ | Dries Buytaert | 2008-10-15 | |
| | | | | exceptions. I have one exception and one fail. | |||
* | #242873 follow-up: Missed adding constants to bootstrap.inc. | Angie Byron | 2008-10-13 | |
| | ||||
* | #320171 by Dave Reid: Fix exception in ip_address() test. | Angie Byron | 2008-10-12 | |
| | ||||
* | Roll-back of #242873: This caused horrendous problems with SimpleTest on ↵ | Angie Byron | 2008-10-12 | |
| | | | | some configurations. | |||
* | #231298 by Crell and rednahead: Allow for aliased multi-site support. | Angie Byron | 2008-10-12 | |
| | ||||
* | #242873 follow-up by pwolanin: Move new check_plain() check constants to ↵ | Angie Byron | 2008-10-11 | |
| | | | | bootstrap.inc so they're there in early bootstrap. | |||
* | #318102 by Damien Tournoud and Dave Reid: hook_exit() not invoked for some ↵ | Angie Byron | 2008-10-11 | |
| | | | | cached requests. | |||
* | #317840 by lilou: Fix typo in Doxygen for REQUEST_TIME. | Angie Byron | 2008-10-06 | |
| | ||||
* | - Patch #313156 by Crell: convert bootstrap.inc to DBTNG and resurrected a ↵ | Dries Buytaert | 2008-10-06 | |
| | | | | kitten. | |||
* | #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵ | Angie Byron | 2008-09-20 | |
| | | | | absolute paths. | |||
* | - Patch #309488 by kbahey: correct capitalization of TRUE and FALSE. | Dries Buytaert | 2008-09-19 | |
| | ||||
* | - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved ↵ | Dries Buytaert | 2008-09-17 | |
| | | | | developer experience. | |||
* | - Patch #253702 by Damien Tournoud et al: further clean-up of the session ↵ | Dries Buytaert | 2008-09-15 | |
| | | | | handling code. | |||
* | - Patch #208793 by kbahey, Damien Tournoud: stop hardcoding the HTTP ↵ | Dries Buytaert | 2008-09-08 | |
| | | | | protocol version where possible. | |||
* | - Patch #253702 by jscheel, gpk: clarified session handling functions. | Dries Buytaert | 2008-09-08 | |
| | ||||
* | #302763 by DamZ: Fixing test failures, removing legacy globals check cruft. | Angie Byron | 2008-09-06 | |
| | ||||
* | - 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 #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵ | Dries Buytaert | 2008-08-21 | |
| | | | | generation database layer for Drupal 7. | |||
* | - Patch #170310 by mfb, JohnAlbin: avoid SSL cookie getting over-written by ↵ | Dries Buytaert | 2008-08-18 | |
| | | | | non-SSL cookie. | |||
* | - Patch #287877 by dmitrig01: rename drupal_rebuild_code_registry() to ↵ | Dries Buytaert | 2008-08-02 | |
| | | | | registry_rebuild() for consistency. | |||
* | - Patch #231190 by eli, mfb: page cache didn't work with HEAD requests. | Dries Buytaert | 2008-07-17 | |
| | ||||
* | - Patch #270508 by paul.levvik and pwolanin: usability improvement: image ↵ | Dries Buytaert | 2008-07-08 | |
| | | | | toolkits should not have to be copied. | |||
* | - Patch #258397 by Dries: fixed spoofing attack. | Dries Buytaert | 2008-07-04 | |
| | ||||
* | - Patch #276581 by catch: wrote missing tests for contact module and ↵ | Dries Buytaert | 2008-07-02 | |
| | | | | simplified contact module thanks to that. Also removed some whitespace. | |||
* | - Patch #277073 by threexk: improve consistency of offline vs off-line and ↵ | Dries Buytaert | 2008-07-01 | |
| | | | | online vs on-line. | |||
* | - Patch #258397 by R.Muilwijk and myself: IP address detection improvements. ↵ | Dries Buytaert | 2008-06-26 | |
| | | | | Added support for clusters and wrote various IP address related tests. | |||
* | - Patch #101543 by webchick: document all constants. | Dries Buytaert | 2008-05-26 | |
| | ||||
* | - Patch #256579 by justinrandell: registry performance optimizations. | Dries Buytaert | 2008-05-13 | |
| | ||||
* | - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵ | Dries Buytaert | 2008-05-06 | |
| | | | | | | | | | | | flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code. | |||
* | - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵ | Dries Buytaert | 2008-04-14 | |
| | | | | discussion we've decided to make the concatenation operator consistent with the other operators. | |||
* | - Patch #228594 by catch et al: removed access rule functionality from core. | Dries Buytaert | 2008-04-08 | |
| | | | | | | | | | | | The access rules capability of user module has been stripped down to a simple method for blocking IP addresses. E-mail and username restrictions are now available in a contributed module. IP address range blocking is no longer supported and should be done at the server level. This patch is partly motiviated by the fact that at the usability testing, it frequently came up that users went to "access rules" when trying to configure their site settings. | |||
* | Drupal 6 RC2 | Gábor Hojtsy | 2008-01-10 | |
| | ||||
* | #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks | Gábor Hojtsy | 2008-01-08 | |
| | ||||
* | #50901 by chx: do not allow user login under maintenance mode, if the logged ↵ | Gábor Hojtsy | 2008-01-02 | |
| | | | | in user has no site config permission | |||
* | #199780 by Pancho and chx: fix problem in access rules check introduced in ↵ | Gábor Hojtsy | 2007-12-20 | |
| | | | | #174025 | |||
* | #198579 by webernet and hswong3i: a huge set of coding style fixes, including: | Gábor Hojtsy | 2007-12-08 | |
| | | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting | |||
* | #141727 by merlinofchaos, dvessel, sun: restore themeability support for ↵ | Gábor Hojtsy | 2007-11-30 | |
| | | | | maintenance pages (regression) | |||
* | #173408 by markus_petrux / add1sun: move proxy IP configuration options to ↵ | Gábor Hojtsy | 2007-11-26 | |
| | | | | settings.php, because these need to be used before Drupal has the variables loaded from the database | |||
* | #190283 by myself and JirkaRbyka: use get_t() in pre-database setup code, ↵ | Gábor Hojtsy | 2007-11-11 | |
| | | | | add missing javascript key to language objects (kills notices) and document st() better | |||
* | - Modified version of patch #121820 by Caleb et al: add an option for page ↵ | Dries Buytaert | 2007-10-25 | |
| | | | | compression. | |||
* | #182675 by chx: fix caching bootstrap, so hook_boot() and the timer is ↵ | Gábor Hojtsy | 2007-10-24 | |
| | | | | called when required, integrating the cache init function right into the bootstrap | |||
* | - Patch #180468 by hass: fixed notice on IIS. | Dries Buytaert | 2007-10-17 | |
| | ||||
* | - Patch #183965 by alpritt: corrected PHPdoc. | Dries Buytaert | 2007-10-17 | |
| | ||||
* | #163785 by Eaton, dvessel and quicksketch: theme .info files should be able ↵ | Gábor Hojtsy | 2007-10-05 | |
| | | | | to override core and module CSS files based on file basenames | |||
* | - Patch #181063 by chx: fixed problem with drupal_bootstrap() not booting to ↵ | Dries Buytaert | 2007-10-05 | |
| | | | | the proper level. | |||
* | #174025 by killes: small performance improvement for drupal_is_denied() | Gábor Hojtsy | 2007-09-10 | |
| | ||||
* | #172262 by JirkaRybka: better globals handling in install system, so the ↵ | Gábor Hojtsy | 2007-09-09 | |
| | | | | choosen profile and language are remembered | |||
* | #173227 by Desbeers: make language listing work early in the bootstrap, when ↵ | Gábor Hojtsy | 2007-09-07 | |
| | | | | modules are not yet loaded (fix a regression from a previous patch) | |||
* | - Patch #165160 by chx: restored access checking. | Dries Buytaert | 2007-09-03 | |
| |