summaryrefslogtreecommitdiff
path: root/modules/locale
Commit message (Collapse)AuthorAge
...
* - Patch #332123 by webchick, lilou: remove t() function from schema ↵Dries Buytaert2008-11-15
| | | | descriptions.
* - Patch #332623 by Damien Tournoud: fixed importing translations and added a ↵Dries Buytaert2008-11-11
| | | | test.
* #315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js().Angie Byron2008-11-10
|
* - Patch #315797 by mfer, Rob Loach, et al: rework the parameter of ↵Dries Buytaert2008-10-22
| | | | drupal_add_js.
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
|
* #295626 by wuf31 and Damien Tournoud: Fix incorrect path for front page in ↵Angie Byron2008-10-11
| | | | locale_block().
* #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI.Angie Byron2008-10-11
|
* #318892 by justinrandell and chx: Add .install files to the list of files ↵Angie Byron2008-10-09
| | | | added to .info files.
* #313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions ↵Angie Byron2008-10-09
| | | | to allow for localization of permission names
* - Patch #310212 by justinrandell, catch, et all: killed in _user hook, as ↵Dries Buytaert2008-10-06
| | | | well as two small kittens.
* - Patch #283201 by pwolanin, Dries: use code registry properly for locale ↵Dries Buytaert2008-10-02
| | | | page callbacks.
* - Patch #296197 by Gabor and meba: better document the drag and drop ↵Dries Buytaert2008-10-01
| | | | language feature.
* #259623 by dopry and Damien Tournoud: Convert includes/requires to use ↵Angie Byron2008-09-20
| | | | absolute paths.
* #305436 by lelutin and Damien Tournoud: Fix broken closing tag.Angie Byron2008-09-08
|
* - Patch #243063 by GoofyX: fixed typo in context-sensitve help.Dries Buytaert2008-08-25
|
* - Patch #280628 by pwolanin et al: fixed locale module confirm form and ↵Dries Buytaert2008-08-05
| | | | broken locale module tests.
* - Patch #245329 by christefano and dmitrig01: code comment love.Dries Buytaert2008-07-24
|
* - Patch #280628 by catch et al: added missing confirm form.Dries Buytaert2008-07-10
|
* - Patch #277073 by threexk: improve consistency of offline vs off-line and ↵Dries Buytaert2008-07-01
| | | | online vs on-line.
* - Patch #247423 by boombatower: code style fixes for the tests.Dries Buytaert2008-05-30
|
* - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵Dries Buytaert2008-05-06
| | | | | | | | | | | flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code.
* - Patch #251263 by catch: fixing up many code style issues in the tests.Dries Buytaert2008-04-25
|
* - Patch #249546 by pwolanin: rip menu access inheritance -- was already ↵Dries Buytaert2008-04-23
| | | | committed to D6.
* - Added a test framework to Drupal along with a first batch of tests forDries Buytaert2008-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | Drupal core! This is an important milestone for the project so enable the module and check it out ... :) Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran Lal, Moshe Weitzman, and the many other people that helped with testing over the past years and that drove this home. It all works but it is still rough around the edges (i.e. documentation is still being written, the coding style is not 100% yet, a number of tests still fail) but we spent the entire weekend working on it in Paris and made a ton of progress. The best way to help and to get up to speed, is to start writing and contributing some tests ... as well as fixing some of the failures. For those willing to help with improving the test framework, here are some next steps and issues to resolve: - How to best approach unit tests and mock functions? - How to test drupal_mail() and drupal_http_request()? - How to improve the admin UI so we have a nice progress bar? - How best to do code coverage? - See http://g.d.o/node/10099 for more ...
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* - Patch #216072 by recidive, David Rothstein, ptalindstrom et al: switched ↵Dries Buytaert2008-04-10
| | | | | | | | | | | 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.
* - Patch #240387 by matt2000 et al: move 'content types' to 'site building' ↵Dries Buytaert2008-04-06
| | | | per the UMN usability study results.
* - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide ↵Dries Buytaert2008-02-20
| | | | descriptions for permissions on the permission administration page.
* - Patch #221384 by webernet: update core compatibility to Drupal 7.Dries Buytaert2008-02-18
|
* - Patch #210131 by dvessel, catch, John, et al: updated jQuery library.Dries Buytaert2008-02-06
|
* Translating menu items and taxonomies is not a core feature, so do not ↵Gábor Hojtsy2008-01-28
| | | | mislead users. Noticed while translating to Hungarian.
* #206021 follow up by keith.smith, dropcube: better code comments in locale ↵Gábor Hojtsy2008-01-10
| | | | update
* #206021 by dropcube and myself: language content type settings were not ↵Gábor Hojtsy2008-01-09
| | | | properly namespaced
* #204946 by theborg, keith.smith: only tell users their language setting will ↵Gábor Hojtsy2008-01-07
| | | | be used for interface presentation, when this actually happens
* #206232 follow up by chx: set locale() cache to NULL when resettingGábor Hojtsy2008-01-04
|
* #206232 by chx with a bit of cleanup: add in-memory reset clearing to ↵Gábor Hojtsy2008-01-04
| | | | locale() to help it interact with simpletests, which are not reloading the Drupal instance on form submits
* #205334 by hass: if more then 5 languages are available, use a dropdown not ↵Gábor Hojtsy2008-01-02
| | | | a radio button list (usability)
* - Patch #204221 by webernet: code style fixes.Dries Buytaert2007-12-28
|
* #202473 by keith.smith: pre-RC1 spell checking on hopefully final textGábor Hojtsy2007-12-19
|
* #189880 by keith.smith based on initial suggestions from O Govinda: much ↵Gábor Hojtsy2007-12-18
| | | | better help texts and descriptions for locale module, actually explaining its extended feature set in Drupal 6.
* - Patch #164532 by catch, pwolanin, David Strauss, et al.: improve table ↵Dries Buytaert2007-12-18
| | | | indicies for common queries.
* #200069 by keith.smith: new standard for 'more information' links in module ↵Gábor Hojtsy2007-12-14
| | | | help texts, as the handbook we referred to before was renamed
* #193320 by JirkaRybka: _locale_rebuild_js() was invoked on every page view, ↵Gábor Hojtsy2007-11-26
| | | | now optimized
* Rollback the accidentally committed #194310Gábor Hojtsy2007-11-26
|
* #193333 by quicksketch et al: taxonomy drag and drop supportGábor Hojtsy2007-11-26
|
* #193905 report by greggles, patch by myself: the user account page changed ↵Gábor Hojtsy2007-11-24
| | | | language to the last language set up
* #175876 by hazexp, webernet, keith.smith: unify module/theme/translation ↵Gábor Hojtsy2007-11-24
| | | | download links and include more pointers to these locations
* #194595 report by hass, patch by myself: native language name is required, ↵Gábor Hojtsy2007-11-23
| | | | so we need to fill it in the updates - also omit it in user listing if the same as the translated language name
* #128866 by JirkaRybka: fix broken update path of locale tables on PostgreSQLGábor Hojtsy2007-11-15
|
* Fix locale.info typo I noticed while translatingGábor Hojtsy2007-11-05
|