Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #277073 by threexk: improve consistency of offline vs off-line and ↵ | Dries Buytaert | 2008-07-01 |
| | | | | online vs on-line. | ||
* | - Patch #247423 by boombatower: code style fixes for the tests. | Dries Buytaert | 2008-05-30 |
| | |||
* | - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵ | Dries Buytaert | 2008-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 Buytaert | 2008-04-25 |
| | |||
* | - Patch #249546 by pwolanin: rip menu access inheritance -- was already ↵ | Dries Buytaert | 2008-04-23 |
| | | | | committed to D6. | ||
* | - Added a test framework to Drupal along with a first batch of tests for | Dries Buytaert | 2008-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 Buytaert | 2008-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 Buytaert | 2008-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 Buytaert | 2008-04-06 |
| | | | | per the UMN usability study results. | ||
* | - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide ↵ | Dries Buytaert | 2008-02-20 |
| | | | | descriptions for permissions on the permission administration page. | ||
* | - Patch #221384 by webernet: update core compatibility to Drupal 7. | Dries Buytaert | 2008-02-18 |
| | |||
* | - Patch #210131 by dvessel, catch, John, et al: updated jQuery library. | Dries Buytaert | 2008-02-06 |
| | |||
* | Translating menu items and taxonomies is not a core feature, so do not ↵ | Gábor Hojtsy | 2008-01-28 |
| | | | | mislead users. Noticed while translating to Hungarian. | ||
* | #206021 follow up by keith.smith, dropcube: better code comments in locale ↵ | Gábor Hojtsy | 2008-01-10 |
| | | | | update | ||
* | #206021 by dropcube and myself: language content type settings were not ↵ | Gábor Hojtsy | 2008-01-09 |
| | | | | properly namespaced | ||
* | #204946 by theborg, keith.smith: only tell users their language setting will ↵ | Gábor Hojtsy | 2008-01-07 |
| | | | | be used for interface presentation, when this actually happens | ||
* | #206232 follow up by chx: set locale() cache to NULL when resetting | Gábor Hojtsy | 2008-01-04 |
| | |||
* | #206232 by chx with a bit of cleanup: add in-memory reset clearing to ↵ | Gábor Hojtsy | 2008-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 Hojtsy | 2008-01-02 |
| | | | | a radio button list (usability) | ||
* | - Patch #204221 by webernet: code style fixes. | Dries Buytaert | 2007-12-28 |
| | |||
* | #202473 by keith.smith: pre-RC1 spell checking on hopefully final text | Gábor Hojtsy | 2007-12-19 |
| | |||
* | #189880 by keith.smith based on initial suggestions from O Govinda: much ↵ | Gábor Hojtsy | 2007-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 Buytaert | 2007-12-18 |
| | | | | indicies for common queries. | ||
* | #200069 by keith.smith: new standard for 'more information' links in module ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-11-26 |
| | | | | now optimized | ||
* | Rollback the accidentally committed #194310 | Gábor Hojtsy | 2007-11-26 |
| | |||
* | #193333 by quicksketch et al: taxonomy drag and drop support | Gábor Hojtsy | 2007-11-26 |
| | |||
* | #193905 report by greggles, patch by myself: the user account page changed ↵ | Gábor Hojtsy | 2007-11-24 |
| | | | | language to the last language set up | ||
* | #175876 by hazexp, webernet, keith.smith: unify module/theme/translation ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-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 PostgreSQL | Gábor Hojtsy | 2007-11-15 |
| | |||
* | Fix locale.info typo I noticed while translating | Gábor Hojtsy | 2007-11-05 |
| | |||
* | #154517 by Desbeers: fix locale form alter to properly alter the path alias ↵ | Gábor Hojtsy | 2007-11-04 |
| | | | | addition form | ||
* | #186977 by openwereld: LIMIT on locale module UPDATE query is not needed and ↵ | Gábor Hojtsy | 2007-10-27 |
| | | | | is even not PostreSQL compatible, so remove | ||
* | #184867 by deekayen, catch and keith.smith: fix some spelling errors in our ↵ | Gábor Hojtsy | 2007-10-21 |
| | | | | source code and messages printed | ||
* | #183056 by JirkaRybka: improve locale cache handling performance | Gábor Hojtsy | 2007-10-15 |
| | | | | | - always prune the whole cache as string additions affect all languages - rebuild the language caches as needed, distributing this load among page requests | ||
* | #169079 by yched: improve consistency of menu API and batch API by allowing ↵ | Gábor Hojtsy | 2007-10-15 |
| | | | | | | | 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 | ||
* | - Patch #182950: fieldset massaging for usability. | Dries Buytaert | 2007-10-12 |
| | |||
* | #164983 by multiple contributors: document the core database schemas | Gábor Hojtsy | 2007-10-10 |
| | |||
* | - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵ | Dries Buytaert | 2007-10-05 |
| | | | | .schema files into .install files to prevent mistakes. | ||
* | #179234 by myself: language code regular experssion was too greedy for ↵ | Gábor Hojtsy | 2007-09-28 |
| | | | | simple langcode.po names | ||
* | #175593 by JirkaRybka: fix help text about textgroups, rewording a ↵ | Gábor Hojtsy | 2007-09-14 |
| | | | | misleading example | ||
* | - Patch #172961 by webernet: code style cleanup. | Dries Buytaert | 2007-09-05 |
| | |||
* | #171646 by JirkaRybka: store version usage information for every source ↵ | Gábor Hojtsy | 2007-09-02 |
| | | | | string, optimize caching and prune the initially unused strings | ||
* | #171562 by JirkaRybka: fix several issues with locales | Gábor Hojtsy | 2007-09-01 |
| | | | | | | | - make searches work again, better worded - do not cache English stuff - fix strike through on string seek page - fix exports for translations | ||
* | #157682 by bjaspan, chx and JirkaRybka: update.php for Drupal 6, to allow ↵ | Gábor Hojtsy | 2007-08-26 |
| | | | | near flowless updates | ||
* | - Patch #80951 by killes, yched et al: block caching. | Dries Buytaert | 2007-08-19 |
| | |||
* | #156429 by GreenMother: kill notices if form ID does not exist | Gábor Hojtsy | 2007-07-03 |
| | |||
* | #156143 noted by Arancaytar, pathc by myself: user_language() was named ↵ | Gábor Hojtsy | 2007-07-02 |
| | | | | user_preferred_language() | ||
* | - Patch #155986 by Uwe: fixed typos. | Dries Buytaert | 2007-07-02 |
| |