Angie Byron
27369e8b96
#304163 by chx: Allow update.php to re-generate settings.php. Now possible to upgrade Drupal 6 to Drupal 7. Oh, yeah.
2009-03-01 09:32:17 +00:00
Dries Buytaert
a85b93feb0
- Patch #382096 by Arancaytar: improve the form limits so that they actually make sense and don't get in the way of SQLite support.
2009-02-24 16:00:01 +00:00
Dries Buytaert
5d658d0848
- Patch #380064 by c960657: make file_scan_directory() use save property names as file_load().
2009-02-22 17:55:30 +00:00
Angie Byron
c03b4c5408
#255551 by drewish and c960657: Array-itize file_scan_directory()'s parameters (DX improvement).
2009-02-18 15:07:27 +00:00
Angie Byron
ac484c277a
#125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow compatibility with other JavaScript libraries.
2009-02-18 13:46:55 +00:00
Angie Byron
00e38fb0e3
#355496 by geodaniel, Dave Reid: Always list available databases, with explanation when only one is in the list.
2009-02-10 05:43:06 +00:00
Angie Byron
d802c69a43
#363013 by mannkind: Use getwd() rather than realpath(__FILE__) to determine drupal root, so we don't break symlinks.
2009-02-08 20:27:51 +00:00
Angie Byron
3d41ec909f
#368729 by meba: (i18n sprint) Fix error during multilingual installation because of NULL value on required field.
2009-02-04 04:42:26 +00:00
Angie Byron
887eecc796
#362423 by chx: Include session.inc during installer to avoid fatal errors if things don't go exactly according to plan.
2009-01-22 19:31:07 +00:00
Angie Byron
fcc8211ab1
#203323 by JirkaRybka, robertgarrigos, thePanz, c960657, and sun: Fix undefined index locale in install.php and clean up crufty code.
2009-01-20 03:18:41 +00:00
Dries Buytaert
d20e457121
- 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.
2009-01-19 10:46:52 +00:00
Dries Buytaert
55f583558c
- Patch #352722 by dmitrig01: conditionally show 'settings.php not writable' error so that the message doesn't show up when the file does not exist.
2009-01-06 13:23:54 +00:00
Dries Buytaert
0c63d9e24f
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.
2008-12-20 18:24:41 +00:00
Dries Buytaert
5083e13522
- Patch #333143 by justinrandell: cleaning up the Drupal bootstrap code, removing bootstrap flag in system table.
2008-11-24 10:41:40 +00:00
Angie Byron
53f53b6db5
#11077 by mfb, KarenS, macgirvin, and jjkd: Can you say Daylight Savings Time? I bet you didn't think Drupal ever would! :)
2008-11-20 06:56:17 +00:00
Dries Buytaert
dc65b62ace
- Patch #74645 by drewish, roychri et al: modify file_scan_directory to use a regex for the nomask (and code clean-up).
2008-11-16 19:41:14 +00:00
Angie Byron
abcebbfee2
#333095 by chx and Damien Tournoud: Lay groundwork for SQLite patch.
2008-11-16 04:38:15 +00:00
Angie Byron
0762f60073
#315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js().
2008-11-10 05:23:01 +00:00
Dries Buytaert
50b3072f55
- Rollback of patch #74645 -- breaks installer.
2008-11-08 22:04:03 +00:00
Dries Buytaert
ceaf8a0c74
- Patch #74645 by drewish, Robin Monks, tayknight: clean up file_scan_directory API to use regex.
2008-11-08 21:49:47 +00:00
Dries Buytaert
9a0618b98f
- Patch #93509 by catch: automatically run cron after installation, improve the cron notifications.
2008-11-05 14:28:04 +00:00
Dries Buytaert
838b433110
- Patch #319666 by Dave Reid: remove unnecessary boolean ternary conditaionals.
2008-10-29 10:08:52 +00:00
Dries Buytaert
b4ab2ac2ce
- Patch #199870 by alpritt et al: beter password strength checker. Really cool.
2008-10-19 20:55:07 +00:00
Dries Buytaert
b182fd8e23
- Patch #277206 by Damien Tournoud: untranslatable string in installer.php.
2008-10-16 13:47:06 +00:00
Angie Byron
5dde02bb0c
#319636 by Xano: Change 'Database driver' to 'Database type' in install.php.
2008-10-11 18:20:53 +00:00
Angie Byron
4c976d51e6
#281446 by xqus, dropcube, and catch: Improve the requirements check for the installer. Awesome.
2008-10-01 00:27:29 +00:00
Angie Byron
a3bb66e4e8
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.
2008-09-20 20:22:25 +00:00
Angie Byron
89b4c55989
#64967 follow-up by drewish: Replace ereg with preg in file_scan_directory().
2008-09-20 03:49:24 +00:00
Angie Byron
fb57759604
#228761 by zsanmartin and roborn: Fix language code regex and correct Portugal's language code.
2008-09-17 19:32:53 +00:00
Angie Byron
161a9970f7
#308534 by Dave Reid: Remove stray whitespace core-wide.
2008-09-15 20:48:10 +00:00
Dries Buytaert
c2746a949e
- Patch #208793 by kbahey, Damien Tournoud: stop hardcoding the HTTP protocol version where possible.
2008-09-08 21:24:30 +00:00
Dries Buytaert
e5b0e5f76c
- Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
2008-09-06 08:36:22 +00:00
Dries Buytaert
395199859d
- Patch #299330 by justinrandell, Damien Tournoud: select MySQL driver by default -- less clicking
2008-08-28 08:40:33 +00:00
Dries Buytaert
69e6f411a9
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.
2008-08-21 19:36:39 +00:00
Dries Buytaert
d8aacc5de2
- Patch #225880 by pwolanin, webchick, keith.smith, et al: fixed non-writability of settings.php.
2008-07-18 07:24:29 +00:00
Dries Buytaert
8e60560b84
- Patch #281943 by webchick, Arancaytar, dropcube et al: order install profiles alphabetically.
2008-07-18 07:15:01 +00:00
Dries Buytaert
57fe5103da
- Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value.
2008-07-16 21:59:29 +00:00
Dries Buytaert
1415340ce3
- Patch #191499 by catch: remove display order settings and cleaned up some white space.
2008-07-03 17:57:03 +00:00
Dries Buytaert
0ccb4c40d1
- Patch #258200 by pwolanin, dropcube: fixed access by-pass due to test framework.
2008-07-03 06:23:22 +00:00
Dries Buytaert
bb232c728a
- Patch #277073 by threexk: improve consistency of offline vs off-line and online vs on-line.
2008-07-01 20:36:40 +00:00
Dries Buytaert
c529e4afbe
- Patch #101543 by webchick: document all constants.
2008-05-26 17:12:55 +00:00
Dries Buytaert
2e18cb8924
- 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.
2008-05-06 12:18:54 +00:00
Dries Buytaert
56d2664a90
- 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.
2008-04-14 17:48:46 +00:00
Dries Buytaert
ea59f2c6b5
- Patch #216511 by Vladimir: fixed XHTML error.
2008-02-10 19:03:47 +00:00
Dries Buytaert
29d78cbe1d
- Patch #209240 by saxofaan, mike stewart, gopherspidey: fixed installation problem with multi-site setups.
2008-02-10 07:46:13 +00:00
Dries Buytaert
b8a1eab1fb
- Patch #210131 by dvessel, catch, John, et al: updated jQuery library.
2008-02-06 19:38:28 +00:00
Gábor Hojtsy
a94ef1d6eb
#205067 by asimmonds: kill notice in install.php when the profile is not yet set
2008-01-25 12:36:37 +00:00
Gábor Hojtsy
66b7a5cb74
#199946 by JirkaRybka: append a short query string to CSS and JS files, changing on upgrades, so on core/module/theme upgrades, browser caches will 'flush'
2008-01-07 19:43:29 +00:00
Gábor Hojtsy
b5e64f5a6e
#197720 by nedjo, scor, keith.smith, catch: inform installing users about PHP memory requirements of Drupal 6
2008-01-04 17:19:04 +00:00
Gábor Hojtsy
9b2bf38e83
#194369 by lots of contributors: move default files directory to sites/default/files which can be created automatically on install, so no need to bug the user about it, making the install process easier
2007-12-27 17:25:28 +00:00