Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable arrays and forms (e.g. 'Operations') alterable.
#565480 by plach and peximo: TF #2: Multilingual field handling. Integration between field API and locale module + translatable node bodies.
- Patch #11623 by sun, stella, Gábor Hojtsy, Pancho: add ability to localize date formats.
#282191 by plach, nedjo, catch, et al: TF #1: Allow different interface language for the same path.
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
- Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().
- Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and drupal_json() for consistency and readability.
#571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes before a form builder function, to facilitate common form elements. Clean-up from form_builder changes from CTools patch. Has nice side-benefit of making all form functions' signatures consistent.
#193383 by JirkaRybka, Arancaytar, Bart Jansens, gpk, TheRec: check correctly for function_exists() on set_time_limit() instead of infering that safe_mode has an effect on it or that that is the only thing which might disable time limit setting
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.
- Patch #552958 by Gábor Hojtsy: create 'regional and language' section in 'configuration and modules'.
#517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://.
- Patch #508458 by catch, Gábor Hojtsy, yoroy: created 'Configuration and modules' section so we can start moving over configuration items. Let's see how this goes ...
#193383 by TheRec, JirkaRybka, and Bart Jansens: Centralize calls to set_time_limit() and prevent warnings/errors.
- Patch #522176 by espie, mikey_p: improved the error message that one gets when importing a translation file fails.
- Patch #334283 by Gábor Hojtsy: fixed context bug.
#352121 by valthebald, Damien Tournoud, mr.baileys: The safe string check on translations should only be applied to the default textgroup. Strings in other textgroups such as blocks and menu items are displayed via escaping and filtering, and might contain arbitrary HTML.
- Patch #334283 by Damien Tournoud, andypost, Freso et al: add context to t() to help deal with ambigious strings (and improved the locale APIs a bit). Example: May is both a short month name as a long month name in English, but not necessarily in other languages.
- Patch #477944 by Damien Tournoud: fix and streamline page cache and session handling.
- Patch #137932 by grendzy, Alan D, lilou et al: automatic enctype on adding a file field.
- Patch #471070 by stella: millions of code style fixes.
- Patch #353069 by Moshe Weitzman, dmitrig01: make drupal_get_form() return unrendered forms.
#444402 follow-up by kkaefer: Fix autocomplete, enforce code style for anonymous JS functions.
- Patch #330748 by stBorchert: remove from theme_pager*.
#368064 follow-up by c960657: Fix typo preventing edit and delete links on translation page from working.
- Patch #422364 by JamesAn: converted locale.inc to use new static caching API.
- Patch #228477 by anuradha: corrected Sinhala language.
- Patch #254491 by chx, catch, justinrandell, pwolanin, David_Rothstein, et al: centralized static caching to improve testability of the Drupal code, and to remove $reset-parameters. Thanks for taking the time to convince me, catch!
#368064 by catch: Provide a top-level 'International' menu item for localization and translation-related items.
#353883 follow-up by Damien Tournoud: Fix typo causing fatal errors when running tests.
- Patch #353883 by Damien Tournoud, killes, et al: converted queries to the new database abstraction layer.
- Patch #333156 by stella: add ability to configure the default country.
- Patch #380064 by c960657: make file_scan_directory() use save property names as file_load().
#255551 by drewish and c960657: Array-itize file_scan_directory()'s parameters (DX improvement).
#347288 by plach: Fix Locale uninstall (with tests).
#52990 by Roger López: Vastly improve translation string search and editing interface.
- Patch #355236 by Frando: refactor drupal_render() theming.
#352121 by valthebald and Damien Tournoud: Allow importing of invalid tags in .po files into non-default text groups.
#347228 by kajetan: user was redirected to admin/build/translate instead of admin/build/translate/import
- Patch #352803 by chx: convert query to new database layer.
- Patch #353886 by killes: too many arguments to SQL query in locale import.
- Patch #323528 by jhedstrom: fixed alias usage in queries for PostgreSQL.
- Patch #347228 by kajetan: missing return statement.
#276111 by pwolanin, meba and myself: disallow possibly dangerous submissions in locale translations and imports
- Patch #276111 by pwolanin, Gabor et al: validate translation strings on import.
- Patch #74645 by drewish, roychri et al: modify file_scan_directory to use a regex for the nomask (and code clean-up).
- Patch #332623 by Damien Tournoud: fixed importing translations and added a test.
- Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up.
- Rollback of patch #74645 -- breaks installer.
- Patch #74645 by drewish, Robin Monks, tayknight: clean up file_scan_directory API to use regex.
- Patch #266358 by Rob Loach, mfer: use array in drupal_add_css().
#282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.
#142995 by dopry, drewish, quicksketch, jpetso, and flobruit: Adding hook_file_X(). This is an enabler of lots and lots of goodies. See CHANGELOG.txt for more. Awesome work, guys. :)
- Patch #296197 by Gabor: made the language order use drag-n-drop instead of weight drop-down menus.
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.
#64967 follow-up by drewish: Replace ereg with preg in file_scan_directory().
- Patch #308713 by fletchgqc: incorrect max length of language domain string in locale form.
#228761 by zsanmartin and roborn: Fix language code regex and correct Portugal's language code.
#228761 by zsanmartin, roborn: Installer did not recognize language files with dashes in them, such as pt-pt or zh-hans. Fixing pattern and pt-pt language code.
#308713 by fletchgqc: The database schema for locale module allows for 128 chars in the domain name, so the form should allow up to that length as well (instead of 64).
#308534 by Dave Reid: Remove stray whitespace core-wide.
- Patch #305920 by Gabor: invlidate JavaScript language cache when a string is edited.
#305920 originally reported by hass at #217884, patch by myself: JavaScript cache was not invalidated when a translation of a string was edited
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.
- Patch #280628 by pwolanin et al: fixed locale module confirm form and broken locale module tests.
- Patch #226874 by hswong3i: made SQL ANSI compliant.
- Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value.
Drupal 6.3
- Patch #101543 by webchick: document all constants.
- 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.
#207982 by domasj: Lithuanian native language name was incorrect
#205334 follow up by myself: options were improperly counted in language list (minor)
#204872 report by hass, patch by myself: Mode radio button in locale import had bad default value
#205334 by hass: if more then 5 languages are available, use a dropdown not a radio button list (usability)
Reported at http://groups.drupal.org/node/7843 : language direction was not translated in the overview (it is in the form, so no new string for translators)
#203274 by Pasqualle: remove excessive witespace from our code (minor)
#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.
#173858 by Gábor Hojtsy: skip UTF-8 BOM when importing locale files
#196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions
#195540 by hass: fix XHTML validity with disabled checkbox in locales form
#193320 by JirkaRybka: _locale_rebuild_js() was invoked on every page view, now optimized
- Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues.
- Removing excessive whitespace.
#192406 follow up by JirkaRybka: fix missing textgroup by using the default text group for PO imports when otherwise not instructed
#192406 by myself: imported locale files were not put into the right textgroup selected on the interface
#173858 by myself: skip UTF-8 BOM when importing locale files
- Patch #192242 by catch, quicksketch, webchick, keith et all: usability improvements for the vocabulary/term forms.
#190283 by JirkaRybka and myself: fix installer localization and form handling - use a two pass localization process so localization is ready for the configure form and profile tasks - fix awkward form API workarounds which were introduced before we used a full bootstrap anyway - allow for more usable localized profiles by letting them skip language selection - lots of documentation improvements to profiles and the installer functions
#190283 by myself and JirkaRbyka: use get_t() in pre-database setup code, add missing javascript key to language objects (kills notices) and document st() better
#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
#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
- Patch #172950 by webernet: code style fixes.
#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
#162324 by mooffie: keep previously default language enabled and only increment enabled language count, if we are in fact adding an enabled language
- Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2. Also a performance improvement.
#165668 by John Morahan: fix wrong parameter passing in custom langauge addition validation
#164209 by mooffie: native language names were not shown in the predefined language dropdown for RTL languages
- Patch #160620 by kkaefer: E_NOTICE fix.
#159463 by hass (with phpdoc addition from myself): file_scan_directory() should not have a trailing slash in the dir parameter
- Patch #155986 by Uwe: fixed typos.
- 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.
- Patch #147662 by Gordon et al: add new #pre_render callback to drupal_render().
#154941 by hunmonk: fix faulty variable initialization in locale JS parsing
#152670 by myself: refactor PO generation to decouple data collection, file generation and HTTP download; fix a bug with plural exports along the way
#153781: Convert all remaining confirm_forms() to deletion api.
Remove leftover t() from watchdog messages
#150521 by myself: streamline locale runtime performance and clean up code by not storing empty translations
the language column is in locales_target, noted on IRC by wwwebernet
#150554 suggested by kkaefer, patch by me: rename 'po' folders to the more user friendly 'translations' name
- Patch #101927 by cooferat: fixed problem with post information.
#150335 by myself: clean up editing form, allow for powerful form altering
#118026 by kkaefer with fixes from myself: JavaScript translation support and script.js as a default theme JS file to use, if found
- Patch #146667 by Eaton: correct builder argument ordering, eliminate redundant arguments
- Patch #115267 by drewish, dopry et al: simplified file uploads code, improved file API, centralized file validation, implemented quotas and fixed file previews.
#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.
- Patch #146470 by Eaton et al: standardize form API3 hook parameter order.
- Patch #145671 by Gabor: import translation files when adding a new language.
#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)
#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
simple phpdoc formatting fix in locale.inc backport from HEAD.
#139970 follow up fix by riccardoR: LTR is the default behavior
- Patch #137767 by chx and pwolanin: multiple menu support.
- Patch #142869 by Gabor: import interface translation files at install time.
- Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)
#142074 by erdemkose: Bug and E_ALL: undefined variable
simple phpdoc formatting fix in locale.inc
#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
- Patch #139970 by Gabor: locale cleanup.
- Patch #76588 by Gabor: made log messages translatable. Yay.
- Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot.
- Patch #135846 by Gabor: killed two E_NOTICES
- Patch #128866 by Gabor and erdemkose: make it impossible to delete the default language or the English language.
- Patch #72564 by Gabor: locale bugfix: undefined variable. Backport from HEAD.
- Patch #133216 by meba: trying to get property of non-object on line 982. Backport from HEAD.
- Patch #72564 by Gabor: locale bugfix: undefined variable.
- Patch #133216 by meba: trying to get property of non-object on line 982.
- Patch #128866 by Gabor et al: new language subsystem fixes.
#130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)
- Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem.
#124366: Change the default language codes for Norwegian Nynorsk and Norwegian Bokmål
#124366: Change the default language codes for Norwegian Nynorsk and Norwegian Bokmål
- Patch #128081 by Eaton: remove #base, paving the path for a simpler form API.
- Patch #117826 by kkaefer: move the localization menu to site building.
- Patch #34755 by chx et al: faster menu system. HEAD is temporary broken and there is no upgrade path yet.
#107015: Code consistency, capitalization of class names.
#106232 by chx. Add spaces for code style.
#105889: fix parse error in locale.inc
#97640: Do not xss filter locale strings on import or edit.
#100516: CSS preprocessor to cache and compress all .css files. Benchmarks show up to 40% faster page loads.
- Patch #27906 by mikeryan: added Brazilian-Portugese support.
- Patch #101236 by Uwe Herman: fixed typos in the documentation.
#100563: Conditional loading of (some) module.css files
#97640 by imagine. Don't encode & in translated strings. backport from HEAD
#97640 by imagine. Don't encode & in translated strings.
- Patch # #98366 by webchick and ac: simplified strings for translators.
- Patch #90823 by Gabor: remove author fields.
- Patch #85584 by erdemkose: bugfix: pass to the form.
- Patch #83222 by edkwh: more theme('placeholder') clean-up. Good catch.
#73487 by zorac: msgid_prulals are lost in exported .po file. backport from HEAD
- Patch #73487 by zorac: msgid_prulals are lost in exported .po file.
#76555 by Goba. Use get_t() in locale.
#76555 by Goba. Installer l10n.
- Patch #72290 by killes: split up the cache table.
- Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted forms via the pull model.
#76802: Introduce placeholder magic into t() See: http://drupal.org/node/64279#t-placeholders
- Patch #66361 by asimmonds: fixed the ISO 639 language code for Welsh. Interesting stuff.
- Patch #66361 by asimmonds: fixed the ISO 639 language code for Welsh. Interesting stuff.
- Patch #74326 by Eaton, Royboy, chx, et al: building $node->body with arrays like FAPI for viewing. Once again, we're paving the path for CCK in core ... :)
- Patch #77422 by timcn: corrected various paths in the documentation.
- Patch #72079 by Earl et al: give Drupal an overall administration page ... :-)
- Patch #61893 by timnc: remove message_na().
- Patch #72138 by erdemkose: fixed import of some plural formulas.
- Patch #72138 by erdemkose: fixed import of some plural formulas.
- Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants.
#tch #70066 by killes: make error reporting work., backport from head.
- Patch #70066 by killes: make error reporting work.
- Patch #49855 by Egon: Impossible to export locale if unsupported characters in site's name.
#49855, Impossible to export locale if unsupported characters in site's name, patch by Egon Bianchet
- Patch #52853 by zorac et al: fixed problem with plural formula getting lost.
#52853, fix plural formula getting lost after uploads, patch by zorac
#41481 by Zen, Cvbge, sun et al: bugfix: duplicate key error while editing locale strings Partial backport from HEAD, containing only the form fixes. Need to figure out update version management before committing pgSQL fix
- Patch #41481 by Zen, Cvbge, sun et al: bugfix: duplicate key error while editing locale strings.
Forward port from 4.7 #60951, missing translatable strings, patch by wulff
#60951, missing translatable strings, patch by wulff
removed Volapük
#58997, added Dansk, patch by wulff
#58997, missing t() in locale.inc, patch by wulff
- Removing trailing whitespace.
#58641, filter inserted locale strings, patch by myself.
#52911, locale : fapi conversion + fixes, patch by Zen.
#54008, po import does not update strings, patch by timcn
- Patch #42390 by chx: Field 'translation' doesn't have a default value query
- Patch #49799: fixed form goto problem (Today's critical bugfix #1.)
- Patch #47610 by Goba: reduced locale memory requirements
- #44772: {} -> [] (in anticipation of PHP de-deprecation)
- Patch #44176 by Zen: performance improvement: split() -> explode().
- #41940: Locale string search broken in some cases (and remove some inappropriate db_escape_string() usage) - #43491: Missing drupal_goto() after saving settings
- #41744: global urlencode() for menu paths
- Patch #40393 by Richard: corrected permissions of menu/path settings on the content submission form.
- Add missing url()s around form actions (these would break without clean URLs)
- Patch #35644 by webchick: forms API simplificiations.
- SQL query maintenance: '%d' -> %d.
- #22850: Search query containing / results in 404 on clean URLs.
- #33433: More form API fixes, and error handling improvements by Chx.
- Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.
- Removing tabs and trailing whitespaces.
- Patch #29465: new form API by Adrian et al. TODO: + The contact.module was broken; a new patch for contact.module is needed. + Documentation is needed. + The most important modules need to be updated ASAP.
- Patch #28786 by Neil: move pagers out of table.
- Patch #29385 by chx: no ?> add end of files.
- #11689: Fix locale import location cutting off thingie.
- #11689: Fix locale import location cutting off thingie.
- #27668: Replace deprecated tags/attributes with XHTML/CSS in locale. - (#15121) Improve string cut-off for locale table
- Patch #27003 by Neil: use named constants instead of strings
- Patch #25603 by Stefan: made the sizes of forms consistent. TODO: document the defaults in the PHPdoc comments.
- Patch #22307 by Robert: added missing ')'
- Patch #15595 by Stefan and Djun: improved status messages.
TODO: we should write down a couple guidelines for these document them in
the PHPDoc code of drupal_set_message()! .
- Patch #21249 by patryk: made SQL query work with PostgreSQL by correcting a 'GROUP BY'-clause.
- Patch #21249 by patryk: made SQL query work with PostgreSQL by correcting a 'GROUP BY'-clause.
- #19873: drupal_specialchars -> check_plain
- Patch #19739 by Uwe: corrected many typo's in the documentation and code comments
- #18817: Clean up plain-text checking (see drupal-devel!)
- Patch #13260 by UnConeD: watchdog module improvements.
We added a 'severity' column to watchdog():
watchdog($type, $message, $link) --> watchdog($type, $message, $severity, $link);
* Specify a severity in case you are reporting a warning or error.
* The $link-parameter is now the fourth parameter instead of the third.
TODO: document this in the upgrade guide.
- Patch 13180 by chx: renamed check_query() to db_escape_string() and implemtented it properly per database backend. Read the manual for pg_escape_string: "Use of this function is recommended instead of addslashes()." Or read sqlite_escape_string: "addslashes() should NOT be used to quote your strings for SQLite queries; it will lead to strange results when retrieving your data."
#12146: Improve locale import/export messages (Stefan)
#12146: Improve locale import/export messages (Stefan)
- Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output. Uwe: I dropped the 'iff' chunks as 'iff' stands for 'if and only if'.
- Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output. Uwe: I dropped the 'iff' chunks as 'iff' stands for 'if and only if'.
#7289: locale import fixes
- Patch #11431 by Gerhard: made sure no empty strings are exported + replaced some double quotes by single quotes.
- Patch #11312 by killes: fixed problems with menu caching.
- Patch #11312 by Killes: rebuild the menu after importing a PO file.
- Patch #10472 by Gerhard and Steven: fixed bug when paging through the search results of the locale module.
#10859: Locale string duplication bug.
- Patch #10859 by Gerhard: another attempt at fixing duplicate locale strings.
- Patch #10859 by killes: importing more than one po file could cause your database to contain more than one version of the source or the target string.
Changing the chinese POSIX language tags to RFC 1766 (underscore to hyphen).
- Moved some documentation around and fixed a missing translation.
- Patch #10622 by Adrian: fixes various PostgreSQL related problems. 1) Menu problems with Postgres (this is a highly critical 1 line fix) 2) Archive module fails with Postgres 3) Postgres setup problems - changes to database.pgsql (although i made these changes myself before finding this patch) 4) Book module fails with Postgres 5) Postgres problems following creation of a new type of user - which is actually about a taxonomy.module bug. 6) Creating accregator_item_table in PostgreSQL 7) Postgres - Polls not displayed on Poll Page 8) Blog module has sql errors with postgres This should not affect MySQL users (hopefully).
- #9983: UI consistency patch.
Locale: - Fixing broken .po import (due to file.inc changes). - Do not show error notice on import page when no languages have been added (no longer necessary due to ability to add-and-import in one step). - Added a notice about importing possibly taking a while. - Raised the PHP execution time limit for importing (if not in safe mode, similar to cron.php).
- Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.
- Usability improvement: capitalize all header titles.
- Code improvements by Stefan: use capital letters for header titles (and added some missing t() functions).
- Code improvements by Stefan: made all status messages consistent (and easier to translate).
- Patch #9983 by Stefan: usability improvement: made sure all status messages start with a capital letter.
- Patch #10111 by Killes: fixed some SQL queries.
- Patch #9983 by Stefan: various code style improvements.
- New locale module thanks to Gerhard, Goba, Marco, Kristjan and others. The new locale module provides every functionality on the web interface, so you don't need to edit the configuration files or add columns, when you add a new language. This module is an integration of the old locale and localegettext modules, plus a bunch of logic to parse Gettext Portable Object files (opposed to Machine Object files, as supported by localegettext). Note: I made some minor changes to the context-sensitive help texts and to some of the status messages.
- Merged 3 tiny include files into "common.inc".
- fixed locale/user bug. (time for 3.0.2?)
- A large batch of updates, amongst them a rewritten node system. More information available on the mailing list.
- added the CVS keyword $Id$ to all files to make future version tracking easier. Also changed the <? tag to <?php in some cases.
- Added the new user module!
Changes - Fixed an error in module_rehash_blocks() that didn't handle '-symbols. - Removed some module depencies. Drupal will now run (sorta) even if there are no modules installed. - Changed theme_link() to check if certain modules are installed before offering a link to them. Todo - Check all SQL queries to make sure they are addslashes'ed correctly. - Check the effects of changing the PHP magic_quotes setting. - Make the theme_link() function to be customizable either via the admin page and/or in the module itself.
- forgot to commit this last night but this should fix deekayen's small Windows glitch
- applied David Norman's patch to turn all <?'s into fully qualified <?php's.
- various smaller updates before I start watching Formula 1 with [a] a 0.5 liter box of Haagen-Dhaz (Belgian Choclate) and [b] my laptop on my lap for drupal hacking. Life hardly can get any better than this.
- added fine-grained user permission system which allows us to give
certain users access to specific administration sections only.
Ex. a FAQ maintainer can only edit the FAQ, and members of an
"editorial board" can only edit comments, diaries and
stories, ..
- code review => rewrote include/user.inc which is much easier now
- fixed 4 small bugs
- improved layout story.module - fixed bug in translation
- More updates on the translation support
- updates
- initial import of the preliminary translation code. - added timer.inc for benchmarking purpose - bugfix for php-clean - bugfix for account.php - removed redundant format_data - ...
- added initial locale support as discussed on the mailing list
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |