/[drupal]/drupal/includes/bootstrap.inc
ViewVC logotype

Log of /drupal/includes/bootstrap.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.330 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 22 08:20:51 2009 UTC (6 days, 11 hours ago) by dries
Branch: MAIN
CVS Tags: HEAD
Changes since 1.329: +4 -2 lines
Diff to previous 1.329
- Patch #626688 by justinrandell: add caching for system_list(). Eliminate a query.

Revision 1.329 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 21 14:06:45 2009 UTC (7 days, 5 hours ago) by dries
Branch: MAIN
Changes since 1.328: +15 -10 lines
Diff to previous 1.328
- Patch #634440 by fago, effulgentsia, sun: remove auto-rebuilding magic for ()['storage'].

Revision 1.328 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 20 06:12:45 2009 UTC (8 days, 13 hours ago) by webchick
Branch: MAIN
Changes since 1.327: +80 -1 lines
Diff to previous 1.327
#619666 by effulgentsia, casey, and catch: Changed Introduce new pattern for drupal_static() in performance-critical functions.

Revision 1.327 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 19 04:00:47 2009 UTC (9 days, 15 hours ago) by webchick
Branch: MAIN
Changes since 1.326: +7 -1 lines
Diff to previous 1.326
#108818 by David Strauss, chx, Crell: Add transactions to key X_save() routines.

Revision 1.326 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 15 21:41:06 2009 UTC (12 days, 21 hours ago) by webchick
Branch: MAIN
Changes since 1.325: +7 -3 lines
Diff to previous 1.325
#620688 follow-up by chx and effulgentsia: Fixed drupal_static_reset() is broken, with expanded test coverage.

Revision 1.325 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 10 22:06:09 2009 UTC (2 weeks, 3 days ago) by dries
Branch: MAIN
Changes since 1.324: +7 -7 lines
Diff to previous 1.324
- Patch #627338 by catch: add a cache_bootstrap() bin for better performance/scalability.

Revision 1.324 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 9 18:34:26 2009 UTC (2 weeks, 5 days ago) by dries
Branch: MAIN
Changes since 1.323: +2 -2 lines
Diff to previous 1.323
- Patch #570900 by Crell: remove remnants of update_sql().

Revision 1.323 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 8 20:36:12 2009 UTC (2 weeks, 5 days ago) by dries
Branch: MAIN
Changes since 1.322: +22 -16 lines
Diff to previous 1.322
- Patch #620688 by chx: fixed drupal_static_reset().

