Dries Buytaert
d80ec0f421
- Patch #147501 by yched: fixed reordering of parameters in batch engine.
2007-05-29 06:24:06 +00:00
Dries Buytaert
a55c0d676b
- Patch #145135 by bjaspan and stefan: xhtml compliance.
2007-05-28 18:53:29 +00:00
Dries Buytaert
3b32bb6fc2
- Patch #146470 by Eaton: install.php was hard-calling the user module's internal FAPI functions, and that line had been missed.
2007-05-28 18:50:49 +00:00
Dries Buytaert
ee2afa19d0
- Patch #145058 by pwolanin: update parents when a child is deleted.
2007-05-28 06:24:41 +00:00
Dries Buytaert
7131fd5313
- Patch #146536 by nedjo: typo programed -> programmed
2007-05-28 06:20:28 +00:00
Dries Buytaert
5d35dbd3d4
- Patch #147034 by webchick: removed redundant dependency checking.
2007-05-28 06:19:05 +00:00
Dries Buytaert
96926ca047
- Patch #146470 by Eaton et al: standardize form API3 hook parameter order.
2007-05-28 06:08:47 +00:00
Dries Buytaert
a8ceb7613b
- Patch #145058 by pwolanin (and chx): re-parenting and caching for menu links.
2007-05-27 20:31:13 +00:00
Gábor Hojtsy
860947d3c8
#145737 by yhager, documentation cleaned up by myself: add support for RTL 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.
2007-05-27 17:57:48 +00:00
Dries Buytaert
7f83d274b5
- Patch #146937 by merlinofchaos: restore maintenance mode.
2007-05-26 10:54:12 +00:00
Dries Buytaert
1f86421497
- Patch #55516 by David Strauss et al: removed some database locking.
2007-05-25 21:01:30 +00:00
Dries Buytaert
633540ef8c
- Patch #144765 by ChrisKennedy, drewish, bjaspan et al: schema fixes.
2007-05-25 20:52:44 +00:00
Gábor Hojtsy
1d7037a756
#128866 by myself: bjaspan noted that the pgsql and mysql updates on locale_update_6002() are reversed, I noted that the variables table got the language column inadvertently
2007-05-25 15:47:57 +00:00
Dries Buytaert
2ea8460ea9
- Patch #146187 by walkah: FAPI 3 removes ['#post'] from hook_form_alter.
2007-05-25 15:39:34 +00:00
Dries Buytaert
4a6f5869e5
- Patch #142773 by kbahey: made Drupal work correctly when behind a reverse proxy.
2007-05-25 15:04:42 +00:00
Dries Buytaert
5b45c4afc5
- Patch #146313 by walkah: _user_edit_validate assumes arg(1) == 'register' when being called for the user_register form
2007-05-25 12:52:16 +00:00
Dries Buytaert
3cafffe63f
- Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. Oh, behave.
2007-05-25 12:46:46 +00:00
Dries Buytaert
ae762838c0
- Patch #140218 by drewish: fixed MySQL 5 strict bug.
2007-05-25 09:28:10 +00:00
Dries Buytaert
6a1c36c38a
- Patch #144162 by JohnAlbin: fixed problems with FAPI3 patch.
2007-05-23 08:00:46 +00:00
Dries Buytaert
a91168dc19
- Patch #140218 by pwolanin: fixed problem with callbakcs.
2007-05-23 07:55:08 +00:00
Dries Buytaert
d81bfb45a0
- Patch #137724 by JohnAlbin: empty favicon causes duplicate page requests.
2007-05-22 19:56:00 +00:00
Dries Buytaert
23e253617d
- Patch #140412 by quicksketch: use drupal_set_header() instead of header().
2007-05-22 17:43:17 +00:00
Dries Buytaert
0047e35d91
- Patch #145671 by Gabor: import translation files when adding a new language.
2007-05-22 07:42:37 +00:00
Dries Buytaert
5094312d3b
- Patch #140218 by Crell et al: make it possible to move page callbacks to their own include files.
2007-05-22 05:52:17 +00:00
Gábor Hojtsy
760a181c97
#145748 by meba, after coding style fixes: disable the checkbox on the default language, so it cannot be disabled (the submit handler already disallows disabling it)
2007-05-21 20:21:39 +00:00
Gábor Hojtsy
112aa20768
#144496 by myself: import translations for newly installed modules and enabled themes;
...
as a side effect, improve usability of the module screen by performing module
changes all at once
2007-05-21 10:56:05 +00:00
Dries Buytaert
72e43b4f22
- Patch #145390 by Eaton: fix for node forms that implement submit hooks.
2007-05-20 16:46:03 +00:00
Dries Buytaert
667bf95308
- Patch #54833 by Steven: added an HTML corrector.
2007-05-20 16:44:35 +00:00
Dries Buytaert
d78badccbc
- Patch #109104 by Zen: ambiguous column reference with PostgreSQL.
2007-05-20 16:40:20 +00:00
Dries Buytaert
d79082769a
- Patch #144919 by dww: hide user picture settings when possible.
2007-05-20 16:38:19 +00:00
Dries Buytaert
2934a3d9bd
- Patch #144859 by dww: added optional e-mail notifications when user are approved, blocked, or deleted.
2007-05-20 12:34:48 +00:00
Dries Buytaert
b86d106e0e
- Patch #141131 by mfer: fixed UTF-8 problem.
2007-05-20 07:30:03 +00:00
Dries Buytaert
be3dea205f
- Patch #145390 by eaton: node form broken for modules that implement submit hooks
2007-05-20 07:28:05 +00:00
Gábor Hojtsy
bb812c1a9e
#144874 by riccardoR: the language filter field is not removed when already filtering by a language
2007-05-19 13:31:51 +00:00
Dries Buytaert
0b42d1dcdf
- Patch #109150 by webernet: typo in documentation.
2007-05-18 22:09:45 +00:00
Dries Buytaert
cc62bb2644
- Patch #109150 by ff1 and webernet: fix rewrite rule.
2007-05-18 17:44:29 +00:00
Dries Buytaert
150dd96020
- Patch #144746 by drewish: fixed menu router table definition.
2007-05-18 07:03:21 +00:00
Dries Buytaert
99338b7896
- Patch #144676 by webchick and dww: form API-fied user settings.
2007-05-17 21:33:59 +00:00
Dries Buytaert
da7f952a45
- Patch #141131 by mfer: remember anonyous comment posters.
2007-05-17 21:05:38 +00:00
Dries Buytaert
d1e28d4273
- Patch #141131 by mfer: remember anonyous comment posters.
2007-05-17 20:57:19 +00:00
Gábor Hojtsy
8cc8f87896
#139970 follow up fix by riccardoR: LTR is the default behavior
2007-05-17 08:34:43 +00:00
Dries Buytaert
6fc1183997
- Patch #105039 by ChrisKennedy: more polish for the custom date formats. Previous custom data format patch was also by Chris but got accidentically committed with another patch. Thanks Chris.
2007-05-17 07:28:42 +00:00
Dries Buytaert
707abd1133
- Patch #142869 by keith.smith: expanded the installer's help text a bit.
2007-05-17 06:35:05 +00:00
Dries Buytaert
64ea900aff
- Patch #140666 by bjaspan: fix some primary keys.
2007-05-16 14:41:38 +00:00
Dries Buytaert
a243145d3f
- Patch #137767 by chx and pwolanin: multiple menu support.
2007-05-16 13:45:17 +00:00
Dries Buytaert
b4ef53eccc
- Patch #127539 by yched: batch processing fixes.
2007-05-16 07:56:19 +00:00
Gábor Hojtsy
55b4cbadf2
#143249 by Jose A Reyero: add language parameter to t() to make it possible to retrieve translations of strings for different languages, to send emails to users in their own language for example
2007-05-15 20:19:47 +00:00
Gábor Hojtsy
e80888ae25
#141637 follow up patch by merlinofchaos: proper placement of menu_rebuild() to not run twice on the same request
2007-05-15 19:44:23 +00:00
Dries Buytaert
adab4ab83b
- Patch #142869 by Gabor: import interface translation files at install time.
2007-05-15 15:29:49 +00:00
Dries Buytaert
26da0ada51
- Patch #144087 by dmitrig01: form API fix.
2007-05-15 05:43:54 +00:00