summaryrefslogtreecommitdiff
path: root/includes/common.inc
Commit message (Collapse)AuthorAge
* - Patch #52448 by Zen: simplified drupal_attributes.Dries Buytaert2006-03-07
|
* - #50747: RSS channel description is not according to specSteven Wittens2006-03-01
|
* #50772, Getting destination from $_REQUEST, patch by rmiotkeGerhard Killesreiter2006-02-27
|
* #49375, 'drupal_goto' / 'drupal_get_destination' broken with query params, ↵Gerhard Killesreiter2006-02-27
| | | | patch by eberts
* - Patch #48008 ny markus: removed some unused code.Dries Buytaert2006-02-26
|
* - Patch #50912 by eberts: HTTP request overrides headers and data on redirect.Dries Buytaert2006-02-23
|
* - Patch #49912: www.drupal.org -> drupal.org. (Today's critical bugfix #5.)Dries Buytaert2006-02-21
|
* - Patch #49129 by markus: remove port from HTTP requests.Dries Buytaert2006-02-16
|
* - Patch #48622 by adrian: remove drupal_goto from _submit functions.Dries Buytaert2006-02-10
|
* - #47510: Show JavaScript alert when PHP errors occurSteven Wittens2006-02-05
|
* - Patch #13148 by Morbus: less globals.Dries Buytaert2006-02-02
|
* - Patch #13148: fix problems with using relative path names! (Please ↵Dries Buytaert2006-01-29
| | | | document this change.)
* - Patch #46366 by rkell: fixed infinite loop problem with 404 and 403 handlers.Dries Buytaert2006-01-26
|
* - Patch #44828 by chx/Crell: make sure the url/path is properly initialized ↵Dries Buytaert2006-01-23
| | | | in statistics_exit().
* - Patch #45320 by Zen: improved usability of off-line mode.Dries Buytaert2006-01-22
|
* - Patch #45107 by chx: minor code speedups.Dries Buytaert2006-01-17
|
* - #44772: {} -> [] (in anticipation of PHP de-deprecation)Steven Wittens2006-01-15
|
* - Patch #44507 by DriesK: consistency: email -> e-mail.Dries Buytaert2006-01-13
|
* - Patch #44261 by Kobus/Zen: drupal -> Drupal.Dries Buytaert2006-01-12
|
* - Patch 41169 by Chris: got rid of expensvie object 2 array casts.Dries Buytaert2005-12-31
|
* - #32785: Allow external URLs in menus (and make url() more flexible)Steven Wittens2005-12-29
|
* - Patch #36465 by chx / Richard: made it possible to link to the front page.Dries Buytaert2005-12-27
|
* - #41744: global urlencode() for menu pathsSteven Wittens2005-12-22
|
* - Code styleSteven Wittens2005-12-17
|
* - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty().Dries Buytaert2005-12-14
|
* - Patch #40706 by chx: fixed warnings.Dries Buytaert2005-12-11
|
* - Patch #39566 by chx: fixed incorrect encoding in URLs.Dries Buytaert2005-12-02
|
* - Patch #39566 by chx: fixed incorrect encoding in URLs.Dries Buytaert2005-12-02
|
* - Removed valid_input_check().Dries Buytaert2005-11-30
|
* - Various fixes. Updated CHANGELOG.txtDries Buytaert2005-11-29
|
* - Patch #38787 by Jaza: print PHP errors using drupal_set_message().Dries Buytaert2005-11-27
|
* - #33852: remove legacy.inc (in anticipation of the bridge stuff)Steven Wittens2005-10-28
|
* - Fix usage of header() to drupal_set_header()Steven Wittens2005-10-25
| | | | - Emit charset for blogapi RSD
* - Patch #34907 by gtcaz: "Array" printed in each region.Dries Buytaert2005-10-23
|
* - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings.Dries Buytaert2005-10-22
|
* - #22850: Search query containing / results in 404 on clean URLs.Steven Wittens2005-10-21
|
* - Reverse last patch.Dries Buytaert2005-10-18
|
* - Patch #33852 by Gerhard: make legacy.inc optional.Dries Buytaert2005-10-18
|
* - Modified version of patch #32622 by kbahey: added 'site ↵Dries Buytaert2005-10-08
| | | | | | offline/maintenance' feature. (Untested because the admin/settings page doesn't work yet.)
* - Removing tabs and trailing whitespaces.Dries Buytaert2005-10-07
|
* - Patch #29465: new form API by Adrian et al.Dries Buytaert2005-10-07
| | | | | | | TODO: + The contact.module was broken; a new patch for contact.module is needed. + Documentation is needed. + The most important modules need to be updated ASAP.
* - Patch #4109: some URLs get ?PHPSESSID added to them.Dries Buytaert2005-10-06
|
* - Patch #32440 by ax: drupal_http_request() doesn't send proper Host: header.Dries Buytaert2005-09-29
|
* - Patch #28420 by Jeremy: add the poster's IP/hostname to the /mix/.Dries Buytaert2005-09-19
|
* - Patch #28420 by Jeremy: provide a more generic interface that can be usedDries Buytaert2005-09-18
| | | | | | | | to validate other form submissions, not just comments. Two new functions are introduced, form_token() and form_validate(). The first function uses a private key and a public key to set a token in a hidden field. The second function validates the token. The comment and contect module are updated to use these functions.
* - Patch #29030 by Goba, chx, Jose, et al: reworked the URL rewrite hook so ↵Dries Buytaert2005-09-18
| | | | URLs can be rewritten dynamically.
* - Patch #28483 by Steven: JavaScript enabled uploading.Dries Buytaert2005-08-31
| | | | | | | | | | | Comment from Steven: It does this by redirecting the submission of the form to a hidden <iframe> when you click "Attach" (we cannot submit data through Ajax directly because you cannot read file contents from JS for security reasons). Once the file is submitted, the upload-section of the form is updated. Things to note: * The feature degrades back to the current behaviour without JS. * If there are errors with the uploaded file (disallowed type, too big, ...), they are displayed at the top of the file attachments fieldset. * Though the hidden-iframe method sounds dirty, it's quite compact and is 100% implemented in .js files. The drupal.js api makes it a snap to use. * I included some minor improvements to the Drupal JS API and code. * I added an API drupal_call_js() to bridge the PHP/JS gap: it takes a function name and arguments, and outputs a <script> tag. The kicker is that it preserves the structure and type of arguments, so e.g. PHP associative arrays end up as objects in JS. * I also included a progressbar widget that I wrote for drumm's ongoing update.php work. It includes Ajax status updating/monitoring, but it is only used as a pure throbber in this patch. But as the code was already written and is going to be used in the near future, I left that part in. It's pretty small ;). If PHP supports ad-hoc upload info in the future like Ruby on Rails, we can implement that in 5 minutes.
* - Unrolled patch #29103: always encode apostrophes.Dries Buytaert2005-08-28
|
* - Patch #29385 by chx: no ?> add end of files.Dries Buytaert2005-08-25
|
* - Patch #25084 by Uwe: fixed code comments of error_handler().Dries Buytaert2005-08-23
|