summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #178523 by scor, JirkaRybka, keith.smith: user facing errors should contain ↵Gábor Hojtsy2007-12-19
| | | | text for users, not text for developers; still keeping some debug information, if display_errors is turned on on the server
* #194494 by blackdog: fix two noticed on install when password is not providedGábor Hojtsy2007-12-19
|
* #202184 by Rho_pare: fix drupal_alter() not checking for having an array, ↵Gábor Hojtsy2007-12-19
| | | | broken by #192767
* #110981 by saxofaan: allow contrib modules in install profiles and runtime ↵Gábor Hojtsy2007-12-19
| | | | to have requirements, just like core modules; also fix a consistency between message presentation in install and runtime requirements
* #200370 by quicksketch: fixes to drag and drop support to make it usable by CCKGábor Hojtsy2007-12-19
|
* #199336 by JirkaRybka: remove improper t() use in update code (update goes ↵Gábor Hojtsy2007-12-19
| | | | all in English, but there were some mistakes), and add messages to updates where there was no return value otherwise, so users know what happens in each update
* #99947 by neclimdul, Sutharsan, keith.smith: forum module help text and form ↵Gábor Hojtsy2007-12-19
| | | | description update, removing reference to other forum software as well
* #198865 by sign: taxonomy term deletion was broken due to some leftover codeGábor Hojtsy2007-12-19
|
* - Patch #199510 by Pancho: fixed form API conversions.Dries Buytaert2007-12-18
|
* - Patch #199508 by Pancho: parameters for form validation and submission ↵Dries Buytaert2007-12-18
| | | | have changed.
* - Patch #201437 by keith.smith: further massaging of the help texts.Dries Buytaert2007-12-18
|
* #193333 follow up by catch: remove reset to alphabetical button shown on ↵Gábor Hojtsy2007-12-18
| | | | forum forms incidentally as a result of the taxonomy drag and drop patch
* - Patch #201894 by David Rothstein: fixed typo in user output.Dries Buytaert2007-12-18
|
* #199890 by gaele, keith.smith: improve block module help text, include ↵Gábor Hojtsy2007-12-18
| | | | description of drag and drop and better help about the throttle functionality; also comes in smaller chunks which makes it easier to translate and update later
* #189880 by keith.smith based on initial suggestions from O Govinda: much ↵Gábor Hojtsy2007-12-18
| | | | better help texts and descriptions for locale module, actually explaining its extended feature set in Drupal 6.
* #192767 by fago, Eaton, chx: taking form_state per reference in form ↵Gábor Hojtsy2007-12-18
| | | | constructor function. Will be replaced with a nicer PHP 5 solution in Drupal 7.
* #201997 by webernet: fix bad variable name in update requirements check ↵Gábor Hojtsy2007-12-18
| | | | introduced in #194310
* #199832 by theborg, Pasqualle: block title defined as NOT NULL, so requires ↵Gábor Hojtsy2007-12-18
| | | | a default empty string even if not set (fixes a theme notice but also a pgsql error)
* - Patch #164532 by catch, pwolanin, David Strauss, et al.: improve table ↵Dries Buytaert2007-12-18
| | | | indicies for common queries.
* - Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API ↵Dries Buytaert2007-12-18
| | | | (and removed spaces).
* - Patch #195073 by yshed and quicksketch: make DnD functionality work on IE7.Dries Buytaert2007-12-18
|
* #193804 by starbow, Rob Loach, Wim Leers: add often used basePath setting by ↵Gábor Hojtsy2007-12-17
| | | | defualt to JS settings, also providing an elegant bugfix to #201248
* #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