Dries Buytaert
|
cec41faf47
|
- Patch #723436 by mikeryan: timers accumulated at double-speed in certain scenarios.
|
2010-02-25 09:13:00 +00:00 |
Angie Byron
|
424cc9bbb1
|
Back to 7.0-dev
|
2010-02-21 18:10:31 +00:00 |
Angie Byron
|
154ffa85f8
|
Drupal 7.0-alpha2
|
2010-02-21 18:07:24 +00:00 |
Angie Byron
|
8d01aeb428
|
#710142 by Berdir, moshe weitzman, chx: Handle exceptions in shutdown functions (with tests). Hopefully the last of these weird 'Stack frame in Unknown line 0' errors.
|
2010-02-17 22:44:52 +00:00 |
Angie Byron
|
db7f5e4c90
|
#716348 by grendzy and hefox: Documentation of drupal_get_path() and system table missing the fact that 'profile' is stored there now.
|
2010-02-17 03:55:45 +00:00 |
Angie Byron
|
e2a01a0349
|
#325169 by moshe weitzman: Move t() to bootstrap.inc to stop fatal errors when called from error handlers.
|
2010-02-17 02:52:15 +00:00 |
Dries Buytaert
|
8f7b37b730
|
- Patch #325169 by mundanity, Arancaytar, Crell, chx, picco, alexw: move error/exception handler higher up in the bootstrap process.
|
2010-02-15 15:52:27 +00:00 |
Dries Buytaert
|
a3dd7ebad7
|
- Patch #698902 by mr.baileys: make MySQL 5.0.15 requirement official.
|
2010-01-31 18:31:46 +00:00 |
Dries Buytaert
|
1df3cfffef
|
- Patch #284899 by c960657, voxpelli, mattconnolly: fixed Drupal url problem with clean urls.
|
2010-01-29 22:40:41 +00:00 |
Dries Buytaert
|
af3f94b37e
|
- Patch #693614 by asimmonds: fixed PHPDoc spelling typos.
|
2010-01-25 10:38:35 +00:00 |
Angie Byron
|
c45ff07912
|
Back to development version now.
|
2010-01-15 14:57:10 +00:00 |
Angie Byron
|
c511a4abe7
|
Marking code as alpha 1 in preparation of the first alpha release of Drupal 7.
|
2010-01-15 14:35:08 +00:00 |
Angie Byron
|
e4be6454e0
|
#281405: Temporarily raise memory requirement to 40M, to cut down on support requests post-alpha. Let's work to get this back to 32M shortly. :)
|
2010-01-15 14:25:35 +00:00 |
Dries Buytaert
|
239cec289d
|
- Patch #667098 by catch: drupal_get_bootstrap_phase() was broken.
|
2010-01-14 21:17:56 +00:00 |
Dries Buytaert
|
f818dfe908
|
- Patch #590656 by pwolanin, Pasqualle: harden one-time login links against vulnerability from disclosure of SQL backups, or SQL 'SELECT' injection.
|
2010-01-14 18:45:17 +00:00 |
Angie Byron
|
3ede619955
|
#619666 follow-up by effulgentsia: Make performance-critical usage of drupal_static() grokkable.
|
2010-01-07 04:54:18 +00:00 |
Angie Byron
|
2c474d2a05
|
#668932 by Damien Tournoud : Remove duplicate sanitzing of HTTP_HOST.
|
2010-01-03 01:23:49 +00:00 |
Dries Buytaert
|
949ccddb91
|
- Patch #666024 by boombatower, mcrittenden: code and documentation clean-ups.
|
2009-12-30 08:16:55 +00:00 |
Dries Buytaert
|
98b84b7adb
|
- Patch #661420 by justinrandell, David_Rothstein: made installation of modules much more efficient.
|
2009-12-28 10:48:51 +00:00 |
Angie Byron
|
9ca8723880
|
#358815 by David_Rothstein, meatsack, and John Morahan: Fixed performance of drupal_get_install_files() with large file trees.
|
2009-12-27 03:37:54 +00:00 |
Dries Buytaert
|
8749a43a54
|
- Patch #601548 by Damien Tournoud, moshe weitzman: loosen the dependency between t() and the theming layer.
|
2009-12-22 14:47:14 +00:00 |
Dries Buytaert
|
cf7cb6b65c
|
- Patch #635094 by plach: switching from zxx to und as it is semantically more correct.
|
2009-12-22 14:19:25 +00:00 |
Angie Byron
|
271fbd6bd3
|
#281405 by quickcel and catch: Update minimum RAM recommendation to 32MB. Would love to remove this patch by the time we ship.
|
2009-12-07 07:25:24 +00:00 |
Dries Buytaert
|
5b6acba1d2
|
- Patch #652042 by chx: cache.inc is always needed.
|
2009-12-05 19:27:34 +00:00 |
Dries Buytaert
|
0baad49d62
|
- Patch #635094 by plach: unify 'language neutral' language codes.
|
2009-12-02 19:26:23 +00:00 |
Dries Buytaert
|
110f89c5f0
|
- Patch #626688 by justinrandell: add caching for system_list(). Eliminate a query.
|
2009-11-22 08:20:51 +00:00 |
Dries Buytaert
|
63f39bedf6
|
- Patch #634440 by fago, effulgentsia, sun: remove auto-rebuilding magic for ()['storage'].
|
2009-11-21 14:06:46 +00:00 |
Angie Byron
|
b14349889e
|
#619666 by effulgentsia, casey, and catch: Changed Introduce new pattern for drupal_static() in performance-critical functions.
|
2009-11-20 06:12:45 +00:00 |
Angie Byron
|
cb98091e1b
|
#108818 by David Strauss, chx, Crell: Add transactions to key X_save() routines.
|
2009-11-19 04:00:47 +00:00 |
Angie Byron
|
e1d4dc7d6e
|
#620688 follow-up by chx and effulgentsia: Fixed drupal_static_reset() is broken, with expanded test coverage.
|
2009-11-15 21:41:06 +00:00 |
Dries Buytaert
|
3ccb55f2bd
|
- Patch #627338 by catch: add a cache_bootstrap() bin for better performance/scalability.
|
2009-11-10 22:06:09 +00:00 |
Dries Buytaert
|
b721f5e0e3
|
- Patch #570900 by Crell: remove remnants of update_sql().
|
2009-11-09 18:34:26 +00:00 |
Dries Buytaert
|
54925d947b
|
- Patch #620688 by chx: fixed drupal_static_reset().
|
2009-11-08 20:36:12 +00:00 |
Angie Byron
|
07151b0c82
|
#523058 by catch, pwolanin, sun, and smk-ka, and jrchamp: Optimize check_plain().
|
2009-11-08 13:58:03 +00:00 |
Dries Buytaert
|
373fee82b3
|
- Patch #622048 by sun: streamline drupal_bootstrap() and expose the flow to code profilers.
|
2009-11-05 03:00:21 +00:00 |
Angie Byron
|
3b427fae37
|
#341140 follow-up by JohnAlbin and chx: drupal_get_filename() fails for PHPTemplate themes when database is down.
|
2009-11-02 03:46:43 +00:00 |
Angie Byron
|
0d371742b6
|
#43462 by c960657 and andypost: Fixed issues with certain configurations of compressed pages.
|
2009-11-02 03:12:05 +00:00 |
Angie Byron
|
267c290cf5
|
#287647 by mikejoconnor, lilou, cafuego, bjaspan, and robertDouglass: Cast results of hook_schema() to an array to avoid schema corruption.
|
2009-11-01 23:10:14 +00:00 |
Dries Buytaert
|
086d189011
|
- Patch #572452 by catch, JoshuaRogers: drupal_get_filename() and drupal_load() should not use drupal_static(). Performance improvement.
|
2009-10-31 14:00:37 +00:00 |
Dries Buytaert
|
745b5b034c
|
- Patch #618938 by pwolanin: fixed Drupal version is not being available until the end of bootstrap.
|
2009-10-30 22:33:35 +00:00 |
Dries Buytaert
|
ccdf82a500
|
- Patch #532010 by c960657, catch: use require instead of require_once() in _registry_check_code().
|
2009-10-26 13:00:54 +00:00 |
Angie Byron
|
cd7b8f0999
|
#320331 by Dave Reid, dww, John Morahan, cwgordon7, moshe weitzman, c960657, and smoothify: Turn custom_url_rewrite_inbound() and custom_url_rewrite_outbound() into hooks.
|
2009-10-24 05:13:44 +00:00 |
Dries Buytaert
|
c5ee590c6d
|
- Patch #611048 by c960657: removed outdated comment in _registry_check_code().
|
2009-10-22 01:15:15 +00:00 |
Dries Buytaert
|
8c6ee08ddf
|
Patch #84008 by deviantintegral, plumbley, lilou, lambic: fixed timer_read() returns NULL (no value) after timer_stop(). Added timer tests.
|
2009-10-18 11:36:49 +00:00 |
Dries Buytaert
|
60c5878351
|
- Patch #593746 by #593746 by sun, andypost: prepare Drupal core for dynamic data translation.
|
2009-10-16 19:06:25 +00:00 |
Angie Byron
|
6061fa9781
|
#565480 by plach and peximo: TF #2: Multilingual field handling. Integration between field API and locale module + translatable node bodies.
|
2009-10-16 02:04:44 +00:00 |
Angie Byron
|
1b9cde9d85
|
#282191 by plach, nedjo, catch, et al: TF #1: Allow different interface language for the same path.
|
2009-10-09 16:33:14 +00:00 |
Dries Buytaert
|
919d94be6e
|
- Patch #592008 by moshe weitzman | chx: don't initialize theme system before modules are included.
|
2009-10-03 19:27:44 +00:00 |
Dries Buytaert
|
7178f6b173
|
- Patch #451604 by brianV, sun | Dries, c960657: rename drupal_set_header().
|
2009-09-30 18:36:02 +00:00 |
Dries Buytaert
|
d92389ae11
|
- Patch #583008 by Damien Tournoud: DRUPAL_BOOTSTRAP_ACCESS doesn't exist anymore, but is still an explicit bootstrap step.
|
2009-09-21 08:07:07 +00:00 |