Gábor Hojtsy
086385c2a8
#164209 by mooffie: native language names were not shown in the predefined language dropdown for RTL languages
2007-08-04 13:08:17 +00:00
Dries Buytaert
99a8f0753d
- Patch #160620 by kkaefer: E_NOTICE fix.
2007-07-21 09:26:07 +00:00
Gábor Hojtsy
6993ea05b7
#159463 by hass (with phpdoc addition from myself): file_scan_directory() should not have a trailing slash in the dir parameter
2007-07-15 19:14:19 +00:00
Dries Buytaert
ee701b3336
- Patch #155986 by Uwe: fixed typos.
2007-07-02 14:41:37 +00:00
Dries Buytaert
e59852d336
- Rollback of patch #147723 : delete API. Talked to Steven and Gabor and we
...
unanimously agreed to rollback the deletion API. We all support the
features this patch added, yet not its actual design and implementation.
After some talk, we decided that it would be better for Drupal -- in the
long term -- not to go with a solution that isn't 100%. We also recognize
that in the short term, this patch would have been useful addition. So
let's figure out how we can implement this properly in D7.
2007-07-01 17:41:16 +00:00
Dries Buytaert
2bf7c1c0e3
- Patch #147662 by Gordon et al: add new #pre_render callback to drupal_render().
2007-06-28 07:48:41 +00:00
Gábor Hojtsy
358a4dc079
#154941 by hunmonk: fix faulty variable initialization in locale JS parsing
2007-06-27 08:40:58 +00:00
Gábor Hojtsy
bedf78d558
#152670 by myself: refactor PO generation to decouple data collection, file generation and HTTP download; fix a bug with plural exports along the way
2007-06-23 20:45:36 +00:00
Steven Wittens
fe8b35f527
#153781 : Convert all remaining confirm_forms() to deletion api.
2007-06-22 08:32:28 +00:00
Gábor Hojtsy
25b01f6c2e
Remove leftover t() from watchdog messages
2007-06-18 09:41:30 +00:00
Gábor Hojtsy
64707c09e9
#150521 by myself: streamline locale runtime performance and clean up code by not storing empty translations
2007-06-17 17:41:40 +00:00
Gábor Hojtsy
9350f5e6cf
the language column is in locales_target, noted on IRC by wwwebernet
2007-06-17 17:34:12 +00:00
Gábor Hojtsy
1e666c34cc
#150554 suggested by kkaefer, patch by me: rename 'po' folders to the more user friendly 'translations' name
2007-06-13 19:39:04 +00:00
Dries Buytaert
53420729ea
- Patch #101927 by cooferat: fixed problem with post information.
2007-06-11 15:21:14 +00:00
Gábor Hojtsy
1f1ad0e2f1
#150335 by myself: clean up editing form, allow for powerful form altering
2007-06-09 09:44:28 +00:00
Gábor Hojtsy
57c9a13e1f
#118026 by kkaefer with fixes from myself: JavaScript translation support and script.js as a default theme JS file to use, if found
2007-06-08 12:51:59 +00:00
Dries Buytaert
1fe90cba4f
- Patch #146667 by Eaton: correct builder argument ordering, eliminate redundant arguments
2007-06-04 07:22:23 +00:00
Dries Buytaert
4fd54aabc5
- Patch #115267 by drewish, dopry et al: simplified file uploads code, improved file API, centralized file validation, implemented quotas and fixed file previews.
2007-05-30 08:08:59 +00:00
Gábor Hojtsy
36e87e190c
#147640 by Jose A Reyero with further cleanup by myself: add language code 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.
2007-05-29 14:37:49 +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
0047e35d91
- Patch #145671 by Gabor: import translation files when adding a new language.
2007-05-22 07:42:37 +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
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
a243145d3f
- Patch #137767 by chx and pwolanin: multiple menu support.
2007-05-16 13:45:17 +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
ac65ff9074
- Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)
2007-05-14 13:43:38 +00:00
Gábor Hojtsy
32e8534d93
#142074 by erdemkose: Bug and E_ALL: undefined variable
2007-05-08 09:48:14 +00:00
Gábor Hojtsy
a6084a5a36
simple phpdoc formatting fix in locale.inc
2007-05-08 09:46:24 +00:00
Gábor Hojtsy
644657c56b
#141482 by Heine: collapse custom language addition form by default, because it is an advanced form, not required most of the time, so can make people confused
2007-05-05 08:55:15 +00:00
Dries Buytaert
fff45d1f4b
- Patch #139970 by Gabor: locale cleanup.
2007-05-03 09:51:08 +00:00
Dries Buytaert
f73610bec6
- Patch #76588 by Gabor: made log messages translatable. Yay.
2007-04-24 13:53:15 +00:00
Dries Buytaert
e675979091
- Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot.
2007-04-13 08:56:59 +00:00
Dries Buytaert
78305a9e2d
- Patch #135846 by Gabor: killed two E_NOTICES
2007-04-13 08:03:21 +00:00
Dries Buytaert
ded653fbbd
- Patch #128866 by Gabor and erdemkose: make it impossible to delete the default language or the English language.
2007-04-09 14:46:55 +00:00
Dries Buytaert
a871b96a48
- Patch #72564 by Gabor: locale bugfix: undefined variable.
2007-04-06 14:15:43 +00:00
Dries Buytaert
bb9f9a33e4
- Patch #133216 by meba: trying to get property of non-object on line 982.
2007-04-04 20:47:41 +00:00
Dries Buytaert
b20618aa12
- Patch #128866 by Gabor et al: new language subsystem fixes.
2007-03-28 14:08:23 +00:00
Steven Wittens
f7440d4d73
#130971 : Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)
2007-03-27 05:13:55 +00:00
Dries Buytaert
eb0caa354e
- Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem.
2007-03-26 01:32:22 +00:00
Steven Wittens
bb49dd5af5
#124366 : Change the default language codes for Norwegian Nynorsk and Norwegian Bokmål
2007-03-24 19:07:34 +00:00
Dries Buytaert
4b635f6d0a
- Patch #128081 by Eaton: remove #base, paving the path for a simpler form API.
2007-03-17 18:30:14 +00:00
Dries Buytaert
5ed8046fe7
- Patch #117826 by kkaefer: move the localization menu to site building.
2007-02-11 08:44:32 +00:00
Dries Buytaert
03752e35a4
- Patch #34755 by chx et al: faster menu system. HEAD is temporary broken and there is no upgrade path yet.
2007-01-24 14:48:36 +00:00
Steven Wittens
365439ffdf
#107015 : Code consistency, capitalization of class names.
2007-01-05 05:32:23 +00:00
Neil Drumm
dfd86399c0
#106232 by chx. Add spaces for code style.
2007-01-02 05:05:38 +00:00
Steven Wittens
95539f5e08
#105889 : fix parse error in locale.inc
2006-12-30 08:43:14 +00:00
Steven Wittens
c231ce312d
#97640 : Do not xss filter locale strings on import or edit.
2006-12-29 08:35:04 +00:00
Steven Wittens
b86f45b1e6
#100516 : CSS preprocessor to cache and compress all .css files. Benchmarks show up to 40% faster page loads.
2006-12-10 09:54:35 +00:00
Dries Buytaert
45363904d5
- Patch #27906 by mikeryan: added Brazilian-Portugese support.
2006-12-07 17:10:29 +00:00