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
|
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
|
b9378534b7
|
#124492 by m3avrck, mfer: more accurate checking for valid URLs in valid_url()
|
2009-01-16 19:26:09 +00:00 |
Neil Drumm
|
1d1b6569b9
|
#350708 by dww. Backport t() documentation improvements from D6.
|
2008-12-25 20:37:07 +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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
c9a822c43e
|
#158687 by drumm: fix URI encoding of some special chars
|
2007-07-15 23:07:06 +00:00 |
Dries Buytaert
|
41c363832f
|
- Patch #155859 by Arancaytar: removed HTML from PHPdoc.
|
2007-07-03 20:13:23 +00:00 |
Neil Drumm
|
93f9fb3f23
|
#150671: Consistent code comment style (by dmitrig01).
|
2007-06-14 06:11:12 +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
|
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
|
9d278e3b84
|
#104969 by Wesley Tanaka. Sync the documentation comments.
|
2007-03-23 20:49:11 +00:00 |
Dries Buytaert
|
a5a16bde24
|
- Patch #121876 by Darren, Nedjo et al: drupal_to_js converts empty arrays to objects.
|
2007-03-08 19:34:17 +00:00 |
Neil Drumm
|
8be4fe8601
|
#118041 by kkaefer. fixed small braino in url(). Backport from HEAD.
|
2007-02-14 04:15:24 +00:00 |
Steven Wittens
|
eb28074aa3
|
#108320: Form API optimization, don't call element_sort unless needed.
|
2007-01-10 23:30:07 +00:00 |
Dries Buytaert
|
3e8a9d1905
|
- Cleanup form attributes.
|
2007-01-09 08:30:31 +00:00 |
Steven Wittens
|
365439ffdf
|
#107015: Code consistency, capitalization of class names.
|
2007-01-05 05:32:23 +00:00 |
Steven Wittens
|
4026afab01
|
#100563: Clarify documentation for CSS preprocessor.
|
2007-01-05 04:35:07 +00:00 |
Dries Buytaert
|
5190678d73
|
- Patch #100563 by m3avrck: improved phpDoc of drupal_add_css.
|
2007-01-04 09:58:55 +00:00 |
Dries Buytaert
|
fbae0db63f
|
- Patch #104693 by Chris: switch back to HTTP/1.0 headers.
|
2007-01-04 09:49:16 +00:00 |
Neil Drumm
|
dfd86399c0
|
#106232 by chx. Add spaces for code style.
|
2007-01-02 05:05:38 +00:00 |
Neil Drumm
|
f1c8692881
|
#101757 by ChrisKennedy. 1 byte instead of 1 bytes.
|
2006-12-30 21:33:04 +00:00 |
Dries Buytaert
|
983eda44ac
|
- Patch #104693 by ChrisKennedy: send proper HTTP headers: HTTP/1.0 -> HTTP/1.1.
|
2006-12-21 22:20:19 +00:00 |
Steven Wittens
|
72f4e5d6e6
|
#102877: Don't let the css preprocessor mess up @import in some themes.
|
2006-12-15 07:47:08 +00:00 |
Steven Wittens
|
e5027541c4
|
#78377: Use real path instead of alias in destination
|
2006-12-12 06:13:34 +00:00 |
Steven Wittens
|
dd4b959ad2
|
#102597: Fix overzealous CSS compressor.
|
2006-12-12 04:44:46 +00:00 |
Dries Buytaert
|
97d0a3fe6b
|
- Patch #100787 by chx: having a #theme for an element changes the meaning of prefix from 'prefix of this element' to 'prefix of the children elements'.
|
2006-12-11 17:47:36 +00:00 |
Dries Buytaert
|
bdf5dc9d1d
|
- Patch #102413 by yched: path node/add/[poll|forum|blog] defined twice.
|
2006-12-10 20:34:03 +00:00 |
Steven Wittens
|
b86f45b1e6
|
#100516: CSS preprocessor to cache and compress all .css files. Benchmarks show up to 40% faster page loads.
|
2006-12-10 09:54:35 +00:00 |
Dries Buytaert
|
f28aa5f3ec
|
- Patch #92059 by Steven et al: added a memory check to garland/color.module.
|
2006-12-07 17:02:25 +00:00 |
Dries Buytaert
|
38f3050777
|
- Patch #101236 by Uwe Herman: fixed typos in the documentation.
|
2006-12-05 05:47:37 +00:00 |
Dries Buytaert
|
a8e11de3d0
|
- Patch #101289 by webernet: corrected the PHPdoc.
|
2006-12-05 05:45:05 +00:00 |
Steven Wittens
|
1c7f089dea
|
#75803: Allow other HTTP status codes in drupal_goto()
|
2006-11-30 08:13:31 +00:00 |
Neil Drumm
|
f0093445ff
|
#100232 by yched. Fix a typo.
|
2006-11-29 06:03:56 +00:00 |
Neil Drumm
|
91158a97d2
|
#79407 by webchick. Improved documentation for t().
|
2006-11-28 07:03:33 +00:00 |
Neil Drumm
|
205f8ff01b
|
#97941 by webchick. Consistent defaults for 'site_name' variable.
|
2006-11-25 09:04:22 +00:00 |
Dries Buytaert
|
b3dae71697
|
- Patch #98293 by Steven: remove restrictions on path aliases.
|
2006-11-21 19:40:09 +00:00 |
Dries Buytaert
|
e8e97f2bbd
|
- Patch #98688 by greggles: string cleanup. Follow RFC2606 and use example.com for domain name examples. Core uses that consistently so make sure your contributed modules do too.
|
2006-11-21 19:12:01 +00:00 |