summaryrefslogtreecommitdiff
path: root/modules/system
Commit message (Collapse)AuthorAge
* #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
|
* security fixes forward ported from Drupal 5.2 - previously not committed ↵Gábor Hojtsy2007-12-05
| | | | parts of http://drupal.org/cvs?commit=74833
* #196410 report by daniel.soneira, patch by myself, tested by Freso: several ↵Gábor Hojtsy2007-12-05
| | | | fixes to url() generation and path aliasing, fixing path aliases for node paths and front page links in themes
* #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