Angie Byron
c6dd7bec5e
#52990 by Roger López: Vastly improve translation string search and editing interface.
2009-02-05 00:32:47 +00:00
Angie Byron
b4c737a2a5
#287178 by justinrandell: Break up various hook_form_alter()s to hook_form_FORM_ID_alters().
2009-01-22 03:11:54 +00:00
Angie Byron
fcc8211ab1
#203323 by JirkaRybka, robertgarrigos, thePanz, c960657, and sun: Fix undefined index locale in install.php and clean up crufty code.
2009-01-20 03:18:41 +00:00
Dries Buytaert
574a2e47ee
- Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from hook_block().
2008-12-16 23:57:33 +00:00
Dries Buytaert
8ad5cba994
- Patch #344661 by Dave Reid: API doc improvements for hook_translation_link_alter.
2008-12-09 11:36:04 +00:00
Angie Byron
1b4dd805ca
#315801 by Rob Loach, Grugnoh2, mfer and dmitrig01: Add a hook_js_alter() to modify JavaScript being printed to the page.
2008-11-23 16:00:08 +00:00
Angie Byron
0762f60073
#315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js().
2008-11-10 05:23:01 +00:00
Dries Buytaert
d1d3ce0be7
- Patch #315797 by mfer, Rob Loach, et al: rework the parameter of drupal_add_js.
2008-10-22 19:39:36 +00:00
Angie Byron
f76acb2d9d
#282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.
2008-10-12 04:30:09 +00:00
Angie Byron
9dc60ce09b
#295626 by wuf31 and Damien Tournoud: Fix incorrect path for front page in locale_block().
2008-10-11 23:32:07 +00:00
Angie Byron
d59ba41f65
#313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions to allow for localization of permission names
2008-10-09 15:15:55 +00:00
Dries Buytaert
026af5df34
- Patch #310212 by justinrandell, catch, et all: killed in _user hook, as well as two small kittens.
2008-10-06 11:30:12 +00:00
Dries Buytaert
703557e155
- Patch #283201 by pwolanin, Dries: use code registry properly for locale page callbacks.
2008-10-02 13:11:34 +00:00
Dries Buytaert
fb39167d97
- Patch #296197 by Gabor and meba: better document the drag and drop language feature.
2008-10-01 13:17:17 +00:00
Angie Byron
a3bb66e4e8
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.
2008-09-20 20:22:25 +00:00
Angie Byron
4c26ea31ee
#305436 by lelutin and Damien Tournoud: Fix broken closing tag.
2008-09-08 15:36:30 +00:00
Dries Buytaert
665ac94ef3
- Patch #243063 by GoofyX: fixed typo in context-sensitve help.
2008-08-25 07:54:36 +00:00
Dries Buytaert
ccf1af94fa
- Patch #245329 by christefano and dmitrig01: code comment love.
2008-07-24 16:25:19 +00:00
Dries Buytaert
1bf71a465c
- Patch #280628 by catch et al: added missing confirm form.
2008-07-10 01:45:47 +00:00
Dries Buytaert
bb232c728a
- Patch #277073 by threexk: improve consistency of offline vs off-line and online vs on-line.
2008-07-01 20:36:40 +00:00
Dries Buytaert
21576021bf
- Patch #249546 by pwolanin: rip menu access inheritance -- was already committed to D6.
2008-04-23 20:01:56 +00:00
Dries Buytaert
56d2664a90
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
2008-04-14 17:48:46 +00:00
Dries Buytaert
79b016d915
- Patch #216072 by recidive, David Rothstein, ptalindstrom et al: switched from numeric block IDs to string IDs.
...
The short explanation is that Drupal uses a lot of numeric deltas in the block system; blocks are identified by the 'module' and the 'delta'. In early Drupal, delta was numeric, but somewhere along the line it was changed to be possibly a string. In modern Drupal, block overrides are easily done via block-MODULE-DELTA.tpl.php. The primary motivation to switch to string IDs everywhere is to make these deltas friendlier to themers:
block-user-0.tpl.php --> block-user-navigation.tpl.php
block-user-1.tpl.php --> block-user-login.tpl.php
You get the picture.
2008-04-10 10:28:23 +00:00
Dries Buytaert
584f3e886a
- Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide descriptions for permissions on the permission administration page.
2008-02-20 13:46:43 +00:00
Dries Buytaert
b8a1eab1fb
- Patch #210131 by dvessel, catch, John, et al: updated jQuery library.
2008-02-06 19:38:28 +00:00
Gábor Hojtsy
1c6cd92a12
Translating menu items and taxonomies is not a core feature, so do not mislead users. Noticed while translating to Hungarian.
2008-01-28 17:16:34 +00:00
Gábor Hojtsy
6ab877faf1
#206021 by dropcube and myself: language content type settings were not properly namespaced
2008-01-09 11:51:54 +00:00
Gábor Hojtsy
68a730c795
#204946 by theborg, keith.smith: only tell users their language setting will be used for interface presentation, when this actually happens
2008-01-07 21:38:16 +00:00
Gábor Hojtsy
d5916e8061
#206232 follow up by chx: set locale() cache to NULL when resetting
2008-01-04 17:10:36 +00:00
Gábor Hojtsy
98d7931e5b
#206232 by chx with a bit of cleanup: add in-memory reset clearing to locale() to help it interact with simpletests, which are not reloading the Drupal instance on form submits
2008-01-04 16:04:49 +00:00
Gábor Hojtsy
f96a1c7690
#205334 by hass: if more then 5 languages are available, use a dropdown not a radio button list (usability)
2008-01-02 12:04:17 +00:00
Dries Buytaert
a88c178b91
- Patch #204221 by webernet: code style fixes.
2007-12-28 12:02:52 +00:00
Gábor Hojtsy
1d4fc1b1af
#202473 by keith.smith: pre-RC1 spell checking on hopefully final text
2007-12-19 21:40:05 +00:00
Gábor Hojtsy
4c990fb7cc
#189880 by keith.smith based on initial suggestions from O Govinda: much better help texts and descriptions for locale module, actually explaining its extended feature set in Drupal 6.
2007-12-18 16:27:44 +00:00
Gábor Hojtsy
b6532a4fdb
#200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed
2007-12-14 18:08:50 +00:00
Gábor Hojtsy
efbd1db550
#193320 by JirkaRybka: _locale_rebuild_js() was invoked on every page view, now optimized
2007-11-26 22:34:09 +00:00
Gábor Hojtsy
6efb418313
#193905 report by greggles, patch by myself: the user account page changed language to the last language set up
2007-11-24 21:19:10 +00:00
Gábor Hojtsy
c975b69d1c
#175876 by hazexp, webernet, keith.smith: unify module/theme/translation download links and include more pointers to these locations
2007-11-24 20:35:37 +00:00
Gábor Hojtsy
5f1d0bf343
#194595 report by hass, patch by myself: native language name is required, so we need to fill it in the updates - also omit it in user listing if the same as the translated language name
2007-11-23 12:15:12 +00:00
Gábor Hojtsy
eccf762a8d
#154517 by Desbeers: fix locale form alter to properly alter the path alias addition form
2007-11-04 11:10:09 +00:00
Gábor Hojtsy
941756bad2
#186977 by openwereld: LIMIT on locale module UPDATE query is not needed and is even not PostreSQL compatible, so remove
2007-10-27 14:03:36 +00:00
Gábor Hojtsy
b94f2716cf
#184867 by deekayen, catch and keith.smith: fix some spelling errors in our source code and messages printed
2007-10-21 18:59:02 +00:00
Gábor Hojtsy
3a8f208b7a
#183056 by JirkaRybka: improve locale cache handling performance
...
- always prune the whole cache as string additions affect all languages
- rebuild the language caches as needed, distributing this load among page requests
2007-10-15 19:51:06 +00:00
Gábor Hojtsy
1e8ddda9b7
#169079 by yched: improve consistency of menu API and batch API by allowing batch definition in non .module files, which opens the possibility of better performing batches (which are likely to reside in .admin.inc files generally)
...
- apply this change in locale.module
- improve batch API code documentation
2007-10-15 15:18:39 +00:00
Gábor Hojtsy
ebfbaa3fda
#179234 by myself: language code regular experssion was too greedy for simple langcode.po names
2007-09-28 18:11:27 +00:00
Gábor Hojtsy
75f0eb8e89
#175593 by JirkaRybka: fix help text about textgroups, rewording a misleading example
2007-09-14 18:05:33 +00:00
Dries Buytaert
ab1715750a
- Patch #172961 by webernet: code style cleanup.
2007-09-05 08:42:02 +00:00
Gábor Hojtsy
b5331d0859
#171646 by JirkaRybka: store version usage information for every source string, optimize caching and prune the initially unused strings
2007-09-02 15:19:16 +00:00
Gábor Hojtsy
0fd16236ef
#171562 by JirkaRybka: fix several issues with locales
...
- make searches work again, better worded
- do not cache English stuff
- fix strike through on string seek page
- fix exports for translations
2007-09-01 12:50:47 +00:00
Dries Buytaert
74292cd062
- Patch #80951 by killes, yched et al: block caching.
2007-08-19 08:08:45 +00:00