Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #84754: fix 404 and 403 error pages if the path set for these error pages ↵ | Gábor Hojtsy | 2007-11-12 |
| | | | | does not exist | ||
* | #191104 by keith.smith: (usability) change occurances of node to 'post' and ↵ | Gábor Hojtsy | 2007-11-12 |
| | | | | 'content' as appropriate | ||
* | #191306 by xmacinfo, slightly modified: use standard reload link on all ↵ | Gábor Hojtsy | 2007-11-11 |
| | | | | error pages | ||
* | #190283 by myself and JirkaRbyka: use get_t() in pre-database setup code, ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-11-09 |
| | | | | vulnerabilities | ||
* | - Patch #168829 by Neil Drumm: fixed link in documentation. | Dries Buytaert | 2007-11-09 |
| | |||
* | #78487 by FredCK, forngren and bjaspan: document <front> support in url() ↵ | Gábor Hojtsy | 2007-11-04 |
| | | | | and l() and proper active class support for <front> | ||
* | #189205 by webernet: fix missing quite in theme.inc code documentation | Gábor Hojtsy | 2007-11-04 |
| | |||
* | #133435 by jpetso: fix arg() phpdoc to document that NULL is returned when ↵ | Gábor Hojtsy | 2007-11-04 |
| | | | | an argument is not found | ||
* | #173664 by fractile81: fix order of precedence in file_scan_directory(), so ↵ | Gábor Hojtsy | 2007-11-04 |
| | | | | subtheme files will really override parent theme files | ||
* | #186963 by JirkaRybka: remove HTML from link titles (attribute values) if it ↵ | Gábor Hojtsy | 2007-11-04 |
| | | | | seems we have tags included | ||
* | - Patch #172097 by Eaton: improved PHPdoc of form API. | Dries Buytaert | 2007-10-31 |
| | |||
* | - Modified version of patch #121820 by Caleb et al: add an option for page ↵ | Dries Buytaert | 2007-10-25 |
| | | | | compression. | ||
* | - Patch #89196 by catch, keith, earnie, webchick et al: string massaging. | Dries Buytaert | 2007-10-25 |
| | |||
* | #179276 by JirkaRybka: (regression) fix profile field sections to order ↵ | Gábor Hojtsy | 2007-10-25 |
| | | | | properly by weight. | ||
* | #172943 by drewish: fix file_save_upload() conformance to its API ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-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 Hojtsy | 2007-10-24 |
| | |||
* | #111719 follow up patch by multiple contributors: ensure proper XHTML id ↵ | Gábor Hojtsy | 2007-10-24 |
| | | | | attribute values for form elements | ||
* | #177497 by chx: revive Drupal 5's menu_set_location() functionality by ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-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 Hojtsy | 2007-10-23 |
| | | | | discovered - implement proper extension chopping | ||
* | - Patch #184867 by deekayen: better error messages. | Dries Buytaert | 2007-10-22 |
| | |||
* | #147492 by flobruit: make 'more' links themeable | Gábor Hojtsy | 2007-10-22 |
| | |||
* | #184867 by deekayen, catch and keith.smith: fix some spelling errors in our ↵ | Gábor Hojtsy | 2007-10-21 |
| | | | | source code and messages printed | ||
* | #165140 by dww: rename logs to reports (usability improvement) | Gábor Hojtsy | 2007-10-20 |
| | |||
* | #111719 follow up patch by chx: roll back form item ID patch | Gábor Hojtsy | 2007-10-20 |
| | |||
* | - Patch #111719 by dvessel et al: ensure clean form IDs. | Dries Buytaert | 2007-10-19 |
| | |||
* | #125105 by Shiny and hwsong3i: fix installer pgsql connection parameters to ↵ | Gábor Hojtsy | 2007-10-19 |
| | | | | work when password is not specified | ||
* | #183125 by openwereld and hswong3i: make drupal_write_record()'s insert work ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-10-19 |
| | | | | standards | ||
* | #180126 by mmoreno, drewish and scor: add realpath() call to ↵ | Gábor Hojtsy | 2007-10-18 |
| | | | | file_save_data(), so Windows will create temporary files properly | ||
* | Back to being a 6.x development version | Gábor Hojtsy | 2007-10-17 |
| | |||
* | Drupal 6.0-beta 2 release with all Drupal 5.3 security fixes applied | Gábor Hojtsy | 2007-10-17 |
| | |||
* | #173188 follow up patch by chx: return mlid when a new menu link is added | Gábor Hojtsy | 2007-10-17 |
| | |||
* | #184022 bx chx and merlinofchaos with documentation improvements from me: ↵ | Gábor Hojtsy | 2007-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 Buytaert | 2007-10-17 |
| | |||
* | #178478 by scor: typo in text displyed when the DB is installed but not ↵ | Gábor Hojtsy | 2007-10-17 |
| | | | | accessible | ||
* | - Patch #155870 by quicksketch et al: AHAH-ification of the poll module. | Dries Buytaert | 2007-10-17 |
| | |||
* | - Patch #183965 by alpritt: corrected PHPdoc. | Dries Buytaert | 2007-10-17 |
| | |||
* | #183690 by Wim Leers: (developer improvement) abstract path matching to ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-10-16 |
| | | | | handling (such as required by some CCK widgets) | ||
* | #173188 by chx: update aggregator menu items when an aggregator category is ↵ | Gábor Hojtsy | 2007-10-16 |
| | | | | changed | ||
* | #182178 by bragon: cols is a required attribute on textarea | Gábor Hojtsy | 2007-10-15 |
| | |||
* | #183056 by JirkaRybka: improve locale cache handling performance | Gábor Hojtsy | 2007-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 Hojtsy | 2007-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 Hojtsy | 2007-10-15 |
| | | | | implementing extraction code for Drupal 6 at #182765 | ||
* | #175117 follow up patch by moshe weitzman: sanitize user name, remove t() ↵ | Gábor Hojtsy | 2007-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 Buytaert | 2007-10-12 |
| | |||
* | - Patch #182950: fieldset massaging for usability. | Dries Buytaert | 2007-10-12 |
| |