summaryrefslogtreecommitdiff
path: root/includes/common.inc
Commit message (Collapse)AuthorAge
* #723634 by catch: Improve path_save() performance.Angie Byron2010-03-07
|
* - Patch #623684 by linclark, christefano, scor: improved documentation of ↵Dries Buytaert2010-03-06
| | | | RDF module.
* - Patch #734146 by scor: white-space clean-up.Dries Buytaert2010-03-06
|
* - Patch #732486 by Damien Tournoud, JacobSingh: drupal_add_http_header() ↵Dries Buytaert2010-03-06
| | | | req ; make Status a normal header and drupal_add_http() header shouldn't return a list of headers.
* - Patch #719468 by jhodgdon: made drupal_write_record() slightly more clear.Dries Buytaert2010-03-03
|
* - Patch #353918 by Dave Reid, yched: drupal_write_record() writes empty ↵Dries Buytaert2010-03-03
| | | | string instead of empty serialized array.
* - Patch #243251 by naxoc, Signe, lilou, mcarbone: JavaScript requiring a ↵Dries Buytaert2010-03-02
| | | | query string cannot be loaded.
* - Patch #503550 by yched, jp.stacey: make sure strings are cached per language.Dries Buytaert2010-02-27
|
* - Patch #228818 by effulgentsia, JonathanRoberts: IE stylesheets ignored ↵Dries Buytaert2010-02-25
| | | | after 31 link/style tags.
* - Patch #721556 by JohnAlbin: bye bye theme_submenu() -- it has never, ever ↵Dries Buytaert2010-02-22
| | | | been used.
* - Patch #718984 by JohnAlbin: theme_blocks() defined in ↵Dries Buytaert2010-02-20
| | | | drupal_common_theme() even though it no longer exists.
* #566494 follow-up by catch and David_Rothstein: Fixed Running cron in a ↵Angie Byron2010-02-18
| | | | shutdown function breaks the site.
* #710142 by Berdir, moshe weitzman, chx: Handle exceptions in shutdown ↵Angie Byron2010-02-17
| | | | functions (with tests). Hopefully the last of these weird 'Stack frame in Unknown line 0' errors.
* #698978 by jhodgdon: Make documentation for flood_is_allowed() gender-neutral.Angie Byron2010-02-17
|
* #713028 by hefox and solotandem: Fixed drupal_system_listing() documentation ↵Angie Byron2010-02-17
| | | | indicates incorrect key values.
* #716348 by grendzy and hefox: Documentation of drupal_get_path() and system ↵Angie Byron2010-02-17
| | | | table missing the fact that 'profile' is stored there now.
* #325169 by moshe weitzman: Move t() to bootstrap.inc to stop fatal errors ↵Angie Byron2010-02-17
| | | | when called from error handlers.
* #530836 by mr.baileys: Fixed drupal_set_page_content() api documentation.Angie Byron2010-02-15
|
* - Patch #325169 by mundanity, Arancaytar, Crell, chx, picco, alexw: move ↵Dries Buytaert2010-02-15
| | | | error/exception handler higher up in the bootstrap process.
* #525622 by scor, catch, and yched: Allow Entity path callback to deal with ↵Angie Byron2010-02-11
| | | | options.
* #705242 by moshe weitzman: Fixed _drupal_log_error() messy for CLI requests.Angie Byron2010-02-11
|
* - Patch #708574 by jhodgdon: hook_archiver_info_alter() was not documented.Dries Buytaert2010-02-10
|
* - Patch #708144 by lilou: remove double semicolons at end of line.Dries Buytaert2010-02-09
|
* #668386 by yched: Handle unavailable entity types or bundles.Angie Byron2010-02-07
|
* - Patch #619566 by David_Rothstein: bring back the code comment.Dries Buytaert2010-02-06
|
* - Patch #619566 by catch: clean-up code now drupal_alter has caching.Dries Buytaert2010-02-06
|
* - Patch #566494 by Dave Reid, chx, JoshuaRogers, David_Rothstein, Gábor ↵Dries Buytaert2010-02-05
| | | | Hojtsy, moshe weitzman, Rob Loach, TheRec, catch: fixed cron doing a full bootstrap on every page request (including cached ones).
* #698992 by Damien Tournoud: Small comment clarification to check_plain() in l().Angie Byron2010-02-01
|
* - Patch #681538 by aspilicious, jhodgdon: improved documentation, better ↵Dries Buytaert2010-01-30
| | | | @see also links.
* #684202 by catch: Added Entity insert/delete/update hooks, to support caching.Angie Byron2010-01-30
|
* - Patch #284899 by c960657, voxpelli, mattconnolly: fixed Drupal url problem ↵Dries Buytaert2010-01-29
| | | | with clean urls.
* - Patch #681538 by jhodgdon: fixed drupal_deliver_html_page() has see also ↵Dries Buytaert2010-01-27
| | | | that's missing link.
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* - Patch #686532 by linclark: typo in entity_extract_ids() api doc.Dries Buytaert2010-01-18
|
* - Patch #590656 by pwolanin, Pasqualle: harden one-time login links against ↵Dries Buytaert2010-01-14
| | | | vulnerability from disclosure of SQL backups, or SQL 'SELECT' injection.
* #652048 by chx: Factor out the caching pattern from forum.Angie Byron2010-01-14
|
* #636992 follow-up by catch: small doc fix.Angie Byron2010-01-13
|
* #525622 by Frando, yched, et al: Add entity hook callbacks so that 'as link' ↵Angie Byron2010-01-13
| | | | formatters have a generic way to build the url of an 'entity'.
* #636992 by catch, yched: Fixed Entity loading needs protection from infinite ↵Angie Byron2010-01-13
| | | | recursion. Prevents unnecessary user_load()s from RDF.
* #677654 follow-up by asimmonds: Fixed notice in error handling.Angie Byron2010-01-11
|
* #637712 by c960657 and Dave Reid: Fixed Fieldset is back in user ↵Angie Byron2010-01-10
| | | | registration form.
* #479368 by Heine and asimmonds: Fixed drupal_to_js() provides bad unicode ↵Angie Byron2010-01-09
| | | | conversions.
* #227677 by c960657, yched, cha0s, Dave Reid, et al: Fixed ↵Angie Byron2010-01-08
| | | | drupal_write_record() can't update a column to NULL. (with tests)
* #677654 by moshe weitzman: Fixed PHP notices logged as severity=WATCHDOG_ERROR.Angie Byron2010-01-08
|
* #265719 by kkaefer, JacobSingh, ksenzee, and rfay: Fixed CSS aggregator ↵Angie Byron2010-01-07
| | | | produces invalid code and directory names for @import files which breaks IE (with tests).
* #619666 follow-up by effulgentsia: Make performance-critical usage of ↵Angie Byron2010-01-07
| | | | drupal_static() grokkable.
* - Patch #280058 by sun, recidive: refactor drupal_map_assoc().Dries Buytaert2010-01-06
|
* #420358 follow-up by Dave Reid: Rename profiles default => standard and ↵Angie Byron2010-01-04
| | | | expert => minimal, for consistency with labels.
* - Patch #673644 by mr.baileys: mark drupal_json_encode()/decode as PHP wrappers.Dries Buytaert2010-01-04
|
* #669608 by catch: Make menu.inc pluggable, to support high-performance ↵Angie Byron2010-01-04
| | | | options in contrib.