summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - 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
* #203660 by keith.smith: missing 'a' tag name in 'a href='Gábor Hojtsy2007-12-25
|
* #173656 by qucksketch: fix upload form ordering and delete buttons on ↵Gábor Hojtsy2007-12-24
| | | | preview, among smaller issues
* #203316 by douggreen: schema docs for the search_node_links tableGábor Hojtsy2007-12-24
|
* #203482 by Desbeers: block module HTML typo in help (outside t())Gábor Hojtsy2007-12-24
|
* #154517 follow up by Desbeers: path_form_alter() was not path alias language ↵Gábor Hojtsy2007-12-23
| | | | aware
* #194946 by dmitrig01, Pasqualle: christmas cleanup (some code style issues ↵Gábor Hojtsy2007-12-23
| | | | fixed)
* #203274 by Pasqualle: remove excessive witespace from our code (minor)Gábor Hojtsy2007-12-22
|
* #181195 by hunmonk and Pasqualle: node type related variables were not ↵Gábor Hojtsy2007-12-22
| | | | properly renamed, when node type names changed
* #202967 by catch: kill notice on forum pageGábor Hojtsy2007-12-22
|
* #202997 by JirkaRybka: more specific CSS selector for draggable linksGábor Hojtsy2007-12-22
|
* #194579 patch by pwolanin: clear filter cache when allowed HTML tags ↵Gábor Hojtsy2007-12-21
| | | | configuration changes in an input format
* #202895 by cwgordon7, theborg: fix node revision view page load argumnetsGábor Hojtsy2007-12-21
|
* #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
|
* #201055 by JirkaRybka, scor: avoid duplicates in stats when page caching is ↵Gábor Hojtsy2007-12-20
| | | | turned on or node title is modified
* #172993 by drewish, Lynn: remove old user picture even when the newly ↵Gábor Hojtsy2007-12-20
| | | | uploaded one uses a different format
* #194351 by David Strauss, JirkaRybka: (performance) pass on cache id ↵Gábor Hojtsy2007-12-20
| | | | information to filters
* #201479 by chx, ximo: forum module requires taxonomy for uninstall but ↵Gábor Hojtsy2007-12-20
| | | | taxonomy might be disabled at that time, so we need to include it
* #186546 by bjaspan: fix missing forum vocabulary when people turned on forum ↵Gábor Hojtsy2007-12-20
| | | | module, but never visited any pages in Drupal 5 and they upgrade to Drupal 6 which does this much better
* #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
|
* #201536 by chx: centralizing permission checking code in node revision ↵Gábor Hojtsy2007-12-20
| | | | handling, removing lots of duplicate code
* #164510 by yched, KarenS: move node batch operations to node.admin.inc for ↵Gábor Hojtsy2007-12-20
| | | | performance and fix a buggy message
* #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.
* #162788 by dww: allow contrib update_status to provide information on ↵Gábor Hojtsy2007-12-20
| | | | disabled modules and themes too
* #169987 by Pancho, catch: the missing forum edit permission for consistencyGábor Hojtsy2007-12-20
|
* #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
|
* #202473 by keith.smith: pre-RC1 spell checking on hopefully final textGábor Hojtsy2007-12-19
|
* #189879 by keith.smith: filter module help text cleanup, better for ↵Gábor Hojtsy2007-12-19
| | | | translators with more concentrated explanations
* #189878 by O Govinda, keith.smith: comment module help updates, removing ↵Gábor Hojtsy2007-12-19
| | | | help on features which are not there, and adding help on Drupal 6's new per content type comment settings
* #202425 by keith.smith: standardize reference to block placement page as ↵Gábor Hojtsy2007-12-19
| | | | 'blocks administration page' to avoid any confusion
* #192779 follow up by Lynn: only show enabled themes on block admin page ↵Gábor Hojtsy2007-12-19
| | | | *and* the admin theme (which might not be enabled)
* #202397 by keith.smith: document profile module drag and drop in help text ↵Gábor Hojtsy2007-12-19
| | | | and add info on how categories come to life / can be edited
* #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
* #100577 by O Govinda, keith.smith, catch: improve contact module help, more ↵Gábor Hojtsy2007-12-19
| | | | links to where settings are located
* #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
* One remaining button titled 'Submit' which slipped through the taxonomy drag ↵Gábor Hojtsy2007-12-19
| | | | and drop patch
* #201540 by theborg, douggreen, Pancho: some system setting were not ↵Gábor Hojtsy2007-12-19
| | | | validated properly; also added missing required field markers
* #103041 by O Govinda, gaele and keith.smith: reworked node help, removing ↵Gábor Hojtsy2007-12-19
| | | | mention of UI elements we don't have, and linking in other features, we do have; also easier on the translators with text broken up into shorter parts
* #202026 by marco.robotangel, keith.smith: avoid tech language in connection ↵Gábor Hojtsy2007-12-19
| | | | to feeds
* #201333 by keith.smith and myself: fix typos in taxonomy form, also fix a ↵Gábor Hojtsy2007-12-19
| | | | few code comments
* #201344 by catch: fix a spelling error in taxonomy moduleGábor Hojtsy2007-12-19
|
* #189881 by keith.smith: document drag and drop in menus and clean up some ↵Gábor Hojtsy2007-12-19
| | | | more help text
* #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