summaryrefslogtreecommitdiff
path: root/modules/system
Commit message (Collapse)AuthorAge
* - 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.
* #157752 by quicksketch: extend AHAH functionality to most types of form ↵Gábor Hojtsy2007-10-05
| | | | elements, without writing JavaScript. Also AHAH enable the blocks admin page.
* #178973 by merlinofchaos: proper style and script inheritance between themes ↵Gábor Hojtsy2007-10-04
| | | | more then two levels deep in the hierarchy
* #180338 by bjaspan: more accurate wording for database update status reportGábor Hojtsy2007-10-03
|
* - Patch #173486 by scor: fixed code style issues.Dries Buytaert2007-10-02
|
* - Rollback of patch #139117: according to Steven it is silly. Let's have a ↵Dries Buytaert2007-10-02
| | | | better look at it.
* - Patch #139117 by hass et al: remove IE hacks that break the compressor.Dries Buytaert2007-10-02
|
* #158927 by John Morahan: first time, the default admin theme name is '0', so ↵Gábor Hojtsy2007-09-27
| | | | block initialization gives warnings. Avoid this initialization until we have a theme selected
* #178890 by Freso: fix parse error introduced in #124979Gábor Hojtsy2007-09-26
|
* - Patch #124979 by chx: remove the auto_increment.Dries Buytaert2007-09-26
|