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 |
Neil Drumm
|
0bd3fd1abb
|
Patch #182728 by Darren Oh: improved PHPdoc of db_rewrite_sql().
|
2007-11-07 05:55:46 +00:00 |
Neil Drumm
|
144b914133
|
- Patch #181063 by chx and bjaspan: fixed problem with drupal_bootstrap() not booting to the proper level.
|
2007-10-28 04:53:14 +00:00 |
Neil Drumm
|
51955a6835
|
#178478 by scor: typo in text displyed when the DB is installed but not accessible
|
2007-10-19 21:49:26 +00:00 |
Neil Drumm
|
8506de8190
|
Drupal 5.3
|
2007-10-17 21:29:00 +00:00 |
Neil Drumm
|
3ad0caf385
|
- Patch #178999 by JohnAlbin, sun and sammys: fixed race condition with drupal_goto().
|
2007-10-16 06:36:04 +00:00 |
Neil Drumm
|
76f9f8de23
|
#112064 by Dave Cohen and pwolanin: do not cache installer redirects, so live Drupal pages will be visible instead of cached installer pages
|
2007-10-06 22:38:28 +00:00 |
Neil Drumm
|
717676d415
|
#150759 by hass. Remove @charset rules for aggregated stylesheets, which were incorrect and confused Safari.
|
2007-09-12 07:29:57 +00:00 |
Neil Drumm
|
b4ecbda989
|
Drupal 5.2
|
2007-07-26 19:16:50 +00:00 |
Neil Drumm
|
31405bf168
|
#160107 by JohnAlbin: use the same session ID regardless of the protocol used to access the page (eg share sessions between http and https pages)
|
2007-07-26 04:44:56 +00:00 |
Neil Drumm
|
ed1fa56d11
|
#160263 by Rok Žlender. unset() does not work with static variables.
|
2007-07-21 00:54:18 +00:00 |
Neil Drumm
|
c9a822c43e
|
#158687 by drumm: fix URI encoding of some special chars
|
2007-07-15 23:07:06 +00:00 |
Neil Drumm
|
e995ff95e9
|
#158133 by killes. Handle HAVING clauses in db_rewrite_sql().
|
2007-07-12 06:25:47 +00:00 |
Neil Drumm
|
7146cb7eeb
|
#56357 by JohnAlbin, et al. Improve cookie naming to prevent conflicting cookies set on the same domain name.
|
2007-07-09 04:28:12 +00:00 |
Dries Buytaert
|
41c363832f
|
- Patch #155859 by Arancaytar: removed HTML from PHPdoc.
|
2007-07-03 20:13:23 +00:00 |
Neil Drumm
|
fd22233df6
|
#136837 by meba and pwolanin. Allow cache tables to be prefixed.
|
2007-06-27 03:35:48 +00:00 |
Neil Drumm
|
b6da509aa3
|
#123807 by dvdweide and chx. Return not found instead of access denied in some cases.
|
2007-06-17 01:50:50 +00:00 |
Neil Drumm
|
d5e84ea37a
|
- Patch #151491 by john vandyck: fixed notice with table sorting.
|
2007-06-16 22:29:25 +00:00 |
Neil Drumm
|
0cc88e871d
|
#136067 by mkalkbrenner. Allow password confirm fields to be marked as required.
|
2007-06-14 06:27:45 +00:00 |
Neil Drumm
|
93f9fb3f23
|
#150671: Consistent code comment style (by dmitrig01).
|
2007-06-14 06:11:12 +00:00 |
Neil Drumm
|
fc6aedde04
|
- Patch #137724 by JohnAlbin: empty favicon causes duplicate page requests.
|
2007-05-31 05:52:42 +00:00 |
Neil Drumm
|
bcc77e1f36
|
- Patch #140412 by quicksketch: use drupal_set_header() instead of header().
|
2007-05-31 05:48:58 +00:00 |
Neil Drumm
|
147154c5c1
|
- Patch #142337 by drewish: fixed E_ALL problem.
Backport from HEAD.
|
2007-05-21 01:09:21 +00:00 |
Neil Drumm
|
97f9987766
|
simple phpdoc formatting fix in locale.inc
backport from HEAD.
|
2007-05-21 00:20:02 +00:00 |
Neil Drumm
|
166549dabd
|
- Patch #136049 by lyricnz: small performance improvement - removed some redundant fields.
backport from HEAD.
|
2007-05-21 00:02:49 +00:00 |
Steven Wittens
|
cdd6333e31
|
Code style: use get_t() to determine appropriate t() function
|
2007-05-10 07:01:31 +00:00 |
Neil Drumm
|
a80d49b956
|
#109941 by morphir. Let browsers store form values.
|
2007-05-07 04:19:54 +00:00 |
Neil Drumm
|
dae9476d3b
|
#133189 by Darren Oh. More forgiving test for empty date values.
|
2007-05-07 04:04:48 +00:00 |
Neil Drumm
|
cbc3f80908
|
#141636 by Heine. Remove the duplicate submission check; it is an API change that should not have gone in.
|
2007-05-07 03:28:03 +00:00 |
Neil Drumm
|
6b7234a2b9
|
- Patch #139517 by Grugnog2: improved code comment.
Backport from HEAD.
|
2007-05-04 09:05:40 +00:00 |
Neil Drumm
|
fcf96f0266
|
- Patch #133789 by John Albin: Drupal-generated email can look like spam.
Backport from HEAD.
|
2007-05-04 08:56:30 +00:00 |
Neil Drumm
|
c45ff593ac
|
- Patch #138376 by dww: fixed array vs. string bug when defining #default_value array for a multiselect.
Backport from HEAD.
|
2007-04-24 07:33:33 +00:00 |
Neil Drumm
|
ff44c70075
|
Rolled back #126867. It is not needed.
|
2007-04-22 23:54:03 +00:00 |
Neil Drumm
|
565deb4f64
|
- Patch #137138 by jvandyk: fixed problem with drupal_http_request() not setting the proper error code when a network effect occurs. Causes the XML-RPC backend to fail.
Backport from HEAD.
|
2007-04-19 02:05:15 +00:00 |
Neil Drumm
|
3dc364543e
|
- Patch #126867 by dmitrig01: made caching work with prefixing.
Backport from HEAD.
|
2007-04-18 04:27:32 +00:00 |
Neil Drumm
|
87f253c88e
|
- Patch #134697 by hunmonk: make table row coloring work in absence of numeric IDs.
Backport from HEAD.
|
2007-04-10 07:06:47 +00:00 |
Neil Drumm
|
39f48eff1e
|
- Patch #72564 by Gabor: locale bugfix: undefined variable.
Backport from HEAD.
|
2007-04-08 01:08:31 +00:00 |
Neil Drumm
|
94e51b24be
|
- Modified patch #133318 by hunmonk: drupal_get_messages() returning incorrect array value.
Backport from HEAD.
|
2007-04-08 01:04:30 +00:00 |
Neil Drumm
|
815427e1da
|
- Patch #133216 by meba: trying to get property of non-object on line 982.
Backport from HEAD.
|
2007-04-08 00:56:46 +00:00 |
Dries Buytaert
|
5e5bb49a6d
|
- Patch #111697 by wesley: properly initialized user->time to prevent warnings/errors.
|
2007-03-25 20:59:25 +00:00 |