summaryrefslogtreecommitdiff
path: root/includes/common.inc
Commit message (Expand)AuthorAge
* - 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
* - Patch #10663 by JonBob: documentation improvements: fixed some typos and im...Dries Buytaert2004-09-09
* - #9292: Make Drupal (somewhat) PHP5 compatible. xtemplate is still horribly ...Steven Wittens2004-08-22
* - Patch #6809 by TDobes: fixed the textarea hook so WYSIWYG editors are made ...Dries Buytaert2004-08-21
* - Patch #10166 by jvandyk: bugfix: valid_url() believed that URLs with encode...Dries Buytaert2004-08-21
* - Patch #10195 by JonBob: bugfix: common.inc used the function ob_get_clean()...Dries Buytaert2004-08-21
* - Theme system changes. Please consult http://drupal.org/node/view/9576 for ...Dries Buytaert2004-08-20
* - Code improvements by Stefan: made all status messages consistent (and easie...Dries Buytaert2004-08-18
* - The upload (filehandler) module has landed!Dries Buytaert2004-08-17
* - Bugfix: include the xmlrpc library.Dries Buytaert2004-08-17
* - Patch #6806 by UnConeD: prefixed form IDs with 'edit-' so they won't clashDries Buytaert2004-08-12
* - New locale module thanks to Gerhard, Goba, Marco, Kristjan and others.Dries Buytaert2004-08-11
* The Input formats - filter patch has landed. I still need to make update inst...Steven Wittens2004-08-10
* #7646 and more:Steven Wittens2004-08-10
* - Patch #9819 by JonBob: fixed XHTML bug - make sure the <div> is always closed.Dries Buytaert2004-08-06
* - Patch #9330: ucfirst() gives problem when used with multibyte charset.Dries Buytaert2004-08-06
* - Patch #7458 by killes: conditionally include xmlrpc.inc.Dries Buytaert2004-08-04
* Fixing a rather nasty bug with page cache:Steven Wittens2004-07-29
* - #9287: More doxygen/documentation fixes by JonBobSteven Wittens2004-07-22
* - Fixing bad strpos usage (have to use the ===/!== operators to check for 'fa...Steven Wittens2004-07-21
* - Patch #9238 by JonBob: added code and Doxygen comments to common.inc andDries Buytaert2004-07-13
* Slightly improved code in drupal_xml_parser_create.Steven Wittens2004-07-12
* Now Drupal tries iconv, recode and mbstring to convert unknown XML encodings ...Steven Wittens2004-07-12
* - Call 'exit' hook when drupal_goto() is called. Also necessary for theDries Buytaert2004-07-11
* - Many form_ functions called theme('form_element') with the wrong parameters!Dries Buytaert2004-07-08
* - Patch by Steven and me: refactored the form handling of nodes. The node sys...Dries Buytaert2004-07-04