summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #147034 by webchick: removed redundant dependency checking.Dries 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
|
* #128866 by myself: bjaspan noted that the pgsql and mysql updates on ↵Gábor Hojtsy2007-05-25
| | | | locale_update_6002() are reversed, I noted that the variables table got the language column inadvertently
* - 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.
* - Patch #146313 by walkah: _user_edit_validate assumes arg(1) == 'register' ↵Dries Buytaert2007-05-25
| | | | when being called for the user_register form
* - 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