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

Log of /drupal/includes/install.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.116 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 26 18:57:16 2009 UTC (34 hours, 3 minutes ago) by dries
Branch: MAIN
CVS Tags: HEAD
Changes since 1.115: +2 -1 lines
Diff to previous 1.115
- Patch #626688 by justinrandell, catch, chx: add caching for system_list().

Revision 1.115 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 13 21:16:43 2009 UTC (6 weeks, 3 days ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10
Changes since 1.114: +2 -2 lines
Diff to previous 1.114
- Patch #601570 by effulgentsia: hook_exit() and other cleanup needs to happen for AJAX requests too.

Revision 1.114 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 13 05:26:57 2009 UTC (6 weeks, 3 days ago) by webchick
Branch: MAIN
Changes since 1.113: +3 -3 lines
Diff to previous 1.113
#561452 by pwolanin and David_Rothstein: Add API function to get module/theme info without rebuilding it.

Revision 1.113 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 25 14:54:49 2009 UTC (2 months ago) by dries
Branch: MAIN
Changes since 1.112: +3 -5 lines
Diff to previous 1.112
- Patch #521838 by jrchamp: (temporary) fix for drupal_get_schema_versions().

Revision 1.112 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 23 15:04:34 2009 UTC (2 months ago) by dries
Branch: MAIN
Changes since 1.111: +26 -16 lines
Diff to previous 1.111
- Patch #521838 by catch, jrchamp, CorniI, sun | Damien Tournoud, drewish, chx, moshe weitzman, yched, Dries: drupal_get_schema_versions() took 30% of page execution time on /admin.

Revision 1.111 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 10 06:38:16 2009 UTC (2 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.110: +5 -2 lines
Diff to previous 1.110
- Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe weitzman: automatically install/uninstall schema.

Revision 1.110 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 24 03:13:44 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.109: +8 -8 lines
Diff to previous 1.109
#524728 follow-up by David_Rothstein: Fix whitespace in install.php and install.inc.

Revision 1.109 - (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.108: +5 -4 lines
Diff to previous 1.108
#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.108 - (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.107: +4 -5 lines
Diff to previous 1.107
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.

Revision 1.107 - (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.106: +5 -4 lines
Diff to previous 1.106
*** empty log message ***

Revision 1.106 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 21 07:50:07 2009 UTC (3 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.105: +15 -10 lines
Diff to previous 1.105
#509398 by adrian: Turned install profiles into modules with full access to the Drupal API. Almost all WTFs/minute now removed from install profiles. Woohoo! :D

Revision 1.105 - (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.104: +8 -8 lines
Diff to previous 1.104
#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.104 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 12 23:51:19 2009 UTC (3 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.103: +2 -2 lines
Diff to previous 1.103
#545952 by yoroy and Gábor Hojtsy: move modules to config/modules.

Revision 1.103 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 30 10:16:48 2009 UTC (3 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.102: +17 -3 lines
Diff to previous 1.102
- Patch #535264 by Crell: removing some more legacy cruft.

Revision 1.102 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 28 19:18:05 2009 UTC (4 months ago) by dries
Branch: MAIN
Changes since 1.101: +1 -2 lines
Diff to previous 1.101
- Patch #491556 by Berdir: completed converting core to DBTNG. Oh my. Kudos to Berdir for this humongous effort.

Revision 1.101 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 28 19:02:38 2009 UTC (4 months ago) by dries
Branch: MAIN
Changes since 1.100: +2 -2 lines
Diff to previous 1.100
- Patch #524728 by David_Rothstein, anarcat: white space clean-up.

Revision 1.100 - (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.99: +20 -21 lines
Diff to previous 1.99
- Patch #524728 by David_Rothstein, JoshuaRogers, JacobSingh et al: refactor install.php to allow Drupal to be installed from the command line.

Revision 1.99 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 27 19:42:55 2009 UTC (4 months ago) by dries
Branch: MAIN
Changes since 1.98: +121 -50 lines
Diff to previous 1.98
- Patch #349508 by Josh Waihi: make sure that the database is installed using UTF-8 on PostgreSQL.

Revision 1.98 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 20 18:51:31 2009 UTC (4 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.97: +2 -2 lines
Diff to previous 1.97
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.

Revision 1.97 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 19 04:48:10 2009 UTC (4 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.96: +43 -17 lines
Diff to previous 1.96
#509392 follow-up by adrian: Clean-up for .info files for install profiles patch.

Revision 1.96 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 15 02:08:41 2009 UTC (4 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.95: +28 -27 lines
Diff to previous 1.95
#509392 by adrian: Add .info files for installation profiles.

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

Revision 1.94 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 28 03:56:43 2009 UTC (5 months ago) by webchick
Branch: MAIN
Changes since 1.93: +2 -6 lines
Diff to previous 1.93
#482346 by Berdir: Move module installation logic to module_enable() to prevent errors upon enabling modules.

Revision 1.93 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 8 04:33:35 2009 UTC (5 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.92: +6 -3 lines
Diff to previous 1.92
- Patch #202775 by michaelfavia, jabapyth: fixed database testing and error handling during installation.

Revision 1.92 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 6 16:05:26 2009 UTC (5 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.91: +3 -3 lines
Diff to previous 1.91
- Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and system_theme_data().

Revision 1.91 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 24 17:39:30 2009 UTC (6 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.90: +8 -8 lines
Diff to previous 1.90
- Patch #471070 by stella: millions of code style fixes.

Revision 1.90 - (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.89: +2 -1 lines
Diff to previous 1.89
- Patch #210876 by deekayen: log enabling and disabling of modules, and wrote a handy assertLogMessage() function to assert watchdog messages.

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

Revision 1.88 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 3 19:38:53 2009 UTC (6 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.87: +2 -1 lines
Diff to previous 1.87
#444744 by mikejoconnor: Include .module file automatically during hook_install().

Revision 1.87 - (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.86: +3 -2 lines
Diff to previous 1.86
- 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.86 - (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
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.85: +59 -1 lines
Diff to previous 1.85
#304163 by chx: Allow update.php to re-generate settings.php. Now possible to upgrade Drupal 6 to Drupal 7. Oh, yeah.

Revision 1.85 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 22 17:55:29 2009 UTC (9 months ago) by dries
Branch: MAIN
Changes since 1.84: +6 -6 lines
Diff to previous 1.84
- Patch #380064 by c960657: make file_scan_directory() use save property names as file_load().

Revision 1.84 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 18 15:07:27 2009 UTC (9 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.83: +2 -2 lines
Diff to previous 1.83
#255551 by drewish and c960657: Array-itize file_scan_directory()'s parameters (DX improvement).

Revision 1.56.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 16 10:25:02 2009 UTC (9 months, 1 week ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-10, DRUPAL-6-11, DRUPAL-6-12, DRUPAL-6-13, DRUPAL-6-14
Changes since 1.56.2.3: +2 -2 lines
Diff to previous 1.56.2.3 , to branch point 1.56 , to next main 1.116
#310863 by bangpound, dboulet, catch, lee20: Locale variable results in locale module install, so skip adding empty variable when not needed.

Revision 1.83 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 17:30:10 2009 UTC (9 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-5
Changes since 1.82: +5 -3 lines
Diff to previous 1.82
- Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!

Revision 1.82 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 18 06:56:58 2009 UTC (10 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.81: +2 -2 lines
Diff to previous 1.81
#310863 by bangpound, dboulet, and catch: Stop locale module from auto-installing with custom install profiles.

Revision 1.81 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 4 18:50:23 2009 UTC (10 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4
Changes since 1.80: +25 -7 lines
Diff to previous 1.80
- Patch #354162 by killes: convert install.inc to new database layer.

Revision 1.80 - (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.79: +2 -2 lines
Diff to previous 1.79
- Patch #352470 by scor: fixed typos and grammar in comments.

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

Revision 1.78 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 30 01:11:23 2008 UTC (11 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.77: +2 -2 lines
Diff to previous 1.77
#340500 by justinrandell: Fix silliness in install.inc that was loading the db system twice for no apparent reason.

Revision 1.77 - (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.76: +2 -2 lines
Diff to previous 1.76
- Patch #333143 by justinrandell: cleaning up the Drupal bootstrap code, removing bootstrap flag in system table.

Revision 1.76 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 16 23:44:47 2008 UTC (12 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.75: +2 -2 lines
Diff to previous 1.75
#74645 follow-up by maartenvg: One very important file_scan_directory() call got missed; now HEAD installs again. W00t. ;)

Revision 1.75 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 11 16:49:37 2008 UTC (12 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-3
Changes since 1.74: +12 -12 lines
Diff to previous 1.74
- Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up.

Revision 1.74 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 24 18:21:54 2008 UTC (13 months ago) by dries
Branch: MAIN
Changes since 1.73: +6 -5 lines
Diff to previous 1.73
- Patch #302596 by dropcube: remove glob() because it is not available on all supported platforms.

Revision 1.73 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 11 22:46:21 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-2
Changes since 1.72: +41 -32 lines
Diff to previous 1.72
#253569 by aaron, agentrickard, and Dave Reid: Add hook_modules_X to allow modules to react when other modules are enabled, disabled, installed, or uninstalled.

Revision 1.31.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 5 01:46:57 2008 UTC (13 months, 3 weeks ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-11, DRUPAL-5-12, DRUPAL-5-13, DRUPAL-5-14, DRUPAL-5-15, DRUPAL-5-16, DRUPAL-5-17, DRUPAL-5-18, DRUPAL-5-19, DRUPAL-5-20
Changes since 1.31.2.3: +3 -2 lines
Diff to previous 1.31.2.3 , to branch point 1.31 , to next main 1.116
#312730 by Damien Tournoud. hook_requirements('install') should work for modules that don't reside in the main './modules' folder.

Revision 1.72 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 1 00:27:29 2008 UTC (13 months, 3 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1
Changes since 1.71: +33 -10 lines
Diff to previous 1.71
#281446 by xqus, dropcube, and catch: Improve the requirements check for the installer. Awesome.

Revision 1.71 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 27 20:03:35 2008 UTC (14 months ago) by webchick
Branch: MAIN
Changes since 1.70: +6 -1 lines
Diff to previous 1.70
#312677 by CorniI: Check to ensure a file exists when fixing installation file.

Revision 1.70 - (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
Changes since 1.69: +26 -26 lines
Diff to previous 1.69
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.

Revision 1.69 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 20 03:49:23 2008 UTC (14 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.68: +3 -3 lines
Diff to previous 1.68
#64967 follow-up by drewish: Replace ereg with preg in file_scan_directory().

Revision 1.31.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 15 05:56:37 2008 UTC (14 months, 1 week ago) by drumm
Branch: DRUPAL-5
Changes since 1.31.2.2: +4 -3 lines
Diff to previous 1.31.2.2 , to branch point 1.31
- Patch #246143 by bjaspan, Damien Tournoud: make sure updates are run in numeric order, not in definition order.

Revision 1.68 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 14 01:58:17 2008 UTC (14 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.67: +43 -27 lines
Diff to previous 1.67
#307297 by heyrocker: Making install.inc's Doxygen shiny and clean.

Revision 1.67 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 28 08:40:33 2008 UTC (15 months ago) by dries
Branch: MAIN
Changes since 1.66: +8 -1 lines
Diff to previous 1.66
- Patch #299330 by justinrandell, Damien Tournoud: select MySQL driver by default -- less clicking

Revision 1.66 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 25 07:47:12 2008 UTC (15 months ago) by dries
Branch: MAIN
Changes since 1.65: +3 -2 lines
Diff to previous 1.65
- Patch #298391 by catch, chx: fixed database initialization during install failure.

Revision 1.65 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 22 12:43:53 2008 UTC (15 months ago) by dries
Branch: MAIN
Changes since 1.64: +13 -14 lines
Diff to previous 1.64
- Patch #298391 by Rob Loach: database engine initialization fails in presence of CVS directory.

Revision 1.64 - (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.63: +132 -11 lines
Diff to previous 1.63
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.

Revision 1.56.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 14 09:26:43 2008 UTC (15 months, 2 weeks ago) by dries
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-5, DRUPAL-6-6, DRUPAL-6-7, DRUPAL-6-8, DRUPAL-6-9
Changes since 1.56.2.2: +4 -3 lines
Diff to previous 1.56.2.2 , to branch point 1.56
- Patch #246143 by bjaspan, Damien Tournoud: make sure updates are run in numeric order, not in definition order.

Revision 1.63 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 14 09:25:48 2008 UTC (15 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.62: +7 -3 lines
Diff to previous 1.62
- Patch #246143 by bjaspan, Damien Tournoud: make sure updates are run in numeric order, not in definition order.

Revision 1.62 - (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.61: +61 -8 lines
Diff to previous 1.61
- Patch #101543 by webchick: document all constants.

Revision 1.61 - (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.60: +4 -3 lines
Diff to previous 1.60
- 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.60 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 16 11:35:51 2008 UTC (19 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.59: +2 -2 lines
Diff to previous 1.59
- Patch #245504 by catch, David_Rothstein, Freso, et al: removed the throttle module from Drupal core.

Revision 1.59 - (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.58: +23 -23 lines
Diff to previous 1.58
- 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.58 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 12 13:45:16 2008 UTC (21 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.57: +7 -4 lines
Diff to previous 1.57
- Patch #217803 by csevb10 and senpai: uninstall system does not correctly remove dynamic menu items when a module is deleted.

Revision 1.56.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 11 15:10:26 2008 UTC (21 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-0, DRUPAL-6-1, DRUPAL-6-2, DRUPAL-6-3, DRUPAL-6-4
Changes since 1.56.2.1: +7 -4 lines
Diff to previous 1.56.2.1 , to branch point 1.56
#217803 by csevb10, Senpai: on uninstall, remove menu items for modules first then uninstall

Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 10 07:46:13 2008 UTC (21 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.56: +3 -3 lines
Diff to previous 1.56
- Patch #209240 by saxofaan, mike stewart, gopherspidey: fixed installation problem with multi-site setups.

Revision 1.56.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 8 22:00:45 2008 UTC (21 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-0-RC-4
Changes since 1.56: +3 -3 lines
Diff to previous 1.56
#209240 by gopherspidey, soxofaan: fix settings file checking for multisite setups, and a bad file name used in an error message

Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 19 11:15:18 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-1, DRUPAL-6-0-RC-2, DRUPAL-6-0-RC-3
Branch point for: DRUPAL-6
Changes since 1.55: +7 -3 lines
Diff to previous 1.55
#110981 by saxofaan: allow contrib modules in install profiles and runtime to have requirements, just like core modules; also fix a consistency between message presentation in install and runtime requirements

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 18 10:31:42 2007 UTC (23 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54
- Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API (and removed spaces).

Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 17 18:50:51 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
Changes since 1.53: +1 -55 lines
Diff to previous 1.53
#201717 by catch: remove the utf8 update helper which is the remaining of the removed 4.6 to 4.7 updates

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 17 12:23:00 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
Changes since 1.52: +12 -5 lines
Diff to previous 1.52
#194310 by chx, catch, KarenS: run updates for disabled but previously installed modules, if they are compatible with the current system

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 13 10:46:43 2007 UTC (23 months, 2 weeks ago) by goba
Branch: MAIN
Changes since 1.51: +19 -1 lines
Diff to previous 1.51
#194010 by chx: Proper recursive dependency checking and ordering module installation in dependency order, so later installed modules can use previously installed module functionality

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 8 15:15:25 2007 UTC (23 months, 2 weeks ago) by goba
Branch: MAIN
Changes since 1.50: +32 -35 lines
Diff to previous 1.50
#176003 by yched, KarenS, dvessel: put module installs into a batch, solving the following issues:
 - possible timeouts with installing/enabling lots of modules at once in core
 - enable install profiles to have more modules without fear of timeouts on install
 - bootstrap Drupal before each module load, so previously enabled modules are bootstrapped
 - let modules run their hook_requirements() (although actually calling them will be possibly fixed in another patch)

Revision 1.50 - (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.49: +1 -2 lines
Diff to previous 1.49
#141727 by merlinofchaos, dvessel, sun: restore themeability support for maintenance pages (regression)

Revision 1.49 - (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.48: +4 -3 lines
Diff to previous 1.48
#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.31.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 6 22:38:28 2007 UTC (2 years, 1 month ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-10, DRUPAL-5-3, DRUPAL-5-4, DRUPAL-5-5, DRUPAL-5-6, DRUPAL-5-7, DRUPAL-5-8, DRUPAL-5-9
Changes since 1.31.2.1: +2 -1 lines
Diff to previous 1.31.2.1 , to branch point 1.31
#112064 by Dave Cohen and pwolanin: do not cache installer redirects, so live Drupal pages will be visible instead of cached installer pages

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 7 10:48:24 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-1, DRUPAL-6-0-BETA-2
Changes since 1.47: +2 -1 lines
Diff to previous 1.47
#112064 by Dave Cohen and pwolanin: do not cache installer redirects, so live Drupal pages will be visible instead of cached installer pages

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 4 21:10:45 2007 UTC (2 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46
- Patch #172950 by webernet: code style fixes.

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 30 19:54:21 2007 UTC (2 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.45: +3 -3 lines
Diff to previous 1.45
- Removing whitespace.

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 29 20:46:18 2007 UTC (2 years, 3 months ago) by goba
Branch: MAIN
Changes since 1.44: +27 -1 lines
Diff to previous 1.44
#147657 by chx: menu module update function

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 29 14:57:49 2007 UTC (2 years, 3 months ago) by goba
Branch: MAIN
Changes since 1.43: +1 -2 lines
Diff to previous 1.43
#155828 by Eaton, pwolanin and jvandyk: let actions live even if actions.module is not turned on

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 22 08:36:34 2007 UTC (2 years, 3 months ago) by goba
Branch: MAIN
Changes since 1.42: +3 -3 lines
Diff to previous 1.42
#166593 by hswong3i: move literal values out of some core queries to support cross-database compatibility (ie. better SQL parsing and altering options)

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

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 13 19:39:04 2007 UTC (2 years, 5 months ago) by goba
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40
#150554 suggested by kkaefer, patch by me: rename 'po' folders to the more user friendly 'translations' name

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 21 10:56:05 2007 UTC (2 years, 6 months ago) by goba
Branch: MAIN
Changes since 1.39: +2 -2 lines
Diff to previous 1.39
#144496 by myself: import translations for newly installed modules and enabled themes;
as a side effect, improve usability of the module screen by performing module
changes all at once

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 15 15:29:47 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38
- Patch #142869 by Gabor: import interface translation files at install time.

Revision 1.38 - (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.37: +3 -2 lines
Diff to previous 1.37
- Patch #99011 by merlinofchaos: remove sites/default/settings.php and ship with sites/default/default.settings.php.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 17 07:19:38 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.36: +2 -3 lines
Diff to previous 1.36
- Patch #132018 by Steven et al: add .info files to themes.

Revision 1.36 - (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.35: +5 -5 lines
Diff to previous 1.35
- Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot.

Revision 1.35 - (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.34: +2 -2 lines
Diff to previous 1.34
#130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 11 08:48:36 2007 UTC (2 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.33: +1 -7 lines
Diff to previous 1.33
- Patch #76522 by RobRoy: avoid name clash between modules and install profiles.  Removing redundant hook.

Revision 1.31.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 6 08:20:17 2007 UTC (2 years, 9 months ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-2
Changes since 1.31: +3 -3 lines
Diff to previous 1.31
#115213 by dorpy. Backport from HEAD. Fix E_ALL problem.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 4 21:21:44 2007 UTC (2 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.32: +3 -3 lines
Diff to previous 1.32
- Patch #115213 by dopry: fixed E_ALL problem.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 4 21:20:50 2007 UTC (2 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.31: +3 -3 lines
Diff to previous 1.31
- Patch #108272 by webchick, Ralf et al: improved handling of required modules in install profiles.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 2 05:05:38 2007 UTC (2 years, 10 months ago) by drumm
Branch: MAIN
CVS Tags: DRUPAL-5-0, DRUPAL-5-0-RC-2, DRUPAL-5-1
Branch point for: DRUPAL-5
Changes since 1.30: +4 -4 lines
Diff to previous 1.30
#106232 by chx. Add spaces for code style.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 8 11:54:04 2006 UTC (2 years, 11 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-5-0-RC-1
Changes since 1.29: +26 -11 lines
Diff to previous 1.29
- Patch #101829 by douggreen, ChrisKennedy and Grugnog2: drupal_install_fix_file() fails to calculate correct permissions.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 5 05:47:37 2006 UTC (2 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
- Patch #101236 by Uwe Herman: fixed typos in the documentation.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 28 03:32:03 2006 UTC (3 years ago) by drumm
Branch: MAIN
CVS Tags: DRUPAL-5-0-BETA-2
Changes since 1.27: +55 -1 lines
Diff to previous 1.27
#99644 by neclimdul. Move a function to be more accessible by modules updating.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 24 10:16:50 2006 UTC (3 years ago) by dries
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
- Added database checks.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 21 19:56:52 2006 UTC (3 years ago) by dries
Branch: MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25
- Patch #98261 by lyricnz: fixed warning.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 16 08:28:07 2006 UTC (3 years ago) by drumm
Branch: MAIN
Changes since 1.24: +13 -18 lines
Diff to previous 1.24
#93212 by Jaza. Refactor module enabling for greater API avialiablity during hook_enable().

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 23 06:45:17 2006 UTC (3 years, 1 month ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-5-0-BETA-1
Changes since 1.23: +15 -9 lines
Diff to previous 1.23
- Patch #88287 by asimmonds, dww et al: installer doesn't support modules outside root/modules directory.  Critical bugfix.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 12 15:20:08 2006 UTC (3 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.22: +3 -3 lines
Diff to previous 1.22
- Patch #88600 by evo and chx: fix a infinite loop caused by install_goto().

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 7 08:23:54 2006 UTC (3 years, 2 months ago) by drumm
Branch: MAIN
Changes since 1.21: +16 -22 lines
Diff to previous 1.21
#82524 by Heine and AjK. Remove use of array_walk(), which was causing segfaults in this case.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 5 02:28:11 2006 UTC (3 years, 2 months ago) by drumm
Branch: MAIN
Changes since 1.20: +4 -2 lines
Diff to previous 1.20
#81843 by asimmonds. Check to make sure hook_requirements() is implemented before executing it.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 1 09:23:45 2006 UTC (3 years, 2 months ago) by unconed
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19
Pretty up the status report

Revision 1.19 - (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.18: +76 -7 lines
Diff to previous 1.18
#75002: Install-time and run-time requirements checking + status report page

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 1 07:40:07 2006 UTC (3 years, 2 months ago) by drumm
Branch: MAIN
Changes since 1.17: +13 -1 lines
Diff to previous 1.17
#81033 by webchick and neclimdul. Uninstall module API.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 1 05:38:40 2006 UTC (3 years, 2 months ago) by drumm
Branch: MAIN
Changes since 1.16: +20 -4 lines
Diff to previous 1.16
#76555 by Goba. Installer l10n.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 23 08:25:44 2006 UTC (3 years, 3 months ago) by drumm
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
#76525 by asimmonds. Fixing another call to an undefined function.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 18 18:58:44 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
- Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted forms via the pull model.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 18 12:16:57 2006 UTC (3 years, 3 months ago) by unconed
Branch: MAIN
Changes since 1.13: +24 -2 lines
Diff to previous 1.13
#76802: Introduce placeholder magic into t()
See: http://drupal.org/node/64279#t-placeholders

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 8 21:18:02 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12
- Patch #77549 by adrian: install profiles should be in their own directory.

Revision 1.12 - (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.11: +3 -3 lines
Diff to previous 1.11
- Patch #73961 by m3avrck, timcn, et al: simplify adding CSS in Drupal.

Revision 1.11 - (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.10: +60 -57 lines
Diff to previous 1.10
#76209: (Eaton et al)
- Make installer code integrate better with module.inc / system.module
- Fix schema version bug when installing core

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 31 19:24:16 2006 UTC (3 years, 3 months ago) by unconed
Branch: MAIN
Changes since 1.9: +19 -5 lines
Diff to previous 1.9
#75264: Redirect uninstalled default Drupal site to install.php

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 29 17:56:41 2006 UTC (3 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
- Patch #61893 by timnc: remove message_na().

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 19 07:45:35 2006 UTC (3 years, 4 months ago) by drumm
Branch: MAIN
Changes since 1.7: +49 -14 lines
Diff to previous 1.7
#73615 by chx, Eaton, and Steven, Provide the full range of Drupal functions to .install files

Revision 1.7 - (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.6: +431 -10 lines
Diff to previous 1.6
- Patch #68926 by chx, jeremy, steven, eaton, webchick, amazon, neil, nedjo et al: an initial install system for Drupal core.

Revision 1.6 - (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
CVS Tags: DRUPAL-4-7-0, DRUPAL-4-7-0-RC-3, DRUPAL-4-7-0-RC-4, DRUPAL-4-7-1, DRUPAL-4-7-10, DRUPAL-4-7-11, DRUPAL-4-7-2, DRUPAL-4-7-3, DRUPAL-4-7-4, DRUPAL-4-7-5, DRUPAL-4-7-6, DRUPAL-4-7-7, DRUPAL-4-7-8, DRUPAL-4-7-9
Branch point for: DRUPAL-4-7
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
#58166, fixes for typos, patch by Uwe Herrmann

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 21 01:42:52 2006 UTC (3 years, 10 months ago) by unconed
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-BETA-4, DRUPAL-4-7-0-BETA-5, DRUPAL-4-7-0-BETA-6, DRUPAL-4-7-0-RC-1, DRUPAL-4-7-0-RC-2
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
- #40515: Ensure UTF-8 character set on the database side (and include upgrade path for incorrectly set up databases)

Revision 1.4 - (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
CVS Tags: DRUPAL-4-7-0-BETA-3
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
- Patch #40393 by Richard: corrected permissions of menu/path settings on the content submission form.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 9 16:14:26 2005 UTC (3 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.2: +6 -3 lines
Diff to previous 1.2
- Patch #40518 by drumm: upgrade system fixes.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 9 15:46:47 2005 UTC (3 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.1: +9 -6 lines
Diff to previous 1.1
- Patch #40518 by drumm: remove hook_versions.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 8 08:40:10 2005 UTC (3 years, 11 months ago) by dries
Branch: MAIN
- Patch #40341 by Neil: fixed problems with database schema versions.

  - When user #1 creates an account (we can assume this happens only once), system.module's schema version is set to the latest availiable.
  - system_get_files_database() now includes a 'schema_version' child of each file object.
  - That new information is re-saved when Drupal re-populates the system table.
  - An array of newly-enabled modules is built, module_list() is reloaded, and the schema versions of each newly-enabled module are set to the most recent availiable. If the schema version is already set (presumably from a previous installation) it is not changed.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2