summaryrefslogtreecommitdiff
path: root/includes/common.inc
Commit message (Collapse)AuthorAge
* #171606 by Heine: ported security fix from Drupal 4.7/5; use SCRIPT_NAME ↵Gábor Hojtsy2007-08-30
| | | | instead of PHP_SELF in links to avoid XSS holes
* #168812 by webchick and pwolanin: in case we have a database error, trace it ↵Gábor Hojtsy2007-08-29
| | | | back to the original database function call, so we can provide a more accurate error message for DB errors
* #170334 by JirkaRybka: allow @count to be used in singular format_plural() ↵Gábor Hojtsy2007-08-29
| | | | values too
* - Patch #168028 by dvessler, merlinofchaos, pwolanin et al: both theme ↵Dries Buytaert2007-08-26
| | | | functions and templates may need include files. Flush your caches.
* - Patch #145218 by profix898, bennybobw, Crell, forngren et al: use href ↵Dries Buytaert2007-08-23
| | | | instead of @import for CSS.
* - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵Dries Buytaert2007-08-12
| | | | Oracle and DB2. Also a performance improvement.
* - Patch #163723 by Eaton and Frando: fix default page.tpl markup (and ↵Dries Buytaert2007-08-02
| | | | removed some whitespace).
* - Patch #162708 by Eaton and Earl: add support for image buttons to FAPI3.Dries Buytaert2007-07-29
| | | | | | | This is a small form API extension (doesn't break existing code) that facilitates the Drupal 6 upgrade of the Views module. A good example of why it can be beneficial to start upgrading your modules early on in the code freeze. ;)
* #158687 by drumm: fix URI encoding of some special charsGábor Hojtsy2007-07-13
|
* #156778 by asimmonds: revert node and comment deletions to the pre-deletion ↵Gábor Hojtsy2007-07-13
| | | | API state
* #112374 by Wesley Tanaka: drupal_add_feed() should not allow adding the same ↵Gábor Hojtsy2007-07-04
| | | | feed more then once to the page
* - Patch #104969 by Wesley: corrected PHPDoc.Dries Buytaert2007-07-03
|
* #156426 by GreenMother: fix wrong datatype warning for parsed JS filesGábor Hojtsy2007-07-03
|
* - Patch #155986 by Uwe: fixed typos.Dries Buytaert2007-07-02
|
* - Rollback of patch #147723: delete API. Talked to Steven and Gabor and weDries Buytaert2007-07-01
| | | | | | | | | unanimously agreed to rollback the deletion API. We all support the features this patch added, yet not its actual design and implementation. After some talk, we decided that it would be better for Drupal -- in the long term -- not to go with a solution that isn't 100%. We also recognize that in the short term, this patch would have been useful addition. So let's figure out how we can implement this properly in D7.
* - Patch #148410 by jvandyk: added rewrite of the actions module!Dries Buytaert2007-06-29
| | | | | | | | | | This is a very important patch, but one that is merely an enabler. Hopefully we'll see more people submitting "action patches" in the near future. Thanks for the hard work and persistence, John. *If* you decide to update the Drupal Pro Development book to Drupal 6, make sure to add a chapter on actions. ;)
* - Patch #147662 by Gordon et al: add new #pre_render callback to ↵Dries Buytaert2007-06-28
| | | | drupal_render().
* #154594 by drewish: clean up code comments for deletion APIGábor Hojtsy2007-06-28
|
* #154218 by Steven: HTML to text email converter, centralizing email wrapping ↵Gábor Hojtsy2007-06-26
| | | | in Drupal core and providing a solid conversion function for contributed modules
* #154224 by hunmonk: add destination argument to _drupal_delete(), instead of ↵Gábor Hojtsy2007-06-26
| | | | using drupal_goto() directly, so the callback cycle can complete
* #150210 by bjaspan and Frando: explicit table names for create table ↵Gábor Hojtsy2007-06-26
| | | | statements and fixing a schema referencing bug
* #154309 by KarenS: language code lost in format_date() when using the 'r' formatGábor Hojtsy2007-06-25
|
* #154046: Optimize confirm_form syntax for common usage (and fix some ↵Steven Wittens2007-06-24
| | | | $form_state bugs).
* #115139: Add centralized json handler (and send text/javascript content-type ↵Steven Wittens2007-06-22
| | | | header).
* #153781: Convert all remaining confirm_forms() to deletion api.Steven Wittens2007-06-22
|
* #147723: Deletion API (by hunmonk). Woop woop.Steven Wittens2007-06-22
|
* #150049 by Moshe Weitzman: empower custom url rewriting with url() optionsGábor Hojtsy2007-06-18
|
* - Patch #147947 by hswong3i: some files shouldn't defined as text:big for ↵Dries Buytaert2007-06-15
| | | | Oracle compatibility.
* #150671: Consistent code comment style (by dmitrig01).Steven Wittens2007-06-14
|
* - Patch #101927 by cooferat: fixed problem with post information.Dries Buytaert2007-06-11
|
* #118026 by kkaefer with fixes from myself: JavaScript translation support ↵Gábor Hojtsy2007-06-08
| | | | and script.js as a default theme JS file to use, if found
* - Patch #146667 by Eaton: correct builder argument ordering, eliminate ↵Dries Buytaert2007-06-04
| | | | redundant arguments
* #119441: JavaScript aggregator/compressor by m3avrck and others. (tweak)Steven Wittens2007-06-01
|
* #119441: JavaScript aggregator/compressor by m3avrck and others.Steven Wittens2007-06-01
|
* - Patch #101268 by webernet et al: improve the usability of feed icons.Dries Buytaert2007-05-31
|
* #147640 by Jose A Reyero with further cleanup by myself: add language code ↵Gábor Hojtsy2007-05-29
| | | | | | to localization functions This makes it possible to call these functions with a given language code when sending emails to multiple users with different languages in a request for example.
* - Patch #145058 by pwolanin (and chx): re-parenting and caching for menu links.Dries Buytaert2007-05-27
|
* #145737 by yhager, documentation cleaned up by myself: add support for RTL ↵Gábor Hojtsy2007-05-27
| | | | | | | | | CSS overrides and default RTL CSS override files for modules Note: properties, which are different in the RTL display are marked with /* LTR */ in default CSS files now, so maintainers remember that changing them should also have an effect on RTL CSS files. This should open the way for better RTL (right-to-left written) language (such as Arabic and Hebrew) support.
* - Patch #146937 by merlinofchaos: restore maintenance mode.Dries Buytaert2007-05-26
|
* - Patch #142773 by kbahey: made Drupal work correctly when behind a reverse ↵Dries Buytaert2007-05-25
| | | | proxy.
* - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. ↵Dries Buytaert2007-05-25
| | | | Oh, behave.
* #143249 by Jose A Reyero: add language parameter to t() to make it possible ↵Gábor Hojtsy2007-05-15
| | | | to retrieve translations of strings for different languages, to send emails to users in their own language for example
* #127539: progressive operation support, refactoring update.php code to a ↵Gábor Hojtsy2007-05-04
| | | | | | | | | | | generic batch API to support runnning operations in multiple HTTP requests - update.php is already on the batch API - node access rebuilding is in the works - automatic locale importing is in the works Thanks to Yves Chedemois (yched) for the good code quality, very wide awareness of issues related to batches, and the fantastic turnaround times. Hats off.
* #131061: Very fast t() for a small set of strings,Gábor Hojtsy2007-05-04
| | | | by Moshe Weitzman, webernet, chx, erdemkose and myself
* - Patch #135931 by EclipseGc: semantic update for core pager.Dries Buytaert2007-05-01
|
* - Patch #67893 by kbahey, dww, alienbrain, asimmonds et al: made it possible ↵Dries Buytaert2007-04-30
| | | | to filter log messages in the database log.
* - Patch #137236 by merlinofchaos: provide a way to secure the theme ↵Dries Buytaert2007-04-27
| | | | variables system.
* - Patch #133789 by pwolanin: fixed parse error.Dries Buytaert2007-04-25
|
* - Patch #133789 by John Albin: Drupal-generated email can look like spam.Dries Buytaert2007-04-24
|
* - Patch #76588 by Gabor: made log messages translatable. Yay.Dries Buytaert2007-04-24
|