Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #40631 by Chris Johnson: is_array() slower than isset() or empty(). | Dries Buytaert | 2005-12-14 |
| | |||
* | - Patch #40706 by chx: fixed warnings. | Dries Buytaert | 2005-12-11 |
| | |||
* | - Patch #39566 by chx: fixed incorrect encoding in URLs. | Dries Buytaert | 2005-12-02 |
| | |||
* | - Patch #39566 by chx: fixed incorrect encoding in URLs. | Dries Buytaert | 2005-12-02 |
| | |||
* | - Removed valid_input_check(). | Dries Buytaert | 2005-11-30 |
| | |||
* | - Various fixes. Updated CHANGELOG.txt | Dries Buytaert | 2005-11-29 |
| | |||
* | - Patch #38787 by Jaza: print PHP errors using drupal_set_message(). | Dries Buytaert | 2005-11-27 |
| | |||
* | - #33852: remove legacy.inc (in anticipation of the bridge stuff) | Steven Wittens | 2005-10-28 |
| | |||
* | - Fix usage of header() to drupal_set_header() | Steven Wittens | 2005-10-25 |
| | | | | - Emit charset for blogapi RSD | ||
* | - Patch #34907 by gtcaz: "Array" printed in each region. | Dries Buytaert | 2005-10-23 |
| | |||
* | - Patch #30930 by m3avrck/deekayen: cured PHP5 warnings. | Dries Buytaert | 2005-10-22 |
| | |||
* | - #22850: Search query containing / results in 404 on clean URLs. | Steven Wittens | 2005-10-21 |
| | |||
* | - Reverse last patch. | Dries Buytaert | 2005-10-18 |
| | |||
* | - Patch #33852 by Gerhard: make legacy.inc optional. | Dries Buytaert | 2005-10-18 |
| | |||
* | - Modified version of patch #32622 by kbahey: added 'site ↵ | Dries Buytaert | 2005-10-08 |
| | | | | | | offline/maintenance' feature. (Untested because the admin/settings page doesn't work yet.) | ||
* | - Removing tabs and trailing whitespaces. | Dries Buytaert | 2005-10-07 |
| | |||
* | - Patch #29465: new form API by Adrian et al. | Dries Buytaert | 2005-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 Buytaert | 2005-10-06 |
| | |||
* | - Patch #32440 by ax: drupal_http_request() doesn't send proper Host: header. | Dries Buytaert | 2005-09-29 |
| | |||
* | - Patch #28420 by Jeremy: add the poster's IP/hostname to the /mix/. | Dries Buytaert | 2005-09-19 |
| | |||
* | - Patch #28420 by Jeremy: provide a more generic interface that can be used | Dries Buytaert | 2005-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 Buytaert | 2005-09-18 |
| | | | | URLs can be rewritten dynamically. | ||
* | - Patch #28483 by Steven: JavaScript enabled uploading. | Dries Buytaert | 2005-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 Buytaert | 2005-08-28 |
| | |||
* | - Patch #29385 by chx: no ?> add end of files. | Dries Buytaert | 2005-08-25 |
| | |||
* | - Patch #25084 by Uwe: fixed code comments of error_handler(). | Dries Buytaert | 2005-08-23 |
| | |||
* | - Patch #17592 by killes: improved access denied messages. | Dries Buytaert | 2005-08-22 |
| | |||
* | - Patch #28629 by chx: fixed handling of cookies in drupal_http_request(). | Dries Buytaert | 2005-08-22 |
| | |||
* | - Patch #29103 by chx: do not encode apostrophes. | Dries Buytaert | 2005-08-19 |
| | |||
* | - Patch #7458 by chx: fixed spaces. | Dries Buytaert | 2005-08-17 |
| | |||
* | - Patch #7458 by chx: merged the XML-RPC multicall support into xmlrpc() and ↵ | Dries Buytaert | 2005-08-17 |
| | | | | use lazy-loading for the XML-RPC libraries.(performance improvement). | ||
* | - Patch #16216 by nedjo: multiple block regions! | Dries Buytaert | 2005-08-16 |
| | |||
* | - Patch #28482 by Uwe: add CVS $Id$ tags to all source files in Drupal core. ↵ | Dries Buytaert | 2005-08-11 |
| | | | | | | This allows admins to know exactly which version of which files they use. In addition I want to use CVS $Id$ tags in my upcoming security.module to check for possible vulnerabilities. That's not possible if some files simply don't have $Id$s. Note: I also (mostly) unified the tags to use the "// ID" form instead of "/* ID */", but that's more of a cosmetic issue. I'm not sure whether *.txt files and the stuff in themes/ need tags(?). | ||
* | - Patch #27737 by Gerhard: format_name($object) -> theme('username', $object). | Dries Buytaert | 2005-08-01 |
| | | | | | | Usernames can now be themed; eg. an icon/avatar could be added. TODO: update contributed modules + update the migration docs. | ||
* | - #24673: Fix deprecated usage of implode | Steven Wittens | 2005-07-30 |
| | |||
* | - Fix braino in doxygen. | Steven Wittens | 2005-07-29 |
| | |||
* | - Fix braino in doxygen. | Steven Wittens | 2005-07-29 |
| | |||
* | - #27231: Friendly DB error screens. | Steven Wittens | 2005-07-27 |
| | |||
* | - #26688: Add mbstring support to Drupal and clear up string handling fuzzies. | Steven Wittens | 2005-07-25 |
| | |||
* | - #26688: Add mbstring support to Drupal and clear up string handling fuzzies. | Steven Wittens | 2005-07-25 |
| | |||
* | - Patch #26467 by drumm: make the destination persist across multiple pages | Dries Buytaert | 2005-07-20 |
| | | | | and fixed the node delete form to use a return destination. | ||
* | - Optionally show dots after truncation. TODO: update user.module to take ↵ | Dries Buytaert | 2005-07-06 |
| | | | | advantage of this. | ||
* | - Patch #18213 by chx: boostrap system. Modified to work with HEAD, tidied | Dries Buytaert | 2005-06-22 |
| | | | | | | | up the documentation a little. chx: can you double-check whether the global $conf variable is secure? (That is, make sure it can't be send using the URL or something.) | ||
* | - Patch #16204 by Thox: committed the collapsible form elements patch. | Dries Buytaert | 2005-06-21 |
| | | | | | | NOTE: this patch works well, but the improved node edit form still has some rough edges. It is important that we continue to improve usability. Give it a try. | ||
* | - #24278: Emit correct XHTML <link> tag. | Steven Wittens | 2005-06-05 |
| | |||
* | - Patch #24141: fix XML UTF-8 bom issue with PHP5. | Dries Buytaert | 2005-06-04 |
| | | | | | Workaround for the fact that PHP5 cannot parse UTF-8 encoded XML feeds that start with the so-called "byte order mark". | ||
* | - Code cleanup: improve format_plural usage, add some missing ↵ | Steven Wittens | 2005-05-31 |
| | | | | placeholder/check calls, and introduce API for <link> tags. | ||
* | - Forgot about tablesort dependency on pager. | Steven Wittens | 2005-05-31 |
| | |||
* | - Fixing charset in mime_header_encode() | Steven Wittens | 2005-05-30 |
| | |||
* | - #23700: Fix some broken t()'s in common.inc | Steven Wittens | 2005-05-26 |
| |