summaryrefslogtreecommitdiff
path: root/modules/system
Commit message (Collapse)AuthorAge
* #192659 by quicksketch: center table headers for checkbox columns, where ↵Gábor Hojtsy2007-11-16
| | | | checkboxes are also centered
* #191310 by JirkaRybka, keith.smith: ship with a files directory by default ↵Gábor Hojtsy2007-11-15
| | | | and improve installation error messages checking for all requirements on the same screen, instead of putting the user through individual error screens
* #191282 follow up by bjaspan: fix inconsistent database schema introduced by ↵Gábor Hojtsy2007-11-15
| | | | #191282 previously
* Fix bogus linebreakGábor Hojtsy2007-11-14
|
* Wrap foreach(explode()) in empty() check, so if empty items are found, the ↵Gábor Hojtsy2007-11-14
| | | | foreach will not bail out on the explode(). Identified in upgrade testing.
* #191767 by k4ml: system_modules() is undefined in the update function, as it ↵Gábor Hojtsy2007-11-14
| | | | was moved out to system.admin.inc, so we need to include that
* - Patch #181066 by quicksketch et al: drag and drop of table rows on the ↵Dries Buytaert2007-11-14
| | | | block adminsitration page.
* - Patch #191282 by quicksketch: inconsistent database region for disabled ↵Dries Buytaert2007-11-14
| | | | blocks.
* - Patch #146466 by douggreen, Steven et al: Remove temporary table usage ↵Dries Buytaert2007-11-13
| | | | from search module
* - Patch #187319 by quicksketch: don't enable the powered by Drupal block for ↵Dries Buytaert2007-11-11
| | | | existing sites, and better handle the default behavior.
* - Patch #191073 by Keith: another good string cleanup by Keith. (Also ↵Dries Buytaert2007-11-11
| | | | removed some trailing whitespace.)
* #144788 by Andreas Wolf, spatz4000 and aufumy: missing block clearing on ↵Gábor Hojtsy2007-11-09
| | | | admin index by modules page
* #179164 by Heine: short modules by name on the module admin pageGábor Hojtsy2007-11-09
|
* - Patch #176264 by Wim Monstrey: killed a warning.Dries Buytaert2007-11-09
|
* Trivial misuse of t() found in system_menu() while debugging t() usage.Gábor Hojtsy2007-11-07
|
* #124979 by bjaspan: fix PostgreSQL upgrade path, keeping the primary key on ↵Gábor Hojtsy2007-11-07
| | | | the node_comment_statistics table
* #184668 by hazexp: remove extra ; from old SQL updateGábor Hojtsy2007-11-07
|
* #80963 by chx with multiple contributors: remove deletion and database lock ↵Gábor Hojtsy2007-11-06
| | | | based block rehash code, replace it with simpler updates
* #178581 by lot of contributors: opt-in for update module on install and ↵Gábor Hojtsy2007-11-06
| | | | update to avoid any privacy concerns
* #187759 by myself: add missing break to reach when if() was not satisfied, ↵Gábor Hojtsy2007-11-05
| | | | to avoid extra unrelated help appearing on block configure pages
* #112512 by spatz4000: disallow breaking option form labelsGábor Hojtsy2007-11-04
|
* #185126 by moshe weitzman, David Strauss, bjaspan and JirkaRybka: improve ↵Gábor Hojtsy2007-11-04
| | | | index on system table for better database performance
* #188386 by dmitrig01: fix hidden and fieldset AHAH expandabilityGábor Hojtsy2007-11-04
|
* #188911 by chx: hide toggle settings fieldset when a theme has 'no features'Gábor Hojtsy2007-11-04
|
* #179143 by chx and agentrickard: unify update code for files, fixing ↵Gábor Hojtsy2007-11-04
| | | | postgresql bugs with it
* - Patch #100582 by O Govinda, keith.smith: improved the user documentation ↵Dries Buytaert2007-10-31
| | | | on the UI.
* #100581 by keith.smith: improve form item descriptions on the performance ↵Gábor Hojtsy2007-10-27
| | | | settings page
* #100580 by keith.smith: reword error reporting description to be more clearGábor Hojtsy2007-10-27
|
* #175944 by kkaefer and Pasqualle: fix clean URL check to use a dedicated URL ↵Gábor Hojtsy2007-10-27
| | | | with proper JSON output so certain server setup problems are cured
* - Patch #122759 by Robrecht: fixed broken query in upgrade path.Dries Buytaert2007-10-25
|
* - Modified version of patch #121820 by Caleb et al: add an option for page ↵Dries Buytaert2007-10-25
| | | | compression.
* - Patch #180948 by quicksketch: automatically populate e-mail fields during ↵Dries Buytaert2007-10-22
| | | | install.
* #184867 by deekayen, catch and keith.smith: fix some spelling errors in our ↵Gábor Hojtsy2007-10-21
| | | | source code and messages printed
* #165140 by dww: rename logs to reports (usability improvement)Gábor Hojtsy2007-10-20
|
* #182645 by scor: clean up concatenations to be in line with core coding ↵Gábor Hojtsy2007-10-19
| | | | standards
* #184653 by scor: typo fix in system_chema()'s schema documentationGábor Hojtsy2007-10-19
|
* #179655 by flobruit: properly disable theme setting checkboxes when certain ↵Gábor Hojtsy2007-10-18
| | | | features are not available
* Back to being a 6.x development versionGábor Hojtsy2007-10-17
|
* Drupal 6.0-beta 2 release with all Drupal 5.3 security fixes appliedGábor Hojtsy2007-10-17
|
* #183332 by Eaton, JirkaRybka, catch and greggles: add Powered by Drupal blockGábor Hojtsy2007-10-17
|
* #181088 by fajerstarter, catch and JirkaRybka: rename 'access control' to ↵Gábor Hojtsy2007-10-12
| | | | 'permissions' for usability reasons
* #182799 by Moshe Weitzman: form_state['values']['form_build_id'] should not ↵Gábor Hojtsy2007-10-12
| | | | be saved as a system setting when a setting form is submitted
* #180897 by sun and dvessel: fix various XHTML validity issues in Drupal by ↵Gábor Hojtsy2007-10-11
| | | | closing unclosed tags, avoiding empty table containers, and so on
* #164983 by multiple contributors: document the core database schemasGábor Hojtsy2007-10-10
|
* #181741 by quicksketch: fix AHAH throbber/progress bar issues and generalize ↵Gábor Hojtsy2007-10-10
| | | | progress display configuration to allow module developers to choose from the throbber and progress bar
* #181758 by webernet: move cache_block creation to ↵Gábor Hojtsy2007-10-09
| | | | update_fix_d6_requirements() to avoid warnings about the nonexistent table through the update process
* - Patch #181180 by Eaton: make it easier to do CSS-only themes.Dries Buytaert2007-10-07
|
* - Patch #181167 by Eaton: default page.tpl.php breaks primary links.Dries Buytaert2007-10-06
|
* #163785 by Eaton, dvessel and quicksketch: theme .info files should be able ↵Gábor Hojtsy2007-10-05
| | | | to override core and module CSS files based on file basenames
* - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵Dries Buytaert2007-10-05
| | | | .schema files into .install files to prevent mistakes.