Neil Drumm
1d1b6569b9
#350708 by dww. Backport t() documentation improvements from D6.
2008-12-25 20:37:07 +00:00
Neil Drumm
6746c104fa
#103528 by gpk, hass & salvis. Provide a useful message when the color picker is disabled due to the download method.
2008-12-21 02:56:30 +00:00
Neil Drumm
6bc3f5ef12
#202688 . Backport from 6.x.
2008-12-21 02:47:24 +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
d9616e4226
bumping version number
2008-12-11 17:51:34 +00:00
Neil Drumm
96c058ebf4
Drupal 5.14
2008-12-11 17:37:27 +00:00
Neil Drumm
ae94748914
Rolling back #280934 . PHP 4 incompatibility.
2008-12-11 00:23:01 +00:00
Neil Drumm
742f3012c8
Bumping version number.
2008-12-10 22:29:26 +00:00
Neil Drumm
e9347cca05
Drupal 5.13
2008-12-10 22:21:27 +00:00
Neil Drumm
7ce6206eae
#299582 by hass: Remove outdated items from robots.txt and fix ordering of items to make stuff easier to find.
2008-12-10 20:24:38 +00:00
Neil Drumm
1f7c24f91a
#28776 by Uwe Hermann, Morbus Iff, jvandyk: Protect *.test files and SVN metafiles from being exposed under Drupal
2008-12-10 20:12:26 +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
6652a47d69
#195161 by mcarbone with some modifications: only show 'login to post comments' if logging in actually lets you post comments. Backport by salvis.
2008-12-03 17:55:49 +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
c8c1feb271
#294450 by blakehall. Match up DB and form max length.
2008-11-15 02:47:59 +00:00
Neil Drumm
09fbf9e4f3
#123556 by maartenvg and dvdweide. Do not show empty user info categories.
2008-11-15 02:43:55 +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
4bd226170b
#278821 by teezee. More isset() checking.
2008-11-13 02:10:04 +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
e7098ddfa4
bumping version number
2008-10-22 19:36:58 +00:00
Neil Drumm
b16fce2cfd
Drupal 5.12
2008-10-22 19:25:28 +00:00
Neil Drumm
ae51115c34
Bumping verison number.
2008-10-08 20:41:26 +00:00
Neil Drumm
4dfa29ee76
Drupal 5.11.
2008-10-08 20:10:26 +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
75790ad18a
#67895 patch by goba, tested by JirkaRybka and blackdog: move poll votes with poll options, when an option is removed, instead of dropping all old votes, solving an old data loss bug. Backport by dww.
2008-10-05 00:51:40 +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
961596ebb8
follow up to #280621 by lilou: the object tag was disallowed in a previous version in filter_xss_admin(), so disallow param as well, which is only meaningful inside an object tag
2008-09-17 19:14:19 +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
7a994a0e0a
#108717 by add1sun and neclimdul. Code style.
2008-09-15 06:19:06 +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
1bb39ffb58
#283026 by Damien Tournoud. Make user_authenticate from external source (for existing users) work with no server part.
2008-09-15 06:06:27 +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
f153561879
#296096 by Damien Tournoud. Fix 5.10 Postgres install & update.
2008-08-27 13:25:13 +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
Dries Buytaert
1537557887
- Patch #265899 by mfb: uri_brief mail token did not support https URLs.
2008-08-17 10:52:37 +00:00
Neil Drumm
2778db3461
Bumping version number.
2008-08-14 00:13:19 +00:00
Neil Drumm
8ca7bee6b4
Drupal 5.10.
2008-08-13 23:59:09 +00:00
Neil Drumm
4c6fd4ac8a
#292538 by Damien Tournoud and hanoii. Fix $sidebar_indicator behavior.
2008-08-13 18:47:17 +00:00
Neil Drumm
15803cc169
#272636 by evolvingweb, dvessel: add 'js' class to html tag in drupal.js instead of overwriting all its classes with 'js'. Backport by sun.
2008-08-13 18:12:23 +00:00
Neil Drumm
1150d18910
- Patch #285467 by mustafau: fixed typo a MT blog API function.
2008-08-13 18:08:49 +00:00
Neil Drumm
1338d9f3a4
Patch #254725 by Steve Dondley and BioALIEN: maxlength field for 'allowed HTML tags' is too short. Backport by scor.
2008-08-13 18:06:18 +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
fa6bc1ebbc
Bumping version number.
2008-07-23 20:01:50 +00:00
Neil Drumm
f036ead1bc
Drupal 5.9.
2008-07-23 19:52:50 +00:00