summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Patch #147873 by hswong3i: made an SQL query Oracle-friendly.Dries Buytaert2007-06-01
|
* #119441: JavaScript aggregator/compressor by m3avrck and others.Steven Wittens2007-06-01
|
* - Patch #136067 by ChrisKennedy: fixed required-attribute of password fields.Dries Buytaert2007-05-31
|
* - Patch #101268 by webernet et al: improve the usability of feed icons.Dries Buytaert2007-05-31
|
* - Patch #147873 by hswong3i: menu SQL fix.Dries Buytaert2007-05-31
|
* - Patch #147873 rollback.Dries Buytaert2007-05-30
|
* - Patch #147692 by hswong3i: gives SQL backends more control over db_query().Dries Buytaert2007-05-30
|
* - Patch #147873 by hswong3i: made menu.inc Oracle-friendly.Dries Buytaert2007-05-30
|
* - Patch #115267 by drewish, dopry et al: simplified file uploads code, ↵Dries Buytaert2007-05-30
| | | | improved file API, centralized file validation, implemented quotas and fixed file previews.
* #147640 by Jose A Reyero with further cleanup by myself: add language code ↵Gábor Hojtsy2007-05-29
| | | | | | to localization functions This makes it possible to call these functions with a given language code when sending emails to multiple users with different languages in a request for example.
* - Patch #147285 by drewish: add db_rename_table().Dries Buytaert2007-05-29
|
* - Patch #147501 by yched: fixed reordering of parameters in batch engine.Dries Buytaert2007-05-29
|
* - Patch #145135 by bjaspan and stefan: xhtml compliance.Dries Buytaert2007-05-28
|
* - Patch #145058 by pwolanin: update parents when a child is deleted.Dries Buytaert2007-05-28
|
* - Patch #146536 by nedjo: typo programed -> programmedDries Buytaert2007-05-28
|
* - Patch #146470 by Eaton et al: standardize form API3 hook parameter order.Dries Buytaert2007-05-28
|
* - Patch #145058 by pwolanin (and chx): re-parenting and caching for menu links.Dries Buytaert2007-05-27
|
* #145737 by yhager, documentation cleaned up by myself: add support for RTL ↵Gábor Hojtsy2007-05-27
| | | | | | | | | CSS overrides and default RTL CSS override files for modules Note: properties, which are different in the RTL display are marked with /* LTR */ in default CSS files now, so maintainers remember that changing them should also have an effect on RTL CSS files. This should open the way for better RTL (right-to-left written) language (such as Arabic and Hebrew) support.
* - Patch #146937 by merlinofchaos: restore maintenance mode.Dries Buytaert2007-05-26
|
* - Patch #55516 by David Strauss et al: removed some database locking.Dries Buytaert2007-05-25
|
* - Patch #144765 by ChrisKennedy, drewish, bjaspan et al: schema fixes.Dries Buytaert2007-05-25
|
* - Patch #146187 by walkah: FAPI 3 removes ['#post'] from hook_form_alter.Dries Buytaert2007-05-25
|
* - Patch #142773 by kbahey: made Drupal work correctly when behind a reverse ↵Dries Buytaert2007-05-25
| | | | proxy.
* - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. ↵Dries Buytaert2007-05-25
| | | | Oh, behave.
* - Patch #137724 by JohnAlbin: empty favicon causes duplicate page requests.Dries Buytaert2007-05-22
|
* - Patch #140412 by quicksketch: use drupal_set_header() instead of header().Dries Buytaert2007-05-22
|
* - Patch #145671 by Gabor: import translation files when adding a new language.Dries Buytaert2007-05-22
|
* - Patch #140218 by Crell et al: make it possible to move page callbacks to ↵Dries Buytaert2007-05-22
| | | | their own include files.
* #145748 by meba, after coding style fixes: disable the checkbox on the ↵Gábor Hojtsy2007-05-21
| | | | default language, so it cannot be disabled (the submit handler already disallows disabling it)
* #144496 by myself: import translations for newly installed modules and ↵Gábor Hojtsy2007-05-21
| | | | | | | enabled themes; as a side effect, improve usability of the module screen by performing module changes all at once
* #139970 follow up fix by riccardoR: LTR is the default behaviorGábor Hojtsy2007-05-17
|
* - Patch #137767 by chx and pwolanin: multiple menu support.Dries Buytaert2007-05-16
|
* - Patch #127539 by yched: batch processing fixes.Dries Buytaert2007-05-16
|
* #143249 by Jose A Reyero: add language parameter to t() to make it possible ↵Gábor Hojtsy2007-05-15
| | | | to retrieve translations of strings for different languages, to send emails to users in their own language for example
* - Patch #142869 by Gabor: import interface translation files at install time.Dries Buytaert2007-05-15
|
* - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)Dries Buytaert2007-05-14
|
* #136837: fix coding style issues of cache table name concatenation as noted ↵Gábor Hojtsy2007-05-12
| | | | by ChrisKennedy
* #136837 by meba: PHP replaces {} enclosed variables in strings with the ↵Gábor Hojtsy2007-05-12
| | | | variable value itself, so cache tables were not prefixable
* - Patch #142337 by drewish: fixed E_ALL problem.Dries Buytaert2007-05-12
|
* - Patch #142798 by sime: documentation fix.Dries Buytaert2007-05-12
|
* - Modified patch #142798 by Steven and sime: introduced a new image API ↵Dries Buytaert2007-05-11
| | | | function: image_scale_and_crop()
* Code style: use get_t() to determine appropriate t() functionSteven Wittens2007-05-10
|
* - Patch #99011 by merlinofchaos: remove sites/default/settings.php and ship ↵Dries Buytaert2007-05-08
| | | | with sites/default/default.settings.php.
* #142074 by erdemkose: Bug and E_ALL: undefined variableGábor Hojtsy2007-05-08
|
* simple phpdoc formatting fix in locale.incGábor Hojtsy2007-05-08
|
* - Patch #136049 by lyricnz: small performance improvement - removed some ↵Dries Buytaert2007-05-07
| | | | redundant fields.
* #127539 by yched: simplify developer docs about the finished value and fix ↵Gábor Hojtsy2007-05-07
| | | | an URL placeholder
* - Patch #133189 by Darren Oh: fixed empty date field test.Dries Buytaert2007-05-07
|
* - Patch #137211 by merlinofchaos: move theme information to .info files and ↵Dries Buytaert2007-05-06
| | | | improved theme inheritance.
* #141482 by Heine: collapse custom language addition form by default, because ↵Gábor Hojtsy2007-05-05
| | | | it is an advanced form, not required most of the time, so can make people confused