/[drupal]/drupal/includes/locale.inc
ViewVC logotype

Log of /drupal/includes/locale.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.234 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 3 05:27:18 2009 UTC (3 weeks, 3 days ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10, HEAD
Changes since 1.233: +4 -4 lines
Diff to previous 1.233
#602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable arrays and forms (e.g. 'Operations') alterable.

Revision 1.233 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 16 02:04:42 2009 UTC (6 weeks ago) by webchick
Branch: MAIN
Changes since 1.232: +6 -2 lines
Diff to previous 1.232
#565480 by plach and peximo: TF #2: Multilingual field handling. Integration between field API and locale module + translatable node bodies.

Revision 1.232 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 13 21:34:14 2009 UTC (6 weeks, 2 days ago) by dries
Branch: MAIN
Changes since 1.231: +85 -1 lines
Diff to previous 1.231
- Patch #11623 by sun, stella, Gábor Hojtsy, Pancho: add ability to localize date formats.

Revision 1.231 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 16:33:13 2009 UTC (7 weeks ago) by webchick
Branch: MAIN
Changes since 1.230: +503 -17 lines
Diff to previous 1.230
#282191 by plach, nedjo, catch, et al: TF #1: Allow different interface language for the same path.

Revision 1.230 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 00:59:54 2009 UTC (7 weeks ago) by dries
Branch: MAIN
Changes since 1.229: +14 -6 lines
Diff to previous 1.229
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.

Revision 1.229 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 29 15:13:54 2009 UTC (8 weeks, 3 days ago) by dries
Branch: MAIN
Changes since 1.228: +6 -6 lines
Diff to previous 1.228
- Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().

Revision 1.228 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 07:56:07 2009 UTC (2 months ago) by dries
Branch: MAIN
Changes since 1.227: +2 -2 lines
Diff to previous 1.227
- Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and drupal_json() for consistency and readability.

Revision 1.227 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 18 00:12:45 2009 UTC (2 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.226: +9 -13 lines
Diff to previous 1.226
#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.

Revision 1.174.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 15 10:40:26 2009 UTC (2 months, 1 week ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-14
Changes since 1.174.2.9: +4 -4 lines
Diff to previous 1.174.2.9 , to branch point 1.174 , to next main 1.234
#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

Revision 1.226 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 22 14:34:17 2009 UTC (3 months ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.225: +5 -5 lines
Diff to previous 1.225
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.

Revision 1.225 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 21 14:28:51 2009 UTC (3 months ago) by dries
Branch: MAIN
Changes since 1.224: +19 -19 lines
Diff to previous 1.224
- Patch #552958 by Gábor Hojtsy: create 'regional and language' section in 'configuration and modules'.

Revision 1.224 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 17 19:14:39 2009 UTC (3 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.223: +8 -8 lines
Diff to previous 1.223
#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://.

Revision 1.223 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 11 11:52:45 2009 UTC (3 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.222: +19 -19 lines
Diff to previous 1.222
- 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 ...

Revision 1.222 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 5 15:58:34 2009 UTC (3 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.221: +3 -5 lines
Diff to previous 1.221
#193383 by TheRec, JirkaRybka, and Bart Jansens: Centralize calls to set_time_limit() and prevent warnings/errors.

Revision 1.221 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 30 08:40:22 2009 UTC (3 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.220: +6 -6 lines
Diff to previous 1.220
- Patch #522176 by espie, mikey_p: improved the error message that one gets when importing a translation file fails.

Revision 1.220 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 20 17:09:36 2009 UTC (4 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.219: +2 -2 lines
Diff to previous 1.219
- Patch #334283 by Gábor Hojtsy: fixed context bug.

Revision 1.174.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 18 12:50:33 2009 UTC (5 months, 1 week ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-13
Changes since 1.174.2.8: +7 -3 lines
Diff to previous 1.174.2.8 , to branch point 1.174
#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.

Revision 1.219 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 8 05:00:11 2009 UTC (5 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.218: +75 -35 lines
Diff to previous 1.218
- 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.

Revision 1.218 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 2 06:58:15 2009 UTC (5 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.217: +4 -6 lines
Diff to previous 1.217
- Patch #477944 by Damien Tournoud: fix and streamline page cache and session handling.

Revision 1.217 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 25 18:22:30 2009 UTC (6 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.216: +1 -2 lines
Diff to previous 1.216
- Patch #137932 by grendzy, Alan D, lilou et al: automatic enctype on adding a file field.

Revision 1.216 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 24 17:39:30 2009 UTC (6 months ago) by dries
Branch: MAIN
Changes since 1.215: +3 -3 lines
Diff to previous 1.215
- Patch #471070 by stella: millions of code style fixes.

Revision 1.215 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 12 08:37:44 2009 UTC (6 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.214: +7 -7 lines
Diff to previous 1.214
- Patch #353069 by Moshe Weitzman, dmitrig01: make drupal_get_form() return unrendered forms.

Revision 1.214 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 27 20:19:35 2009 UTC (7 months ago) by webchick
Branch: MAIN
Changes since 1.213: +2 -2 lines
Diff to previous 1.213
#444402 follow-up by kkaefer: Fix autocomplete, enforce code style for anonymous JS functions.

Revision 1.213 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 26 19:44:37 2009 UTC (7 months ago) by dries
Branch: MAIN
Changes since 1.212: +2 -2 lines
Diff to previous 1.212
- Patch #330748 by stBorchert: remove  from theme_pager*.

Revision 1.212 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 22 16:07:03 2009 UTC (7 months ago) by webchick
Branch: MAIN
Changes since 1.211: +3 -3 lines
Diff to previous 1.211
#368064 follow-up by c960657: Fix typo preventing edit and delete links on translation page from working.

Revision 1.211 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 8 02:55:52 2009 UTC (7 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.210: +9 -9 lines
Diff to previous 1.210
- Patch #422364 by JamesAn: converted locale.inc to use new static caching API.

Revision 1.174.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 8 02:54:00 2009 UTC (7 months, 2 weeks ago) by dries
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-11, DRUPAL-6-12
Changes since 1.174.2.7: +2 -2 lines
Diff to previous 1.174.2.7 , to branch point 1.174
- Patch #228477 by anuradha: corrected Sinhala language.

Revision 1.210 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 2 20:39:44 2009 UTC (7 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.209: +13 -7 lines
Diff to previous 1.209
- 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!

Revision 1.209 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 31 02:02:21 2009 UTC (7 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.208: +19 -19 lines
Diff to previous 1.208
#368064 by catch: Provide a top-level 'International' menu item for localization and translation-related items.

Revision 1.208 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 25 13:38:09 2009 UTC (8 months ago) by webchick
Branch: MAIN
Changes since 1.207: +2 -2 lines
Diff to previous 1.207
#353883 follow-up by Damien Tournoud: Fix typo causing fatal errors when running tests.

Revision 1.207 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 19 10:48:51 2009 UTC (8 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.206: +217 -101 lines
Diff to previous 1.206
- Patch #353883 by Damien Tournoud, killes, et al: converted queries to the new database abstraction layer.

Revision 1.206 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 17 15:26:29 2009 UTC (8 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.205: +21 -188 lines
Diff to previous 1.205
- Patch #333156 by stella: add ability to configure the default country.

Revision 1.205 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 22 17:55:29 2009 UTC (9 months ago) by dries
Branch: MAIN
Changes since 1.204: +16 -15 lines
Diff to previous 1.204
- Patch #380064 by c960657: make file_scan_directory() use save property names as file_load().

Revision 1.204 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 18 15:07:27 2009 UTC (9 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.203: +3 -3 lines
Diff to previous 1.203
#255551 by drewish and c960657: Array-itize file_scan_directory()'s parameters (DX improvement).

Revision 1.203 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 13 00:45:18 2009 UTC (9 months, 1 week ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-5
Changes since 1.202: +2 -2 lines
Diff to previous 1.202
#347288 by plach: Fix Locale uninstall (with tests).

Revision 1.202 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 5 00:32:46 2009 UTC (9 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.201: +203 -119 lines
Diff to previous 1.201
#52990 by Roger López: Vastly improve translation string search and editing interface.

Revision 1.201 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 18:55:29 2009 UTC (9 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.200: +2 -2 lines
Diff to previous 1.200
- Patch #355236 by Frando: refactor drupal_render() theming.

Revision 1.200 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 22 03:29:01 2009 UTC (10 months ago) by webchick
Branch: MAIN
Changes since 1.199: +7 -3 lines
Diff to previous 1.199
#352121 by valthebald and Damien Tournoud: Allow importing of invalid tags in .po files into non-default text groups.

Revision 1.174.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 6 15:36:51 2009 UTC (10 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-10, DRUPAL-6-9
Changes since 1.174.2.6: +2 -1 lines
Diff to previous 1.174.2.6 , to branch point 1.174
#347228 by kajetan: user was redirected to admin/build/translate instead of admin/build/translate/import

Revision 1.199 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 6 13:20:17 2009 UTC (10 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4
Changes since 1.198: +7 -5 lines
Diff to previous 1.198
- Patch #352803 by chx: convert query to new database layer.

Revision 1.174.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 5 21:07:59 2009 UTC (10 months, 3 weeks ago) by dries
Branch: DRUPAL-6
Changes since 1.174.2.5: +2 -2 lines
Diff to previous 1.174.2.5 , to branch point 1.174
- Patch #353886 by killes: too many arguments to SQL query in locale import.

Revision 1.198 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 03:55:23 2008 UTC (11 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.197: +3 -3 lines
Diff to previous 1.197
- Patch #323528 by jhedstrom: fixed alias usage in queries for PostgreSQL.

Revision 1.197 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 16 21:04:08 2008 UTC (11 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.196: +2 -1 lines
Diff to previous 1.196
- Patch #347228 by kajetan: missing return statement.

Revision 1.174.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 21:29:36 2008 UTC (11 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-7, DRUPAL-6-8
Changes since 1.174.2.4: +51 -10 lines
Diff to previous 1.174.2.4 , to branch point 1.174
#276111 by pwolanin, meba and myself: disallow possibly dangerous submissions in locale translations and imports

Revision 1.196 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 9 19:53:36 2008 UTC (11 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.195: +51 -10 lines
Diff to previous 1.195
- Patch #276111 by pwolanin, Gabor et al: validate translation strings on import.

Revision 1.195 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 16 19:41:14 2008 UTC (12 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.194: +3 -3 lines
Diff to previous 1.194
- Patch #74645 by drewish, roychri et al: modify file_scan_directory to use a regex for the nomask (and code clean-up).

Revision 1.194 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 11 20:22:17 2008 UTC (12 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-3
Changes since 1.193: +2 -2 lines
Diff to previous 1.193
- Patch #332623 by Damien Tournoud: fixed importing translations and added a test.

Revision 1.193 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 11 16:49:37 2008 UTC (12 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.192: +2 -2 lines
Diff to previous 1.192
- Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up.

Revision 1.192 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 8 22:04:03 2008 UTC (12 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.191: +4 -4 lines
Diff to previous 1.191
- Rollback of patch #74645 -- breaks installer.

Revision 1.191 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 8 21:49:47 2008 UTC (12 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.190: +4 -4 lines
Diff to previous 1.190
- Patch #74645 by drewish, Robin Monks, tayknight: clean up file_scan_directory API to use regex.

Revision 1.190 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 26 18:06:38 2008 UTC (13 months ago) by dries
Branch: MAIN
Changes since 1.189: +2 -2 lines
Diff to previous 1.189
- Patch #266358 by Rob Loach, mfer: use  array in drupal_add_css().

Revision 1.189 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 04:30:05 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-2
Changes since 1.188: +2 -2 lines
Diff to previous 1.188
#282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.

Revision 1.188 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 9 00:02:28 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.187: +2 -2 lines
Diff to previous 1.187
#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. :)

Revision 1.187 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 27 20:23:30 2008 UTC (14 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1
Changes since 1.186: +18 -12 lines
Diff to previous 1.186
- Patch #296197 by Gabor: made the language order use drag-n-drop instead of weight drop-down menus.

Revision 1.186 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 20 20:22:23 2008 UTC (14 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.185: +3 -3 lines
Diff to previous 1.185
#259623 by dopry and Damien Tournoud: Convert includes/requires to use absolute paths.

Revision 1.185 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 20 03:49:23 2008 UTC (14 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.184: +3 -3 lines
Diff to previous 1.184
#64967 follow-up by drewish: Replace ereg with preg in file_scan_directory().

Revision 1.184 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 19 07:41:02 2008 UTC (14 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.183: +2 -2 lines
Diff to previous 1.183
- Patch #308713 by fletchgqc: incorrect max length of language domain string in locale form.

Revision 1.183 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 19:32:53 2008 UTC (14 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.182: +2 -2 lines
Diff to previous 1.182
#228761 by zsanmartin and roborn: Fix language code regex and correct Portugal's language code.

Revision 1.174.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 08:47:04 2008 UTC (14 months, 1 week ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-5, DRUPAL-6-6
Changes since 1.174.2.3: +2 -2 lines
Diff to previous 1.174.2.3 , to branch point 1.174
#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.

Revision 1.174.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 08:19:43 2008 UTC (14 months, 1 week ago) by goba
Branch: DRUPAL-6
Changes since 1.174.2.2: +2 -2 lines
Diff to previous 1.174.2.2 , to branch point 1.174
#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).

Revision 1.182 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 15 20:48:07 2008 UTC (14 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.181: +6 -6 lines
Diff to previous 1.181
#308534 by Dave Reid: Remove stray whitespace core-wide.

Revision 1.181 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 9 13:43:40 2008 UTC (14 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.180: +2 -1 lines
Diff to previous 1.180
- Patch #305920 by Gabor: invlidate JavaScript language cache when a string is edited.

Revision 1.174.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 9 10:41:07 2008 UTC (14 months, 2 weeks ago) by goba
Branch: DRUPAL-6
Changes since 1.174.2.1: +2 -1 lines
Diff to previous 1.174.2.1 , to branch point 1.174
#305920 originally reported by hass at #217884, patch by myself: JavaScript cache was not invalidated when a translation of a string was edited

Revision 1.180 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 21 19:36:36 2008 UTC (15 months ago) by dries
Branch: MAIN
Changes since 1.179: +18 -13 lines
Diff to previous 1.179
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.

Revision 1.179 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 5 18:11:44 2008 UTC (15 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.178: +26 -6 lines
Diff to previous 1.178
- Patch #280628 by pwolanin et al: fixed locale module confirm form and broken locale module tests.

Revision 1.178 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 22 20:03:41 2008 UTC (16 months ago) by dries
Branch: MAIN
Changes since 1.177: +4 -4 lines
Diff to previous 1.177
- Patch #226874 by hswong3i: made SQL ANSI compliant.

Revision 1.177 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 21:59:25 2008 UTC (16 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.176: +6 -6 lines
Diff to previous 1.176
- Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value.

Revision 1.174.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 9 21:48:28 2008 UTC (16 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-3, DRUPAL-6-4
Changes since 1.174: +26 -6 lines
Diff to previous 1.174
Drupal 6.3

Revision 1.176 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 26 17:12:54 2008 UTC (18 months ago) by dries
Branch: MAIN
Changes since 1.175: +5 -2 lines
Diff to previous 1.175
- Patch #101543 by webchick: document all constants.

Revision 1.175 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 17:48:33 2008 UTC (19 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.174: +43 -43 lines
Diff to previous 1.174
- 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.

Revision 1.174 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 9 21:36:13 2008 UTC (22 months, 2 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0, DRUPAL-6-0-RC-2, DRUPAL-6-0-RC-3, DRUPAL-6-0-RC-4, DRUPAL-6-1, DRUPAL-6-2
Branch point for: DRUPAL-6
Changes since 1.173: +2 -2 lines
Diff to previous 1.173
#207982 by domasj: Lithuanian native language name was incorrect

Revision 1.173 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 2 22:49:43 2008 UTC (22 months, 3 weeks ago) by goba
Branch: MAIN
Changes since 1.172: +4 -2 lines
Diff to previous 1.172
#205334 follow up by myself: options were improperly counted in language list (minor)

Revision 1.172 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 2 13:27:26 2008 UTC (22 months, 3 weeks ago) by goba
Branch: MAIN
Changes since 1.171: +6 -3 lines
Diff to previous 1.171
#204872 report by hass, patch by myself: Mode radio button in locale import had bad default value

Revision 1.171 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 2 12:04:17 2008 UTC (22 months, 3 weeks ago) by goba
Branch: MAIN
Changes since 1.170: +3 -2 lines
Diff to previous 1.170
#205334 by hass: if more then 5 languages are available, use a dropdown not a radio button list (usability)

Revision 1.170 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 27 14:13:13 2007 UTC (23 months ago) by goba
Branch: MAIN
Changes since 1.169: +2 -2 lines
Diff to previous 1.169
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)

Revision 1.169 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 22 23:24:24 2007 UTC (23 months ago) by goba
Branch: MAIN
Changes since 1.168: +2 -2 lines
Diff to previous 1.168
#203274 by Pasqualle: remove excessive witespace from our code (minor)

Revision 1.168 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 18 16:27:44 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-1
Changes since 1.167: +15 -15 lines
Diff to previous 1.167
#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.

Revision 1.105.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 17 01:53:52 2007 UTC (23 months, 1 week ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-10, DRUPAL-5-11, DRUPAL-5-12, DRUPAL-5-13, DRUPAL-5-14, DRUPAL-5-15, DRUPAL-5-16, DRUPAL-5-17, DRUPAL-5-18, DRUPAL-5-19, DRUPAL-5-20, DRUPAL-5-6, DRUPAL-5-7, DRUPAL-5-8, DRUPAL-5-9
Changes since 1.105.2.4: +5 -1 lines
Diff to previous 1.105.2.4 , to branch point 1.105 , to next main 1.234
#173858 by Gábor Hojtsy: skip UTF-8 BOM when importing locale files

Revision 1.167 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 6 09:58:30 2007 UTC (23 months, 3 weeks ago) by goba
Branch: MAIN
Changes since 1.166: +3 -1 lines
Diff to previous 1.166
#196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions

Revision 1.166 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 26 23:33:03 2007 UTC (2 years ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-4
Changes since 1.165: +2 -2 lines
Diff to previous 1.165
#195540 by hass: fix XHTML validity with disabled checkbox in locales form

Revision 1.165 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 26 22:34:08 2007 UTC (2 years ago) by goba
Branch: MAIN
Changes since 1.164: +110 -108 lines
Diff to previous 1.164
#193320 by JirkaRybka: _locale_rebuild_js() was invoked on every page view, now optimized

Revision 1.164 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 26 16:36:42 2007 UTC (2 years ago) by dries
Branch: MAIN
Changes since 1.163: +2 -2 lines
Diff to previous 1.163
- Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues.

Revision 1.163 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 23 13:34:55 2007 UTC (2 years ago) by dries
Branch: MAIN
Changes since 1.162: +2 -2 lines
Diff to previous 1.162
- Removing excessive whitespace.

Revision 1.162 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 22 23:58:34 2007 UTC (2 years ago) by goba
Branch: MAIN
Changes since 1.161: +2 -2 lines
Diff to previous 1.161
#192406 follow up by JirkaRybka: fix missing textgroup by using the default text group for PO imports when otherwise not instructed

Revision 1.161 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 21 22:04:37 2007 UTC (2 years ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-3
Changes since 1.160: +4 -4 lines
Diff to previous 1.160
#192406 by myself: imported locale files were not put into the right textgroup selected on the interface

Revision 1.160 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 21 18:24:37 2007 UTC (2 years ago) by goba
Branch: MAIN
Changes since 1.159: +5 -1 lines
Diff to previous 1.159
#173858 by myself: skip UTF-8 BOM when importing locale files

Revision 1.159 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 20 13:24:54 2007 UTC (2 years ago) by dries
Branch: MAIN
Changes since 1.158: +2 -2 lines
Diff to previous 1.158
- Patch #192242 by catch, quicksketch, webchick, keith et all: usability improvements for the vocabulary/term forms.

Revision 1.158 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 19 13:56:14 2007 UTC (2 years ago) by goba
Branch: MAIN
Changes since 1.157: +19 -13 lines
Diff to previous 1.157
#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

Revision 1.157 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 11 16:14:45 2007 UTC (2 years ago) by goba
Branch: MAIN
Changes since 1.156: +2 -2 lines
Diff to previous 1.156
#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

Revision 1.156 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 15 19:51:06 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-2
Changes since 1.155: +6 -6 lines
Diff to previous 1.155
#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

Revision 1.155 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 15 15:18:39 2007 UTC (2 years, 1 month ago) by goba
Branch: MAIN
Changes since 1.154: +73 -34 lines
Diff to previous 1.154
#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

Revision 1.154 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 4 21:10:45 2007 UTC (2 years, 2 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-1
Changes since 1.153: +4 -4 lines
Diff to previous 1.153
- Patch #172950 by webernet: code style fixes.

Revision 1.153 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 1 12:50:47 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
Changes since 1.152: +24 -13 lines
Diff to previous 1.152
#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

Revision 1.152 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 20 07:54:46 2007 UTC (2 years, 3 months ago) by goba
Branch: MAIN
Changes since 1.151: +10 -5 lines
Diff to previous 1.151
#162324 by mooffie: keep previously default language enabled and only increment enabled language count, if we are in fact adding an enabled language

Revision 1.151 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 12 15:55:35 2007 UTC (2 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.150: +2 -2 lines
Diff to previous 1.150
- Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2.  Also a performance improvement.

Revision 1.150 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 9 10:12:14 2007 UTC (2 years, 3 months ago) by goba
Branch: MAIN
Changes since 1.149: +2 -2 lines
Diff to previous 1.149
#165668 by John Morahan: fix wrong parameter passing in custom langauge addition validation

Revision 1.149 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 4 13:08:17 2007 UTC (2 years, 3 months ago) by goba
Branch: MAIN
Changes since 1.148: +2 -2 lines
Diff to previous 1.148
#164209 by mooffie: native language names were not shown in the predefined language dropdown for RTL languages

Revision 1.148 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 21 09:26:07 2007 UTC (2 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.147: +4 -2 lines
Diff to previous 1.147
- Patch #160620 by kkaefer: E_NOTICE fix.

Revision 1.147 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 15 19:14:19 2007 UTC (2 years, 4 months ago) by goba
Branch: MAIN
Changes since 1.146: +3 -3 lines
Diff to previous 1.146
#159463 by hass (with phpdoc addition from myself): file_scan_directory() should not have a trailing slash in the dir parameter

Revision 1.146 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 2 14:41:35 2007 UTC (2 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.145: +5 -5 lines
Diff to previous 1.145
- Patch #155986 by Uwe: fixed typos.

Revision 1.145 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 1 17:41:14 2007 UTC (2 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.144: +2 -4 lines
Diff to previous 1.144
- 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.

Revision 1.144 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 28 07:48:40 2007 UTC (2 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.143: +5 -5 lines
Diff to previous 1.143
- Patch #147662 by Gordon et al: add new #pre_render callback to drupal_render().

Revision 1.143 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 27 08:40:58 2007 UTC (2 years, 5 months ago) by goba
Branch: MAIN
Changes since 1.142: +1 -2 lines
Diff to previous 1.142
#154941 by hunmonk: fix faulty variable initialization in locale JS parsing

Revision 1.142 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 23 20:45:36 2007 UTC (2 years, 5 months ago) by goba
Branch: MAIN
Changes since 1.141: +130 -97 lines
Diff to previous 1.141
#152670 by myself: refactor PO generation to decouple data collection, file generation and HTTP download; fix a bug with plural exports along the way

Revision 1.141 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 22 08:32:26 2007 UTC (2 years, 5 months ago) by unconed
Branch: MAIN
Changes since 1.140: +6 -4 lines
Diff to previous 1.140
#153781: Convert all remaining confirm_forms() to deletion api.

Revision 1.140 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 18 09:41:30 2007 UTC (2 years, 5 months ago) by goba
Branch: MAIN
Changes since 1.139: +5 -5 lines
Diff to previous 1.139
Remove leftover t() from watchdog messages

Revision 1.139 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 17 17:41:40 2007 UTC (2 years, 5 months ago) by goba
Branch: MAIN
Changes since 1.138: +114 -107 lines
Diff to previous 1.138
#150521 by myself: streamline locale runtime performance and clean up code by not storing empty translations

Revision 1.138 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 17 17:34:12 2007 UTC (2 years, 5 months ago) by goba
Branch: MAIN
Changes since 1.137: +2 -2 lines
Diff to previous 1.137
the language column is in locales_target, noted on IRC by wwwebernet

Revision 1.137 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 13 19:39:04 2007 UTC (2 years, 5 months ago) by goba
Branch: MAIN
Changes since 1.136: +3 -3 lines
Diff to previous 1.136
#150554 suggested by kkaefer, patch by me: rename 'po' folders to the more user friendly 'translations' name

Revision 1.136 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 11 15:21:14 2007 UTC (2 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.135: +2 -2 lines
Diff to previous 1.135
- Patch #101927 by cooferat: fixed problem with post information.

Revision 1.135 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 9 09:44:28 2007 UTC (2 years, 5 months ago) by goba
Branch: MAIN
Changes since 1.134: +40 -31 lines
Diff to previous 1.134
#150335 by myself: clean up editing form, allow for powerful form altering

Revision 1.134 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 8 12:51:58 2007 UTC (2 years, 5 months ago) by goba
Branch: MAIN
Changes since 1.133: +242 -13 lines
Diff to previous 1.133
#118026 by kkaefer with fixes from myself: JavaScript translation support and script.js as a default theme JS file to use, if found

Revision 1.133 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 4 07:22:16 2007 UTC (2 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.132: +48 -48 lines
Diff to previous 1.132
- Patch #146667 by Eaton: correct builder argument ordering, eliminate redundant arguments

Revision 1.132 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 30 08:08:57 2007 UTC (2 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.131: +2 -2 lines
Diff to previous 1.131
- Patch #115267 by drewish, dopry et al: simplified file uploads code, improved file API, centralized file validation, implemented quotas and fixed file previews.

Revision 1.131 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 29 14:37:49 2007 UTC (2 years, 6 months ago) by goba
Branch: MAIN
Changes since 1.130: +4 -7 lines
Diff to previous 1.130
#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.

Revision 1.130 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 28 06:08:38 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.129: +11 -11 lines
Diff to previous 1.129
- Patch #146470 by Eaton et al: standardize form API3 hook parameter order.

Revision 1.129 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 22 07:42:36 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.128: +19 -8 lines
Diff to previous 1.128
- Patch #145671 by Gabor: import translation files when adding a new language.

Revision 1.128 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 21 20:21:39 2007 UTC (2 years, 6 months ago) by goba
Branch: MAIN
Changes since 1.127: +15 -2 lines
Diff to previous 1.127
#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)

Revision 1.127 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 21 10:56:05 2007 UTC (2 years, 6 months ago) by goba
Branch: MAIN
Changes since 1.126: +51 -41 lines
Diff to previous 1.126
#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

Revision 1.105.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 21 00:20:02 2007 UTC (2 years, 6 months ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-2, DRUPAL-5-3, DRUPAL-5-4, DRUPAL-5-5
Changes since 1.105.2.3: +25 -13 lines
Diff to previous 1.105.2.3 , to branch point 1.105
 simple phpdoc formatting fix in locale.inc
backport from HEAD.

Revision 1.126 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 17 08:34:43 2007 UTC (2 years, 6 months ago) by goba
Branch: MAIN
Changes since 1.125: +3 -3 lines
Diff to previous 1.125
#139970 follow up fix by riccardoR: LTR is the default behavior

Revision 1.125 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 16 13:45:15 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.124: +1 -3 lines
Diff to previous 1.124
- Patch #137767 by chx and pwolanin: multiple menu support.

Revision 1.124 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 15 15:29:47 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.123: +123 -21 lines
Diff to previous 1.123
- Patch #142869 by Gabor: import interface translation files at install time.

Revision 1.123 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 14 13:43:32 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.122: +32 -25 lines
Diff to previous 1.122
- Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)

Revision 1.122 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 8 09:48:14 2007 UTC (2 years, 6 months ago) by goba
Branch: MAIN
Changes since 1.121: +4 -4 lines
Diff to previous 1.121
#142074 by erdemkose: Bug and E_ALL: undefined variable

Revision 1.121 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 8 09:46:24 2007 UTC (2 years, 6 months ago) by goba
Branch: MAIN
Changes since 1.120: +25 -13 lines
Diff to previous 1.120
simple phpdoc formatting fix in locale.inc

Revision 1.120 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 5 08:55:15 2007 UTC (2 years, 6 months ago) by goba
Branch: MAIN
Changes since 1.119: +2 -1 lines
Diff to previous 1.119
#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

Revision 1.119 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 3 09:51:07 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.118: +491 -251 lines
Diff to previous 1.118
- Patch #139970 by Gabor: locale cleanup.

Revision 1.118 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 24 13:53:10 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.117: +8 -8 lines
Diff to previous 1.117
- Patch #76588 by Gabor: made log messages translatable.  Yay.

Revision 1.117 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 13 08:56:57 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.116: +7 -7 lines
Diff to previous 1.116
- Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot.

Revision 1.116 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 13 08:03:21 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.115: +3 -3 lines
Diff to previous 1.115
- Patch #135846 by Gabor: killed two E_NOTICES

Revision 1.115 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 9 14:46:55 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.114: +3 -2 lines
Diff to previous 1.114
- Patch #128866 by Gabor and erdemkose: make it impossible to delete the default language or the English language.

Revision 1.105.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 8 01:08:31 2007 UTC (2 years, 7 months ago) by drumm
Branch: DRUPAL-5
Changes since 1.105.2.2: +7 -5 lines
Diff to previous 1.105.2.2 , to branch point 1.105
 - Patch #72564 by Gabor: locale bugfix: undefined  variable.
 Backport from HEAD.

Revision 1.105.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 8 00:56:46 2007 UTC (2 years, 7 months ago) by drumm
Branch: DRUPAL-5
Changes since 1.105.2.1: +4 -4 lines
Diff to previous 1.105.2.1 , to branch point 1.105
 - Patch #133216 by meba: trying to get property of non-object on line 982.
 Backport from HEAD.

Revision 1.114 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 6 14:15:43 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.113: +7 -5 lines
Diff to previous 1.113
- Patch #72564 by Gabor: locale bugfix: undefined  variable.

Revision 1.113 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 4 20:47:41 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.112: +4 -4 lines
Diff to previous 1.112
- Patch #133216 by meba: trying to get property of non-object on line 982.

Revision 1.112 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 28 14:08:21 2007 UTC (2 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.111: +79 -62 lines
Diff to previous 1.111
- Patch #128866 by Gabor et al: new language subsystem fixes.

Revision 1.111 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 27 05:13:53 2007 UTC (2 years, 8 months ago) by unconed
Branch: MAIN
Changes since 1.110: +2 -2 lines
Diff to previous 1.110
#130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)

Revision 1.110 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 26 01:32:22 2007 UTC (2 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.109: +364 -180 lines
Diff to previous 1.109
- Patch #128866 by Gabor, Steven, chx, Jose et al: new language subsystem.

Revision 1.105.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 24 19:09:25 2007 UTC (2 years, 8 months ago) by unconed
Branch: DRUPAL-5
Changes since 1.105: +3 -2 lines
Diff to previous 1.105
#124366: Change the default language codes for Norwegian Nynorsk and Norwegian Bokmål

Revision 1.109 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 24 19:07:34 2007 UTC (2 years, 8 months ago) by unconed
Branch: MAIN
Changes since 1.108: +3 -2 lines
Diff to previous 1.108
#124366: Change the default language codes for Norwegian Nynorsk and Norwegian Bokmål

Revision 1.108 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 17 18:30:14 2007 UTC (2 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.107: +10 -4 lines
Diff to previous 1.107
- Patch #128081 by Eaton: remove #base, paving the path for a simpler form API.

Revision 1.107 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 11 08:44:32 2007 UTC (2 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.106: +9 -9 lines
Diff to previous 1.106
- Patch #117826 by kkaefer: move the localization menu to site building.

Revision 1.106 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 24 14:48:35 2007 UTC (2 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.105: +1 -2 lines
Diff to previous 1.105
- Patch #34755 by chx et al: faster menu system.  HEAD is temporary broken and there is no upgrade path yet.

Revision 1.105 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 5 05:32:22 2007 UTC (2 years, 10 months ago) by unconed
Branch: MAIN
CVS Tags: DRUPAL-5-0, DRUPAL-5-0-RC-2, DRUPAL-5-1
Branch point for: DRUPAL-5
Changes since 1.104: +2 -2 lines
Diff to previous 1.104
#107015: Code consistency, capitalization of class names.

Revision 1.104 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 2 05:05:38 2007 UTC (2 years, 10 months ago) by drumm
Branch: MAIN
Changes since 1.103: +3 -3 lines
Diff to previous 1.103
#106232 by chx. Add spaces for code style.

Revision 1.103 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 30 08:43:14 2006 UTC (2 years, 10 months ago) by unconed
Branch: MAIN
Changes since 1.102: +2 -2 lines
Diff to previous 1.102
#105889: fix parse error in locale.inc

Revision 1.102 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 29 08:35:04 2006 UTC (2 years, 10 months ago) by unconed
Branch: MAIN
Changes since 1.101: +9 -10 lines
Diff to previous 1.101
#97640: Do not xss filter locale strings on import or edit.

Revision 1.101 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 10 09:54:32 2006 UTC (2 years, 11 months ago) by unconed
Branch: MAIN
CVS Tags: DRUPAL-5-0-RC-1
Changes since 1.100: +2 -2 lines
Diff to previous 1.100
#100516: CSS preprocessor to cache and compress all .css files. Benchmarks show up to 40% faster page loads.

Revision 1.100 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 7 17:10:29 2006 UTC (2 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.99: +3 -2 lines
Diff to previous 1.99
- Patch #27906 by mikeryan: added Brazilian-Portugese support.

Revision 1.99 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 5 05:47:37 2006 UTC (2 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.98: +2 -2 lines
Diff to previous 1.98
- Patch #101236 by Uwe Herman: fixed typos in the documentation.

Revision 1.98 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 1 22:47:52 2006 UTC (2 years, 11 months ago) by unconed
Branch: MAIN
Changes since 1.97: +4 -1 lines
Diff to previous 1.97
#100563: Conditional loading of (some) module.css files

Revision 1.74.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 1 10:01:26 2006 UTC (2 years, 11 months ago) by killes
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7-10, DRUPAL-4-7-11, DRUPAL-4-7-5, DRUPAL-4-7-6, DRUPAL-4-7-7, DRUPAL-4-7-8, DRUPAL-4-7-9
Changes since 1.74.2.8: +2 -2 lines
Diff to previous 1.74.2.8 , to branch point 1.74 , to next main 1.234
#97640 by imagine. Don't encode & in translated strings. backport from HEAD

Revision 1.97 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 27 01:17:01 2006 UTC (3 years ago) by drumm
Branch: MAIN
CVS Tags: DRUPAL-5-0-BETA-2
Changes since 1.96: +2 -2 lines
Diff to previous 1.96
#97640 by imagine. Don't encode & in translated strings.

Revision 1.96 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 24 10:18:22 2006 UTC (3 years ago) by dries
Branch: MAIN
Changes since 1.95: +2 -2 lines
Diff to previous 1.95
- Patch # #98366 by webchick and ac: simplified strings for translators.

Revision 1.95 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 23 15:52:35 2006 UTC (3 years, 1 month ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-5-0-BETA-1
Changes since 1.94: +1 -9 lines
Diff to previous 1.94
- Patch #90823 by Gabor: remove author fields.

Revision 1.94 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 2 11:49:50 2006 UTC (3 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.93: +3 -3 lines
Diff to previous 1.93
- Patch #85584 by erdemkose: bugfix: pass  to the form.

Revision 1.93 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 9 08:25:23 2006 UTC (3 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.92: +2 -2 lines
Diff to previous 1.92
- Patch #83222 by edkwh: more theme('placeholder') clean-up.  Good catch.

Revision 1.74.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 5 12:54:01 2006 UTC (3 years, 2 months ago) by killes
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7-4
Changes since 1.74.2.7: +20 -15 lines
Diff to previous 1.74.2.7 , to branch point 1.74
#73487 by zorac: msgid_prulals are lost in exported .po file. backport from HEAD

Revision 1.92 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 5 11:40:44 2006 UTC (3 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.91: +20 -15 lines
Diff to previous 1.91
- Patch #73487 by zorac: msgid_prulals are lost in exported .po file.

Revision 1.91 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 5 02:15:04 2006 UTC (3 years, 2 months ago) by drumm
Branch: MAIN
Changes since 1.90: +2 -2 lines
Diff to previous 1.90
#76555 by Goba. Use get_t() in locale.

Revision 1.90 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 1 05:38:40 2006 UTC (3 years, 2 months ago) by drumm
Branch: MAIN
Changes since 1.89: +182 -129 lines
Diff to previous 1.89
#76555 by Goba. Installer l10n.

Revision 1.89 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 30 08:46:16 2006 UTC (3 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.88: +4 -3 lines
Diff to previous 1.88
- Patch #72290 by killes: split up the cache table.

Revision 1.88 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 18 18:58:44 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.87: +52 -39 lines
Diff to previous 1.87
- Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted forms via the pull model.

Revision 1.87 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 18 12:16:57 2006 UTC (3 years, 3 months ago) by unconed
Branch: MAIN
Changes since 1.86: +14 -14 lines
Diff to previous 1.86
#76802: Introduce placeholder magic into t()
See: http://drupal.org/node/64279#t-placeholders

Revision 1.74.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 11 17:52:01 2006 UTC (3 years, 3 months ago) by dries
Branch: DRUPAL-4-7
Changes since 1.74.2.6: +3 -3 lines
Diff to previous 1.74.2.6 , to branch point 1.74
- Patch #66361 by asimmonds: fixed the ISO 639 language code for Welsh.  Interesting stuff.

Revision 1.86 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 11 17:51:20 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.85: +3 -3 lines
Diff to previous 1.85
- Patch #66361 by asimmonds: fixed the ISO 639 language code for Welsh.  Interesting stuff.

Revision 1.85 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 10 15:42:32 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.84: +3 -3 lines
Diff to previous 1.84
- 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 ... :)

Revision 1.84 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 7 15:04:13 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.83: +3 -3 lines
Diff to previous 1.83
- Patch #77422 by timcn: corrected various paths in the documentation.

Revision 1.83 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 31 11:25:52 2006 UTC (3 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.82: +7 -7 lines
Diff to previous 1.82
- Patch #72079 by Earl et al: give Drupal an overall administration page ... :-)

Revision 1.82 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 29 17:56:41 2006 UTC (3 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.81: +2 -2 lines
Diff to previous 1.81
- Patch #61893 by timnc: remove message_na().

Revision 1.74.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 6 14:41:59 2006 UTC (3 years, 4 months ago) by dries
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7-3
Changes since 1.74.2.5: +2 -2 lines
Diff to previous 1.74.2.5 , to branch point 1.74
- Patch #72138 by erdemkose: fixed import of some plural formulas.

Revision 1.81 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 6 14:41:37 2006 UTC (3 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.80: +2 -2 lines
Diff to previous 1.80
- Patch #72138 by erdemkose: fixed import of some plural formulas.

Revision 1.80 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 5 11:45:51 2006 UTC (3 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.79: +8 -8 lines
Diff to previous 1.79
- Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants.

Revision 1.74.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 22 12:55:18 2006 UTC (3 years, 5 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.74.2.4: +6 -2 lines
Diff to previous 1.74.2.4 , to branch point 1.74
#tch #70066 by killes: make error reporting work., backport from head.

Revision 1.79 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 22 12:23:39 2006 UTC (3 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.78: +6 -2 lines
Diff to previous 1.78
- Patch #70066 by killes: make error reporting work.

Revision 1.78 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 1 12:32:52 2006 UTC (3 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.77: +2 -2 lines
Diff to previous 1.77
- Patch #49855 by Egon: Impossible to export locale if unsupported characters in site's name.

Revision 1.74.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 1 10:05:18 2006 UTC (3 years, 5 months ago) by killes
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7-2
Changes since 1.74.2.3: +2 -2 lines
Diff to previous 1.74.2.3 , to branch point 1.74
#49855, Impossible to export locale if unsupported characters in site's name, patch by Egon Bianchet

Revision 1.77 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 29 13:58:25 2006 UTC (3 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.76: +2 -2 lines
Diff to previous 1.76
- Patch #52853 by zorac et al: fixed problem with plural formula getting lost.

Revision 1.74.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 28 20:32:15 2006 UTC (3 years, 6 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.74.2.2: +2 -2 lines
Diff to previous 1.74.2.2 , to branch point 1.74
#52853, fix plural formula getting lost after uploads, patch by zorac

Revision 1.74.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 16 13:02:21 2006 UTC (3 years, 6 months ago) by killes
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7-1
Changes since 1.74.2.1: +8 -5 lines
Diff to previous 1.74.2.1 , to branch point 1.74
#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

Revision 1.76 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 16 09:22:36 2006 UTC (3 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.75: +8 -5 lines
Diff to previous 1.75
- Patch #41481 by Zen, Cvbge, sun et al: bugfix: duplicate key error while editing locale strings.

Revision 1.75 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 30 00:28:53 2006 UTC (3 years, 6 months ago) by drumm
Branch: MAIN
Changes since 1.74: +4 -4 lines
Diff to previous 1.74
Forward port from 4.7
#60951, missing translatable strings, patch by wulff

Revision 1.74.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 29 11:25:58 2006 UTC (3 years, 7 months ago) by killes
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7-0
Changes since 1.74: +4 -4 lines
Diff to previous 1.74
#60951, missing translatable strings, patch by wulff

Revision 1.74 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 19 13:38:46 2006 UTC (3 years, 7 months ago) by killes
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-RC-4
Branch point for: DRUPAL-4-7
Changes since 1.73: +1 -2 lines
Diff to previous 1.73
removed Volapük

Revision 1.73 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 19 13:22:12 2006 UTC (3 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.72: +2 -2 lines
Diff to previous 1.72
#58997, added Dansk, patch by wulff

Revision 1.72 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 19 08:35:08 2006 UTC (3 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.71: +2 -2 lines
Diff to previous 1.71
#58997, missing t() in locale.inc, patch by wulff

Revision 1.71 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 17 20:48:25 2006 UTC (3 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.70: +8 -8 lines
Diff to previous 1.70
- Removing trailing whitespace.

Revision 1.70 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 14 13:43:18 2006 UTC (3 years, 7 months ago) by killes
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-RC-3
Changes since 1.69: +10 -9 lines
Diff to previous 1.69
#58641, filter inserted locale strings, patch by myself.

Revision 1.69 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 17 18:35:56 2006 UTC (3 years, 8 months ago) by killes
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-RC-1, DRUPAL-4-7-0-RC-2
Changes since 1.68: +327 -143 lines
Diff to previous 1.68
#52911, locale : fapi conversion + fixes, patch by Zen.

Revision 1.68 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 16 14:03:58 2006 UTC (3 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.67: +8 -8 lines
Diff to previous 1.67
#54008,  po import does not update strings, patch by timcn

Revision 1.67 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 27 13:22:29 2006 UTC (3 years, 9 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-BETA-5, DRUPAL-4-7-0-BETA-6
Changes since 1.66: +2 -2 lines
Diff to previous 1.66
- Patch #42390 by chx: Field 'translation' doesn't have a default value query

Revision 1.66 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 23 10:30:03 2006 UTC (3 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.65: +4 -5 lines
Diff to previous 1.65
- Patch #49799: fixed form goto problem (Today's critical bugfix #1.)

Revision 1.65 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 5 15:42:56 2006 UTC (3 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.64: +135 -132 lines
Diff to previous 1.64
- Patch #47610 by Goba: reduced locale memory requirements

Revision 1.64 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 15 07:14:14 2006 UTC (3 years, 10 months ago) by unconed
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-BETA-4
Changes since 1.63: +12 -12 lines
Diff to previous 1.63
- #44772: {} -> [] (in anticipation of PHP de-deprecation)

Revision 1.63 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 13 14:38:38 2006 UTC (3 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.62: +3 -3 lines
Diff to previous 1.62
- Patch #44176 by Zen: performance improvement: split() -> explode().

Revision 1.62 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 5 23:35:34 2006 UTC (3 years, 10 months ago) by unconed
Branch: MAIN
CVS Tags: DRUPAL-4-7-0-BETA-3
Changes since 1.61: +15 -8 lines
Diff to previous 1.61
- #41940: Locale string search broken in some cases (and remove some inappropriate db_escape_string() usage)
- #43491: Missing drupal_goto() after saving settings

Revision 1.61 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 22 22:58:12 2005 UTC (3 years, 11 months ago) by unconed
Branch: MAIN
Changes since 1.60: +2 -2 lines
Diff to previous 1.60
- #41744: global urlencode() for menu paths

Revision 1.60 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 10 19:26:47 2005 UTC (3 years, 11 months ago) by dries
Branch: MAIN
Changes since 1.59: +1 -1 lines
Diff to previous 1.59
- Patch #40393 by Richard: corrected permissions of menu/path settings on the content submission form.

Revision 1.59 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 13 02:32:18 2005 UTC (4 years ago) by unconed
Branch: MAIN
Changes since 1.58: +3 -3 lines
Diff to previous 1.58
- Add missing url()s around form actions (these would break without clean URLs)

Revision 1.58 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 12 11:25:47 2005 UTC (4 years ago) by dries
Branch: MAIN
Changes since 1.57: +6 -6 lines
Diff to previous 1.57
- Patch #35644 by webchick: forms API simplificiations.

Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 12 09:14:30 2005 UTC (4 years ago) by dries
Branch: MAIN
Changes since 1.56: +3 -3 lines
Diff to previous 1.56
- SQL query maintenance: '%d' -> %d.

Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 21 11:14:28 2005 UTC (4 years, 1 month ago) by unconed
Branch: MAIN
Changes since 1.55: +2 -2 lines
Diff to previous 1.55
- #22850: Search query containing / results in 404 on clean URLs.

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 13 10:02:31 2005 UTC (4 years, 1 month ago) by unconed
Branch: MAIN
Changes since 1.54: +4 -4 lines
Diff to previous 1.54
- #33433: More form API fixes, and error handling improvements by Chx.

Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 11 19:44:34 2005 UTC (4 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.53: +37 -37 lines
Diff to previous 1.53
- Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 7 06:51:16 2005 UTC (4 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.52: +6 -6 lines
Diff to previous 1.52
- Removing tabs and trailing whitespaces.

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 7 06:09:13 2005 UTC (4 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.51: +86 -49 lines
Diff to previous 1.51
- 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.

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 24 07:53:26 2005 UTC (4 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.50: +2 -5 lines
Diff to previous 1.50
- Patch #28786 by Neil: move pagers out of table.

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 25 21:14:16 2005 UTC (4 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.49: +2 -2 lines
Diff to previous 1.49
- Patch #29385 by chx: no ?> add end of files.

Revision 1.42.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 29 19:01:17 2005 UTC (4 years, 4 months ago) by unconed
Branch: DRUPAL-4-6
CVS Tags: DRUPAL-4-6-10, DRUPAL-4-6-11, DRUPAL-4-6-3, DRUPAL-4-6-4, DRUPAL-4-6-5, DRUPAL-4-6-6, DRUPAL-4-6-7, DRUPAL-4-6-8, DRUPAL-4-6-9
Changes since 1.42.2.1: +9 -3 lines
Diff to previous 1.42.2.1 , to branch point 1.42 , to next main 1.234
- #11689: Fix locale import location cutting off thingie.

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 29 18:56:58 2005 UTC (4 years, 4 months ago) by unconed
Branch: MAIN
Changes since 1.48: +9 -3 lines
Diff to previous 1.48
- #11689: Fix locale import location cutting off thingie.

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 29 06:50:10 2005 UTC (4 years, 4 months ago) by unconed
Branch: MAIN
Changes since 1.47: +6 -7 lines
Diff to previous 1.47
- #27668: Replace deprecated tags/attributes with XHTML/CSS in locale.
- (#15121) Improve string cut-off for locale table

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 23 05:57:27 2005 UTC (4 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.46: +1 -2 lines
Diff to previous 1.46
- Patch #27003 by Neil: use named constants instead of strings

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 27 18:33:29 2005 UTC (4 years, 5 months ago) by dries
Branch: MAIN
Changes since 1.45: +5 -5 lines
Diff to previous 1.45
- Patch #25603 by Stefan: made the sizes of forms consistent.
  TODO: document the defaults in the PHPdoc comments.

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 10 19:59:45 2005 UTC (4 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44
- Patch #22307 by Robert: added missing ')'

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 5 22:22:45 2005 UTC (4 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.43: +25 -26 lines
Diff to previous 1.43
- 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()!  .

Revision 1.42.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 25 17:57:42 2005 UTC (4 years, 7 months ago) by dries
Branch: DRUPAL-4-6
CVS Tags: DRUPAL-4-6-1, DRUPAL-4-6-2
Changes since 1.42: +2 -2 lines
Diff to previous 1.42
- Patch #21249 by patryk: made SQL query work with PostgreSQL by correcting a 'GROUP BY'-clause.

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 25 17:57:03 2005 UTC (4 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42
- Patch #21249 by patryk: made SQL query work with PostgreSQL by correcting a 'GROUP BY'-clause.

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 2 18:22:17 2005 UTC (4 years, 7 months ago) by unconed
Branch: MAIN
CVS Tags: DRUPAL-4-6-0
Branch point for: DRUPAL-4-6
Changes since 1.41: +2 -2 lines
Diff to previous 1.41
- #19873: drupal_specialchars -> check_plain

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 31 21:18:08 2005 UTC (4 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40
- Patch #19739 by Uwe: corrected many typo's in the documentation and code comments

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 31 09:25:33 2005 UTC (4 years, 7 months ago) by unconed
Branch: MAIN
Changes since 1.39: +28 -26 lines
Diff to previous 1.39
- #18817: Clean up plain-text checking (see drupal-devel!)

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 9 09:22:39 2005 UTC (4 years, 10 months ago) by dries
Branch: MAIN
Changes since 1.38: +5 -5 lines
Diff to previous 1.38
- 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.

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 21 08:25:17 2004 UTC (5 years ago) by dries
Branch: MAIN
Changes since 1.37: +6 -6 lines
Diff to previous 1.37
- 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."

Revision 1.35.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 26 17:21:09 2004 UTC (5 years, 1 month ago) by unconed
Branch: DRUPAL-4-5
CVS Tags: DRUPAL-4-5-1, DRUPAL-4-5-2, DRUPAL-4-5-3, DRUPAL-4-5-4, DRUPAL-4-5-5, DRUPAL-4-5-6, DRUPAL-4-5-7, DRUPAL-4-5-8
Changes since 1.35.2.1: +29 -28 lines
Diff to previous 1.35.2.1 , to branch point 1.35 , to next main 1.234
#12146: Improve locale import/export messages (Stefan)

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 26 17:20:57 2004 UTC (5 years, 1 month ago) by unconed
Branch: MAIN
Changes since 1.36: +29 -28 lines
Diff to previous 1.36
#12146: Improve locale import/export messages (Stefan)

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 19 18:02:22 2004 UTC (5 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.35: +3 -3 lines
Diff to previous 1.35
- 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'.

Revision 1.35.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 19 18:00:26 2004 UTC (5 years, 1 month ago) by dries
Branch: DRUPAL-4-5
Changes since 1.35: +3 -3 lines
Diff to previous 1.35
- 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'.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 16 01:00:23 2004 UTC (5 years, 1 month ago) by unconed
Branch: MAIN
CVS Tags: DRUPAL-4-5-0
Branch point for: DRUPAL-4-5
Changes since 1.34: +5 -9 lines
Diff to previous 1.34
#7289: locale import fixes

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 11 19:57:42 2004 UTC (5 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.33: +15 -13 lines
Diff to previous 1.33
- Patch #11431 by Gerhard: made sure no empty strings are exported + replaced some double quotes by single quotes.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 6 12:18:03 2004 UTC (5 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.32: +15 -8 lines
Diff to previous 1.32
- Patch #11312 by killes: fixed problems with menu caching.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 5 20:09:47 2004 UTC (5 years, 1 month ago) by dries
Branch: MAIN
Changes since 1.31: +2 -1 lines
Diff to previous 1.31
- Patch #11312 by Killes: rebuild the menu after importing a PO file.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 20 19:37:18 2004 UTC (5 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30
- Patch #10472 by Gerhard and Steven: fixed bug when paging through the search results of the locale module.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 19 00:08:50 2004 UTC (5 years, 2 months ago) by unconed
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29
#10859: Locale string duplication bug.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 16 14:18:00 2004 UTC (5 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.28: +60 -43 lines
Diff to previous 1.28
- Patch #10859 by Gerhard: another attempt at fixing duplicate locale strings.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 15 15:44:56 2004 UTC (5 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.27: +40 -27 lines
Diff to previous 1.27
- 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.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 9 11:53:56 2004 UTC (5 years, 2 months ago) by unconed
Branch: MAIN
Changes since 1.26: +3 -3 lines
Diff to previous 1.26
Changing the chinese POSIX language tags to RFC 1766 (underscore to hyphen).

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 8 18:46:41 2004 UTC (5 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.25: +1 -2 lines
Diff to previous 1.25
- Moved some documentation around and fixed a missing translation.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 8 15:38:25 2004 UTC (5 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
- 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).

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 27 23:26:20 2004 UTC (5 years, 3 months ago) by unconed
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
- #9983: UI consistency patch.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 21 21:13:28 2004 UTC (5 years, 3 months ago) by unconed
Branch: MAIN
Changes since 1.22: +14 -8 lines
Diff to previous 1.22
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).

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 21 06:42:35 2004 UTC (5 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.21: +3 -4 lines
Diff to previous 1.21
- 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.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 20 14:36:07 2004 UTC (5 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
- Usability improvement: capitalize all header titles.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 19 15:41:55 2004 UTC (5 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.19: +3 -3 lines
Diff to previous 1.19
- Code improvements by Stefan: use capital letters for header titles (and added some missing t() functions).

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 18 19:57:26 2004 UTC (5 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.18: +26 -26 lines
Diff to previous 1.18
- Code improvements by Stefan: made all status messages consistent (and easier to translate).

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 16 18:02:47 2004 UTC (5 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17
- Patch #9983 by Stefan: usability improvement: made sure all status messages start with a capital letter.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 16 17:42:35 2004 UTC (5 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16
- Patch #10111 by Killes: fixed some SQL queries.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 12 18:00:09 2004 UTC (5 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.15: +30 -30 lines
Diff to previous 1.15
- Patch #9983 by Stefan: various code style improvements.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 11 11:26:14 2004 UTC (5 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.14: +1262 -8 lines
Diff to previous 1.14
- 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.

Revision 1.14
Thu Dec 27 15:27:44 2001 UTC (7 years, 11 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-4-3-0
Changes since 1.13: +1 -1 lines
FILE REMOVED
- Merged 3 tiny include files into "common.inc".

Revision 1.10.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 1 20:41:51 2001 UTC (8 years ago) by natrak
Branch: DRUPAL-3-0
CVS Tags: DRUPAL-3-0-0
Changes since 1.10: +1 -1 lines
Diff to previous 1.10 , to next main 1.234
- fixed locale/user bug. (time for 3.0.2?)

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 1 11:00:47 2001 UTC (8 years ago) by dries
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
- A large batch of updates, amongst them a rewritten node system.  More
  information available on the mailing list.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 20 18:57:07 2001 UTC (8 years, 1 month ago) by natrak
Branch: MAIN
Changes since 1.11: +2 -1 lines
Diff to previous 1.11
- added the CVS keyword $Id$ to all files to make future version tracking
  easier. Also changed the <? tag to <?php in some cases.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 16 11:29:46 2001 UTC (8 years, 2 months ago) by dries
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
- Added the new user module!

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 23 11:06:17 2001 UTC (8 years, 7 months ago) by natrak
Branch: MAIN
Branch point for: DRUPAL-3-0
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
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.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 12 14:53:13 2001 UTC (8 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
- forgot to commit this last night but this should fix deekayen's small
  Windows glitch

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 10 11:07:51 2001 UTC (8 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
- applied David Norman's patch to turn all <?'s into fully qualified
  <?php's.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 4 12:06:13 2001 UTC (8 years, 8 months ago) by dries
Branch: MAIN
Changes since 1.6: +2 -1 lines
Diff to previous 1.6
- 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.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 18 15:14:55 2001 UTC (8 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
- 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

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 17 15:52:39 2001 UTC (8 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
- improved layout story.module
- fixed bug in translation

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 17 12:59:22 2001 UTC (8 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.3: +6 -3 lines
Diff to previous 1.3
- More updates on the translation support

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 14 09:32:32 2001 UTC (8 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
- updates

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 12 20:40:42 2001 UTC (8 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1
- 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
- ...

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 22 20:38:00 2001 UTC (8 years, 10 months ago) by dries
Branch: MAIN
- 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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2