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
Neil Drumm
ec7037a180
#101904 by David_Rothstein. Make secondary links work for primary links with '<front>' path.
2008-02-11 05:26:53 +00:00
Neil Drumm
9e137fc223
#215252 by bdragon: reset the cache flush variable before the cache is flushed, so busy sites will not attempt multiple cache flushes at a time
2008-02-10 02:05:00 +00:00
Neil Drumm
bb518337f5
- Patch #115606 by Junyor, thesaint_02: added support for PHP 5.2's 'recoverable fatal errors'.
2008-01-22 09:36:49 +00:00
Neil Drumm
a54823f7b8
Drupal 5.6.
2008-01-10 22:14:24 +00:00
Neil Drumm
584e18ac68
- Patch #199955 by saxofaan: file_upload_max_size() returns results in bytes, not in mega bytes.
2008-01-07 01:00:23 +00:00
Neil Drumm
f91615abf9
#168315 by schuyler1d: previous active database name was not consistently returned in db_set_active()
2008-01-07 00:55:44 +00:00
Neil Drumm
e74c6acdf6
#180126 by mmoreno, drewish and scor: add realpath() call to file_save_data(), so Windows will create temporary files properly
2007-12-27 09:52:36 +00:00
Neil Drumm
b210e9f1fd
#182410 by greggles: HTTP Basic authentication username and password was parsed in drupal_http_request() but then not used in the request
2007-12-27 09:21:23 +00:00
Neil Drumm
67f7687c31
#194652 by Heine: specify explicit accept-charset for forms to avoid browser guessing
2007-12-27 08:41:52 +00:00
Neil Drumm
720e149023
#200338 by m3avrck and quicksketch: fix transparent GIF resizing
2007-12-27 08:31:24 +00:00
Neil Drumm
2d7c3f8a54
#173459 by Dave Cohen. Backport of #78487 by FredCK, forngren and bjaspan: document <front> support in url() and l() and proper active class support for <front>.
2007-12-27 08:16:31 +00:00
Neil Drumm
b22d203c9c
#199084 by chx: better conformance with ISO date formats in our xmlrpc code
2007-12-20 07:53:34 +00:00
Neil Drumm
840842ba33
#173858 by Gábor Hojtsy: skip UTF-8 BOM when importing locale files
2007-12-17 01:53:52 +00:00
Neil Drumm
0c37f209b4
Patch #168829 by Neil Drumm: fixed link in documentation.
2007-11-10 02:24:47 +00:00