summaryrefslogtreecommitdiff
path: root/modules/system/system.admin.inc
Commit message (Collapse)AuthorAge
...
* #215858 by pwolanin: localized menu options were saved into the database, ↵Gábor Hojtsy2008-02-04
| | | | avoid this by using different variable names / array keys
* #215303 by Pancho, slightly modified: clean URL test support text was not ↵Gábor Hojtsy2008-01-29
| | | | green if not using JS
* #204411 by chx, slightly modified: heal a possible MySQL import error when ↵Gábor Hojtsy2008-01-25
| | | | the anonymous user becomes broken
* #107375 follow up by zeta-zoo: fixed incorrect description for MySQL's ↵Gábor Hojtsy2008-01-24
| | | | 'Select_range_check'
* #201641 by Ralf Stamm, Pancho: sort admin themes by info name as wellGábor Hojtsy2008-01-17
|
* #201641 by Ralf Stamm, Pancho: sort themes by their .info name, not their ↵Gábor Hojtsy2008-01-16
| | | | file name (just like modules)
* #190729 by aufumy, Pasqualle, slightly modified: report incompatibility ↵Gábor Hojtsy2008-01-15
| | | | early, if the dependencies key is not an array in the .info file
* #209584 by Rob Loach: 404/403 validation is also done in runtime so to allow ↵Gábor Hojtsy2008-01-15
| | | | more flexibility here, remove the submission time validation
* #201540 follow up by zoo33: move jpeg quality validation to where it ↵Gábor Hojtsy2008-01-15
| | | | belongs, so it is only called if the current image toolkit requires it
* #207868 by cwgordon7, webernet and myself: SQL status page was using wrong ↵Gábor Hojtsy2008-01-09
| | | | property names
* #207731 by Pancho: adding brackets to some default form values, for consistencyGábor Hojtsy2008-01-08
|
* #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocksGábor Hojtsy2008-01-08
|
* #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
|
* #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
|
* #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
* - Patch #203509 by pwolanin, chx, cwgordon7 et al: fixed menu inheritenace.Dries Buytaert2007-12-26
|
* #203274 by Pasqualle: remove excessive witespace from our code (minor)Gábor Hojtsy2007-12-22
|
* #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
|
* #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
* #197314 by vitezslav.smid (as GHOP 39): improve/add/update phpdoc in ↵Gábor Hojtsy2007-12-16
| | | | aggregator, comment and system modules
* #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
* #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'
* 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.
* #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functionsGábor Hojtsy2007-12-06
|
* security fixes forward ported from Drupal 5.2 - previously not committed ↵Gábor Hojtsy2007-12-05
| | | | parts of http://drupal.org/cvs?commit=74833
* #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
* - 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
|
* #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
* #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
* #192659 by quicksketch: center table headers for checkbox columns, where ↵Gábor Hojtsy2007-11-16
| | | | checkboxes are also centered
* #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
|
* #188911 by chx: hide toggle settings fieldset when a theme has 'no features'Gábor Hojtsy2007-11-04
|
* - 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
|
* - Modified version of patch #121820 by Caleb et al: add an option for page ↵Dries Buytaert2007-10-25
| | | | compression.
* #165140 by dww: rename logs to reports (usability improvement)Gábor Hojtsy2007-10-20
|
* #179655 by flobruit: properly disable theme setting checkboxes when certain ↵Gábor Hojtsy2007-10-18
| | | | features are not available
* #178973 by merlinofchaos: proper style and script inheritance between themes ↵Gábor Hojtsy2007-10-04
| | | | more then two levels deep in the hierarchy