summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* #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
* #205334 by hass: if more then 5 languages are available, use a dropdown not ↵Gábor Hojtsy2008-01-02
| | | | a radio button list (usability)
* #203846 by pwolanin and jvandyk: PHP 4 does not allow omitting an object ↵Gábor Hojtsy2007-12-31
| | | | when it is passed by reference, so we need to live with dummy object passing with actions for object-less actions to support PHP 4
* - Patch #204900 by webernet: code style fixes. Likely my last patch of the ↵Dries Buytaert2007-12-31
| | | | year. Fiew. Thanks all, and see you on the other side. :)
* - Patch #204221 by webernet: code style fixes.Dries Buytaert2007-12-28
|
* - Patch #194369 by webernet: fixed the default files directory on multi-site ↵Dries Buytaert2007-12-28
| | | | setups.
* - Patch #204083 by pwolanin: PHPdoc improvement.Dries Buytaert2007-12-28
|
* #194369 by lots of contributors: move default files directory to ↵Gábor Hojtsy2007-12-27
| | | | sites/default/files which can be created automatically on install, so no need to bug the user about it, making the install process easier
* Reported at http://groups.drupal.org/node/7843 : language direction was not ↵Gábor Hojtsy2007-12-27
| | | | translated in the overview (it is in the form, so no new string for translators)
* #176748 follow up by pwolanin: fix bad breadcrumbs and missing/wrong titlesGábor Hojtsy2007-12-27
|
* #203794 by douggreen: nonexistent dependencies should not be considered on ↵Gábor Hojtsy2007-12-27
| | | | the dependency checker
* #204081 by chx: check menu arguments by type, so type casting will not cause ↵Gábor Hojtsy2007-12-27
| | | | problems
* - Patch #203509 by pwolanin, chx, cwgordon7 et al: fixed menu inheritenace.Dries Buytaert2007-12-26
|
* #198234 by bjaspan: fix improper type maps for numeric and char values in ↵Gábor Hojtsy2007-12-23
| | | | schema API
* #194946 by dmitrig01, Pasqualle: christmas cleanup (some code style issues ↵Gábor Hojtsy2007-12-23
| | | | fixed)
* #195176 by chx: form_set_error doxygen was misleadingGábor Hojtsy2007-12-23
|
* #203274 by Pasqualle: remove excessive witespace from our code (minor)Gábor Hojtsy2007-12-22
|
* #200921 by Pancho: code consistency change, renaming an internal variable in ↵Gábor Hojtsy2007-12-22
| | | | drupal_get_schema() for better developer docs
* #202925 report by beholder, patch by myself: (notice fix) only consider ↵Gábor Hojtsy2007-12-21
| | | | languages with a host set when comparing with the current host in domain language negotiation
* back to 6.x-devGábor Hojtsy2007-12-20
|
* Gearing up for Drupal 6 RC1Gábor Hojtsy2007-12-20
|
* #196630 by yched: postpone warning message display until batch finished, so ↵Gábor Hojtsy2007-12-20
| | | | messages are not forgotten on non-JS batches
* #201536 by chx: centralizing permission checking code in node revision ↵Gábor Hojtsy2007-12-20
| | | | handling, removing lots of duplicate code