Revision 1.322 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 8 13:58:03 2009 UTC (2 weeks, 6 days ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10
Changes since 1.321: +28 -3 lines
Diff to previous 1.321
#523058 by catch, pwolanin, sun, and smk-ka, and jrchamp: Optimize check_plain().

Revision 1.321 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 5 03:00:21 2009 UTC (3 weeks, 2 days ago) by dries
Branch: MAIN
Changes since 1.320: +163 -118 lines
Diff to previous 1.320
- Patch #622048 by sun: streamline drupal_bootstrap() and expose the flow to code profilers.

Revision 1.320 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 2 03:46:43 2009 UTC (3 weeks, 5 days ago) by webchick
Branch: MAIN
Changes since 1.319: +7 -6 lines
Diff to previous 1.319
#341140 follow-up by JohnAlbin and chx:  drupal_get_filename() fails for PHPTemplate themes when database is down.

Revision 1.319 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 2 03:12:05 2009 UTC (3 weeks, 5 days ago) by webchick
Branch: MAIN
Changes since 1.318: +4 -1 lines
Diff to previous 1.318
#43462 by c960657 and andypost: Fixed issues with certain configurations of compressed pages.

Revision 1.318 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 1 23:10:14 2009 UTC (3 weeks, 5 days ago) by webchick
Branch: MAIN
Changes since 1.317: +5 -2 lines
Diff to previous 1.317
#287647 by mikejoconnor, lilou, cafuego, bjaspan, and robertDouglass: Cast results of hook_schema() to an array to avoid schema corruption.

Revision 1.317 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 31 14:00:37 2009 UTC (4 weeks ago) by dries
Branch: MAIN
Changes since 1.316: +7 -3 lines
Diff to previous 1.316
- Patch #572452 by catch, JoshuaRogers: drupal_get_filename() and drupal_load() should not use drupal_static(). Performance improvement.

Revision 1.316 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 30 22:33:35 2009 UTC (4 weeks ago) by dries
Branch: MAIN
Changes since 1.315: +31 -1 lines
Diff to previous 1.315
- Patch #618938 by pwolanin: fixed Drupal version is not being available until the end of bootstrap.

Revision 1.315 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 26 13:00:54 2009 UTC (4 weeks, 5 days ago) by dries
Branch: MAIN
Changes since 1.314: +8 -4 lines
Diff to previous 1.314
- Patch #532010 by c960657, catch: use require instead of require_once() in _registry_check_code().

Revision 1.314 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 24 05:13:43 2009 UTC (5 weeks ago) by webchick
Branch: MAIN
Changes since 1.313: +2 -14 lines
Diff to previous 1.313
#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.

Revision 1.313 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 22 01:15:15 2009 UTC (5 weeks, 2 days ago) by dries
Branch: MAIN
Changes since 1.312: +3 -3 lines
Diff to previous 1.312
- Patch #611048 by c960657: removed outdated comment in _registry_check_code().

Revision 1.312 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 18 11:36:49 2009 UTC (5 weeks, 6 days ago) by dries
Branch: MAIN
Changes since 1.311: +8 -2 lines
Diff to previous 1.311
Patch #84008 by deviantintegral, plumbley, lilou, lambic: fixed timer_read() returns NULL (no value) after timer_stop(). Added timer tests.

Revision 1.311 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 16 19:06:21 2009 UTC (6 weeks, 1 day ago) by dries
Branch: MAIN
Changes since 1.310: +4 -1 lines
Diff to previous 1.310
- Patch #593746 by #593746 by sun, andypost: prepare Drupal core for dynamic data translation.

Revision 1.310 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 16 02:04:42 2009 UTC (6 weeks, 1 day ago) by webchick
Branch: MAIN
Changes since 1.309: +14 -3 lines
Diff to previous 1.309
#565480 by plach and peximo: TF #2: Multilingual field handling. Integration between field API and locale module + translatable node bodies.

Revision 1.309 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 16:33:13 2009 UTC (7 weeks, 1 day ago) by webchick
Branch: MAIN
Changes since 1.308: +38 -19 lines
Diff to previous 1.308
#282191 by plach, nedjo, catch, et al: TF #1: Allow different interface language for the same path.

Revision 1.308 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 3 19:27:44 2009 UTC (8 weeks ago) by dries
Branch: MAIN
Changes since 1.307: +4 -1 lines
Diff to previous 1.307
- Patch #592008 by moshe weitzman | chx: don't initialize theme system before modules are included.

Revision 1.307 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 30 18:36:01 2009 UTC (8 weeks, 3 days ago) by dries
Branch: MAIN
Changes since 1.306: +12 -12 lines
Diff to previous 1.306
- Patch #451604 by brianV, sun | Dries, c960657: rename drupal_set_header().

Revision 1.306 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 08:07:07 2009 UTC (2 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.305: +13 -29 lines
Diff to previous 1.305
- Patch #583008 by Damien Tournoud: DRUPAL_BOOTSTRAP_ACCESS doesn't exist anymore, but is still an explicit bootstrap step.

Revision 1.305 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 19 10:38:47 2009 UTC (2 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.304: +11 -4 lines
Diff to previous 1.304
- Patch #581286 by David Strauss | moshe weitzman: fixed detection of CLI environments properly.

Revision 1.206.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 14 13:33:39 2009 UTC (2 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-14
Changes since 1.206.2.12: +7 -1 lines
Diff to previous 1.206.2.12 , to branch point 1.206 , to next main 1.330
#551574 by ramsey, emmajane: cross-link variable_*() functions via phpdoc @see comments

Revision 1.304 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 14 07:43:11 2009 UTC (2 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.303: +11 -14 lines
Diff to previous 1.303
- Patch #572942 by cwgordon7: proper comment wrapping.

Revision 1.303 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 5 13:05:30 2009 UTC (2 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.302: +20 -14 lines
Diff to previous 1.302
- Patch by #1577 by chx, boombatower, Bèr Kessels, kkaefer: made SSL support a bit easier by providing two cookies and ... hook_goto_alter.

Revision 1.302 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:14:18 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.301: +38 -65 lines
Diff to previous 1.301
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the 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.

Revision 1.301 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:10:42 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.300: +65 -38 lines
Diff to previous 1.300
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.

Revision 1.300 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 00:01:59 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.299: +38 -65 lines
Diff to previous 1.299
*** empty log message ***

Revision 1.299 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 21 00:00:43 2009 UTC (3 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.298: +7 -1 lines
Diff to previous 1.298
#551574 by emmajane and jhodgdon: Added @see also links to variable_set(), variable_get() and variable_del() to link them together.

Revision 1.298 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 20 07:24:40 2009 UTC (3 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.297: +3 -5 lines
Diff to previous 1.297
#554106 by dropcube: Attempt #2 at fixing random test failures.

Revision 1.297 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 17 20:32:29 2009 UTC (3 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.296: +4 -1 lines
Diff to previous 1.296
- Patch #251792 by pwolanin, Damien Tournoud, slantview, c960657: added a locking framework for long running operations.

Revision 1.296 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 17 19:14:39 2009 UTC (3 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.295: +3 -3 lines
Diff to previous 1.295
#517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, 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://.

Revision 1.295 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 16 23:20:43 2009 UTC (3 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.294: +24 -4 lines
Diff to previous 1.294
#370454 follow-up by chx: Enhance comments to page cache simplification patch, and add in missing settings.default.php hunk.

Revision 1.294 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 16 18:39:45 2009 UTC (3 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.293: +85 -83 lines
Diff to previous 1.293
- Patch #370454 by chx, Damien Tournoud: simplify page caching.

Revision 1.293 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 4 04:02:25 2009 UTC (3 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.292: +31 -12 lines
Diff to previous 1.292
#341140 by JohnAlbin and chx: Allow drupal_get_path() to be used even when database is down.

Revision 1.292 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 28 12:13:46 2009 UTC (4 months ago) by dries
Branch: MAIN
Changes since 1.291: +69 -2 lines
Diff to previous 1.291
- Patch #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor install.php to allow Drupal to be installed from the command line.

Revision 1.291 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 22 04:45:35 2009 UTC (4 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.290: +47 -1 lines
Diff to previous 1.290
- Patch #3518404 by bopombatower: lock down DB config based on simpletest UA headers.

Revision 1.290 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 19 05:26:11 2009 UTC (4 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.289: +7 -2 lines
Diff to previous 1.289
#523358 by catch: Speed up drupal_function_exists().

Revision 1.289 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 14 10:22:15 2009 UTC (4 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.288: +15 -15 lines
Diff to previous 1.288
- Patch #517542 by David Strauss: renamed functions for clarity. We say 'yay' to clarity!

Revision 1.288 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 1 12:47:30 2009 UTC (4 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.287: +3 -1 lines
Diff to previous 1.287
- Patch #477944 by DamZ: more streamlining and clean-up of session handling code.

Revision 1.287 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 10 20:00:10 2009 UTC (5 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.286: +5 -3 lines
Diff to previous 1.286
- Patch #487830 by c960657: fixed a HTTP header and improved the tests.

Revision 1.286 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 6 20:15:23 2009 UTC (5 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.285: +2 -1 lines
Diff to previous 1.285
- Patch #145733 by brianV: enable cookies ...

Revision 1.285 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 2 06:58:15 2009 UTC (5 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.284: +46 -63 lines
Diff to previous 1.284
- Patch #477944 by Damien Tournoud: fix and streamline page cache and session handling.

Revision 1.284 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 26 09:12:28 2009 UTC (6 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.283: +2 -2 lines
Diff to previous 1.283
- Patch #472658 by agentrickard: clean up of inline code comments.

Revision 1.283 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 24 17:39:30 2009 UTC (6 months ago) by dries
Branch: MAIN
Changes since 1.282: +3 -3 lines
Diff to previous 1.282
- Patch #471070 by stella: millions of code style fixes.

Revision 1.282 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 23 19:21:30 2009 UTC (6 months ago) by dries
Branch: MAIN
Changes since 1.281: +4 -2 lines
Diff to previous 1.281
- Rollback of last patch.

Revision 1.281 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 23 19:14:42 2009 UTC (6 months ago) by dries
Branch: MAIN
Changes since 1.280: +2 -4 lines
Diff to previous 1.280
- Patch #471032 by chx: variable_del is broken!

Revision 1.280 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 12 18:08:42 2009 UTC (6 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.279: +7 -5 lines
Diff to previous 1.279
- Patch #210876 by deekayen: log enabling and disabling of modules, and wrote a handy assertLogMessage() function to assert watchdog messages.

Revision 1.279 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 9 18:35:00 2009 UTC (6 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.278: +2 -2 lines
Diff to previous 1.278
- Patch #304163 by chx, David_Rothstein: allow update.php to regenerate settings.php

Revision 1.278 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 30 16:15:44 2009 UTC (6 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.277: +3 -1 lines
Diff to previous 1.277
#449142 by pwolanin: SA-CORE-2009-005 #2.

Revision 1.145.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 30 00:13:48 2009 UTC (6 months, 4 weeks ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-17, DRUPAL-5-18, DRUPAL-5-19, DRUPAL-5-20
Changes since 1.145.2.13: +3 -1 lines
Diff to previous 1.145.2.13 , to branch point 1.145 , to next main 1.330
Drupal 5.17

Revision 1.206.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 30 00:13:30 2009 UTC (6 months, 4 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-11, DRUPAL-6-12, DRUPAL-6-13
Changes since 1.206.2.11: +3 -1 lines
Diff to previous 1.206.2.11 , to branch point 1.206
Drupal 6.11

Revision 1.277 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 24 08:15:50 2009 UTC (7 months ago) by dries
Branch: MAIN
Changes since 1.276: +9 -9 lines
Diff to previous 1.276
- Patch #147310 by c960657: added tests for private files, fixed a problem with private files and minor improvements.

Revision 1.276 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 22 09:45:02 2009 UTC (7 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.275: +239 -45 lines
Diff to previous 1.275
- Patch #147310 by c960657 et al: better cache headers for reverse proxies.

Revision 1.275 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 19 19:10:07 2009 UTC (7 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.274: +2 -2 lines
Diff to previous 1.274
- Patch #430342 by kkaefer et al: usability improvement: changed 'site maintenance' to 'maintenance mode'.

Revision 1.274 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 11 23:01:35 2009 UTC (7 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.273: +2 -4 lines
Diff to previous 1.273
#415316 by mr.baileys: Remove needless extra clarification about the size of a KB.

Revision 1.273 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 2 20:39:44 2009 UTC (7 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.272: +77 -20 lines
Diff to previous 1.272
- Patch #254491 by chx, catch, justinrandell, pwolanin, David_Rothstein, et 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!

Revision 1.272 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 18 09:21:21 2009 UTC (8 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.271: +5 -4 lines
Diff to previous 1.271
- Patch #309586 by mr.baileys: IP address from XFF header contains spaces and improved code comments.

Revision 1.271 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 1 09:32:17 2009 UTC (8 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.270: +3 -3 lines
Diff to previous 1.270
#304163 by chx: Allow update.php to re-generate settings.php. Now possible to upgrade Drupal 6 to Drupal 7. Oh, yeah.

Revision 1.206.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 25 13:49:54 2009 UTC (9 months ago) by dries
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-10
Changes since 1.206.2.10: +2 -2 lines
Diff to previous 1.206.2.10 , to branch point 1.206
- Patch #381438 by drumm: do not use page cache for drupal.sh requests.

Revision 1.270 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 25 13:49:26 2009 UTC (9 months ago) by dries
Branch: MAIN
Changes since 1.269: +2 -2 lines
Diff to previous 1.269
- Patch #381438 by drumm: do not use page cache for drupal.sh requests.

Revision 1.206.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 25 11:47:37 2009 UTC (9 months ago) by goba
Branch: DRUPAL-6
Changes since 1.206.2.9: +11 -1 lines
Diff to previous 1.206.2.9 , to branch point 1.206
#203323 by JirkaRybka, robertgarrigos, lilou, thePanz, c960657, sun: move the LANGUAGE_* constants to bootstrap.inc and remove several defined() checks on them now that they are always defined

Revision 1.269 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 31 16:50:56 2009 UTC (9 months, 3 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-5
Changes since 1.268: +3 -3 lines
Diff to previous 1.268
#88264 by Rob Loach and kscheirer: Make variable_get()'s defaultparameter default to NULL so that NULLs do not need to be specified.

Revision 1.268 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 25 12:19:31 2009 UTC (10 months ago) by webchick
Branch: MAIN
Changes since 1.267: +2 -2 lines
Diff to previous 1.267
#363687 by chx: Simplify DBTNG codeflow.

Revision 1.267 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 22 03:05:17 2009 UTC (10 months ago) by webchick
Branch: MAIN
Changes since 1.266: +19 -23 lines
Diff to previous 1.266
#346285 by Damien Tournoud: forward-port HTTP_HOST fix from 6.x.

Revision 1.266 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 20 03:18:40 2009 UTC (10 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.265: +11 -1 lines
Diff to previous 1.265
#203323 by JirkaRybka, robertgarrigos, thePanz, c960657, and sun: Fix undefined index locale in install.php and clean up crufty code.

Revision 1.265 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 19 10:46:50 2009 UTC (10 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.264: +55 -17 lines
Diff to previous 1.264
- Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, 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.

Revision 1.145.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 19:12:27 2009 UTC (10 months, 1 week ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-15, DRUPAL-5-16
Changes since 1.145.2.12: +19 -9 lines
Diff to previous 1.145.2.12 , to branch point 1.145
#346285 by grendzy, Damien Tournoud, thekevinday et al: fixed problem when HTTP_HOST is not transmitted

Revision 1.206.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 19:10:25 2009 UTC (10 months, 1 week ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-9
Changes since 1.206.2.8: +19 -9 lines
Diff to previous 1.206.2.8 , to branch point 1.206
#346285 by grendzy, Damien Tournoud, thekevinday et al: fixed problem when HTTP_HOST is not transmitted

Revision 1.264 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 12:15:38 2009 UTC (10 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4
Changes since 1.263: +20 -9 lines
Diff to previous 1.263
- Patch #346285 by grendzy, Damien Tournoud, thekevinday et al: fixed problem when HTTP_HOST is not transmitted.

Revision 1.206.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 6 17:14:04 2009 UTC (10 months, 3 weeks ago) by goba
Branch: DRUPAL-6
Changes since 1.206.2.7: +4 -4 lines
Diff to previous 1.206.2.7 , to branch point 1.206
#323474 by gpk, Dave Reid, catch: hook_boot() was not called on non-cached pages when agreesive caching was on

Revision 1.263 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 4 16:15:54 2009 UTC (10 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.262: +2 -2 lines
Diff to previous 1.262
- Patch #353803 by dereine: minor performance optimization -- multiple calls to require_once.

Revision 1.262 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 30 16:43:14 2008 UTC (10 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.261: +2 -2 lines
Diff to previous 1.261
- Patch #352470 by scor: fixed typos and grammar in comments.

Revision 1.261 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 28 20:41:18 2008 UTC (11 months ago) by dries
Branch: MAIN
Changes since 1.260: +4 -3 lines
Diff to previous 1.260
- Patch #223298 by Dave Reid: change {dblog}.type VARCHAR limit from 16 to 64.

Revision 1.260 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 26 11:00:23 2008 UTC (11 months ago) by dries
Branch: MAIN
Changes since 1.259: +2 -2 lines
Diff to previous 1.259
- Patch #303154 by John Morahan: fixed typo that slipped in.

Revision 1.259 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 23 19:59:17 2008 UTC (11 months ago) by dries
Branch: MAIN
Changes since 1.258: +7 -1 lines
Diff to previous 1.258
- Patch #303154 by c960657: clean-up and better document ini_set() calls in default.settings.php.

Revision 1.258 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 20 18:24:32 2008 UTC (11 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.257: +14 -14 lines
Diff to previous 1.257
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.

Revision 1.145.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 18:16:03 2008 UTC (11 months, 2 weeks ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-13, DRUPAL-5-14
Changes since 1.145.2.11: +23 -9 lines
Diff to previous 1.145.2.11 , to branch point 1.145
#324875 by pwolanin: improve HTTP_HOST checking, ensuring that the host is lowercased and only valid characters are allowed.

Revision 1.206.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 8 11:49:48 2008 UTC (11 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-7, DRUPAL-6-8
Changes since 1.206.2.6: +23 -9 lines
Diff to previous 1.206.2.6 , to branch point 1.206
#324875 by pwolanin: improve HTTP_HOST checking, ensuring that the host is lowercased and only valid characters are allowed.

Revision 1.257 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 3 14:51:53 2008 UTC (11 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.256: +7 -8 lines
Diff to previous 1.256
- Patch #327269 by c960657: when drupal_page_cache_header() compares the 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.

Revision 1.256 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 30 01:05:16 2008 UTC (11 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.255: +4 -2 lines
Diff to previous 1.255
#337794 by Damien Tournoud: Make SimpleTest work under PosthreSQL again.

Revision 1.255 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 29 23:21:22 2008 UTC (11 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.254: +6 -35 lines
Diff to previous 1.254
#338184 by Damien Tournoud: Remove special workarounds for serialize() in the registry.

Revision 1.254 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 24 10:41:39 2008 UTC (12 months ago) by dries
Branch: MAIN
Changes since 1.253: +4 -23 lines
Diff to previous 1.253
- Patch #333143 by justinrandell: cleaning up the Drupal bootstrap code, removing bootstrap flag in system table.

Revision 1.253 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 24 06:17:40 2008 UTC (12 months ago) by dries
Branch: MAIN
Changes since 1.252: +5 -2 lines
Diff to previous 1.252
- Patch #319406 by AlexisWilke, Dave Reid, Damien Tournoud, kbahey:  should only be cleared in the parent watchdog() call.

Revision 1.252 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 16:48:20 2008 UTC (12 months ago) by webchick
Branch: MAIN
Changes since 1.251: +6 -6 lines
Diff to previous 1.251
#308834 follow-up by gpk: Comment improvements.

Revision 1.251 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 13:46:11 2008 UTC (12 months ago) by dries
Branch: MAIN
Changes since 1.250: +8 -1 lines
Diff to previous 1.250
- Patch #308834 by c960657: move setting of magic_quotes_runtime out of 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.

Revision 1.250 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 13:32:59 2008 UTC (12 months ago) by dries
Branch: MAIN
Changes since 1.249: +4 -4 lines
Diff to previous 1.249
- Patch #323474 by Dave Reid and catch: hook_boot() was not invoked on uncached page views if cache mode is aggressive.

Revision 1.249 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 16 19:41:14 2008 UTC (12 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.248: +10 -10 lines
Diff to previous 1.248
- Patch #74645 by drewish, roychri et al: modify file_scan_directory to use a regex for the nomask (and code clean-up).

Revision 1.248 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 16 15:19:34 2008 UTC (12 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.247: +9 -1 lines
Diff to previous 1.247
- Patch #267883 by MadHarold, boombatower: parse_size() and format_size() do not use the same kilo standard.

Revision 1.247 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 11 22:39:58 2008 UTC (12 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-3
Changes since 1.246: +88 -78 lines
Diff to previous 1.246
- Patch #325665 by chx, Damien Tournoud, justinrandell et al: improved the cache registry lookups.

Revision 1.246 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 7 17:21:53 2008 UTC (12 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.245: +6 -9 lines
Diff to previous 1.245
- Patch #279516 by c960657: remove workarounds for PHP versions less than 5.2.x

Revision 1.245 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 2 10:56:35 2008 UTC (12 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.244: +23 -9 lines
Diff to previous 1.244
- Patch #324875 by pwolanin, Damien Tournoud, goba: improved conf_path() header injection checking.

Revision 1.244 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 2 06:33:56 2008 UTC (12 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.243: +9 -3 lines
Diff to previous 1.243
- Patch #319394 by Crell: force the default database for registry queries.

Revision 1.145.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 2 02:25:46 2008 UTC (12 months, 3 weeks ago) by drumm
Branch: DRUPAL-5
Changes since 1.145.2.10: +2 -2 lines
Diff to previous 1.145.2.10 , to branch point 1.145
#318102 by Damien Tournoud and Dave Reid: hook_exit() not invoked for some cached requests.

Revision 1.243 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 02:18:22 2008 UTC (12 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.242: +4 -39 lines
Diff to previous 1.242
- Patch #298600 by chx, justinrandell, Damien, et al: make module_implements work regardless of bootstrap phase.

Revision 1.242 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 25 01:13:40 2008 UTC (13 months ago) by webchick
Branch: MAIN
Changes since 1.241: +6 -1 lines
Diff to previous 1.241
#324875: SA-2008-067 (#324824): Fix file inclusion vulnerability.

Revision 1.241 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 20:44:53 2008 UTC (13 months ago) by dries
Branch: MAIN
Changes since 1.240: +19 -10 lines
Diff to previous 1.240
- Patch #323391 by Damien Tournoud: made initialization of the variables an explicit bootstrap phase.

Revision 1.206.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 19:26:01 2008 UTC (13 months ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-6
Changes since 1.206.2.5: +6 -1 lines
Diff to previous 1.206.2.5 , to branch point 1.206
Drupal 6.6

Revision 1.145.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 22 19:25:28 2008 UTC (13 months ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-12
Changes since 1.145.2.9: +6 -1 lines
Diff to previous 1.145.2.9 , to branch point 1.145
Drupal 5.12

Revision 1.240 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 20 11:33:00 2008 UTC (13 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.239: +3 -3 lines
Diff to previous 1.239
- Patch #323372 by Damien Tournoud: fixed bootstrap phase issue that broke installer.

Revision 1.239 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 19 21:27:13 2008 UTC (13 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.238: +11 -12 lines
Diff to previous 1.238
- Patch #323372 by chx: clean up drupal_bootstrap().

Revision 1.238 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 16 21:16:06 2008 UTC (13 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.237: +3 -5 lines
Diff to previous 1.237
- Patch #321337 by gpk: optmized timer_start() and timer_read() thanks to PHP5.

Revision 1.206.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 16 12:51:56 2008 UTC (13 months, 1 week ago) by goba
Branch: DRUPAL-6
Changes since 1.206.2.4: +2 -2 lines
Diff to previous 1.206.2.4 , to branch point 1.206
#318102 by Dave Reid: hook_exit() was not invoked for some cached requests.

Revision 1.237 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 15 16:05:51 2008 UTC (13 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.236: +5 -1 lines
Diff to previous 1.236
- Patch #304924 by Damien Tournoud: extend error handler to manage exceptions.  I have one exception and one fail.

Revision 1.236 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 13 04:06:22 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.235: +22 -1 lines
Diff to previous 1.235
#242873 follow-up: Missed adding constants to bootstrap.inc.

Revision 1.235 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 08:37:14 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-2
Changes since 1.234: +3 -2 lines
Diff to previous 1.234
#320171 by Dave Reid: Fix exception in ip_address() test.

Revision 1.234 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 06:27:03 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.233: +1 -21 lines
Diff to previous 1.233
Roll-back of #242873: This caused horrendous problems with SimpleTest on some configurations.

Revision 1.233 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 02:47:50 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.232: +36 -2 lines
Diff to previous 1.232
#231298 by Crell and rednahead: Allow for aliased multi-site support.

Revision 1.232 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 11 21:53:36 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.231: +21 -1 lines
Diff to previous 1.231
#242873 follow-up by pwolanin: Move new check_plain() check constants to bootstrap.inc so they're there in early bootstrap.

Revision 1.231 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 11 04:56:34 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.230: +2 -2 lines
Diff to previous 1.230
#318102 by Damien Tournoud and Dave Reid: hook_exit() not invoked for some cached requests.

Revision 1.230 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 6 22:40:20 2008 UTC (13 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.229: +2 -2 lines
Diff to previous 1.229
#317840 by lilou: Fix typo in Doxygen for REQUEST_TIME.

Revision 1.229 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 6 14:26:54 2008 UTC (13 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.228: +31 -22 lines
Diff to previous 1.228
- Patch #313156 by Crell: convert bootstrap.inc to DBTNG and resurrected a kitten.

Revision 1.228 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 20 20:22:23 2008 UTC (14 months, 1 week ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1
Changes since 1.227: +17 -17 lines
Diff to previous 1.227
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.

Revision 1.227 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 19 07:53:59 2008 UTC (14 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.226: +2 -2 lines
Diff to previous 1.226
- Patch #309488 by kbahey: correct capitalization of TRUE and FALSE.

Revision 1.226 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 07:11:50 2008 UTC (14 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.225: +7 -2 lines
Diff to previous 1.225
- Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME.  Improved developer experience.

Revision 1.225 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 15 15:18:59 2008 UTC (14 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.224: +2 -2 lines
Diff to previous 1.224
- Patch #253702 by Damien Tournoud et al: further clean-up of the session handling code.

Revision 1.224 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 8 21:24:30 2008 UTC (14 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.223: +6 -3 lines
Diff to previous 1.223
- Patch #208793 by kbahey, Damien Tournoud: stop hardcoding the HTTP protocol version where possible.

Revision 1.223 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 8 21:08:24 2008 UTC (14 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.222: +2 -2 lines
Diff to previous 1.222
- Patch #253702 by jscheel, gpk: clarified session handling functions.

Revision 1.222 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 6 15:20:09 2008 UTC (14 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.221: +6 -11 lines
Diff to previous 1.221
#302763 by DamZ: Fixing test failures, removing legacy globals check cruft.

Revision 1.221 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 6 08:36:19 2008 UTC (14 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.220: +3 -12 lines
Diff to previous 1.220
- Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion.  Removed drupal_referrer() for consistency.

Revision 1.145.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 24 09:00:25 2008 UTC (15 months ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-11
Changes since 1.145.2.8: +10 -1 lines
Diff to previous 1.145.2.8 , to branch point 1.145
- Patch #170310 by mfb, JohnAlbin: avoid SSL cookie getting over-written by non-SSL cookie.

Revision 1.220 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 21 19:36:36 2008 UTC (15 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.219: +129 -45 lines
Diff to previous 1.219
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.

Revision 1.206.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 18 18:56:30 2008 UTC (15 months, 1 week ago) by dries
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-5
Changes since 1.206.2.3: +10 -1 lines
Diff to previous 1.206.2.3 , to branch point 1.206
- Patch #170310 by mfb, JohnAlbin: avoid SSL cookie getting over-written by non-SSL cookie.

Revision 1.219 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 18 18:56:01 2008 UTC (15 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.218: +10 -1 lines
Diff to previous 1.218
- Patch #170310 by mfb, JohnAlbin: avoid SSL cookie getting over-written by non-SSL cookie.

Revision 1.218 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 2 19:01:02 2008 UTC (15 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.217: +3 -3 lines
Diff to previous 1.217
- Patch #287877 by dmitrig01: rename drupal_rebuild_code_registry() to registry_rebuild() for consistency.

Revision 1.217 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 17 21:10:39 2008 UTC (16 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.216: +2 -2 lines
Diff to previous 1.216
- Patch #231190 by eli, mfb: page cache didn't work with HEAD requests.

Revision 1.206.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 9 19:15:59 2008 UTC (16 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-3, DRUPAL-6-4
Changes since 1.206.2.2: +6 -1 lines
Diff to previous 1.206.2.2 , to branch point 1.206
#225880 by pwolanin, keith.smith: get the user create settings.php instead of Drupal, so upgrading getseasier

Revision 1.216 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 8 01:08:15 2008 UTC (16 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.215: +2 -2 lines
Diff to previous 1.215
- Patch #270508 by paul.levvik and pwolanin: usability improvement: image toolkits should not have to be copied.

Revision 1.215 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 4 22:54:09 2008 UTC (16 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.214: +18 -15 lines
Diff to previous 1.214
- Patch #258397 by Dries: fixed spoofing attack.

Revision 1.214 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 2 20:05:10 2008 UTC (16 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.213: +2 -2 lines
Diff to previous 1.213
- Patch #276581 by catch: wrote missing tests for contact module and simplified contact module thanks to that.  Also removed some whitespace.

Revision 1.213 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 1 20:36:39 2008 UTC (16 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.212: +2 -2 lines
Diff to previous 1.212
- Patch #277073 by threexk: improve consistency of offline vs off-line and online vs on-line.

Revision 1.212 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 26 11:29:20 2008 UTC (17 months ago) by dries
Branch: MAIN
Changes since 1.211: +17 -6 lines
Diff to previous 1.211
- Patch #258397 by R.Muilwijk and myself: IP address detection improvements.  Added support for clusters and wrote various IP address related tests.

Revision 1.211 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 26 17:12:54 2008 UTC (18 months ago) by dries
Branch: MAIN
Changes since 1.210: +59 -10 lines
Diff to previous 1.210
- Patch #101543 by webchick: document all constants.

Revision 1.210 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 13 17:38:42 2008 UTC (18 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.209: +49 -5 lines
Diff to previous 1.209
- Patch #256579 by justinrandell: registry performance optimizations.

Revision 1.209 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 6 12:18:45 2008 UTC (18 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.208: +183 -1 lines
Diff to previous 1.208
- Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, 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.

Revision 1.208 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 17:48:33 2008 UTC (19 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.207: +13 -13 lines
Diff to previous 1.207
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.

Revision 1.207 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 8 22:50:54 2008 UTC (19 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.206: +22 -23 lines
Diff to previous 1.206
- Patch #228594 by catch et al: removed access rule functionality from core.

  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.

Revision 1.206.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 14:36:21 2008 UTC (21 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-0, DRUPAL-6-1, DRUPAL-6-2
Changes since 1.206.2.1: +5 -2 lines
Diff to previous 1.206.2.1 , to branch point 1.206
#168909 follow up by chx: return page cache status earlier to avoid new output buffer being opened

Revision 1.206.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 13:11:14 2008 UTC (21 months, 2 weeks ago) by goba
Branch: DRUPAL-6
Changes since 1.206: +9 -3 lines
Diff to previous 1.206
#168909 by chx: only save the page cache if the output buffer was actually started at the beginning

Revision 1.206 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 10 22:47:17 2008 UTC (22 months, 2 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-2, DRUPAL-6-0-RC-3, DRUPAL-6-0-RC-4
Branch point for: DRUPAL-6
Changes since 1.205: +41 -2 lines
Diff to previous 1.205
Drupal 6 RC2

Revision 1.96.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 10 22:18:19 2008 UTC (22 months, 2 weeks ago) by killes
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7-11
Changes since 1.96.2.9: +42 -2 lines
Diff to previous 1.96.2.9 , to branch point 1.96 , to next main 1.330
various bugfixes

Revision 1.145.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 10 22:14:24 2008 UTC (22 months, 2 weeks ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-10, DRUPAL-5-6, DRUPAL-5-7, DRUPAL-5-8, DRUPAL-5-9
Changes since 1.145.2.7: +41 -2 lines
Diff to previous 1.145.2.7 , to branch point 1.145
Drupal 5.6.

Revision 1.205 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 8 10:35:40 2008 UTC (22 months, 3 weeks ago) by goba
Branch: MAIN
Changes since 1.204: +5 -5 lines
Diff to previous 1.204
#207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks

Revision 1.204 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 2 14:29:32 2008 UTC (22 months, 3 weeks ago) by goba
Branch: MAIN
Changes since 1.203: +8 -3 lines
Diff to previous 1.203
#50901 by chx: do not allow user login under maintenance mode, if the logged in user has no site config permission

Revision 1.203 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 20 08:20:58 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-1
Changes since 1.202: +5 -8 lines
Diff to previous 1.202
#199780 by Pancho and chx: fix problem in access rules check introduced in #174025

Revision 1.202 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 8 14:06:20 2007 UTC (23 months, 3 weeks ago) by goba
Branch: MAIN
Changes since 1.201: +4 -4 lines
Diff to previous 1.201
#198579 by webernet and hswong3i: a huge set of coding style fixes, including:
 - whitespaces at end of lines
 - indentation
 - control structure usage
 - whitespace in empty lines
 - phpdoc comment formatting

Revision 1.201 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 30 12:19:10 2007 UTC (23 months, 4 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-4
Changes since 1.200: +10 -30 lines
Diff to previous 1.200
#141727 by merlinofchaos, dvessel, sun: restore themeability support for maintenance pages (regression)

Revision 1.200 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 26 08:06:52 2007 UTC (2 years ago) by goba
Branch: MAIN
Changes since 1.199: +9 -4 lines
Diff to previous 1.199
#173408 by markus_petrux / add1sun: move proxy IP configuration options to settings.php, because these need to be used before Drupal has the variables loaded from the database

Revision 1.199 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 11 16:14:45 2007 UTC (2 years ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-3
Changes since 1.198: +2 -2 lines
Diff to previous 1.198
#190283 by myself and JirkaRbyka: use get_t() in pre-database setup code, add missing javascript key to language objects (kills notices) and document st() better

Revision 1.145.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 28 04:53:14 2007 UTC (2 years, 1 month ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-4, DRUPAL-5-5
Changes since 1.145.2.6: +3 -5 lines
Diff to previous 1.145.2.6 , to branch point 1.145
- Patch #181063 by chx and bjaspan: fixed problem with drupal_bootstrap() not booting to the proper level.

Revision 1.198 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 25 15:38:24 2007 UTC (2 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.197: +10 -8 lines
Diff to previous 1.197
- Modified version of patch #121820 by Caleb et al: add an option for page compression.

Revision 1.197 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 24 11:30:39 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
Changes since 1.196: +33 -38 lines
Diff to previous 1.196
#182675 by chx: fix caching bootstrap, so hook_boot() and the timer is called when required, integrating the cache init function right into the bootstrap

Revision 1.196 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 17 13:03:03 2007 UTC (2 years, 1 month ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-2
Changes since 1.195: +5 -2 lines
Diff to previous 1.195
- Patch #180468 by hass: fixed notice on IIS.

Revision 1.195 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 17 12:11:30 2007 UTC (2 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.194: +2 -1 lines
Diff to previous 1.194
- Patch #183965 by alpritt: corrected PHPdoc.

Revision 1.194 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 5 14:50:25 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
Changes since 1.193: +2 -1 lines
Diff to previous 1.193
#163785 by Eaton, dvessel and quicksketch: theme .info files should be able to override core and module CSS files based on file basenames

Revision 1.193 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 5 14:48:49 2007 UTC (2 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.192: +3 -12 lines
Diff to previous 1.192
- Patch #181063 by chx: fixed problem with drupal_bootstrap() not booting to the proper level.

Revision 1.192 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 10 12:19:11 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-1
Changes since 1.191: +7 -10 lines
Diff to previous 1.191
#174025 by killes: small performance improvement for drupal_is_denied()

Revision 1.191 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 9 19:46:54 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
Changes since 1.190: +2 -2 lines
Diff to previous 1.190
#172262 by JirkaRybka: better globals handling in install system, so the choosen profile and language are remembered

Revision 1.190 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 7 10:33:06 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
Changes since 1.189: +2 -2 lines
Diff to previous 1.189
#173227 by Desbeers: make language listing work early in the bootstrap, when modules are not yet loaded (fix a regression from a previous patch)

Revision 1.189 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 3 16:55:00 2007 UTC (2 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.188: +2 -2 lines
Diff to previous 1.188
- Patch #165160 by chx: restored access checking.

Revision 1.188 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 3 09:59:43 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
Changes since 1.187: +4 -3 lines
Diff to previous 1.187
#169263 by Gerhard Killesreiter: fix IP address identification

Revision 1.187 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 1 12:50:47 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
Changes since 1.186: +3 -4 lines
Diff to previous 1.186
#171562 by JirkaRybka: fix several issues with locales
 - make searches work again, better worded
 - do not cache English stuff
 - fix strike through on string seek page
 - fix exports for translations

Revision 1.186 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 30 16:09:50 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
Changes since 1.185: +8 -5 lines
Diff to previous 1.185
#151868 by chx: avoid using array_shift() because it takes a lot of time to rehash the array, so indexing the array is more performant, then shifting items one by one

Revision 1.185 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 30 15:53:39 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
Changes since 1.184: +14 -8 lines
Diff to previous 1.184
#171606 by Heine: ported security fix from Drupal 4.7/5; use SCRIPT_NAME instead of PHP_SELF in links to avoid XSS holes

Revision 1.184 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 30 15:47:27 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
Changes since 1.183: +2 -1 lines
Diff to previous 1.183
#151394 by xqus and RobRoy: file.inc is required on maintanance pages for the JS aggregation

Revision 1.183 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 28 11:42:56 2007 UTC (2 years, 3 months ago) by goba
Branch: MAIN
Changes since 1.182: +2 -2 lines
Diff to previous 1.182
#170638 by JirkaRybka and chx: move update access variable to settings.php, so we can check whether it is wide open, and we have one place for settings

Revision 1.182 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 26 16:00:29 2007 UTC (2 years, 3 months ago) by goba
Branch: MAIN
Changes since 1.181: +2 -2 lines
Diff to previous 1.181
#165331 by chx: call hook_boot() for cached pages too, moving it to the right place

Revision 1.181 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 7 08:41:24 2007 UTC (2 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.180: +2 -2 lines
Diff to previous 1.180
- Patch #165160 by hswong3i: made two SQL queries work on DB2.

Revision 1.180 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 30 19:22:47 2007 UTC (2 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.179: +15 -4 lines
Diff to previous 1.179
- Patch #147324 by Eaton: make multi-site installations work again.

Revision 1.179 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 29 21:04:03 2007 UTC (2 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.178: +7 -13 lines
Diff to previous 1.178
- Patch #162944 by profix898: cleanup ip_address() code.

Revision 1.178 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 29 17:28:23 2007 UTC (2 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.177: +2 -2 lines
Diff to previous 1.177
- Patch #162708 by Eaton and Earl: add support for image buttons to FAPI3.

  This is a small form API extension (doesn't break existing code) that
  facilitates the Drupal 6 upgrade of the Views module.  A good example
  of why it can be beneficial to start upgrading your modules early on in
  the code freeze. ;)

Revision 1.177 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 26 21:42:51 2007 UTC (2 years, 4 months ago) by unconed
Branch: MAIN
Changes since 1.176: +2 -2 lines
Diff to previous 1.176
Re-add check_plain() in appropriate places after removing it from ip_address().

Revision 1.96.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 26 19:17:24 2007 UTC (2 years, 4 months ago) by killes
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7-10, DRUPAL-4-7-7, DRUPAL-4-7-8, DRUPAL-4-7-9
Changes since 1.96.2.8: +14 -8 lines
Diff to previous 1.96.2.8 , to branch point 1.96
Drupal 4.7.7

Revision 1.145.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 26 19:16:45 2007 UTC (2 years, 4 months ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-2, DRUPAL-5-3
Changes since 1.145.2.5: +14 -7 lines
Diff to previous 1.145.2.5 , to branch point 1.145
Drupal 5.2

Revision 1.176 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 26 09:32:15 2007 UTC (2 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.175: +2 -3 lines
Diff to previous 1.175
- We don't need to sanitize stuff on input.

Revision 1.145.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 26 04:44:56 2007 UTC (2 years, 4 months ago) by drumm
Branch: DRUPAL-5
Changes since 1.145.2.4: +4 -3 lines
Diff to previous 1.145.2.4 , to branch point 1.145
#160107 by JohnAlbin: use the same session ID regardless of the protocol used to access the page (eg share sessions between http and https pages)

Revision 1.175 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 25 10:06:44 2007 UTC (2 years, 4 months ago) by goba
Branch: MAIN
Changes since 1.174: +4 -3 lines
Diff to previous 1.174
#160107 by JohnAlbin: use the same session ID regardless of the protocol used to access the page (eg share sessions between http and https pages)

Revision 1.174 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 11 22:04:57 2007 UTC (2 years, 4 months ago) by goba
Branch: MAIN
Changes since 1.173: +6 -1 lines
Diff to previous 1.173
#125533 by keve: do not continue bootstrap if the process was called back with a phase already executed

Revision 1.145.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 9 04:28:12 2007 UTC (2 years, 4 months ago) by drumm
Branch: DRUPAL-5
Changes since 1.145.2.3: +38 -3 lines
Diff to previous 1.145.2.3 , to branch point 1.145
#56357 by JohnAlbin, et al. Improve cookie naming to prevent conflicting cookies set on the same domain name.

Revision 1.173 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 1 19:49:19 2007 UTC (2 years, 4 months ago) by goba
Branch: MAIN
Changes since 1.172: +12 -4 lines
Diff to previous 1.172
#82499 by Jose A Reyero and a little bit from myself: send emails localized in the language needed in specific situations, and centralize mail composing operations with hook_mail()

Revision 1.172 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 15 06:45:05 2007 UTC (2 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.171: +1 -27 lines
Diff to previous 1.171
- Patch #151916 by JohnAlbin: fixing a double patch inclusion.

Revision 1.171 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 11 15:21:13 2007 UTC (2 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.170: +27 -1 lines
Diff to previous 1.170
- Patch #101927 by cooferat: fixed problem with post information.

Revision 1.170 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 9 07:26:36 2007 UTC (2 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.169: +3 -2 lines
Diff to previous 1.169
- Patch #150452 by JohnAlbin: fixed strict notice.

Revision 1.169 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 30 08:08:57 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.168: +2 -2 lines
Diff to previous 1.168
- Patch #115267 by drewish, dopry et al: simplified file uploads code, improved file API, centralized file validation, implemented quotas and fixed file previews.

Revision 1.168 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 29 14:37:49 2007 UTC (2 years, 6 months ago) by goba
Branch: MAIN
Changes since 1.167: +8 -4 lines
Diff to previous 1.167
#147640 by Jose A Reyero with further cleanup by myself: add language code to localization functions
This makes it possible to call these functions with a given language code when sending emails to multiple users with different languages in a request for example.

Revision 1.167 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 25 21:01:29 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.166: +6 -5 lines
Diff to previous 1.166
- Patch #55516 by David Strauss et al: removed some database locking.

Revision 1.166 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 25 15:04:41 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.165: +34 -5 lines
Diff to previous 1.165
- Patch #142773 by kbahey: made Drupal work correctly when behind a reverse proxy.

Revision 1.165 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 8 16:36:55 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.164: +4 -2 lines
Diff to previous 1.164
- Patch #99011 by merlinofchaos: remove sites/default/settings.php and ship with sites/default/default.settings.php.

Revision 1.145.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 7 04:19:54 2007 UTC (2 years, 6 months ago) by drumm
Branch: DRUPAL-5
Changes since 1.145.2.2: +2 -2 lines
Diff to previous 1.145.2.2 , to branch point 1.145
#109941 by morphir. Let browsers store form values.

Revision 1.164 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 6 05:47:51 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.163: +2 -1 lines
Diff to previous 1.163
- Patch #137211 by merlinofchaos: move theme information to .info files and improved theme inheritance.

Revision 1.163 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 30 14:37:36 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.162: +29 -3 lines
Diff to previous 1.162
- Patch #56357 by John Albin, alienbrain, moshe, etc: fixed more cookie domain problems.

Revision 1.162 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 30 11:12:35 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.161: +5 -1 lines
Diff to previous 1.161
- Patch #67893 by kbahey, dww, alienbrain, asimmonds et al: made it possible to filter log messages in the database log.

Revision 1.161 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 25 21:34:31 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.160: +3 -3 lines
Diff to previous 1.160
- Patch #137415 by slantview: simplified the cache API/usages, and made it a tad smarter.  Makes it easier to program for, and easier to replace.  Will need to be documented.

Revision 1.160 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 24 15:53:53 2007 UTC (2 years, 7 months ago) by goba
Branch: MAIN
Changes since 1.159: +2 -2 lines
Diff to previous 1.159
#76588: Small fixes after that patch landed
 - typo fix in watchdog() phpdoc
 - add a missing array() on a watchdog call in ping.module
 - handle NULL 'variables' value in syslog module

Noticed these while writing the documentation for watchdog() updates and by comitting the updates into the i18n SVN repository.

Revision 1.159 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 24 13:53:10 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.158: +10 -3 lines
Diff to previous 1.158
- Patch #76588 by Gabor: made log messages translatable.  Yay.

Revision 1.158 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 24 10:45:20 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.157: +5 -1 lines
Diff to previous 1.157
- Patch #138429: reroll.

Revision 1.157 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 24 08:43:31 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.156: +3 -3 lines
Diff to previous 1.156
- Patch #138429 by Zen: removed unused variables.

Revision 1.156 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 15 15:36:10 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.155: +2 -2 lines
Diff to previous 1.155
- Patch #118660 by agentrickard: re-order arguments of cache_set() to match PHP/Drupal conventions.

Revision 1.155 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 13 08:56:57 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.154: +7 -7 lines
Diff to previous 1.154
- Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot.

Revision 1.154 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 10 10:10:27 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.153: +28 -29 lines
Diff to previous 1.153
- Patch #63881 by kbahey and jakeg: improved Drupal's logging functionality.  Added support for external loggers, and included a small syslog module into core.

Revision 1.145.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 8 01:04:30 2007 UTC (2 years, 7 months ago) by drumm
Branch: DRUPAL-5
Changes since 1.145.2.1: +9 -2 lines
Diff to previous 1.145.2.1 , to branch point 1.145
 - Modified patch #133318 by hunmonk: drupal_get_messages() returning incorrect array value.
 Backport from HEAD.

Revision 1.153 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 6 13:27:20 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.152: +10 -1 lines
Diff to previous 1.152
- Patch #130987 by merlinofchaos: added theme registry for easier themability.

Revision 1.152 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 4 20:50:53 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.151: +9 -2 lines
Diff to previous 1.151
- Modified patch #133318 by hunmonk: drupal_get_messages() returning incorrect array value.

Revision 1.151 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 28 14:08:21 2007 UTC (2 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.150: +2 -2 lines
Diff to previous 1.150
- Patch #128866 by Gabor et al: new language subsystem fixes.

Revision 1.150 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 27 05:13:53 2007 UTC (2 years, 8 months ago) by unconed
Branch: MAIN
Changes since 1.149: +4 -2 lines
Diff to previous 1.149
#130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)

Revision 1.149 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 26 01:32:22 2007 UTC (2 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.148: +102 -5 lines
Diff to previous 1.148
- Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem.

Revision 1.145.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 25 20:59:25 2007 UTC (2 years, 8 months ago) by dries
Branch: DRUPAL-5
Changes since 1.145: +2 -1 lines
Diff to previous 1.145
- Patch #111697 by wesley: properly initialized user->time to prevent warnings/errors.

Revision 1.148 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 25 20:54:33 2007 UTC (2 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.147: +2 -1 lines
Diff to previous 1.147
- Patch #111697 by wesley: properly initialized user->time to prevent warnings/errors.

Revision 1.147 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 29 19:25:19 2007 UTC (2 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.146: +2 -2 lines
Diff to previous 1.146
- Patch #109941 by morphir: allow the browser to store form fields.

Revision 1.146 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 24 14:48:35 2007 UTC (2 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.145: +3 -3 lines
Diff to previous 1.145
- Patch #34755 by chx et al: faster menu system.  HEAD is temporary broken and there is no upgrade path yet.

Revision 1.145 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 15 11:52:02 2007 UTC (2 years, 10 months ago) by unconed
Branch: MAIN
CVS Tags: DRUPAL-5-0, DRUPAL-5-1
Branch point for: DRUPAL-5
Changes since 1.144: +2 -2 lines
Diff to previous 1.144
#109032: Make session.inc pluggable.

Revision 1.144 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 2 10:21:39 2007 UTC (2 years, 10 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-5-0-RC-2
Changes since 1.143: +1 -2 lines
Diff to previous 1.143
- Patch #104693 by ChrisKennedy: pragma dates back from previous protocal.

Revision 1.96.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 1 17:52:00 2007 UTC (2 years, 10 months ago) by killes
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7-5, DRUPAL-4-7-6
Changes since 1.96.2.7: +2 -2 lines
Diff to previous 1.96.2.7 , to branch point 1.96
#105461, No temporary tables in db_query_range(), backport

Revision 1.96.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 21 23:44:36 2006 UTC (2 years, 11 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.96.2.6: +2 -2 lines
Diff to previous 1.96.2.6 , to branch point 1.96
#104693, Always send HTTP/1.1 in headers, by ChisKennedy, backport

Revision 1.143 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 21 22:20:19 2006 UTC (2 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.142: +2 -2 lines
Diff to previous 1.142
- Patch #104693 by ChrisKennedy: send proper HTTP headers: HTTP/1.0 -> HTTP/1.1.

Revision 1.142 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 12 06:27:17 2006 UTC (2 years, 11 months ago) by unconed
Branch: MAIN
CVS Tags: DRUPAL-5-0-RC-1
Changes since 1.141: +2 -2 lines
Diff to previous 1.141
#100859: Fix aggregator categorization form

Revision 1.141 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 12 06:16:33 2006 UTC (2 years, 11 months ago) by unconed
Branch: MAIN
Changes since 1.140: +23 -2 lines
Diff to previous 1.140
#102602: Even more documentation for constants (webchick)

Revision 1.140 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 11 12:01:54 2006 UTC (2 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.139: +15 -1 lines
Diff to previous 1.139
- Patch #102603 by webchick: documenting watchdog constants.

Revision 1.139 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 11 12:00:07 2006 UTC (2 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.138: +8 -2 lines
Diff to previous 1.138
- Patch #102612 by webchick: document constants.

Revision 1.138 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 10 20:13:36 2006 UTC (2 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.137: +11 -21 lines
Diff to previous 1.137
- Patch #102232 by webernet: roll-back of #87310.

Revision 1.137 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 10 09:54:32 2006 UTC (2 years, 11 months ago) by unconed
Branch: MAIN
Changes since 1.136: +3 -3 lines
Diff to previous 1.136
#100516: CSS preprocessor to cache and compress all .css files. Benchmarks show up to 40% faster page loads.

Revision 1.136 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 8 12:09:54 2006 UTC (2 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.135: +35 -1 lines
Diff to previous 1.135
- Patch #101531 by webchick: documenting bootstrap constants.

Revision 1.135 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 8 11:55:56 2006 UTC (2 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.134: +21 -11 lines
Diff to previous 1.134
- Patch #87310 by dfaulkner and Grugnog2: fix borken request_uri() on some systems.

Revision 1.134 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 6 16:14:11 2006 UTC (2 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.133: +3 -1 lines
Diff to previous 1.133
- Patch #101531 by jvandyk: document all the bootstrap phases in Drupal 5.0.

Revision 1.133 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 4 10:41:19 2006 UTC (2 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.132: +2 -2 lines
Diff to previous 1.132
- Patch #90612 by Bart Jansens: user_logout should only end the current session.

Revision 1.132 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 24 10:16:50 2006 UTC (3 years ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-5-0-BETA-2
Changes since 1.131: +22 -6 lines
Diff to previous 1.131
- Added database checks.

Revision 1.96.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 22 12:32:30 2006 UTC (3 years ago) by killes
Branch: DRUPAL-4-7
Changes since 1.96.2.5: +2 -2 lines
Diff to previous 1.96.2.5 , to branch point 1.96
#93204, make Drupal work with CGI, patch by chx

Revision 1.131 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 22 09:07:03 2006 UTC (3 years ago) by dries
Branch: MAIN
Changes since 1.130: +2 -2 lines
Diff to previous 1.130
- Patch #93204 by chx et al: made Drupal work on FastCGI setups.

Revision 1.130 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 12 19:16:09 2006 UTC (3 years ago) by dries
Branch: MAIN
Changes since 1.129: +3 -3 lines
Diff to previous 1.129
- Patch #81076 by Bart Jansens: documentation correction.

Revision 1.129 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 12 00:21:15 2006 UTC (3 years ago) by drumm
Branch: MAIN
Changes since 1.128: +9 -7 lines
Diff to previous 1.128
#93491 by chx. Don't attempt to read non-existent timers.

Revision 1.128 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 7 07:11:15 2006 UTC (3 years, 2 months ago) by drumm
Branch: MAIN
CVS Tags: DRUPAL-5-0-BETA-1
Changes since 1.127: +10 -6 lines
Diff to previous 1.127
#54238 by gopherspidey and fago. Don't cache pages with messages.

Revision 1.127 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 6 12:27:50 2006 UTC (3 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.126: +2 -2 lines
Diff to previous 1.126
- Patch #81777 by havran: make access checking work on PostgreSQL.  (ANSI SQL 92)

Revision 1.126 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 6 08:51:53 2006 UTC (3 years, 2 months ago) by drumm
Branch: MAIN
Changes since 1.125: +2 -2 lines
Diff to previous 1.125
#81777 by havran and Jaza. Postgres compatibility.

Revision 1.125 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 6 07:53:01 2006 UTC (3 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.124: +16 -13 lines
Diff to previous 1.124
- Patch #80725 by chx: move the access check up in the bootstrap process. Like that we don't have to load the session when the address is denied access.  Can be a notable performance improvement when you block crawlers.

Revision 1.124 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 6 06:43:03 2006 UTC (3 years, 2 months ago) by drumm
Branch: MAIN
Changes since 1.123: +5 -2 lines
Diff to previous 1.123
#47535 by Wesley Tanaka and nickl. Fix a PHP notice with timers.

Revision 1.123 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 3 07:08:24 2006 UTC (3 years, 2 months ago) by drumm
Branch: MAIN
Changes since 1.122: +2 -2 lines
Diff to previous 1.122
#80887 by chx. Fix a bug with superglobal cleaning.

Revision 1.122 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 1 08:44:53 2006 UTC (3 years, 2 months ago) by unconed
Branch: MAIN
Changes since 1.121: +13 -1 lines
Diff to previous 1.121
#75002: Install-time and run-time requirements checking + status report page

Revision 1.121 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 31 18:40:04 2006 UTC (3 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.120: +99 -69 lines
Diff to previous 1.120
- Patch #80887 by Matt et al: added an aggressive caching strategy.

Revision 1.120 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 30 08:46:16 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.119: +6 -6 lines
Diff to previous 1.119
- Patch #72290 by killes: split up the cache table.

Revision 1.119 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 30 08:03:15 2006 UTC (3 years, 3 months ago) by drumm
Branch: MAIN
Changes since 1.118: +2 -1 lines
Diff to previous 1.118
#80849 by robertDouglass. 'Already installed' error needs a filtering function.

Revision 1.118 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 29 08:36:14 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.117: +30 -6 lines
Diff to previous 1.117
- Patch #81078 by M. Plumbley: documented drupal_is_denied(), and improved
  performance of drupal_is_denied().

Revision 1.117 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 28 11:08:04 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.116: +12 -16 lines
Diff to previous 1.116
- Patch #80837 by killes and Dries: fixed 403 handling.

Revision 1.116 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 25 05:42:00 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.115: +11 -12 lines
Diff to previous 1.115
- Patch #80597 by jvandyk: improved PHPdoc.  Thanks

Revision 1.115 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 18 19:24:52 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.114: +3 -2 lines
Diff to previous 1.114
- Patch #79166 by hunmonk: fixed session breakage.

Revision 1.114 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 16 13:13:34 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.113: +15 -1 lines
Diff to previous 1.113
- Patch #node/76931 by Robert: improved performance of Drupal's session handling.

Revision 1.113 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 15 05:16:23 2006 UTC (3 years, 3 months ago) by drumm
Branch: MAIN
Changes since 1.112: +3 -1 lines
Diff to previous 1.112
#77183 (again) by m3avrck, add standard CSS to the maintenance pages.

Revision 1.112 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 12 11:47:24 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.111: +2 -2 lines
Diff to previous 1.111
- Patch #78328 by Bart: fixed incorrect Etag

Revision 1.111 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 7 15:04:13 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.110: +2 -2 lines
Diff to previous 1.110
- Patch #77422 by timcn: corrected various paths in the documentation.

Revision 1.96.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 3 13:53:15 2006 UTC (3 years, 3 months ago) by killes
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7-4
Changes since 1.96.2.4: +14 -2 lines
Diff to previous 1.96.2.4 , to branch point 1.96
#70521, reverted earlier patch and backported patch from HEAD.

Revision 1.110 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 3 13:42:34 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.109: +14 -1 lines
Diff to previous 1.109
- Patch #70521 by Grugnog2 et al: fixed 'double logins', caching, and logging in and out.

Revision 1.109 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 3 07:06:36 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.108: +2 -2 lines
Diff to previous 1.108
- Patch #73961 by m3avrck, timcn, et al: simplify adding CSS in Drupal.

Revision 1.108 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 3 01:02:50 2006 UTC (3 years, 3 months ago) by unconed
Branch: MAIN
Changes since 1.107: +6 -3 lines
Diff to previous 1.107
#76209: (Eaton et al)
- Make installer code integrate better with module.inc / system.module
- Fix schema version bug when installing core

Revision 1.96.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 27 08:34:40 2006 UTC (3 years, 4 months ago) by killes
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7-3
Changes since 1.96.2.3: +2 -2 lines
Diff to previous 1.96.2.3 , to branch point 1.96
#73867, fixed warning, patch by bobathtmldotcom

Revision 1.107 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 22 07:00:30 2006 UTC (3 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.106: +4 -2 lines
Diff to previous 1.106
- Patch #74744 by jhenry: 304 handling should send an ETag to meet the HTTP/1.1 spec.

Revision 1.106 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 13 13:11:36 2006 UTC (3 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.105: +15 -8 lines
Diff to previous 1.105
- Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo et al: an initial install system for Drupal core.

Revision 1.105 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 10 18:41:10 2006 UTC (3 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.104: +2 -2 lines
Diff to previous 1.104
- Rolback previous patch: breaks Drupal.

Revision 1.104 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 10 15:37:10 2006 UTC (3 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.103: +2 -2 lines
Diff to previous 1.103
- Patch #71424 by Moshe: removed global variable.

Revision 1.103 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 5 11:45:51 2006 UTC (3 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.102: +4 -4 lines
Diff to previous 1.102
- Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants.

Revision 1.96.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 5 05:07:53 2006 UTC (3 years, 4 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.96.2.2: +51 -53 lines
Diff to previous 1.96.2.2 , to branch point 1.96
#70075 by AjK, send proper headers if caching is turned off., backport from HEAD

Revision 1.102 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 2 19:25:34 2006 UTC (3 years, 4 months ago) by drumm
Branch: MAIN
Changes since 1.101: +51 -53 lines
Diff to previous 1.101
#70075 by AjK, send proper headers if caching is turned off.

Revision 1.101 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 28 21:18:30 2006 UTC (3 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.100: +2 -2 lines
Diff to previous 1.100
- Patch #69341 by chx: remove some SQL queries from the Drupal bootstrap process.

Revision 1.100 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 14 14:01:12 2006 UTC (3 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.99: +24 -129 lines
Diff to previous 1.99
- Patch #67675 by chx: added support for multiple cache backends.

Revision 1.99 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 7 00:08:36 2006 UTC (3 years, 6 months ago) by drumm
Branch: MAIN
Changes since 1.98: +8 -8 lines
Diff to previous 1.98
#61802 by Zen, Double spaced sentences clean up

Revision 1.96.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 4 11:39:01 2006 UTC (3 years, 6 months ago) by killes
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7-1, DRUPAL-4-7-2
Changes since 1.96.2.1: +2 -2 lines
Diff to previous 1.96.2.1 , to branch point 1.96
#61368 by chx, don't unset the global globals array., backport from HEAD

Revision 1.98 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 4 09:28:32 2006 UTC (3 years, 6 months ago) by drumm
Branch: MAIN
Changes since 1.97: +2 -2 lines
Diff to previous 1.97
#61368 by chx, don't unset the global globals array.

Revision 1.96.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 2 11:23:49 2006 UTC (3 years, 6 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.96: +5 -2 lines
Diff to previous 1.96
#60457 by JonBob, backport from HEAD

Revision 1.97 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 2 08:37:42 2006 UTC (3 years, 6 months ago) by drumm
Branch: MAIN
Changes since 1.96: +5 -2 lines
Diff to previous 1.96
#60457 by JonBob (slightly modified), bootstrap.inc produces [Notice] in error_log

Revision 1.96 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 28 11:52:31 2006 UTC (3 years, 7 months ago) by killes
Branch: MAIN
CVS Tags: DRUPAL-4-7-0, DRUPAL-4-7-0-RC-4
Branch point for: DRUPAL-4-7
Changes since 1.95: +2 -2 lines
Diff to previous 1.95
#60846, fix Drupal for running as CGI, patch by chx

Revision 1.95 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 21 06:39:00 2006 UTC (3 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.94: +16 -2 lines
Diff to previous 1.94
#59378, unset disallowed globals in case register_globals is on, patch by chx

Revision 1.94 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 12 21:39:15 2006 UTC (3 years, 7 months ago) by unconed
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-RC-3
Changes since 1.93: +2 -2 lines
Diff to previous 1.93
#58418: $conf ignored after bootstrap patch

Revision 1.93 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 12 20:58:09 2006 UTC (3 years, 7 months ago) by unconed
Branch: MAIN
Changes since 1.92: +2 -2 lines
Diff to previous 1.92
#58480: Left over conf_init()

Revision 1.92 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 12 08:42:47 2006 UTC (3 years, 7 months ago) by unconed
Branch: MAIN
Changes since 1.91: +44 -13 lines
Diff to previous 1.91
#56634: Resolve issues with varying $base_url
- Fix locations links in watchdog
- Fix repeated subdirectory in page cache CIDs

Revision 1.91 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 11 11:33:14 2006 UTC (3 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.90: +3 -3 lines
Diff to previous 1.90
#58166, fixes for typos, patch by Uwe Herrmann

Revision 1.90 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 1 14:53:03 2006 UTC (3 years, 7 months ago) by killes
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-RC-2
Changes since 1.89: +4 -3 lines
Diff to previous 1.89
#56676, unset($_SESSION['messages']);, patch by chx

Revision 1.89 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 26 14:11:38 2006 UTC (3 years, 8 months ago) by killes
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-RC-1
Changes since 1.88: +8 -1 lines
Diff to previous 1.88
#42000,  Watchdog can't log errors when using db_set_active(non-default), patch by Chris Johnson and myself

Revision 1.88 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 27 13:46:01 2006 UTC (3 years, 9 months ago) by killes
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-BETA-5, DRUPAL-4-7-0-BETA-6
Changes since 1.87: +2 -2 lines
Diff to previous 1.87
#50181, Timer counts not properly incremented, patch by puregin

Revision 1.87 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 10 05:42:11 2006 UTC (3 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.86: +3 -3 lines
Diff to previous 1.86
- Patch #44947 by rkerr / Moshe: fixed race condition in session handling, reduced query overhead of session handling, reduced database overhead of session handling.

Revision 1.86 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 29 07:36:29 2006 UTC (3 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.85: +4 -2 lines
Diff to previous 1.85
- Patch #13148: fix problems with using relative path names!  (Please document this change.)

Revision 1.85 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 24 18:18:41 2006 UTC (3 years, 10 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-BETA-4
Changes since 1.84: +2 -1 lines
Diff to previous 1.84
- Patch #46183 by chx: made maintenance mode work again.

Revision 1.84 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 23 07:54:08 2006 UTC (3 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.83: +11 -169 lines
Diff to previous 1.83
- Patch #44828 by chx/Crell: make sure the url/path is properly initialized in statistics_exit().

Revision 1.83 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 21 08:28:54 2006 UTC (3 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.82: +5 -1 lines
Diff to previous 1.82
- Patch #44379 by Moshe: code improvements: always grant the 'authenticated user' role to authenticated users.  Fixed glitch with udpate path.

Revision 1.82 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 17 06:17:29 2006 UTC (3 years, 10 months ago) by unconed
Branch: MAIN
Changes since 1.81: +2 -2 lines
Diff to previous 1.81
- #44992: ./ prefix for conf file include (faster)

Revision 1.81 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 16 08:34:45 2006 UTC (3 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.80: +1 -4 lines
Diff to previous 1.80
- Patch #22035 by Matt: fixed problem with alias table getting corrupted.

Revision 1.80 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 5 10:51:47 2006 UTC (3 years, 10 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-BETA-3
Changes since 1.79: +4 -4 lines
Diff to previous 1.79
- Patch #43360 by Chris: minor code clean-up: renamed $op to $hook.

Revision 1.79 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 22 22:58:12 2005 UTC (3 years, 11 months ago) by unconed
Branch: MAIN
Changes since 1.78: +1 -1 lines
Diff to previous 1.78
- #41744: global urlencode() for menu paths

Revision 1.78 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 15 16:02:50 2005 UTC (3 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.77: +2 -2 lines
Diff to previous 1.77
- Patch #41133 by DriesK: as of PHP 5.1.0, strtotime() returns FALSE on failure instead of -1.
  Changed code to be compatible with all versions.

Revision 1.77 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 10 19:26:47 2005 UTC (3 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.76: +1 -1 lines
Diff to previous 1.76
- Patch #40393 by Richard: corrected permissions of menu/path settings on the content submission form.

Revision 1.76 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 30 10:27:13 2005 UTC (3 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.75: +1 -11 lines
Diff to previous 1.75
- Removed valid_input_check().

Revision 1.32.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 30 10:07:33 2005 UTC (3 years, 11 months ago) by dries
Branch: DRUPAL-4-5
CVS Tags: DRUPAL-4-5-6, DRUPAL-4-5-7, DRUPAL-4-5-8
Changes since 1.32.2.4: +2 -22 lines
Diff to previous 1.32.2.4 , to branch point 1.32 , to next main 1.330
- Removed valid_input_check().

Revision 1.44.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 30 10:05:16 2005 UTC (3 years, 11 months ago) by dries
Branch: DRUPAL-4-6
CVS Tags: DRUPAL-4-6-10, DRUPAL-4-6-11, DRUPAL-4-6-4, DRUPAL-4-6-5, DRUPAL-4-6-6, DRUPAL-4-6-7, DRUPAL-4-6-8, DRUPAL-4-6-9
Changes since 1.44.2.1: +1 -12 lines
Diff to previous 1.44.2.1 , to branch point 1.44 , to next main 1.330
- Removed valid_input_check().

Revision 1.75 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 29 20:37:19 2005 UTC (3 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.74: +8 -2 lines
Diff to previous 1.74
- check_plain() missed its train.

Revision 1.74 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 29 20:16:06 2005 UTC (3 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.73: +3 -5 lines
Diff to previous 1.73
- Various fixes.  Updated CHANGELOG.txt

Revision 1.44.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 29 20:14:19 2005 UTC (3 years, 11 months ago) by dries
Branch: DRUPAL-4-6
Changes since 1.44: +10 -5 lines
Diff to previous 1.44
- Various fixes.  Updated CHANGELOG.txt

Revision 1.32.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 29 20:11:21 2005 UTC (3 years, 11 months ago) by dries
Branch: DRUPAL-4-5
Changes since 1.32.2.3: +10 -5 lines
Diff to previous 1.32.2.3 , to branch point 1.32
- Various fixes

Revision 1.73 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 27 11:52:08 2005 UTC (4 years ago) by dries
Branch: MAIN
Changes since 1.72: +3 -5 lines
Diff to previous 1.72
- Patch #10407 by Cvbge: fixed cache problems with PostgreSQL.

Revision 1.72 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 21 21:33:44 2005 UTC (4 years ago) by dries
Branch: MAIN
Changes since 1.71: +22 -20 lines
Diff to previous 1.71
- Patch #35725 by drumm: improved conf_init() documentation.

Revision 1.71 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 21 16:24:41 2005 UTC (4 years ago) by unconed
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70
#35725: Make site.com:80 work like site.com

Revision 1.70 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 22 15:14:46 2005 UTC (4 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.69: +8 -7 lines
Diff to previous 1.69
- Patch #30930 by m3avrck/deekayen: cured PHP5 warnings.

Revision 1.69 - (view) (