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
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
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
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
ed768b53c0
#136837 : fix coding style issues of cache table name concatenation as noted by ChrisKennedy
2007-05-12 18:26:15 +00:00
Gábor Hojtsy
e99c1203b8
#136837 by meba: PHP replaces {} enclosed variables in strings with the variable value itself, so cache tables were not prefixable
2007-05-12 12:43:07 +00:00
Dries Buytaert
88acd428a8
- Patch #142337 by drewish: fixed E_ALL problem.
2007-05-12 06:08:56 +00:00
Dries Buytaert
eb8c22e260
- Patch #142798 by sime: documentation fix.
2007-05-12 05:51:20 +00:00
Dries Buytaert
20168b6af4
- Modified patch #142798 by Steven and sime: introduced a new image API function: image_scale_and_crop()
2007-05-11 11:45:11 +00:00
Steven Wittens
476b03195e
Code style: use get_t() to determine appropriate t() function
2007-05-10 07:00:21 +00:00
Dries Buytaert
a309ea2be2
- Patch #99011 by merlinofchaos: remove sites/default/settings.php and ship with sites/default/default.settings.php.
2007-05-08 16:36:55 +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
Dries Buytaert
04b92ccfd8
- Patch #136049 by lyricnz: small performance improvement - removed some redundant fields.
2007-05-07 11:59:40 +00:00
Gábor Hojtsy
a0caf14052
#127539 by yched: simplify developer docs about the finished value and fix an URL placeholder
2007-05-07 10:15:57 +00:00
Dries Buytaert
54d0948f25
- Patch #133189 by Darren Oh: fixed empty date field test.
2007-05-07 07:29:23 +00:00
Dries Buytaert
e66371cac1
- Patch #137211 by merlinofchaos: move theme information to .info files and improved theme inheritance.
2007-05-06 05:47:52 +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
Gábor Hojtsy
c740ac7fd5
#127539 : progressive operation support, refactoring update.php code to a generic batch API to support runnning operations in multiple HTTP requests
...
- update.php is already on the batch API
- node access rebuilding is in the works
- automatic locale importing is in the works
Thanks to Yves Chedemois (yched) for the good code quality, very wide awareness of issues related to batches,
and the fantastic turnaround times. Hats off.
2007-05-04 09:41:37 +00:00
Gábor Hojtsy
f0b273a965
#131061 : Very fast t() for a small set of strings,
...
by Moshe Weitzman, webernet, chx, erdemkose and myself
2007-05-04 08:32:00 +00:00
Dries Buytaert
fff45d1f4b
- Patch #139970 by Gabor: locale cleanup.
2007-05-03 09:51:08 +00:00
Dries Buytaert
2a65f86bf0
- Patch #135931 by EclipseGc: semantic update for core pager.
2007-05-01 06:53:03 +00:00
Dries Buytaert
7d4f2836ba
- Patch #128082 by Goba et al: Allow localization of built-in menu items.
2007-04-30 17:03:29 +00:00
Dries Buytaert
b93ce19a9c
- Patch #56357 by John Albin, alienbrain, moshe, etc: fixed more cookie domain problems.
2007-04-30 14:37:36 +00:00
Dries Buytaert
38d22252b9
- Patch #67893 by kbahey, dww, alienbrain, asimmonds et al: made it possible to filter log messages in the database log.
2007-04-30 11:12:35 +00:00
Dries Buytaert
ad67a17f8b
- Patch #130987 by alienbrain: fixed problem with theme registry patch.
2007-04-29 16:13:12 +00:00
Dries Buytaert
301c6e7539
- Patch #139517 by Grugnog2: improved code comment.
2007-04-27 07:47:38 +00:00
Dries Buytaert
29055d34d6
- Patch #137236 by merlinofchaos: provide a way to secure the theme variables system.
2007-04-27 07:42:54 +00:00
Dries Buytaert
dbfcd7d137
- Patch #137415 by slantview: simplified the cache API/usages, and made it a tad smarter. Makes it easier to program for, and easier to replace. Will need to be documented.
2007-04-25 21:34:32 +00:00
Dries Buytaert
3e9d5f9d3c
- Patch #133789 by pwolanin: fixed parse error.
2007-04-25 05:02:41 +00:00
Dries Buytaert
91da5f05e4
- Patch #133789 by John Albin: Drupal-generated email can look like spam.
2007-04-24 19:49:01 +00:00
Gábor Hojtsy
0a5ec93496
#76588 : Small fixes after that patch landed
...
- typo fix in watchdog() phpdoc
- add a missing array() on a watchdog call in ping.module
- handle NULL 'variables' value in syslog module
Noticed these while writing the documentation for watchdog() updates and by comitting the updates into the i18n SVN repository.
2007-04-24 15:53:53 +00:00
Dries Buytaert
f73610bec6
- Patch #76588 by Gabor: made log messages translatable. Yay.
2007-04-24 13:53:15 +00:00
Dries Buytaert
df1bea8bca
- Patch #138429 : reroll.
2007-04-24 10:45:20 +00:00
Dries Buytaert
2e34699b59
- Patch #138429 by Zen: removed unused variables.
2007-04-24 08:43:31 +00:00
Dries Buytaert
768faa988b
- Patch #138703 by chx: Menu inheritance is wrong.
2007-04-24 08:26:58 +00:00
Dries Buytaert
0b74f313a0
- Patch #138376 by dww: fixed array vs. string bug when defining #default_value array for a multiselect.
2007-04-23 17:00:36 +00:00
Dries Buytaert
9050e15621
- Patch #137479 by dww: added db_column_exits(). (Yay, the servers are snappy on Saturday evening.)
2007-04-21 18:08:41 +00:00
Gábor Hojtsy
be169d59b6
Leftover variable name spotted by Amr Mostafa, reported by email (because 'the fix is too small and trivial to submit an issue')
2007-04-18 21:56:18 +00:00
Dries Buytaert
318ac983e2
- Patch #137138 by jvandyk: fixed problem with drupal_http_request() not setting the proper error code when a network effect occurs. Causes the XML-RPC backend to fail.
2007-04-18 20:35:45 +00:00
Steven Wittens
bcfc0e651c
Fix formatting of doxygen for drupal_parse_info_file() (for api.drupal.org).
2007-04-18 02:49:33 +00:00
Dries Buytaert
03b4b58e9a
- Patch #132018 by Steven et al: add .info files to themes.
2007-04-17 07:19:39 +00:00
Dries Buytaert
840bb124ea
- Patch #126867 by dmitrig01: made caching work with prefixing.
2007-04-15 15:38:35 +00:00