Commit Graph

8160 Commits (02539ac3f830101345cf5c715b0001aa1eb5a9c0)

Author SHA1 Message Date
Dries Buytaert 02539ac3f8 - Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API (and removed spaces). 2007-12-18 10:31:42 +00:00
Dries Buytaert 9c835a88ca - Patch #195073 by yshed and quicksketch: make DnD functionality work on IE7. 2007-12-18 09:49:06 +00:00
Gábor Hojtsy 83bde0f547 #193804 by starbow, Rob Loach, Wim Leers: add often used basePath setting by defualt to JS settings, also providing an elegant bugfix to #201248 2007-12-17 23:43:43 +00:00
Gábor Hojtsy cf790b5a09 #67895 patch by myself, tested by JirkaRybka and blackdog: move poll votes with poll options, when an option is removed, instead of dropping all old votes, solving an old data loss bug 2007-12-17 21:58:38 +00:00
Gábor Hojtsy 33839435ee #201717 by catch: remove the utf8 update helper which is the remaining of the removed 4.6 to 4.7 updates 2007-12-17 18:50:51 +00:00
Gábor Hojtsy b86bb52620 #201725 by bdragon: access control was renamed to permissions but this was not reflected in two remaining permission checks 2007-12-17 17:06:16 +00:00
Gábor Hojtsy 191beee5fa #194310 follow up by chx and myself: only load comment module when we can actually do it, and when we need it in comment.install 2007-12-17 16:26:12 +00:00
Gábor Hojtsy 5272329fbc rollback of #197425 following on Steven Witten's discontent on how it looks in Garland 2007-12-17 15:05:10 +00:00
Gábor Hojtsy 29f443761f #197425 by mooffie, slightly modified: add blockquote support by default and blockquote theming to Garland and Bluemarine (other themes have it already) 2007-12-17 14:04:47 +00:00
Gábor Hojtsy 81ecb970bc #199387 by Pancho: revert user login/register/request password page titles to 'User account' as it was in Drupal 5, instead of the bugos 'Log in' 2007-12-17 13:46:36 +00:00
Gábor Hojtsy 19f807b705 #201468 by blackdog: fix notice in aggregator, when categorization form is saved without picking a category 2007-12-17 13:05:30 +00:00
Gábor Hojtsy 10bccd75fc #199400 by ChrisKennedy: use the SERVER_NAME as default site name, instead of the misleading 'Drupal' name 2007-12-17 12:43:34 +00:00
Gábor Hojtsy 223744e8bb #201534 by Lynn, Pasqualle: fix notice in node_forms() when there are no node types defined 2007-12-17 12:41:20 +00:00
Gábor Hojtsy dfe1225147 #194310 by chx, catch, KarenS: run updates for disabled but previously installed modules, if they are compatible with the current system 2007-12-17 12:23:01 +00:00
Gábor Hojtsy a0bea00402 #200763 by JirkaRybka: add body field wrapper in node form for easier themeing 2007-12-17 10:14:05 +00:00
Gábor Hojtsy ebbd7ddc01 #198609 by blackdog and myself: fix two notices and remove one stale line in aggregator module 2007-12-17 09:58:04 +00:00
Gábor Hojtsy 1f2d77b380 #200338 by m3avrck and quicksketch: fix transparent GIF resizing 2007-12-16 22:09:36 +00:00
Gábor Hojtsy b7a2becd15 #197314 by vitezslav.smid (as GHOP 39): improve/add/update phpdoc in aggregator, comment and system modules 2007-12-16 21:01:45 +00:00
Gábor Hojtsy 97b326ff07 #176868 by marcingy: feed_age was misnamed source_age in aggregator variable initialization 2007-12-16 18:27:46 +00:00
Gábor Hojtsy 6d77540b23 #199428 by Lynn: default to the primary links for content menu items (usability) 2007-12-16 18:25:22 +00:00
Gábor Hojtsy b038c605cd #189495 by myself, reviewed by Pasqualle: fix composit text used with t() in aggregator module 2007-12-16 18:06:27 +00:00
Gábor Hojtsy 2035f1d48f #194098 by mfer, theborg: reset theme in drupal_eval(), so the evaluated code will not see the caller module as current theme 2007-12-16 14:09:24 +00:00
Gábor Hojtsy 4f38ed0b29 #103528 by Heine and gpk: note why the color settings are not available if private file handling is used 2007-12-16 13:05:21 +00:00
Gábor Hojtsy a859f4a0e8 #197641 follow up by moofie: make drag and drop handle text translatable and fix smaller bugs 2007-12-16 10:36:53 +00:00
Gábor Hojtsy a2ae92457a #192779 by gaele: (usability) only show theme tabs on the blocks page for enabled themes, for consistency with the theme settings page 2007-12-16 10:30:09 +00:00
Gábor Hojtsy 8fb3d9f9f3 #199883 by KarenS, douggreen: system update 6036 called search_install(), now replaced with actual code to not depend on the ever changing schema 2007-12-16 09:32:41 +00:00
Gábor Hojtsy 2e2f8dd8a9 #199439 by douggreen: fix content search in PostgreSQL 2007-12-14 19:19:46 +00:00
Gábor Hojtsy adb03ebe78 #182728 by gpk: more accurante phpdoc for db_rewrite_sql() and _db_rewrite_sql(), mentioning table aliases used 2007-12-14 19:15:47 +00:00
Gábor Hojtsy 5804090b5a #199158 by catch: AND was used in place of WHERE in search module reindex code 2007-12-14 18:40:32 +00:00
Gábor Hojtsy 7bcd7429df #110474 by dww and keith.smith: passwords are not sent in welcome mails, so do not mislead our users 2007-12-14 18:29:59 +00:00
Gábor Hojtsy 24c66b82fc #199402 by keith.smith: standardize on 'Save and continue' text on installer submit buttons 2007-12-14 18:21:30 +00:00
Gábor Hojtsy b6532a4fdb #200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed 2007-12-14 18:08:50 +00:00
Gábor Hojtsy 4f2b77bcd9 #200271 by catch: more old 4.6 to 4.7 update path functions removed, as we don't support direct upgrades from 4.6 to 6.x definitely 2007-12-14 17:18:24 +00:00
Gábor Hojtsy 41d7e347b3 #193604 by hass and dvessel: fix color module to be able to use arbitrary styles, not just style.css, fixing Minnelli coloring and RTL CSS file coloring 2007-12-14 17:00:14 +00:00
Gábor Hojtsy 7b52f8d52e #131493 by spatz4000, ChrisKennedy, keith.smith: consistent username field description wording in installer and runtime interface 2007-12-14 16:07:42 +00:00
Gábor Hojtsy f031f0563c #180301 by pwolanin: taxonomy term pages did not have their argument reflected in the menu hook 2007-12-14 11:19:39 +00:00
Gábor Hojtsy b2dd7765a6 #200856 by Pancho: warning level requirement problems deserve a warning message not just a status message in update module 2007-12-14 10:54:28 +00:00
Gábor Hojtsy 20e652246f #199822 by Nick Lewis: items array was not initialized in blog_feed_last() 2007-12-14 10:40:51 +00:00
Gábor Hojtsy 723c490089 Although #64388 is not applicable here, a db_rewrite_sql() was missing from the counter query on the poll page, so fixed that 2007-12-14 09:50:41 +00:00
Gábor Hojtsy ef5fd34577 #189025 by AjK: fix two small E_ALL bugs in poll.module 2007-12-14 09:24:08 +00:00
Gábor Hojtsy 86de9aade3 #200540 by theborg: fix node_make_unsticky_action() code comments and promote flag in node_unpromote_action() 2007-12-13 13:06:45 +00:00
Gábor Hojtsy ce3542d8ab #152497 by JohnAlbin, bdragon, moshe weitzman, chx and myself: several user login tasks, such as session id regeneration were not performed in all cases, so centralize this 2007-12-13 12:53:47 +00:00
Gábor Hojtsy 050008410d #194010 by chx: Proper recursive dependency checking and ordering module installation in dependency order, so later installed modules can use previously installed module functionality 2007-12-13 10:46:43 +00:00
Gábor Hojtsy a64e5f38d1 #195083 by Rowanw and keith.smith: menu items are not displayed on the main menu page anymore; update help text 2007-12-13 10:34:07 +00:00
Gábor Hojtsy 72773890fb #200334 by kkaefer: update bluemarine, chameleon and marvin themes with the current 3d Druplicon, instead of the old 2d one 2007-12-13 10:30:02 +00:00
Gábor Hojtsy b0007cdd09 #197641 by quicksketch and myself: fix drag and drop RTL issues (connector line facing and drag directions) 2007-12-13 10:14:18 +00:00
Gábor Hojtsy c6d841c096 #197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, update to drag and drop functionality, drupal.module removal, etc 2007-12-13 09:34:40 +00:00
Gábor Hojtsy 2325fd5105 #199654 by yched: stale schema cache was used when a schema cache refresh was requested 2007-12-12 14:54:27 +00:00
Gábor Hojtsy 96668d576c #195169 (actually a fix to #199161) by bjaspan: do not rely on buggy MySQL behavior of assuming empty default value for NOT NULL columns, fixing poll submission on PostgreSQL 2007-12-11 14:31:12 +00:00
Gábor Hojtsy 8028bc2e76 #196953 by JirkaRybka: add target attribute to 'read more' links generated to RSS feed teasers for RSS reader usability 2007-12-11 12:42:37 +00:00