summaryrefslogtreecommitdiff
path: root/modules/system
Commit message (Collapse)AuthorAge
* #197500 reported by webernet, patch by myself and chx: instead of calling ↵Gábor Hojtsy2007-12-04
| | | | into the Drupal API with _block_rehash(), implement what we need from that right there in system_update_6027
* The indentation div used in drag and drop was also not RTL friendly ↵Gábor Hojtsy2007-12-04
| | | | positioned. Noted by Steven Wittens, fix by myself.
* Table drag handler was not properly positioned in RTL themes. Note by Steven ↵Gábor Hojtsy2007-12-03
| | | | Wittens, patch by myself.
* #188498 follow up by pwolanin: using double quotes in pgsql queries is not ↵Gábor Hojtsy2007-12-03
| | | | possible
* rollback of #112512: option labels should be wrapped, translations bugos ↵Gábor Hojtsy2007-12-02
| | | | with the default CSS can ship with other tricky solutions
* #193105 follow up by webernet: only run upload module update if the table is ↵Gábor Hojtsy2007-11-30
| | | | there
* #141727 by merlinofchaos, dvessel, sun: restore themeability support for ↵Gábor Hojtsy2007-11-30
| | | | maintenance pages (regression)
* #194585 by chx: some duplicate menu items appeared through the menu updatesGábor Hojtsy2007-11-29
|
* #193105 by dmitrig01, quicksketch: add weights and drag and drop ordering ↵Gábor Hojtsy2007-11-29
| | | | support to uploads
* - Patch #162381 by Heine et al: properly escape strings.Dries Buytaert2007-11-28
|
* - Patch #194304 by Gabor: upgrade should only enable PHP module if necessary.Dries Buytaert2007-11-28
|
* #133092 by wmostrey: hide help page links when help module is not enabled, ↵Gábor Hojtsy2007-11-27
| | | | so the links lead to 404s
* #195743 by kkaefer: (usability) add labels to module names in the module ↵Gábor Hojtsy2007-11-27
| | | | admin form
* #195543 by hass and yhager: CSS inherit was completely misused in RTL CSS filesGábor Hojtsy2007-11-27
|
* Rollback the accidentally committed #194310Gábor Hojtsy2007-11-26
|
* #193333 by quicksketch et al: taxonomy drag and drop supportGábor Hojtsy2007-11-26
|
* - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: ↵Dries Buytaert2007-11-26
| | | | fixed minor spelling issues and fixed spacing issues.
* - Patch #195173 by Eaton et al: allow administrators to clear all caches.Dries Buytaert2007-11-26
|
* #120960 by blakehall, JirkaRybka, catch: improve usability of content ↵Gábor Hojtsy2007-11-26
| | | | editing permission names
* #188498 by Rob Loach: user profile category names are stored and compared ↵Gábor Hojtsy2007-11-26
| | | | case insensitively, but the reserved category name check was not case insensitive
* #173408 by markus_petrux / add1sun: move proxy IP configuration options to ↵Gábor Hojtsy2007-11-26
| | | | settings.php, because these need to be used before Drupal has the variables loaded from the database
* #175876 by hazexp, webernet, keith.smith: unify module/theme/translation ↵Gábor Hojtsy2007-11-24
| | | | download links and include more pointers to these locations
* #193366 by chx: rebuild caches when displaying the module admin screen, to ↵Gábor Hojtsy2007-11-23
| | | | avoid stale data in registries when the submission is handled
* #194367 by chx: better targetted user id setting, so auto increment issues ↵Gábor Hojtsy2007-11-22
| | | | will not cause problems with wiped databases
* back to Drupal 6.0-devGábor Hojtsy2007-11-21
|
* Getting ready for Drupal 6.0-beta3Gábor Hojtsy2007-11-21
|
* #191310 follow up by keith.smith: fix install instructions and error message ↵Gábor Hojtsy2007-11-21
| | | | about files folder
* #194029 by pwolanin: fix trivial copy-paste error in filter format setupGábor Hojtsy2007-11-21
|
* - Patch #100909 by webbernet: improve usability of cron message.Dries Buytaert2007-11-20
|
* #193510 follow up by webernet: restore updates added through the 4.7.x ↵Gábor Hojtsy2007-11-20
| | | | lifecycle, so any 4.7.x version can be updated to 6.x
* - Patch #100909 by catch: small improvement to running cron.Dries Buytaert2007-11-20
|
* #181126 by quicksketch et al: drag and drop support for menusGábor Hojtsy2007-11-20
|
* #193510 by webernet: remove updates from unsupported Drupal versions, as our ↵Gábor Hojtsy2007-11-19
| | | | policy dictates (and because some API changes make them faulty without further modifications)
* #100909 by webernet and RobRoy: improve cron error reporting by defining ↵Gábor Hojtsy2007-11-19
| | | | time tresholds, so if cron stops running after some time, it also becomes an error, but cron not run yet is not an error on installation
* - Patch #192348 by douggreen and bjaspan: fixed database inconsistencies.Dries Buytaert2007-11-17
|
* #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
|