summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #204415 by Lynn, traxer, pwolanin: migrate node type URLs to a path model ↵Gábor Hojtsy2008-01-27
| | | | based on menu paths, so conflicts between action and node type names are not a problem
* #214579 by keith.smith: vocabulary drag and drop was not properly documented ↵Gábor Hojtsy2008-01-27
| | | | (string change)
* #200028 by agentrickard, dww: cache more project module data, so there is ↵Gábor Hojtsy2008-01-27
| | | | less burden on Drupal when generating admin pages (performance)
* #187075 by dvessel: do not compute a breadcrumb for the home page (regression)Gábor Hojtsy2008-01-27
|
* #214058 by catch, Arancaytar: forum form alter was mistakenly dropping the ↵Gábor Hojtsy2008-01-25
| | | | parent field in all taxonomy forms
* #213150 by Lynn: fix HTML validation problem with node term listingsGábor Hojtsy2008-01-25
|
* #205523 by assimonds: (minor) add missing CVS Id tagsGábor Hojtsy2008-01-25
|
* #214213 by keith.smith: fix broken link in INSTALL.txtGábor Hojtsy2008-01-25
|
* #209663 minor follow up by keith.smith: improve wording of module and theme ↵Gábor Hojtsy2008-01-25
| | | | readmes
* #209663 by Matt V., ScoutBaker, Arancaytar: document that the modules and ↵Gábor Hojtsy2008-01-25
| | | | themes folders are only for core modules and themes
* #212126 report by salvis, patch by myself: allow clearing of ↵Gábor Hojtsy2008-01-25
| | | | drupal_html_to_text() URL list, so it can be used multiple times on the page
* #194327 by dvessel, David_Rothstein, catch, theborg: IE form submission ↵Gábor Hojtsy2008-01-25
| | | | button correction was buggy
* #204411 by chx, slightly modified: heal a possible MySQL import error when ↵Gábor Hojtsy2008-01-25
| | | | the anonymous user becomes broken
* #205067 by asimmonds: kill notice in install.php when the profile is not yet setGábor Hojtsy2008-01-25
|
* #212921 by fgm: remove unused reference on update_process_info_list() ↵Gábor Hojtsy2008-01-25
| | | | parameter list, which causes strict warnings in PHP 5
* #211742 by theborg, chx: detect and solve the problem when blocks are ↵Gábor Hojtsy2008-01-25
| | | | assigned to invalid regions (happens in theme development)
* #213319 by add1sun: minor code documentation fix at template_preprocess_block()Gábor Hojtsy2008-01-24
|
* #107375 follow up by zeta-zoo: fixed incorrect description for MySQL's ↵Gábor Hojtsy2008-01-24
| | | | 'Select_range_check'
* #204411 by catch: elevate MySQL requirements to 4.1.1 (the first production ↵Gábor Hojtsy2008-01-24
| | | | MySQL 4.1.x was 4.1.5 anyway)
* Three remaining instances of t() use in system module update code removed.Gábor Hojtsy2008-01-24
|
* #208768 by dvessel, Arancaytar: language direction should be in the HTML ↵Gábor Hojtsy2008-01-24
| | | | source, so it is more accessible even without CSS
* #194494 by Jax, slightly expanded: unify empty password handling is MySQL ↵Gábor Hojtsy2008-01-23
| | | | and MySQLi installer and runtime drivers
* #213064 by dvessel: fix sticky table headers bug when resizingGábor Hojtsy2008-01-23
|
* #213172 by skiquel: let color module run properly without a base imageGábor Hojtsy2008-01-23
|
* Outdated use of watchdog() noticed while creating translation templatesGábor Hojtsy2008-01-22
|
* #212409 by theborg: avoid calling check_plain() twice on menu linksGábor Hojtsy2008-01-22
|
* #212813 by dww: link project status information to the admin/reports/updates ↵Gábor Hojtsy2008-01-22
| | | | page (usability)
* #119038 by ximo, Pancho: user role editing usability: include disabled ↵Gábor Hojtsy2008-01-22
| | | | checkbox for authenticated role
* #211053 by momendo: poll submission and editing field columns fixedGábor Hojtsy2008-01-22
|
* #211403 by dww: Removed fallback code for determining the project based on ↵Gábor Hojtsy2008-01-22
| | | | the directory.
* #206778 follow up by dvessel: better filtering for subtheme filesGábor Hojtsy2008-01-21
|
* #210335 by keith.smith: highly confusing example in trigger module help, use ↵Gábor Hojtsy2008-01-21
| | | | a better one instead
* #209409 by Heine, webernet, dww: more accurate register globals value checkingGábor Hojtsy2008-01-21
|
* #212050 by keith.smith: JS compression was removed, but not from the changelogGábor Hojtsy2008-01-21
|
* #211876 by hass: typo in profile module docsGábor Hojtsy2008-01-21
|
* #195283 by pwolanin: code documentation for the 'forms' function groupGábor Hojtsy2008-01-21
|
* #211404 by dvessel: improve tableheader.js performance in all browsers, ↵Gábor Hojtsy2008-01-21
| | | | solves freeze in IE7
* #212285 by wrwrwr: hr should be treated as a block level tagGábor Hojtsy2008-01-21
|
* #208602 follow up by myself and webernet: invert conditional to properly ↵Gábor Hojtsy2008-01-21
| | | | update schema versions, when needed
* #208498 by pwolanin: remove pager from menu admin page (for big menus, you ↵Gábor Hojtsy2008-01-21
| | | | will need to use a contrib module)
* #210479 by catch, dvessel: add newlines to list items, so inline display and ↵Gábor Hojtsy2008-01-21
| | | | RTL issues are resolved
* #211353 follow up by JirkaRybka: ensure that on upgrades, if the ↵Gábor Hojtsy2008-01-21
| | | | file_directory_path was not set, set it to the Drupal 5 default
* #211359 by chx: make dead menu items disappear on a Drupal 6 upgradeGábor Hojtsy2008-01-20
|
* #211067 by webchick: blogapi_mt_get_post_categories() not using ↵Gábor Hojtsy2008-01-18
| | | | taxonomy_node_get_terms() properly
* #210936 by Pancho: some padding around taxonomy descriptions on taxonomy ↵Gábor Hojtsy2008-01-18
| | | | pages, so that they get more breathing space
* #200210 by gaele: more accessible color contrast in Garland error messagesGábor Hojtsy2008-01-18
|
* #211443 by dropcube: kill a feed warning on taxonomy pagesGábor Hojtsy2008-01-18
|
* #211322 follow up by catch: forums also support drag and drop, mention in ↵Gábor Hojtsy2008-01-17
| | | | changelog
* #211322 by keith.smith: drag and drop documentation for input formats was ↵Gábor Hojtsy2008-01-17
| | | | missing, damn
* #208602 by KarenS: add support for aborting all updates of one module, when ↵Gábor Hojtsy2008-01-17
| | | | a critical error happens