summaryrefslogtreecommitdiff
path: root/includes/common.inc
Commit message (Expand)AuthorAge
* - #4166: Respect 'access userlist' permission for profile data.Steven Wittens2005-04-11
* - Missing check_url() in form().Steven Wittens2005-04-10
* - #19874: Fix aggregator escaping after check_plain bugSteven Wittens2005-04-07
* - Patch #18828 by me, jbond and TDobes: moves the textarea hook for 'pre' bet...Dries Buytaert2005-04-06
* - #18817: Clean up plain-text checking (see drupal-devel!)Steven Wittens2005-03-31
* - Patch #19590 by Moshe: lazy initialization of the theme system. ImprovesDries Buytaert2005-03-29
* - Patch #19212 by chx: removed unused variables, and fixed the error reportingDries Buytaert2005-03-21
* - #18597: Resolve conflict in column name between queue.module and poll.module.Steven Wittens2005-03-18
* - Patch #18437 by Mathias: Drupal doesn't allow URL aliases that map to Userl...Dries Buytaert2005-03-06
* - Ignore PHP5's strict warnings for now. The real solution is to rewrite bot...Dries Buytaert2005-03-03
* - Moving commentSteven Wittens2005-03-03
* - #18319: Move encoding conversion out of drupal_xml_parser_create() so it ca...Steven Wittens2005-03-03
* - Removing dead variableSteven Wittens2005-02-09
* - PHP5 fix due object references: node previewing should not put node output ...Steven Wittens2005-02-04
* - Patch #16246 by Moshe: added mechanism to direct the user back to the refer...Dries Buytaert2005-02-01
* - Patch #16358 by James: added toolkit to enable better image handling. The ...Dries Buytaert2005-02-01
* - Patch #16513 by James (slightly modified): export categories and enclosures...Dries Buytaert2005-02-01
* - Fixed PHP5 warning: the $result object in drupal_http_request() needed to b...Dries Buytaert2005-01-22
* - Reversing bad commit, sorry everyone.Steven Wittens2005-01-17
* - Various code style fixesSteven Wittens2005-01-17
* - Watchdog improvement: added a 'view' link for 'access denied' messages.Dries Buytaert2005-01-10
* - Patch #13260 by UnConeD: watchdog module improvements.Dries Buytaert2005-01-09
* - Patch #13020 by chx: let Drupal handle multiple database layers.Dries Buytaert2004-12-30
* - Improved the input checking.Dries Buytaert2004-12-28
* #14757: Fix XSS vulnerability due to entity usage.Steven Wittens2004-12-25
* - Patch #13907 by Neil: less ways to set the page title.Dries Buytaert2004-12-15
* - Refactored the queue module: removed the queue module's field from the node...Dries Buytaert2004-12-07
* - Patch #7058 by Neil: format_date does not properly handle escaped characters.Dries Buytaert2004-12-03
* - Patch #13405 by Moshe: make you actually do something useful with the init ...Dries Buytaert2004-12-01
* - Patch #13647 by Goba:Dries Buytaert2004-11-29
* - Refactored the statistics and watchdog module (views). The most importantDries Buytaert2004-11-28
* - Patch #13405 by Moshe:Dries Buytaert2004-11-25
* - Patch #13443 by Moshe: got rid of the semi-implemented 'page link' feature....Dries Buytaert2004-11-24
* - Patch #5942 by jhriggs and Adrian:Dries Buytaert2004-11-24
* - Patch #6166 by Moshe: node preview should not display links. Push the link...Dries Buytaert2004-11-23
* - Patch #13263 and #13265 by arnab: added word-based truncation and made the ...Dries Buytaert2004-11-21
* - Patch 13180 by chx: renamed check_query() to db_escape_string() and implemt...Dries Buytaert2004-11-21
* - Patch #13121 by Goba: valid_url() should allow the use of '+' in URLs.Dries Buytaert2004-11-18
* - Added generic flood control mechanism to throttle certain operations per ho...Dries Buytaert2004-11-15
* - Patch #12885 by Ber: improved the Doxygen documentation of drupal_set_html_...Dries Buytaert2004-11-15
* - Patch #12232 by Steven/UnConed: search module improvements.Dries Buytaert2004-10-31
* :- Patch #12096 by Axel: fixed problem with plurals for some languages.Dries Buytaert2004-10-27
* - Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen...Dries Buytaert2004-10-19
* Adding a note about the usage of form_hidden inside form_checkbox and form_ch...Steven Wittens2004-10-13
* - Patch #11531 by killes: it was not possible to deselect all choices of a fo...Dries Buytaert2004-10-13
* - Patch #11271 by Ber: fixed form_radios() to generate valid XHTML code. Thi...Dries Buytaert2004-10-12
* - Simplified/reorganized version of patch #9620 by Jeremy: fixed errors when ...Dries Buytaert2004-10-04
* Adding a note about drupal_eval() acting like a variable sandbox.Steven Wittens2004-09-16
* - Made it possible for the i18n module to hook in.Dries Buytaert2004-09-15
* Replace hardcoded <html lang="en"> with a locale dependant one. This is espec...Steven Wittens2004-09-09