summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. ↵Dries Buytaert2007-05-25
| | | | Oh, behave.
* - Patch #140218 by drewish: fixed MySQL 5 strict bug.Dries Buytaert2007-05-25
|
* - Patch #144162 by JohnAlbin: fixed problems with FAPI3 patch.Dries Buytaert2007-05-23
|
* - Patch #140218 by pwolanin: fixed problem with callbakcs.Dries Buytaert2007-05-23
|
* - 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
* - Patch #145390 by Eaton: fix for node forms that implement submit hooks.Dries Buytaert2007-05-20
|
* - Patch #54833 by Steven: added an HTML corrector.Dries Buytaert2007-05-20
|
* - Patch #109104 by Zen: ambiguous column reference with PostgreSQL.Dries Buytaert2007-05-20
|
* - Patch #144919 by dww: hide user picture settings when possible.Dries Buytaert2007-05-20
|
* - Patch #144859 by dww: added optional e-mail notifications when user are ↵Dries Buytaert2007-05-20
| | | | approved, blocked, or deleted.
* - Patch #141131 by mfer: fixed UTF-8 problem.Dries Buytaert2007-05-20
|
* - Patch #145390 by eaton: node form broken for modules that implement submit ↵Dries Buytaert2007-05-20
| | | | hooks
* #144874 by riccardoR: the language filter field is not removed when already ↵Gábor Hojtsy2007-05-19
| | | | filtering by a language
* - Patch #109150 by webernet: typo in documentation.Dries Buytaert2007-05-18
|
* - Patch #109150 by ff1 and webernet: fix rewrite rule.Dries Buytaert2007-05-18
|
* - Patch #144746 by drewish: fixed menu router table definition.Dries Buytaert2007-05-18
|
* - Patch #144676 by webchick and dww: form API-fied user settings.Dries Buytaert2007-05-17
|
* - Patch #141131 by mfer: remember anonyous comment posters.Dries Buytaert2007-05-17
|
* - Patch #141131 by mfer: remember anonyous comment posters.Dries Buytaert2007-05-17
|
* #139970 follow up fix by riccardoR: LTR is the default behaviorGábor Hojtsy2007-05-17
|
* - Patch #105039 by ChrisKennedy: more polish for the custom date formats. ↵Dries Buytaert2007-05-17
| | | | Previous custom data format patch was also by Chris but got accidentically committed with another patch. Thanks Chris.
* - Patch #142869 by keith.smith: expanded the installer's help text a bit.Dries Buytaert2007-05-17
|
* - Patch #140666 by bjaspan: fix some primary keys.Dries Buytaert2007-05-16
|
* - 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
* #141637 follow up patch by merlinofchaos: proper placement of menu_rebuild() ↵Gábor Hojtsy2007-05-15
| | | | to not run twice on the same request
* - Patch #142869 by Gabor: import interface translation files at install time.Dries Buytaert2007-05-15
|
* - Patch #144087 by dmitrig01: form API fix.Dries Buytaert2007-05-15
|
* - Patch #138706 by Eaton: 2 form API fixes.Dries Buytaert2007-05-15
|
* - Patch #138706 by hunmonk: fixed PostgreSQL caching problem.Dries Buytaert2007-05-14
|
* - Patch #141664 by ChrisKennedy: fixed E_ALL warning.Dries Buytaert2007-05-14
|
* - 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
|
* #141637: add back menu_rebuild() to allow for clean URL check, and document ↵Gábor Hojtsy2007-05-11
| | | | the need for both menu_rebuild() calls, so we will not make this mistake in the future
* - Patch #114703 by Moshe: minor node revision fix.Dries Buytaert2007-05-11
|
* - Modified patch #142798 by Steven and sime: introduced a new image API ↵Dries Buytaert2007-05-11
| | | | function: image_scale_and_crop()
* #141637 by merlinofchaos and yched: follow up fixes to the installer patch, ↵Gábor Hojtsy2007-05-11
| | | | properly rebuilding the menu when done and returning update results
* - Patch #142897 by erdemkose: corrected the argument: should be empty array ↵Dries Buytaert2007-05-10
| | | | instead of empty string.
* - Patch #141637 by merlinofchaos, gabor, et al: provide a site config form ↵Dries Buytaert2007-05-10
| | | | at the end of install to collect data, plus allow profiles to modify and add more.
* - Patch #142619 by erdemkose: fixed E_ALL warnings.Dries Buytaert2007-05-10
|
* Code style: use get_t() to determine appropriate t() functionSteven Wittens2007-05-10
|