Neil Drumm
f63e56caf1
Drupal 5.22
2010-03-04 00:16:02 +00:00
Neil Drumm
404fcf299f
- Patch #578470 by jbrauer, Gabor, Dries: XML-RPC error handling was incomplete.
2009-09-16 17:29:09 +00:00
Neil Drumm
ea596730c3
#109513 backport by Freso. Create temporary mysql tables in memory.
2009-07-10 06:09:38 +00:00
Neil Drumm
77af453968
#472160 by chx and Heine. Deny D6-style access elements.
2009-07-10 05:56:51 +00:00
Neil Drumm
ca90577d76
Backport of #227228 by andypost, et al. Per-table cache_flush variables to avoid not flushing all but the first table when multiple tables are cleared.
2009-07-10 05:41:24 +00:00
Neil Drumm
46dc648544
Drupal 5.19
2009-07-01 20:52:11 +00:00
Neil Drumm
c0739dfb58
Drupal 5.18
2009-05-13 19:41:57 +00:00
Neil Drumm
fcb2880c45
#330084 by c960657: Remove unnecessary duplication of the From header value in Reply-to; standards indicate setting the From header should be sufficient.
2009-05-13 17:10:36 +00:00
Neil Drumm
2518420df9
Drupal 5.17
2009-04-30 00:13:49 +00:00
Neil Drumm
d33a7a8fc5
#150851 by pwolanin and chx: different radio buttons in the same set should have different HTML id values (XHTML validity fix). Backport #367689 by gollyg.
2009-02-26 05:50:33 +00:00
Neil Drumm
9f60c14b42
#360038 by sun. Documentation improvement.
2009-01-26 14:22:45 +00:00
Neil Drumm
b9378534b7
#124492 by m3avrck, mfer: more accurate checking for valid URLs in valid_url()
2009-01-16 19:26:09 +00:00
Neil Drumm
27ef990b67
#346285 by grendzy, Damien Tournoud, thekevinday et al: fixed problem when HTTP_HOST is not transmitted
2009-01-14 19:12:27 +00:00
Neil Drumm
1d1b6569b9
#350708 by dww. Backport t() documentation improvements from D6.
2008-12-25 20:37:07 +00:00
Neil Drumm
fe8b29d356
#348269 by Darren Oh. Add missing * in the expand_password_confirm() comment.
2008-12-21 02:38:53 +00:00
Neil Drumm
ae94748914
Rolling back #280934 . PHP 4 incompatibility.
2008-12-11 00:23:01 +00:00
Neil Drumm
0ab52e4057
#324875 by pwolanin: improve HTTP_HOST checking, ensuring that the host is lowercased and only valid characters are allowed.
2008-12-10 18:16:03 +00:00
Neil Drumm
ad67301320
#280934 follow up by pwolanin: harden the cookie handling in sess_regenerate() by setting our session cookie to be an HTTP only cookie, thus reducing the risk of session stealing via XSS
2008-12-10 18:09:54 +00:00
Dries Buytaert
cca4e8f896
- Patch #342988 by ultimateboy: fixed order of attributes in PHPdoc.
2008-12-05 22:32:50 +00:00
Neil Drumm
006011408e
More code style removing trivial differences with 6.x.
...
Last commit was actually: #213699 reported by gpk, patch by c960657: Race condition in sess_write() caused duplicate entry errors in the sessions table, fix that.
2008-11-15 03:42:12 +00:00
Neil Drumm
8211977c53
code style
2008-11-15 03:37:45 +00:00
Neil Drumm
baea960811
#293612 by egfrith, Bart Jansens: let user_authenticate() be called without cookies previously set; allows web service modules to start a session with the authentication.
2008-11-13 02:15:38 +00:00
Neil Drumm
a3115e89bf
#318102 by Damien Tournoud and Dave Reid: hook_exit() not invoked for some cached requests.
2008-11-02 02:25:46 +00:00
Neil Drumm
b16fce2cfd
Drupal 5.12
2008-10-22 19:25:28 +00:00
Neil Drumm
cfdf854e1f
#312730 by Damien Tournoud. hook_requirements('install') should work for modules that don't reside in the main './modules' folder.
2008-10-05 01:46:57 +00:00
Neil Drumm
e8948314ed
- Patch #308549 by lyrincz, Dave Reid: fixed broken link in PHPdoc.
2008-10-01 22:48:47 +00:00
Neil Drumm
8d1f8280bc
#208270 reported by Dries, patch by jvandyk: it was not possible to clear the XML-RPC error cache, making it impossible to do multiple queries in one request. Add xmlrpc_clear_error() and slightly modify xmlrpc_error() to fix.
2008-10-01 22:01:17 +00:00
Neil Drumm
d6a39a4e1b
- Patch #230932 by ryanlath: file_scan_directory() didn't scan the directory called '0'. Backport by cridenour.
2008-09-15 06:23:52 +00:00
Neil Drumm
25ddc5e9ae
#298535 by mkalkbrenner. Correct HTTP status code for failed connection.
2008-09-15 06:14:52 +00:00
Neil Drumm
fa1a0765b9
#181831 by Rob Loach. Backport of #130630 by chx: provide an id on the form item wrapper div.
2008-09-15 06:03:17 +00:00
Neil Drumm
7166e7c0a3
- Patch #246143 by bjaspan, Damien Tournoud: make sure updates are run in numeric order, not in definition order.
2008-09-15 05:56:37 +00:00
Neil Drumm
a9f9cec292
- Patch #170310 by mfb, JohnAlbin: avoid SSL cookie getting over-written by non-SSL cookie.
2008-08-24 09:00:25 +00:00
Neil Drumm
8ca7bee6b4
Drupal 5.10.
2008-08-13 23:59:09 +00:00
Neil Drumm
1d1f7f6b45
#207991 by Rok Zlender: xmlrpc_date did not parse dates well. Backport by clemens.tolboom.
2008-08-13 18:01:53 +00:00
Neil Drumm
a26a01809b
#117748 by webchick, Pancho, Rob Loach, pwolanin: required field values were not properly trim()ed on validation
2008-08-04 04:00:24 +00:00
Neil Drumm
12e226d4ab
#128846 by takashi, chx, bdragon, wedge, salvis, Shiny: rewritten queries on PostreSQL need to have matching DISTINCT ON and ORDER BY expressions
2008-07-16 19:12:52 +00:00
Neil Drumm
0eea3a5196
#281494 by beeradb. Code style.
2008-07-16 18:55:38 +00:00
Neil Drumm
32390a193e
Drupal 5.8.
2008-07-09 21:48:42 +00:00
Neil Drumm
24a6f253e4
Rolling back #191116 .
2008-07-09 19:34:30 +00:00
Neil Drumm
2f38d941b3
#276615 by JacobSingh. Clear page cache when CSS cache is cleared?
2008-07-06 01:32:35 +00:00
Neil Drumm
5a02c3d30b
#193891 by mvc: fix NOTICE in database.mysqli.inc because of possibly missing port number
2008-06-23 04:43:57 +00:00
Neil Drumm
0f28cb88e9
#171461 by chx, ejhildreth and dvessel: empty tbody fails validation. Backport by m1mic.
2008-06-23 04:39:13 +00:00
Neil Drumm
0408566ad4
#264647 by clemens.tolboom. Fix seconds parsing for XML-RPC dates.
2008-06-07 00:38:35 +00:00
Neil Drumm
07736fd03b
- Patch #258128 by webchick: @parameter should be @param. Gets the Most Trivial Patch of the Month Award.
...
Backport by gpk.
2008-05-26 03:39:32 +00:00
Neil Drumm
590f096437
- Patch #191116 by david: make drupal_urlencode() rfc 1738 compliant to make it work correctly with spaces.
2008-05-26 03:35:45 +00:00
Neil Drumm
eeeef4b56d
- Patch #231132 by snufkin: fixed invalid XML-RPC error messages due to HTML tags being inserted in the message string.
2008-05-10 01:53:33 +00:00
Neil Drumm
fc54265fd2
#171951 by dvessel: fix account specific theme selection form
...
Backport in #109459 .
2008-02-11 07:38:33 +00:00
Neil Drumm
1d5aa2e79e
#209488 by Bart Jansens. Use mysqli_connect_error() when mysqli database connection fails.
2008-02-11 05:50:28 +00:00
Neil Drumm
2f635cf93e
#104220 by ChrisKennedy: remove arbitrary half post max size restriction on maximum uploadable file size.
...
Backport by Bart Jansens.
2008-02-11 05:45:48 +00:00
Neil Drumm
9c6759db94
#84754 : fix 404 and 403 error pages if the path set for these error pages does not exist
2008-02-11 05:31:54 +00:00