summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #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
* #183332 by Eaton, JirkaRybka, catch and greggles: add Powered by Drupal blockGábor Hojtsy2007-10-17
|
* #184022 bx chx and merlinofchaos with documentation improvements from me: ↵Gábor Hojtsy2007-10-17
| | | | %index and %map menu path placeholders for Views module to be able to use the new menu system
* - Patch #180468 by hass: fixed notice on IIS.Dries Buytaert2007-10-17
|
* - Patch #172582 by webchick, gabor, eaton, kentbyte, tresler, alpritt et al: ↵Dries Buytaert2007-10-17
| | | | improved the OpenID help texts.
* #178478 by scor: typo in text displyed when the DB is installed but not ↵Gábor Hojtsy2007-10-17
| | | | accessible
* - Patch #155870 by quicksketch et al: AHAH-ification of the poll module.Dries Buytaert2007-10-17
|
* - Patch #183965 by alpritt: corrected PHPdoc.Dries Buytaert2007-10-17
|
* #55277 by catch and JirkaRybka: when flat comment view is used, order ↵Gábor Hojtsy2007-10-16
| | | | comments by cid (ie. original submission order) instead of timestamp (ie. last editing time order) to avoid comments jumping around when being edited
* #183690 by Wim Leers: (developer improvement) abstract path matching to ↵Gábor Hojtsy2007-10-16
| | | | drupal_match_path() from block listing, so this gets reusable when path based matching is required
* #181328: pass on whole form to #process functions to enable advanced form ↵Gábor Hojtsy2007-10-16
| | | | handling (such as required by some CCK widgets)
* #173188 by chx: update aggregator menu items when an aggregator category is ↵Gábor Hojtsy2007-10-16
| | | | changed
* basic code simplifications in the installer, uncovered at #178581Gábor Hojtsy2007-10-16
|
* #181577 by Crell: split up translation moduleGábor Hojtsy2007-10-16
|
* #182178 by bragon: cols is a required attribute on textareaGábor Hojtsy2007-10-15
|
* #183056 by JirkaRybka: improve locale cache handling performanceGábor Hojtsy2007-10-15
| | | | | - always prune the whole cache as string additions affect all languages - rebuild the language caches as needed, distributing this load among page requests
* #181125 by quicksketch and dmitrig01: AHAH usability improvements for book ↵Gábor Hojtsy2007-10-15
| | | | | | | module - book outline form reordering in real-time - better context sensitive book parent editing
* #183390 by hunmonk: forms should use form_state['redirect'] for redirection, ↵Gábor Hojtsy2007-10-15
| | | | not drupal_goto() - fix this in comment_admin_overview_submit()
* #169079 by yched: improve consistency of menu API and batch API by allowing ↵Gábor Hojtsy2007-10-15
| | | | | | | batch definition in non .module files, which opens the possibility of better performing batches (which are likely to reside in .admin.inc files generally) - apply this change in locale.module - improve batch API code documentation
* Four watchdog() calls which still used t(), identified by myself after ↵Gábor Hojtsy2007-10-15
| | | | implementing extraction code for Drupal 6 at #182765
* #183357 by Freso: hide administration pages links on module help pages if ↵Gábor Hojtsy2007-10-15
| | | | there are no admin links for the module
* #156886 by edgauthier: fix OpenID delegationGábor Hojtsy2007-10-15
|
* #175117 follow up patch by moshe weitzman: sanitize user name, remove t() ↵Gábor Hojtsy2007-10-12
| | | | because it might not be availabla and comment what is happening
* - Patch #182728 by Darren Oh: improved PHPdoc of db_rewrite_sql().Dries Buytaert2007-10-12
|
* - Patch #182950: fieldset massaging for usability.Dries Buytaert2007-10-12
|
* #181088 by fajerstarter, catch and JirkaRybka: rename 'access control' to ↵Gábor Hojtsy2007-10-12
| | | | 'permissions' for usability reasons
* #182799 by Moshe Weitzman: form_state['values']['form_build_id'] should not ↵Gábor Hojtsy2007-10-12
| | | | be saved as a system setting when a setting form is submitted
* #72487 by chx, pwolanin and moshe weitzman: let node_access() work on ↵Gábor Hojtsy2007-10-11
| | | | arbitrary users, so independent user access checks can be done in a request
* #175117 by kbahey: developer improvement: include caller function name and ↵Gábor Hojtsy2007-10-11
| | | | user name in SQL queries for the query log when debug mode is turned on, so debugging gets easier
* #172588 follow up note by Freso, patch by me: concatenation coding style ↵Gábor Hojtsy2007-10-11
| | | | fixes at end of lines in color module help
* #180897 by sun and dvessel: fix various XHTML validity issues in Drupal by ↵Gábor Hojtsy2007-10-11
| | | | closing unclosed tags, avoiding empty table containers, and so on
* #182410 by greggles: HTTP Basic authentication username and password was ↵Gábor Hojtsy2007-10-11
| | | | parsed in drupal_http_request() but then not used in the request
* #182310 by chx: remove #DANGEROUS_SKIP_CHECK, as with the AHAH functionality ↵Gábor Hojtsy2007-10-11
| | | | now we have safer methods to add things in the cached form for validation, so we don't need this security hole possibility kept anymore.
* #164983 by multiple contributors: document the core database schemasGábor Hojtsy2007-10-10
|
* #172588 by Tresler, Freso and webernet: add missing help page for color moduleGábor Hojtsy2007-10-10
|
* #178768 follow up patch by myself: now that we know Drupal module is moved ↵Gábor Hojtsy2007-10-10
| | | | to site_network, we can document is in the changelog
* #181741 by quicksketch: fix AHAH throbber/progress bar issues and generalize ↵Gábor Hojtsy2007-10-10
| | | | progress display configuration to allow module developers to choose from the throbber and progress bar
* #181758 by webernet: move cache_block creation to ↵Gábor Hojtsy2007-10-09
| | | | update_fix_d6_requirements() to avoid warnings about the nonexistent table through the update process
* #180588 by merlinofchaos: run tabs through theme('menu_item_link') compared ↵Gábor Hojtsy2007-10-08
| | | | to just l() directly, so they can be properly themed
* #181564 follow up patch by webernet: fix a notice introduced by the earlier ↵Gábor Hojtsy2007-10-08
| | | | patch committed
* #63990 by several people: fix comment submission on nodes where a form is ↵Gábor Hojtsy2007-10-08
| | | | displayed
* #181564 by Crell: add first and last CSS classes to menu tree lists and ↵Gábor Hojtsy2007-10-08
| | | | themed item lists for themers to use