summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #67895 patch by myself, tested by JirkaRybka and blackdog: move poll votes ↵Gábor Hojtsy2007-12-17
| | | | with poll options, when an option is removed, instead of dropping all old votes, solving an old data loss bug
* #201717 by catch: remove the utf8 update helper which is the remaining of ↵Gábor Hojtsy2007-12-17
| | | | the removed 4.6 to 4.7 updates
* #201725 by bdragon: access control was renamed to permissions but this was ↵Gábor Hojtsy2007-12-17
| | | | not reflected in two remaining permission checks
* #194310 follow up by chx and myself: only load comment module when we can ↵Gábor Hojtsy2007-12-17
| | | | actually do it, and when we need it in comment.install
* rollback of #197425 following on Steven Witten's discontent on how it looks ↵Gábor Hojtsy2007-12-17
| | | | in Garland
* #197425 by mooffie, slightly modified: add blockquote support by default and ↵Gábor Hojtsy2007-12-17
| | | | blockquote theming to Garland and Bluemarine (other themes have it already)
* #199387 by Pancho: revert user login/register/request password page titles ↵Gábor Hojtsy2007-12-17
| | | | to 'User account' as it was in Drupal 5, instead of the bugos 'Log in'
* #201468 by blackdog: fix notice in aggregator, when categorization form is ↵Gábor Hojtsy2007-12-17
| | | | saved without picking a category
* #199400 by ChrisKennedy: use the SERVER_NAME as default site name, instead ↵Gábor Hojtsy2007-12-17
| | | | of the misleading 'Drupal' name
* #201534 by Lynn, Pasqualle: fix notice in node_forms() when there are no ↵Gábor Hojtsy2007-12-17
| | | | node types defined
* #194310 by chx, catch, KarenS: run updates for disabled but previously ↵Gábor Hojtsy2007-12-17
| | | | installed modules, if they are compatible with the current system
* #200763 by JirkaRybka: add body field wrapper in node form for easier themeingGábor Hojtsy2007-12-17
|
* #198609 by blackdog and myself: fix two notices and remove one stale line in ↵Gábor Hojtsy2007-12-17
| | | | aggregator module
* #200338 by m3avrck and quicksketch: fix transparent GIF resizingGábor Hojtsy2007-12-16
|
* #197314 by vitezslav.smid (as GHOP 39): improve/add/update phpdoc in ↵Gábor Hojtsy2007-12-16
| | | | aggregator, comment and system modules
* #176868 by marcingy: feed_age was misnamed source_age in aggregator variable ↵Gábor Hojtsy2007-12-16
| | | | initialization
* #199428 by Lynn: default to the primary links for content menu items (usability)Gábor Hojtsy2007-12-16
|
* #189495 by myself, reviewed by Pasqualle: fix composit text used with t() in ↵Gábor Hojtsy2007-12-16
| | | | aggregator module
* #194098 by mfer, theborg: reset theme in drupal_eval(), so the evaluated ↵Gábor Hojtsy2007-12-16
| | | | code will not see the caller module as current theme
* #103528 by Heine and gpk: note why the color settings are not available if ↵Gábor Hojtsy2007-12-16
| | | | private file handling is used
* #197641 follow up by moofie: make drag and drop handle text translatable and ↵Gábor Hojtsy2007-12-16
| | | | fix smaller bugs
* #192779 by gaele: (usability) only show theme tabs on the blocks page for ↵Gábor Hojtsy2007-12-16
| | | | enabled themes, for consistency with the theme settings page
* #199883 by KarenS, douggreen: system update 6036 called search_install(), ↵Gábor Hojtsy2007-12-16
| | | | now replaced with actual code to not depend on the ever changing schema
* #199439 by douggreen: fix content search in PostgreSQLGábor Hojtsy2007-12-14
|
* #182728 by gpk: more accurante phpdoc for db_rewrite_sql() and ↵Gábor Hojtsy2007-12-14
| | | | _db_rewrite_sql(), mentioning table aliases used
* #199158 by catch: AND was used in place of WHERE in search module reindex codeGábor Hojtsy2007-12-14
|
* #110474 by dww and keith.smith: passwords are not sent in welcome mails, so ↵Gábor Hojtsy2007-12-14
| | | | do not mislead our users
* #199402 by keith.smith: standardize on 'Save and continue' text on installer ↵Gábor Hojtsy2007-12-14
| | | | submit buttons
* #200069 by keith.smith: new standard for 'more information' links in module ↵Gábor Hojtsy2007-12-14
| | | | help texts, as the handbook we referred to before was renamed
* #200271 by catch: more old 4.6 to 4.7 update path functions removed, as we ↵Gábor Hojtsy2007-12-14
| | | | don't support direct upgrades from 4.6 to 6.x definitely
* #193604 by hass and dvessel: fix color module to be able to use arbitrary ↵Gábor Hojtsy2007-12-14
| | | | styles, not just style.css, fixing Minnelli coloring and RTL CSS file coloring
* #131493 by spatz4000, ChrisKennedy, keith.smith: consistent username field ↵Gábor Hojtsy2007-12-14
| | | | description wording in installer and runtime interface
* #180301 by pwolanin: taxonomy term pages did not have their argument ↵Gábor Hojtsy2007-12-14
| | | | reflected in the menu hook
* #200856 by Pancho: warning level requirement problems deserve a warning ↵Gábor Hojtsy2007-12-14
| | | | message not just a status message in update module
* #199822 by Nick Lewis: items array was not initialized in blog_feed_last()Gábor Hojtsy2007-12-14
|
* Although #64388 is not applicable here, a db_rewrite_sql() was missing from ↵Gábor Hojtsy2007-12-14
| | | | the counter query on the poll page, so fixed that
* #189025 by AjK: fix two small E_ALL bugs in poll.moduleGábor Hojtsy2007-12-14
|
* #200540 by theborg: fix node_make_unsticky_action() code comments and ↵Gábor Hojtsy2007-12-13
| | | | promote flag in node_unpromote_action()
* #152497 by JohnAlbin, bdragon, moshe weitzman, chx and myself: several user ↵Gábor Hojtsy2007-12-13
| | | | login tasks, such as session id regeneration were not performed in all cases, so centralize this
* #194010 by chx: Proper recursive dependency checking and ordering module ↵Gábor Hojtsy2007-12-13
| | | | installation in dependency order, so later installed modules can use previously installed module functionality
* #195083 by Rowanw and keith.smith: menu items are not displayed on the main ↵Gábor Hojtsy2007-12-13
| | | | menu page anymore; update help text
* #200334 by kkaefer: update bluemarine, chameleon and marvin themes with the ↵Gábor Hojtsy2007-12-13
| | | | current 3d Druplicon, instead of the old 2d one
* #197641 by quicksketch and myself: fix drag and drop RTL issues (connector ↵Gábor Hojtsy2007-12-13
| | | | line facing and drag directions)
* #197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, ↵Gábor Hojtsy2007-12-13
| | | | update to drag and drop functionality, drupal.module removal, etc
* #199654 by yched: stale schema cache was used when a schema cache refresh ↵Gábor Hojtsy2007-12-12
| | | | was requested
* #195169 (actually a fix to #199161) by bjaspan: do not rely on buggy MySQL ↵Gábor Hojtsy2007-12-11
| | | | behavior of assuming empty default value for NOT NULL columns, fixing poll submission on PostgreSQL
* #196953 by JirkaRybka: add target attribute to 'read more' links generated ↵Gábor Hojtsy2007-12-11
| | | | to RSS feed teasers for RSS reader usability
* #199084 by chx: better conformance with ISO date formats in our xmlrpc codeGábor Hojtsy2007-12-11
|
* #199191 by Nick Lewis, Lynn: (usability) include the enabled checkbox ↵Gábor Hojtsy2007-12-11
| | | | directly on the menu item editing page too
* #116726 by Pancho: (usability) standardize on '@type %title' usage in node ↵Gábor Hojtsy2007-12-11
| | | | feedback messages