Dries Buytaert
1cf05b0019
- Patch #89196 by catch, keith, earnie, webchick et al: string massaging.
2007-10-25 15:32:56 +00:00
Gábor Hojtsy
13f9882979
#179276 by JirkaRybka: (regression) fix profile field sections to order properly by weight.
2007-10-25 10:30:40 +00:00
Gábor Hojtsy
b72600ccb0
#172943 by drewish: fix file_save_upload() conformance to its API documentation by treating the 'dest' param as a directory. Also fixes #176876 so temporary files are properly stored in the temp directory.
2007-10-25 09:05:45 +00:00
Gábor Hojtsy
4e187261ab
#177497 by chx and Desbeers: revive Drupal 5's menu_set_location() 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.
2007-10-25 08:24:43 +00:00
Gábor Hojtsy
900fc4025f
#177497 reverted - caused fatal problems with modules using menu_set_location()
2007-10-24 14:16:33 +00:00
Gábor Hojtsy
bad3e24164
#111719 follow up patch by multiple contributors: ensure proper XHTML id attribute values for form elements
2007-10-24 13:35:26 +00:00
Gábor Hojtsy
5e48ed60e7
#177497 by chx: revive Drupal 5's menu_set_location() functionality by introducing menu_set_item() (for consistency in function naming), thus fixing a regression in the current development code
2007-10-24 11:59:34 +00:00
Gábor Hojtsy
7e963c13ff
#182675 by chx: fix caching bootstrap, so hook_boot() and the timer is called when required, integrating the cache init function right into the bootstrap
2007-10-24 11:30:39 +00:00
Gábor Hojtsy
bb9bae4d97
#184876 by dijnz, merlinofchaos and myself: non-phptemplate files were not discovered - implement proper extension chopping
2007-10-23 09:42:09 +00:00
Dries Buytaert
923abc794c
- Patch #184867 by deekayen: better error messages.
2007-10-22 15:22:39 +00:00
Gábor Hojtsy
8cd97cdd7d
#147492 by flobruit: make 'more' links themeable
2007-10-22 09:36:05 +00:00
Gábor Hojtsy
b94f2716cf
#184867 by deekayen, catch and keith.smith: fix some spelling errors in our source code and messages printed
2007-10-21 18:59:02 +00:00
Gábor Hojtsy
7c31bcdeac
#165140 by dww: rename logs to reports (usability improvement)
2007-10-20 21:57:50 +00:00
Gábor Hojtsy
6dcfce0127
#111719 follow up patch by chx: roll back form item ID patch
2007-10-20 10:49:55 +00:00
Dries Buytaert
8d526b10e5
- Patch #111719 by dvessel et al: ensure clean form IDs.
2007-10-19 16:59:28 +00:00
Gábor Hojtsy
3742d7428e
#125105 by Shiny and hwsong3i: fix installer pgsql connection parameters to work when password is not specified
2007-10-19 15:02:15 +00:00
Gábor Hojtsy
98bc18adcd
#183125 by openwereld and hswong3i: make drupal_write_record()'s insert work on PostgreSQL, by not using the autoincrement value in the insert at all (instead of using a NULL)
2007-10-19 10:30:54 +00:00
Gábor Hojtsy
b64adf07c8
#182645 by scor: clean up concatenations to be in line with core coding standards
2007-10-19 10:19:03 +00:00
Gábor Hojtsy
5bf30f6811
#180126 by mmoreno, drewish and scor: add realpath() call to file_save_data(), so Windows will create temporary files properly
2007-10-18 15:33:00 +00:00
Gábor Hojtsy
19b2687ac0
Back to being a 6.x development version
2007-10-17 21:59:31 +00:00
Gábor Hojtsy
a3f3cb346b
Drupal 6.0-beta 2 release with all Drupal 5.3 security fixes applied
2007-10-17 21:47:14 +00:00
Gábor Hojtsy
988d4f505a
#173188 follow up patch by chx: return mlid when a new menu link is added
2007-10-17 19:42:02 +00:00
Gábor Hojtsy
e95c8d5b08
#184022 bx chx and merlinofchaos with documentation improvements from me: %index and %map menu path placeholders for Views module to be able to use the new menu system
2007-10-17 14:46:34 +00:00
Dries Buytaert
f75cec459e
- Patch #180468 by hass: fixed notice on IIS.
2007-10-17 13:03:03 +00:00
Gábor Hojtsy
8be58d6e6c
#178478 by scor: typo in text displyed when the DB is installed but not accessible
2007-10-17 12:47:28 +00:00
Dries Buytaert
a745b0f68b
- Patch #155870 by quicksketch et al: AHAH-ification of the poll module.
2007-10-17 12:34:16 +00:00
Dries Buytaert
6f731d920a
- Patch #183965 by alpritt: corrected PHPdoc.
2007-10-17 12:11:30 +00:00
Gábor Hojtsy
8a9ba77275
#183690 by Wim Leers: (developer improvement) abstract path matching to drupal_match_path() from block listing, so this gets reusable when path based matching is required
2007-10-16 14:10:33 +00:00
Gábor Hojtsy
8a10f3ea22
#181328 : pass on whole form to #process functions to enable advanced form handling (such as required by some CCK widgets)
2007-10-16 14:06:23 +00:00
Gábor Hojtsy
79641f5312
#173188 by chx: update aggregator menu items when an aggregator category is changed
2007-10-16 13:48:11 +00:00
Gábor Hojtsy
385c2afac1
#182178 by bragon: cols is a required attribute on textarea
2007-10-15 21:19:00 +00:00
Gábor Hojtsy
3a8f208b7a
#183056 by JirkaRybka: improve locale cache handling performance
...
- always prune the whole cache as string additions affect all languages
- rebuild the language caches as needed, distributing this load among page requests
2007-10-15 19:51:06 +00:00
Gábor Hojtsy
1e8ddda9b7
#169079 by yched: improve consistency of menu API and batch API by allowing 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
2007-10-15 15:18:39 +00:00
Gábor Hojtsy
19322c375b
Four watchdog() calls which still used t(), identified by myself after implementing extraction code for Drupal 6 at #182765
2007-10-15 14:52:18 +00:00
Gábor Hojtsy
7d8c8d72f1
#175117 follow up patch by moshe weitzman: sanitize user name, remove t() because it might not be availabla and comment what is happening
2007-10-12 14:51:23 +00:00
Dries Buytaert
47095ffb3c
- Patch #182728 by Darren Oh: improved PHPdoc of db_rewrite_sql().
2007-10-12 14:19:44 +00:00
Dries Buytaert
b274bf87f3
- Patch #182950 : fieldset massaging for usability.
2007-10-12 14:10:18 +00:00
Gábor Hojtsy
fc599a7415
#175117 by kbahey: developer improvement: include caller function name and user name in SQL queries for the query log when debug mode is turned on, so debugging gets easier
2007-10-11 16:22:45 +00:00
Gábor Hojtsy
ba3c558f0d
#182410 by greggles: HTTP Basic authentication username and password was parsed in drupal_http_request() but then not used in the request
2007-10-11 09:47:23 +00:00
Gábor Hojtsy
3fb218cb7e
#182310 by chx: remove #DANGEROUS_SKIP_CHECK, as with the AHAH functionality 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.
2007-10-11 09:22:39 +00:00
Gábor Hojtsy
212c0484b9
#181741 by quicksketch: fix AHAH throbber/progress bar issues and generalize progress display configuration to allow module developers to choose from the throbber and progress bar
2007-10-10 10:24:25 +00:00
Gábor Hojtsy
2a19a5c3e1
#180588 by merlinofchaos: run tabs through theme('menu_item_link') compared to just l() directly, so they can be properly themed
2007-10-08 18:49:03 +00:00
Gábor Hojtsy
8ac45b1a75
#181564 follow up patch by webernet: fix a notice introduced by the earlier patch committed
2007-10-08 15:01:05 +00:00
Gábor Hojtsy
4f4d08c23d
#181564 by Crell: add first and last CSS classes to menu tree lists and themed item lists for themers to use
2007-10-08 14:15:09 +00:00
Gábor Hojtsy
2fcaa6a91a
#178999 follow up patch by sun: fix lots of code comment formatting and grammar errors in common.inc
2007-10-08 14:08:19 +00:00
Gábor Hojtsy
194a7977f3
#104220 by ChrisKennedy: remove arbitrary half post max size restriction on maximum uploadable file size
2007-10-08 13:13:13 +00:00
Gábor Hojtsy
81fc35b381
#177473 by chx, quicksketch, dvessel and merlinofchaos: make it possible for modules to add their own theme variable preprocess hooks and improve documentation on the different preprocess options
2007-10-08 07:47:08 +00:00
Dries Buytaert
eaf4dd39c2
- Patch #178999 by JohnAlbin, sun and sammys: fixed race condition with drupal_goto().
2007-10-06 15:30:41 +00:00
Dries Buytaert
bb5e71d4ee
- Patch #172636 by chx: fixed watchdog call.
2007-10-06 15:23:18 +00:00
Gábor Hojtsy
74a431e79a
#163785 by Eaton, dvessel and quicksketch: theme .info files should be able to override core and module CSS files based on file basenames
2007-10-05 14:50:25 +00:00