summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #208926 by keith.smith: fixed broken link. The external link to the ↵Dries Buytaert2008-01-15
| | | | RSS specification changed.
* - Patch #206495 by jvandyk: improved consistency of trigger descriptions.Dries Buytaert2008-01-15
|
* - Patch #209236 by traxer: added a validation function for the poll form.Dries Buytaert2008-01-15
|
* - Patch #210140 by dww: fixed code comment: 'default_major' is now ↵Dries Buytaert2008-01-15
| | | | deprecated in favor of 'supported_majors'.
* #208197 by dvessel: back to cloning the table header only in tableheader.js ↵Gábor Hojtsy2008-01-13
| | | | (fixes radio button issues and Safari 2 crashing)
* #208427 report by Pancho, patch by dvessel: strpos() parameters were flipped ↵Gábor Hojtsy2008-01-11
| | | | in color module, resulting in bad colors
* Back to 6.0-devGábor Hojtsy2008-01-10
|
* Drupal 6 RC2Gábor Hojtsy2008-01-10
|
* #208542 by KarenS, webernet: save old actions table when upgrading from ↵Gábor Hojtsy2008-01-10
| | | | Drupal 5 with a previous actions install
* #18954 follow up by myself: restore user role name editingGábor Hojtsy2008-01-10
|
* #18954 by kkaefer, Pancho: built-in role names were not translated and some ↵Gábor Hojtsy2008-01-10
| | | | user_roles() call cleanups
* #208262 by jvandyk: better name for variable signing a menu rebuild requirementGábor Hojtsy2008-01-10
|
* A missing empty lineGábor Hojtsy2008-01-10
|
* #207908 by chx, docs by jvandyk: menu title custom translation was not ↵Gábor Hojtsy2008-01-10
| | | | invoked properly
* #208492 report and testing by KarenS, patch by myself: book upgrade should ↵Gábor Hojtsy2008-01-10
| | | | not use the book API
* #202997 follow up by quicksketch: the table drag CSS selector was not ↵Gábor Hojtsy2008-01-10
| | | | specific enough in the RTL sheet
* #194590 follow up by theborg, catch: avoid cloning the sticky table headers ↵Gábor Hojtsy2008-01-10
| | | | with the same id value
* #206078 by Pancho, traxer: order roles with system roles first (usability)Gábor Hojtsy2008-01-10
|
* #201667 follow up by gpk: minor code comment and whitespace cleanupGábor Hojtsy2008-01-10
|
* #204705 by pwolanin: abort user_save on SQL errors, to avoid data corruptionGábor Hojtsy2008-01-10
|
* #206021 follow up by keith.smith, dropcube: better code comments in locale ↵Gábor Hojtsy2008-01-10
| | | | update
* #207990 by soxofaan: fix notice on node/add page for anonymous usersGábor Hojtsy2008-01-10
|
* #197186 by dww, testing by catch, webernet, greggles: (critical security ↵Gábor Hojtsy2008-01-10
| | | | functionality) update.module did not inform users when their current release became revoked/not supported
* #206778 by dvessel: prevent themes from using their sub-theme's templates, ↵Gábor Hojtsy2008-01-09
| | | | when not intended
* #207991 by Rok Zlender: xmlrpc_date did not parse dates wellGábor Hojtsy2008-01-09
|
* #201667 follow up by keith.smith: typo in code commentGábor Hojtsy2008-01-09
|
* #207779 report by meba, patch by myself: missing plural formatting in forum ↵Gábor Hojtsy2008-01-09
| | | | module, and a counter display fix as well
* #207982 by domasj: Lithuanian native language name was incorrectGábor Hojtsy2008-01-09
|
* #201667 by theborg, quicksketch, gpk, catch: fix bugs with teaser splitter ↵Gábor Hojtsy2008-01-09
| | | | in JS and no-JS mode
* #206021 by dropcube and myself: language content type settings were not ↵Gábor Hojtsy2008-01-09
| | | | properly namespaced
* #207947 by Rok Zlender: whitespace missing between error messages in file.incGábor Hojtsy2008-01-09
|
* #207868 by cwgordon7, webernet and myself: SQL status page was using wrong ↵Gábor Hojtsy2008-01-09
| | | | property names
* #207931 by ScoutBaker: some links in update.module were pointing to 'logs' ↵Gábor Hojtsy2008-01-09
| | | | instead of 'reports'
* #194590 by scor, JirkaRybka, attiks, dvessel; with heavy testing by catch: ↵Gábor Hojtsy2008-01-09
| | | | fix a dozen issues with sticky table headers
* #153998 by David_Rothstein and myself: clean up permissions in book, blog, ↵Gábor Hojtsy2008-01-09
| | | | blogapi, forum and locale modules
* #207731 by Pancho: adding brackets to some default form values, for consistencyGábor Hojtsy2008-01-08
|
* #197720 follow up by myself: cleaning up the memory_limit requirement check, ↵Gábor Hojtsy2008-01-08
| | | | use dollar t
* #204756 by dvessel: textarea.js assumed #disabled fields are to be hiddenGábor Hojtsy2008-01-08
|
* #151910 by chx: support subqueries in db_rewrite_sql() - now that we use ↵Gábor Hojtsy2008-01-08
| | | | subqueries even in core, this was critical
* #207372 by Pancho, pwolanin, chx: remove duplicate query from menu_enable()Gábor Hojtsy2008-01-08
|
* #195091 by Rowanw: (usability) swap enabled and expanded checkbox in menu ↵Gábor Hojtsy2008-01-08
| | | | admin and allow setting elements without children to be expanded
* #205792 by yched: fix contradictory messages after node access rebuildGábor Hojtsy2008-01-08
|
* #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocksGábor Hojtsy2008-01-08
|
* #164532 follow up by pwolanin, David Strauss, catch and myself, testing also ↵Gábor Hojtsy2008-01-08
| | | | by hswong3i: some indexes added before Drupal 6 RC1 were too unique, and our code did not back them, so we should not add those indexes
* #204946 by theborg, keith.smith: only tell users their language setting will ↵Gábor Hojtsy2008-01-07
| | | | be used for interface presentation, when this actually happens
* #199946 by JirkaRybka: append a short query string to CSS and JS files, ↵Gábor Hojtsy2008-01-07
| | | | changing on upgrades, so on core/module/theme upgrades, browser caches will 'flush'
* #207170 by hswong3i slightly modified: drupal_write_record() did not return ↵Gábor Hojtsy2008-01-07
| | | | FALSE on query failure and had bad documentation on the returned values
* #197720 follow up by keith.smith, scor: include php.ini path in memory limit ↵Gábor Hojtsy2008-01-07
| | | | messages
* #200777 by JirkaRybka: theme settings form relied on _POST[] and stored ↵Gábor Hojtsy2008-01-07
| | | | irrelevant formapi keys as theme settings
* #202821 by marco.robotangel: display messages above help in all core themes ↵Gábor Hojtsy2008-01-07
| | | | for consistent user feedback (usability)