summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* #193580 by chx: given recent improvements, Drupal does not require CREATE ↵Gábor Hojtsy2007-11-19
| | | | TEMPORARY TABLE and LOCK TABLES permissions, so do not check on install and do not advise people giving these rights
* #193191 by chx: allow form elements to enable form caching - allows custom ↵Gábor Hojtsy2007-11-19
| | | | form elements to leverage the AHAH framework
* #190283 by JirkaRybka and myself: fix installer localization and form handlingGábor Hojtsy2007-11-19
| | | | | | | - use a two pass localization process so localization is ready for the configure form and profile tasks - fix awkward form API workarounds which were introduced before we used a full bootstrap anyway - allow for more usable localized profiles by letting them skip language selection - lots of documentation improvements to profiles and the installer functions
* #193274 by dmitrig01 and quicksketch: send submit button data with AHAH ↵Gábor Hojtsy2007-11-19
| | | | submissions
* - Patch #179143 by Gabor, JirkaRybka, chx, ChrisKennedy, et al: do not fire ↵Dries Buytaert2007-11-16
| | | | bootstrap hooks during update.
* #190899 by bjaspan: (regression) return the queries performed in ↵Gábor Hojtsy2007-11-16
| | | | drupal_install_schema() and drupal_uninstall_schema(), so module install hooks can report on creation of tables, or failures, as it was in Drupal 5
* - Patch #181066 by quicksketch et al: drag and drop of table rows on the ↵Dries Buytaert2007-11-14
| | | | block adminsitration page.
* - Patch #146466 by douggreen, Steven et al: Remove temporary table usage ↵Dries Buytaert2007-11-13
| | | | from search module
* - Patch #191116 by david: make drupal_urlencode() rfc 1738 compliant to make ↵Dries Buytaert2007-11-13
| | | | it work correctly with spaces.
* #84754: fix 404 and 403 error pages if the path set for these error pages ↵Gábor Hojtsy2007-11-12
| | | | does not exist
* #191104 by keith.smith: (usability) change occurances of node to 'post' and ↵Gábor Hojtsy2007-11-12
| | | | 'content' as appropriate
* #191306 by xmacinfo, slightly modified: use standard reload link on all ↵Gábor Hojtsy2007-11-11
| | | | error pages
* #190283 by myself and JirkaRbyka: use get_t() in pre-database setup code, ↵Gábor Hojtsy2007-11-11
| | | | add missing javascript key to language objects (kills notices) and document st() better
* #178608 by chx: convert menu overview page to a form to overcome any CSRF ↵Gábor Hojtsy2007-11-09
| | | | vulnerabilities
* - Patch #168829 by Neil Drumm: fixed link in documentation.Dries Buytaert2007-11-09
|
* #78487 by FredCK, forngren and bjaspan: document <front> support in url() ↵Gábor Hojtsy2007-11-04
| | | | and l() and proper active class support for <front>
* #189205 by webernet: fix missing quite in theme.inc code documentationGábor Hojtsy2007-11-04
|
* #133435 by jpetso: fix arg() phpdoc to document that NULL is returned when ↵Gábor Hojtsy2007-11-04
| | | | an argument is not found
* #173664 by fractile81: fix order of precedence in file_scan_directory(), so ↵Gábor Hojtsy2007-11-04
| | | | subtheme files will really override parent theme files
* #186963 by JirkaRybka: remove HTML from link titles (attribute values) if it ↵Gábor Hojtsy2007-11-04
| | | | seems we have tags included
* - Patch #172097 by Eaton: improved PHPdoc of form API.Dries Buytaert2007-10-31
|
* - 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
|
* #179276 by JirkaRybka: (regression) fix profile field sections to order ↵Gábor Hojtsy2007-10-25
| | | | properly by weight.
* #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.
* #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
* #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
* #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
* #184876 by dijnz, merlinofchaos and myself: non-phptemplate files were not ↵Gábor Hojtsy2007-10-23
| | | | discovered - implement proper extension chopping
* - Patch #184867 by deekayen: better error messages.Dries Buytaert2007-10-22
|
* #147492 by flobruit: make 'more' links themeableGábor Hojtsy2007-10-22
|
* #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