summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* #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
|
* #199946 by JirkaRybka: append a short query string to CSS and JS files, ↵Gábor Hojtsy2008-01-07
| | | | changing on upgrades, so on core/module/theme upgrades, browser caches will 'flush'
* #207170 by hswong3i slightly modified: drupal_write_record() did not return ↵Gábor Hojtsy2008-01-07
| | | | FALSE on query failure and had bad documentation on the returned values
* #197720 follow up by keith.smith, scor: include php.ini path in memory limit ↵Gábor Hojtsy2008-01-07
| | | | messages
* #206510 by pwolanin, chx: menu title arguments were not properly stored when ↵Gábor Hojtsy2008-01-06
| | | | they were empty
* #205602 by theborg: disabled languages were included in the language lookup ↵Gábor Hojtsy2008-01-06
| | | | logic
* - Patch #199955 by saxofaan: file_upload_max_size() returns results in ↵Dries Buytaert2008-01-05
| | | | bytes, not in mega bytes.
* #197720 by nedjo, scor, keith.smith, catch: inform installing users about ↵Gábor Hojtsy2008-01-04
| | | | PHP memory requirements of Drupal 6
* #198856 by hswong3i: Fix some incorrect use of %s for table name escaping, ↵Gábor Hojtsy2008-01-04
| | | | implement better security checks
* #202955 by chx: menu_rebuild() needs to be called after maintenance mode, ↵Gábor Hojtsy2008-01-03
| | | | because stale data might end up in menu tables in maintenance mode
* #205843 report by asimmonds, patch by chx: menu_valid_path() was used as an ↵Gábor Hojtsy2008-01-03
| | | | API function, but was located in menu.module, move to menu.inc
* #205334 follow up by myself: options were improperly counted in language ↵Gábor Hojtsy2008-01-02
| | | | list (minor)
* #168315 by schuyler1d: previous active database name was not consistently ↵Gábor Hojtsy2008-01-02
| | | | returned in db_set_active()
* #201017 by chx: AHAH callbacks were not working for regular buttonsGábor Hojtsy2008-01-02
|
* #50901 by chx: do not allow user login under maintenance mode, if the logged ↵Gábor Hojtsy2008-01-02
| | | | in user has no site config permission
* #204872 report by hass, patch by myself: Mode radio button in locale import ↵Gábor Hojtsy2008-01-02
| | | | had bad default value