Commit Graph

784 Commits (4d6c7bd41a110a7790a9d7f0671233c693db36e5)

Author SHA1 Message Date
Gábor Hojtsy 59312988a1 #194367 by chx: better targetted user id setting, so auto increment issues will not cause problems with wiped databases 2007-11-22 21:02:15 +00:00
Gábor Hojtsy 98eefd9f0c back to Drupal 6.0-dev 2007-11-21 22:53:40 +00:00
Gábor Hojtsy b3bda1c1e9 Getting ready for Drupal 6.0-beta3 2007-11-21 22:33:30 +00:00
Gábor Hojtsy 8a36483639 #191310 follow up by keith.smith: fix install instructions and error message about files folder 2007-11-21 09:49:36 +00:00
Gábor Hojtsy 6f27d178ba #194029 by pwolanin: fix trivial copy-paste error in filter format setup 2007-11-21 09:46:44 +00:00
Dries Buytaert 2a809f1cc3 - Patch #100909 by webbernet: improve usability of cron message. 2007-11-20 14:48:07 +00:00
Gábor Hojtsy 64ff0984a9 #193510 follow up by webernet: restore updates added through the 4.7.x lifecycle, so any 4.7.x version can be updated to 6.x 2007-11-20 11:37:05 +00:00
Dries Buytaert 64edd76af3 - Patch #100909 by catch: small improvement to running cron. 2007-11-20 11:03:08 +00:00
Gábor Hojtsy 6d4862c258 #181126 by quicksketch et al: drag and drop support for menus 2007-11-20 10:18:43 +00:00
Gábor Hojtsy c1555f33bc #193510 by webernet: remove updates from unsupported Drupal versions, as our policy dictates (and because some API changes make them faulty without further modifications) 2007-11-19 19:04:48 +00:00
Gábor Hojtsy e963f9d881 #100909 by webernet and RobRoy: improve cron error reporting by defining time tresholds, so if cron stops running after some time, it also becomes an error, but cron not run yet is not an error on installation 2007-11-19 15:01:18 +00:00
Dries Buytaert 6bb15d29da - Patch #192348 by douggreen and bjaspan: fixed database inconsistencies. 2007-11-17 14:01:24 +00:00
Gábor Hojtsy db2c726a4a #192659 by quicksketch: center table headers for checkbox columns, where checkboxes are also centered 2007-11-16 13:16:50 +00:00
Gábor Hojtsy 2934e7834a #191310 by JirkaRybka, keith.smith: ship with a files directory by default and improve installation error messages checking for all requirements on the same screen, instead of putting the user through individual error screens 2007-11-15 23:12:38 +00:00
Gábor Hojtsy 3f01e79ae2 #191282 follow up by bjaspan: fix inconsistent database schema introduced by #191282 previously 2007-11-15 14:55:11 +00:00
Gábor Hojtsy 40d406f757 Fix bogus linebreak 2007-11-14 15:24:16 +00:00
Gábor Hojtsy 6bad9d5668 Wrap foreach(explode()) in empty() check, so if empty items are found, the foreach will not bail out on the explode(). Identified in upgrade testing. 2007-11-14 15:22:04 +00:00
Gábor Hojtsy 134891b4cf #191767 by k4ml: system_modules() is undefined in the update function, as it was moved out to system.admin.inc, so we need to include that 2007-11-14 14:02:01 +00:00
Dries Buytaert 6049f23760 - Patch #181066 by quicksketch et al: drag and drop of table rows on the block adminsitration page. 2007-11-14 09:50:00 +00:00
Dries Buytaert 44373cf0b1 - Patch #191282 by quicksketch: inconsistent database region for disabled blocks. 2007-11-14 09:31:05 +00:00
Dries Buytaert 17d1527e3d - Patch #146466 by douggreen, Steven et al: Remove temporary table usage from search module 2007-11-13 14:04:08 +00:00
Dries Buytaert 22dec0b63c - Patch #187319 by quicksketch: don't enable the powered by Drupal block for existing sites, and better handle the default behavior. 2007-11-11 08:48:22 +00:00
Dries Buytaert 073eb45833 - Patch #191073 by Keith: another good string cleanup by Keith. (Also removed some trailing whitespace.) 2007-11-11 06:56:44 +00:00
Gábor Hojtsy 0ff81a7e13 #144788 by Andreas Wolf, spatz4000 and aufumy: missing block clearing on admin index by modules page 2007-11-09 19:16:22 +00:00
Gábor Hojtsy 47c0d5af6d #179164 by Heine: short modules by name on the module admin page 2007-11-09 17:44:01 +00:00
Dries Buytaert d07480357b - Patch #176264 by Wim Monstrey: killed a warning. 2007-11-09 07:43:09 +00:00
Gábor Hojtsy b40fcbd14d Trivial misuse of t() found in system_menu() while debugging t() usage. 2007-11-07 20:21:33 +00:00
Gábor Hojtsy e799f02051 #124979 by bjaspan: fix PostgreSQL upgrade path, keeping the primary key on the node_comment_statistics table 2007-11-07 09:55:20 +00:00
Gábor Hojtsy 6c507c4a68 #184668 by hazexp: remove extra ; from old SQL update 2007-11-07 09:48:06 +00:00
Gábor Hojtsy bfd7c0f1f9 #80963 by chx with multiple contributors: remove deletion and database lock based block rehash code, replace it with simpler updates 2007-11-06 11:40:15 +00:00
Gábor Hojtsy 5f09149caa #178581 by lot of contributors: opt-in for update module on install and update to avoid any privacy concerns 2007-11-06 09:00:31 +00:00
Gábor Hojtsy 2d8529a032 #187759 by myself: add missing break to reach when if() was not satisfied, to avoid extra unrelated help appearing on block configure pages 2007-11-05 16:00:55 +00:00
Gábor Hojtsy fb3a1dd013 #112512 by spatz4000: disallow breaking option form labels 2007-11-04 21:09:22 +00:00
Gábor Hojtsy ac914745c6 #185126 by moshe weitzman, David Strauss, bjaspan and JirkaRybka: improve index on system table for better database performance 2007-11-04 16:39:59 +00:00
Gábor Hojtsy 5cc13f7271 #188386 by dmitrig01: fix hidden and fieldset AHAH expandability 2007-11-04 16:24:14 +00:00
Gábor Hojtsy ee20653233 #188911 by chx: hide toggle settings fieldset when a theme has 'no features' 2007-11-04 15:54:53 +00:00
Gábor Hojtsy 0d577cbf7a #179143 by chx and agentrickard: unify update code for files, fixing postgresql bugs with it 2007-11-04 15:00:21 +00:00
Dries Buytaert 9a9ea37403 - Patch #100582 by O Govinda, keith.smith: improved the user documentation on the UI. 2007-10-31 18:01:01 +00:00
Gábor Hojtsy 47137a6370 #100581 by keith.smith: improve form item descriptions on the performance settings page 2007-10-27 13:57:33 +00:00
Gábor Hojtsy 4b616b6324 #100580 by keith.smith: reword error reporting description to be more clear 2007-10-27 13:23:33 +00:00
Gábor Hojtsy bb7bf237df #175944 by kkaefer and Pasqualle: fix clean URL check to use a dedicated URL with proper JSON output so certain server setup problems are cured 2007-10-27 11:32:05 +00:00
Dries Buytaert dad013e52d - Patch #122759 by Robrecht: fixed broken query in upgrade path. 2007-10-25 20:41:16 +00:00
Dries Buytaert ca0bbfee5b - Modified version of patch #121820 by Caleb et al: add an option for page compression. 2007-10-25 15:38:25 +00:00
Dries Buytaert 296f6e9f11 - Patch #180948 by quicksketch: automatically populate e-mail fields during install. 2007-10-22 15:48:26 +00:00
Gábor Hojtsy b94f2716cf #184867 by deekayen, catch and keith.smith: fix some spelling errors in our source code and messages printed 2007-10-21 18:59:02 +00:00
Gábor Hojtsy 7c31bcdeac #165140 by dww: rename logs to reports (usability improvement) 2007-10-20 21:57:50 +00:00
Gábor Hojtsy b64adf07c8 #182645 by scor: clean up concatenations to be in line with core coding standards 2007-10-19 10:19:03 +00:00
Gábor Hojtsy ccb0c0a78f #184653 by scor: typo fix in system_chema()'s schema documentation 2007-10-19 10:16:06 +00:00
Gábor Hojtsy 0b3113af44 #179655 by flobruit: properly disable theme setting checkboxes when certain features are not available 2007-10-18 13:41:00 +00:00
Gábor Hojtsy 19b2687ac0 Back to being a 6.x development version 2007-10-17 21:59:31 +00:00