summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #100570 by keith.smith: break long sentence into two and generally ↵Gábor Hojtsy2007-10-27
| | | | standardize on a common format in taxonomy help text when describing different use cases
* #100584 by keith.smith: simplify and standardize text used on user settings pageGábor Hojtsy2007-10-27
|
* #100580 by keith.smith: reword error reporting description to be more clearGábor Hojtsy2007-10-27
|
* #178818 by fajerstarter: disable the broken teaser splitter in Konqueror ↵Gábor Hojtsy2007-10-27
| | | | (jQuery support for Konqueror is quite sketchy)
* #175944 by kkaefer and Pasqualle: fix clean URL check to use a dedicated URL ↵Gábor Hojtsy2007-10-27
| | | | with proper JSON output so certain server setup problems are cured
* - Patch #89196 by John M: fixed quote issue.Dries Buytaert2007-10-25
|
* - Patch #122759 by Robrecht: fixed broken query in upgrade path.Dries Buytaert2007-10-25
|
* - Patch #186028 by chx: search_preprocess gets added to theme registry.Dries Buytaert2007-10-25
|
* - Patch #186554 by Jo Wouters: fixed undefined variable.Dries Buytaert2007-10-25
|
* - Modified version of patch #121820 by Caleb et al: add an option for page ↵Dries Buytaert2007-10-25
| | | | compression.
* - Patch #89196 by catch, keith, earnie, webchick et al: string massaging.Dries Buytaert2007-10-25
|
* - Patch #186004 by jvandyk: CHANGELOG.txt cleanups.Dries Buytaert2007-10-25
|
* #186480 by John Morahan: update chameleon_comment() to latest Drupal APIGábor Hojtsy2007-10-25
|
* #179276 by JirkaRybka: (regression) fix profile field sections to order ↵Gábor Hojtsy2007-10-25
| | | | properly by weight.
* #185867 by hunmonk: (usability) add node title to comment overview page for ↵Gábor Hojtsy2007-10-25
| | | | easier identification
* #172943 by drewish: fix file_save_upload() conformance to its API ↵Gábor Hojtsy2007-10-25
| | | | documentation by treating the 'dest' param as a directory. Also fixes #176876 so temporary files are properly stored in the temp directory.
* #177497 by chx and Desbeers: revive Drupal 5's menu_set_location() ↵Gábor Hojtsy2007-10-25
| | | | functionality by introducing menu_set_item() (for consistency in function naming), thus fixing a regression in the current development code. Also fixing some misuse of menu_set_location() by using drupal_set_breadcrumb() instead.
* #172583 by myself and keith.smith: help page for the PHP filter moduleGábor Hojtsy2007-10-24
|
* #40934 by catch and fajerstarter: remove admin search page as it was broken ↵Gábor Hojtsy2007-10-24
| | | | and the same as the usual search page anyway
* #177497 reverted - caused fatal problems with modules using menu_set_location()Gábor Hojtsy2007-10-24
|
* #111719 follow up patch by multiple contributors: ensure proper XHTML id ↵Gábor Hojtsy2007-10-24
| | | | attribute values for form elements
* #140377 by tostinni: provide a default weight to new profile fields, so they ↵Gábor Hojtsy2007-10-24
| | | | will not be saved with -5
* #177497 by chx: revive Drupal 5's menu_set_location() functionality by ↵Gábor Hojtsy2007-10-24
| | | | introducing menu_set_item() (for consistency in function naming), thus fixing a regression in the current development code
* #184722 by hazexp: only return a value from trigger_help() if there was a ↵Gábor Hojtsy2007-10-24
| | | | page which the function provides any help for
* #182675 by chx: fix caching bootstrap, so hook_boot() and the timer is ↵Gábor Hojtsy2007-10-24
| | | | called when required, integrating the cache init function right into the bootstrap
* #179519 by chx, webchick and Desbeers: fix blog/[uid] to only display posts ↵Gábor Hojtsy2007-10-24
| | | | for that user and also set proper title
* #156144 by lyricnz: do not show 'select all' checbox when there are no rows ↵Gábor Hojtsy2007-10-24
| | | | in the node admin table
* #184876 by dijnz, merlinofchaos and myself: non-phptemplate files were not ↵Gábor Hojtsy2007-10-23
| | | | discovered - implement proper extension chopping
* - Patch #180948 by quicksketch: automatically populate e-mail fields during ↵Dries Buytaert2007-10-22
| | | | install.
* - Patch #184867 by deekayen: better error messages.Dries Buytaert2007-10-22
|
* - Patch #184867 by deekayen: documentation improvement.Dries Buytaert2007-10-22
|
* #184694 by andremolnar: (regression) allow themes to override *_node_form ↵Gábor Hojtsy2007-10-22
| | | | forms by node type, not just generically
* #184954 by scor: fix reference to 'input formats' in the help textGábor Hojtsy2007-10-22
|
* #147492 by flobruit: make 'more' links themeableGábor Hojtsy2007-10-22
|
* #184198 by Eaton: move button title change in polls to the theme, so it does ↵Gábor Hojtsy2007-10-22
| | | | not interfere with the cached form
* #184867 by deekayen, catch and keith.smith: fix some spelling errors in our ↵Gábor Hojtsy2007-10-21
| | | | source code and messages printed
* #165140 by dww: rename logs to reports (usability improvement)Gábor Hojtsy2007-10-20
|
* #111719 follow up patch by chx: roll back form item ID patchGábor Hojtsy2007-10-20
|
* - Patch #111719 by dvessel et al: ensure clean form IDs.Dries Buytaert2007-10-19
|
* #125105 by Shiny and hwsong3i: fix installer pgsql connection parameters to ↵Gábor Hojtsy2007-10-19
| | | | work when password is not specified
* #183125 by openwereld and hswong3i: make drupal_write_record()'s insert work ↵Gábor Hojtsy2007-10-19
| | | | on PostgreSQL, by not using the autoincrement value in the insert at all (instead of using a NULL)
* #182645 by scor: clean up concatenations to be in line with core coding ↵Gábor Hojtsy2007-10-19
| | | | standards
* #184653 by scor: typo fix in system_chema()'s schema documentationGábor Hojtsy2007-10-19
|
* #180126 by mmoreno, drewish and scor: add realpath() call to ↵Gábor Hojtsy2007-10-18
| | | | file_save_data(), so Windows will create temporary files properly
* #184461 by bradlis7 and keith.smith: 'fix' OpenID help text to use American ↵Gábor Hojtsy2007-10-18
| | | | English spelling (as observed to be used in Drupal elsewhere)
* #179655 by flobruit: properly disable theme setting checkboxes when certain ↵Gábor Hojtsy2007-10-18
| | | | features are not available
* Back to being a 6.x development versionGábor Hojtsy2007-10-17
|
* Drupal 6.0-beta 2 release with all Drupal 5.3 security fixes appliedGábor Hojtsy2007-10-17
|
* #173188 follow up patch by chx: return mlid when a new menu link is addedGábor Hojtsy2007-10-17
|
* #184199 by quicksketch: proper weights for poll form fields, so the fields ↵Gábor Hojtsy2007-10-17
| | | | are not reordered