summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Patch #214513 by Lynn: missing break-statement in system_send_email_action.Dries Buytaert2008-02-06
|
* - Patch #218319 by Moshe: added support for dynamic menu items in query strings.Dries Buytaert2008-02-06
|
* - Patch #210131 by dvessel, catch, John, et al: updated jQuery library.Dries Buytaert2008-02-06
|
* #215858 by pwolanin: localized menu options were saved into the database, ↵Gábor Hojtsy2008-02-04
| | | | avoid this by using different variable names / array keys
* #117748 by quicksketch: short fix to trim() required fields for validation, ↵Gábor Hojtsy2008-02-04
| | | | with documentation
* #216061 by Eaton: nid was not set in node creation (programatic node ↵Gábor Hojtsy2008-02-03
| | | | creation regression)
* Back to 6.0-devGábor Hojtsy2008-01-30
|
* Preparing for RC3Gábor Hojtsy2008-01-30
|
* #216042 by Eaton: provide the complete form to element validators as well ↵Gábor Hojtsy2008-01-30
| | | | (critical regression for CCK)
* #215127 by chx, webernet, catch; testing by theborg: menu item parenting was ↵Gábor Hojtsy2008-01-30
| | | | broken when moving menu items
* #215848 by simonc: SMALLTEXT is not a valid MySQL type, TINYTEXT is there ↵Gábor Hojtsy2008-01-30
| | | | instead
* #215252 by bdragon: reset the cache flush variable before the cache is ↵Gábor Hojtsy2008-01-29
| | | | flushed, so busy sites will not attempt multiple cache flushes at a time
* #215361 by bec: phpdoc for menu_load_objects(), _menu_item_localize() and ↵Gábor Hojtsy2008-01-29
| | | | _menu_link_translate()
* #210219 by htalvitie, yched: initialize block caching properties properly on ↵Gábor Hojtsy2008-01-28
| | | | install (and update bugos RC2 sites as well)
* #213664 by chx, theborg: menu item not expanded on front pageGábor Hojtsy2008-01-28
|
* #193331 by ufku: the replace parameter was not used in file_save_upload() as ↵Gábor Hojtsy2008-01-28
| | | | documented, fix this
* #213517 by ax: inline documentation cleanup, fixing four unclosed @defgroupsGábor Hojtsy2008-01-28
|
* #207029 by JohnAlbin: some menu item properties were not passed along for ↵Gábor Hojtsy2008-01-28
| | | | theming (regression)
* #214922 by Eaton: fix code typo which prevented from image buttons in a tree ↵Gábor Hojtsy2008-01-28
| | | | form from working
* #206955 follow up by merlinofchaos: avoid misusing default values for image ↵Gábor Hojtsy2008-01-28
| | | | buttons
* #207330 by c960657: allow custom URL rewriter to work on base_url and fix ↵Gábor Hojtsy2008-01-27
| | | | urlencoding of front page URL with a path prefix
* #172571 by fgm, slightly modified: document that theme_xml_icon() was ↵Gábor Hojtsy2008-01-27
| | | | superceded in most cases by theme_feed_icon()
* #187075 by dvessel: do not compute a breadcrumb for the home page (regression)Gábor Hojtsy2008-01-27
|
* #212126 report by salvis, patch by myself: allow clearing of ↵Gábor Hojtsy2008-01-25
| | | | drupal_html_to_text() URL list, so it can be used multiple times on the page
* #194327 by dvessel, David_Rothstein, catch, theborg: IE form submission ↵Gábor Hojtsy2008-01-25
| | | | button correction was buggy
* #213319 by add1sun: minor code documentation fix at template_preprocess_block()Gábor Hojtsy2008-01-24
|
* #204411 by catch: elevate MySQL requirements to 4.1.1 (the first production ↵Gábor Hojtsy2008-01-24
| | | | MySQL 4.1.x was 4.1.5 anyway)
* #208768 by dvessel, Arancaytar: language direction should be in the HTML ↵Gábor Hojtsy2008-01-24
| | | | source, so it is more accessible even without CSS
* #194494 by Jax, slightly expanded: unify empty password handling is MySQL ↵Gábor Hojtsy2008-01-23
| | | | and MySQLi installer and runtime drivers
* #212409 by theborg: avoid calling check_plain() twice on menu linksGábor Hojtsy2008-01-22
|
* #206778 follow up by dvessel: better filtering for subtheme filesGábor Hojtsy2008-01-21
|
* #195283 by pwolanin: code documentation for the 'forms' function groupGábor Hojtsy2008-01-21
|
* #210479 by catch, dvessel: add newlines to list items, so inline display and ↵Gábor Hojtsy2008-01-21
| | | | RTL issues are resolved
* #196630 follow up by JirkaRybka: fix theme location information in ↵Gábor Hojtsy2008-01-16
| | | | maintenance theming, so IE6 fix CSS is loaded properly
* #200674 by scor, catch: update.php should inform users if their memory limit ↵Gábor Hojtsy2008-01-16
| | | | will possibly result in a WSOD
* #209077 by bec: missing initialization for the placeholders array in ↵Gábor Hojtsy2008-01-16
| | | | drupal_write_record()
* #208991 by JirkaRybka: target sticky table headers to Drupal output tables ↵Gábor Hojtsy2008-01-15
| | | | only, so it won't sticky random tables in other site content
* #201540 follow up by zoo33: move jpeg quality validation to where it ↵Gábor Hojtsy2008-01-15
| | | | belongs, so it is only called if the current image toolkit requires it
* - Patch #115606 by Junyor, thesaint_02: added support for PHP 5.2's ↵Dries Buytaert2008-01-15
| | | | 'recoverable fatal errors'.
* Back to 6.0-devGábor Hojtsy2008-01-10
|
* Drupal 6 RC2Gábor Hojtsy2008-01-10
|
* #208262 by jvandyk: better name for variable signing a menu rebuild requirementGábor Hojtsy2008-01-10
|
* A missing empty lineGábor Hojtsy2008-01-10
|
* #207908 by chx, docs by jvandyk: menu title custom translation was not ↵Gábor Hojtsy2008-01-10
| | | | invoked properly
* #206778 by dvessel: prevent themes from using their sub-theme's templates, ↵Gábor Hojtsy2008-01-09
| | | | when not intended
* #207991 by Rok Zlender: xmlrpc_date did not parse dates wellGábor Hojtsy2008-01-09
|
* #207982 by domasj: Lithuanian native language name was incorrectGábor Hojtsy2008-01-09
|
* #207947 by Rok Zlender: whitespace missing between error messages in file.incGábor Hojtsy2008-01-09
|
* #151910 by chx: support subqueries in db_rewrite_sql() - now that we use ↵Gábor Hojtsy2008-01-08
| | | | subqueries even in core, this was critical
* #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocksGábor Hojtsy2008-01-08
|