summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* #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
* #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
* 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
|
* #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
|
* #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
|
* #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
* #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
* #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
* #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
|
* #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
* #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.
* #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
* #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
* #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
* #178999 follow up patch by sun: fix lots of code comment formatting and ↵Gábor Hojtsy2007-10-08
| | | | grammar errors in common.inc
* #104220 by ChrisKennedy: remove arbitrary half post max size restriction on ↵Gábor Hojtsy2007-10-08
| | | | maximum uploadable file size
* #177473 by chx, quicksketch, dvessel and merlinofchaos: make it possible for ↵Gábor Hojtsy2007-10-08
| | | | modules to add their own theme variable preprocess hooks and improve documentation on the different preprocess options
* - Patch #178999 by JohnAlbin, sun and sammys: fixed race condition with ↵Dries Buytaert2007-10-06
| | | | drupal_goto().
* - Patch #172636 by chx: fixed watchdog call.Dries Buytaert2007-10-06
|
* #163785 by Eaton, dvessel and quicksketch: theme .info files should be able ↵Gábor Hojtsy2007-10-05
| | | | to override core and module CSS files based on file basenames
* - Patch #181063 by chx: fixed problem with drupal_bootstrap() not booting to ↵Dries Buytaert2007-10-05
| | | | the proper level.
* - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵Dries Buytaert2007-10-05
| | | | .schema files into .install files to prevent mistakes.
* #170514 by pwolanin: block and page cache should be cleaned when a menu item ↵Gábor Hojtsy2007-10-05
| | | | is changed (saved, deleted) or the menu router is rebuilt
* #157752 by quicksketch: extend AHAH functionality to most types of form ↵Gábor Hojtsy2007-10-05
| | | | elements, without writing JavaScript. Also AHAH enable the blocks admin page.
* #180389 by merlinofchaos: add hook_theme_registry_alter() for devel module ↵Gábor Hojtsy2007-10-04
| | | | and friends to alter and get access to the theme registry
* #180877 by Arancaytar: drupal_write_record() was not prefixing tables ↵Gábor Hojtsy2007-10-04
| | | | properly because PHP string parsing behavior
* #178973 by merlinofchaos: proper style and script inheritance between themes ↵Gábor Hojtsy2007-10-04
| | | | more then two levels deep in the hierarchy
* #171461 by chx, ejhildreth and dvessel: empty tbody fails validationGábor Hojtsy2007-10-04
|
* - Patch #173486 by scor: fixed code style issues.Dries Buytaert2007-10-02
|
* - Patch #169982 by moshe, eaton, bjaspan, nedjo, yched, et al: missing ↵Dries Buytaert2007-10-02
| | | | feature from schema API: load/save records based upon schema.
* - Patch #144634 by chx: fixed critical bug that prevented language ↵Dries Buytaert2007-10-02
| | | | negotiation to work after/when drupal_goto() is called.