summaryrefslogtreecommitdiff
path: root/modules/system
Commit message (Collapse)AuthorAge
* #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
* #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
* - Patch #203222 by Pascalle: added missing message type to watchdog call.Dries Buytaert2008-01-06
|
* #197720 by nedjo, scor, keith.smith, catch: inform installing users about ↵Gábor Hojtsy2008-01-04
| | | | PHP memory requirements of Drupal 6
* #198856 by hswong3i: Fix some incorrect use of %s for table name escaping, ↵Gábor Hojtsy2008-01-04
| | | | implement better security checks
* #204420 follow up by webernet: fix bad permission check introduced for ↵Gábor Hojtsy2007-12-31
| | | | update module message
* #204344 by marcingy: path aliases were not alled as default home pageGábor Hojtsy2007-12-31
|
* - Patch #204900 by webernet: code style fixes. Likely my last patch of the ↵Dries Buytaert2007-12-31
| | | | year. Fiew. Thanks all, and see you on the other side. :)
* #204420 by webernet: do not show messages about status problems to those who ↵Gábor Hojtsy2007-12-28
| | | | will not be able to click and go to the reports
* #194369 by lots of contributors: move default files directory to ↵Gábor Hojtsy2007-12-27
| | | | sites/default/files which can be created automatically on install, so no need to bug the user about it, making the install process easier
* - Patch #203509 by pwolanin, chx, cwgordon7 et al: fixed menu inheritenace.Dries Buytaert2007-12-26
|
* #197722 by catch, hwsong3i: remove 4.7 to 5.x updates; we only support ↵Gábor Hojtsy2007-12-26
| | | | direct updates from 5.x to 6.x
* #203274 by Pasqualle: remove excessive witespace from our code (minor)Gábor Hojtsy2007-12-22
|
* #202997 by JirkaRybka: more specific CSS selector for draggable linksGábor Hojtsy2007-12-22
|
* #199241 by bjaspan, Heine: fix documentation on how confirm forms are ↵Gábor Hojtsy2007-12-20
| | | | constructed; port of Drupal 5 fix
* back to 6.x-devGábor Hojtsy2007-12-20
|
* Gearing up for Drupal 6 RC1Gábor Hojtsy2007-12-20
|
* #201577 by Pasqualle: let the admin theme be configured even if it is ↵Gábor Hojtsy2007-12-20
| | | | disabled (mirror blocks admin behavior)
* #202559 by Pasqualle: just removing some trailing white space from end of linesGábor Hojtsy2007-12-20
|
* #196535 by sun, chx, dww: check whether Drupal can issue HTTP requests at ↵Gábor Hojtsy2007-12-20
| | | | all, so we know that this is the cause of problems, not the remote host not responding.
* #197690 by JordanCronin (as GHOP 68): server permissions are now explained ↵Gábor Hojtsy2007-12-20
| | | | very well in a handbook page, link to that
* #202473 by keith.smith: three more typos fixedGábor Hojtsy2007-12-19
|
* #197730 by keith.smith: standardize on a much more user friendly cron ↵Gábor Hojtsy2007-12-19
| | | | reference in help texts, explain its importance with more examples in INSTALL.txt
* #183940 by bjaspan, keith.smith: remove broken JS compression, but leave JS ↵Gábor Hojtsy2007-12-19
| | | | aggregation; update help text to that effect
* #199874 by gaele, keith.smith and JirkaRybka: better explanation of site ↵Gábor Hojtsy2007-12-19
| | | | email address, slogan and mission based on usability feedback
* #201540 by theborg, douggreen, Pancho: some system setting were not ↵Gábor Hojtsy2007-12-19
| | | | validated properly; also added missing required field markers
* #202026 by marco.robotangel, keith.smith: avoid tech language in connection ↵Gábor Hojtsy2007-12-19
| | | | to feeds
* #202169 by keith.smith: system module help updated to latest feature set, ↵Gábor Hojtsy2007-12-19
| | | | links to themes and modules
* #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
* - 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).
* #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
* #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
* #197314 by vitezslav.smid (as GHOP 39): improve/add/update phpdoc in ↵Gábor Hojtsy2007-12-16
| | | | aggregator, comment and system modules
* #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
* #200069 by keith.smith: new standard for 'more information' links in module ↵Gábor Hojtsy2007-12-14
| | | | help texts, as the handbook we referred to before was renamed
* #193604 by hass and dvessel: fix color module to be able to use arbitrary ↵Gábor Hojtsy2007-12-14
| | | | styles, not just style.css, fixing Minnelli coloring and RTL CSS file coloring
* #194010 by chx: Proper recursive dependency checking and ordering module ↵Gábor Hojtsy2007-12-13
| | | | installation in dependency order, so later installed modules can use previously installed module functionality
* #197641 by quicksketch and myself: fix drag and drop RTL issues (connector ↵Gábor Hojtsy2007-12-13
| | | | line facing and drag directions)
* #176282 by Desbeers: forum taxonomy was required for non-forum node types, ↵Gábor Hojtsy2007-12-11
| | | | when enabled for forum inclusion
* #198579 by webernet and hswong3i: a huge set of coding style fixes, including:Gábor Hojtsy2007-12-08
| | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
* #198332 by catch: cache clear button was named 'cache' accidentally, but ↵Gábor Hojtsy2007-12-07
| | | | this conflicts with the 'cache' setting, so renames to 'clear'
* #198461 by chx: use a simple subquery instead of iterating through all nodes ↵Gábor Hojtsy2007-12-07
| | | | and updating the term_node table one-by-one, which easily caused a timeout on sites with lots of term-node associations
* Neither of the optimnization checkboxes were selected on the performance ↵Gábor Hojtsy2007-12-07
| | | | page, due to data type mismatch. Noticed while testing #113607.
* #196043 by chx: menu items saved in the update but broken on the new system ↵Gábor Hojtsy2007-12-06
| | | | (due to coming from disabled or old modules) were not possible to delete
* #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functionsGábor Hojtsy2007-12-06
|
* Back to 6.0-devGábor Hojtsy2007-12-05
|
* Drupal 6.0 beta 4Gábor Hojtsy2007-12-05
|