/[drupal]/drupal/modules/field/field.test
ViewVC logotype

Log of /drupal/modules/field/field.test

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.69
Fri Nov 20 23:29:28 2009 UTC (6 days, 8 hours ago) by webchick
Branch: MAIN
CVS Tags: HEAD
Changes since 1.68: +1 -1 lines
FILE REMOVED
#638356 by yched: Reorganize and re-locate field test modules.

Revision 1.68 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 20 04:51:27 2009 UTC (7 days, 3 hours ago) by webchick
Branch: MAIN
Changes since 1.67: +60 -1 lines
Diff to previous 1.67
#636834 by yched: Fixed field revision data when user has no 'edit' access on the field (with tests).

Revision 1.67 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 12 20:07:06 2009 UTC (2 weeks ago) by dries
Branch: MAIN
Changes since 1.66: +3 -3 lines
Diff to previous 1.66
- Rollback of #447816.

Revision 1.66 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 8 19:53:19 2009 UTC (2 weeks, 4 days ago) by dries
Branch: MAIN
Changes since 1.65: +3 -3 lines
Diff to previous 1.65
- Patch #623992 by sun: fixed the tests. We can re-enable the test bot now.

Revision 1.65 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 31 16:06:35 2009 UTC (3 weeks, 5 days ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10
Changes since 1.64: +6 -6 lines
Diff to previous 1.64
- Patch #606994 by yched: move entity handling out of Field API.

Revision 1.64 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 22 00:49:12 2009 UTC (5 weeks, 1 day ago) by dries
Branch: MAIN
Changes since 1.63: +39 -18 lines
Diff to previous 1.63
- Patch #603236 by bjaspan, catch: add count facility to field_attach_query(). Was ready before code freeze.

Revision 1.63 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 16 03:47:14 2009 UTC (6 weeks ago) by webchick
Branch: MAIN
Changes since 1.62: +6 -6 lines
Diff to previous 1.62
#605442 by catch: Add a generic hook_entity_load().

Revision 1.62 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 16 03:21:23 2009 UTC (6 weeks ago) by webchick
Branch: MAIN
Changes since 1.61: +36 -5 lines
Diff to previous 1.61
#493314 by yched and catch: Add multiple hook for formatters.

Revision 1.61 - (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.60: +4 -3 lines
Diff to previous 1.60
#565480 by plach and peximo: TF #2: Multilingual field handling. Integration between field API and locale module + translatable node bodies.

Revision 1.60 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 15 12:44:34 2009 UTC (6 weeks ago) by dries
Branch: MAIN
Changes since 1.59: +72 -52 lines
Diff to previous 1.59
- Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to avoid users rendering their site unusable.

Revision 1.59 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 14 14:55:12 2009 UTC (6 weeks, 1 day ago) by dries
Branch: MAIN
Changes since 1.58: +42 -1 lines
Diff to previous 1.58
- Pactch #569224 by bangpound: expose field storage details through field attach.

Revision 1.58 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 2 14:39:43 2009 UTC (7 weeks, 6 days ago) by dries
Branch: MAIN
Changes since 1.57: +9 -6 lines
Diff to previous 1.57
- Patch#583020 by c960657 | yched, Dries: fixed warning about missing argument 2 for field_delete_instance() in node_configure_fields().

Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 1 19:16:57 2009 UTC (8 weeks ago) by dries
Branch: MAIN
Changes since 1.56: +2 -2 lines
Diff to previous 1.56
- Patch #578230 by yched, sun: clean-up: remove 'widget_active()' behavior.

Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 30 12:26:36 2009 UTC (8 weeks, 1 day ago) by dries
Branch: MAIN
Changes since 1.55: +1 -25 lines
Diff to previous 1.55
- Patch #367013 by bjaspan, yched: clean ups for field_update_field().

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 29 17:36:29 2009 UTC (8 weeks, 2 days ago) by webchick
Branch: MAIN
Changes since 1.54: +10 -6 lines
Diff to previous 1.54
#590590 by plach: Fixed bug where field_create_field() ignores the 'translatable' property.

Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 27 12:52:55 2009 UTC (8 weeks, 4 days ago) by dries
Branch: MAIN
Changes since 1.53: +170 -15 lines
Diff to previous 1.53
- Patch #443422 by yched, bjaspan | chx, merlinofchaos, Scott Reynolds, plach, profix898, mattyoung: added support for pluggable 'per field' storage engine. Comes with documentation and tests.

The Field Attach API uses the Field Storage API to perform all "database access". Each Field Storage API hook function defines a primitive database operation such as read, write, or delete. The default field storage module, field_sql_storage.module, uses the local SQL database to implement these operations, but alternative field storage backends can choose to represent the data in SQL differently or use a completely different storage mechanism such as a cloud-based database.

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 26 15:57:37 2009 UTC (2 months ago) by dries
Branch: MAIN
Changes since 1.52: +106 -3 lines
Diff to previous 1.52
- Patch #367013 by bjaspan, KarenS | yched, Dries: add support for field updates.

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 22 08:44:04 2009 UTC (2 months ago) by dries
Branch: MAIN
Changes since 1.51: +30 -1 lines
Diff to previous 1.51
- Patch #569364 by bjaspan, yched: handle failures on field storage creation.

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

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 18 00:04:22 2009 UTC (2 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.49: +3 -3 lines
Diff to previous 1.49
#564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... hey hey hey... gooood byeeee...

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 11 03:42:34 2009 UTC (2 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.48: +15 -1 lines
Diff to previous 1.48
#382464 by fgm and bjaspan: Disallow reserved field names.

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 10 22:31:58 2009 UTC (2 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.47: +2 -2 lines
Diff to previous 1.47
#569072 by rcross and yched:  Clean field_attach_()* namespace by renaming and moving non-crud functions.

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 31 05:35:47 2009 UTC (2 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.46: +3 -3 lines
Diff to previous 1.46
- Patch #563742 by plach: hotfix for broken hook_entity_info_alter().

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 27 04:40:12 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.45: +4 -8 lines
Diff to previous 1.45
#367567 by effulgentsia, yched, quicksketch, sun, and chx: Move AHAH-'add more' to the new generic AHAH callback, and add support for form definition functions being kept in non-.module files.

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 27 01:02:13 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44
#559486 follow-up by plach: Fixed fatal error in tests that for whatever reason testing bot is not catching. Grrr.

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 26 02:59:22 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.43: +231 -204 lines
Diff to previous 1.43
#559486 by yched: Split up field attach tests so that testing bot doesn't choke on them.

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 25 21:53:47 2009 UTC (3 months ago) by dries
Branch: MAIN
Changes since 1.42: +5 -5 lines
Diff to previous 1.42
- Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments.

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 22 00:58:52 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.41: +361 -100 lines
Diff to previous 1.41
#367595 by plach, catch, sun, yched, et al: Added support for translatable fields to Field API.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 17 07:12:16 2009 UTC (3 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.40: +12 -5 lines
Diff to previous 1.40
#544418 by merlinofchaos, sun, drewish, quicksketch, et al: Integrate CTools AJAX framework with Drupal to extend (and replace) existing ahah framework. Everything about AJAX/AHAH is more betterer now.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 13 01:50:00 2009 UTC (3 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.39: +5 -3 lines
Diff to previous 1.39
#529756 by yched: Allow fields to be weighted per context.

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 11 14:59:40 2009 UTC (3 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.38: +265 -16 lines
Diff to previous 1.38
- Patch #367753 by yched, bjaspan: add support for bulk deletion to Fields API.

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 10 21:19:42 2009 UTC (3 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.37: +58 -31 lines
Diff to previous 1.37
- Patch #372330 by fgm, yched, et al: better validation of field names.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 9 01:28:06 2009 UTC (3 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.36: +5 -5 lines
Diff to previous 1.36
#543902 by yched: Remove unneeded modules in field.test setUp().

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 2 11:24:21 2009 UTC (3 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.35: +93 -39 lines
Diff to previous 1.35
- Patch #535034 by yched: clean up how fields and instances are prepared for runtime.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 30 10:16:48 2009 UTC (3 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.34: +3 -3 lines
Diff to previous 1.34
- Patch #535264 by Crell: removing some more legacy cruft.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 15 17:55:18 2009 UTC (4 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.33: +51 -3 lines
Diff to previous 1.33
- Patch #512236 by yched, bjaspan: design flaw in field_attach_query(), follow-up patch with bugfixes and tests.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 14 10:27:29 2009 UTC (4 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.32: +99 -31 lines
Diff to previous 1.32
- Patch #509736 by yched: make sure all settings are present at run-time.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 14 02:24:14 2009 UTC (4 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.31: +17 -17 lines
Diff to previous 1.31
#518412 by yched: Minor clean-up on Field API tests.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 13 21:51:09 2009 UTC (4 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.30: +16 -16 lines
Diff to previous 1.30
#500866 by boombatower: Remove t() from getInfo in tests.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 7 09:28:07 2009 UTC (4 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.29: +17 -86 lines
Diff to previous 1.29
- Patch #512236 by bjaspan: fixed design flaws in field_attach_query(). Well-documented and tested.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 2 20:19:48 2009 UTC (4 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.28: +4 -2 lines
Diff to previous 1.28
- Patch #489438 by bjaspan, crotown: hook_field_create_field() is missing.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 24 18:16:38 2009 UTC (5 months ago) by dries
Branch: MAIN
Changes since 1.27: +1 -17 lines
Diff to previous 1.27
- Patch #367215 by yched, sun et al: remove 'exclude from ' display setting.  Feel good moment!

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 16 08:40:18 2009 UTC (5 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.26: +13 -5 lines
Diff to previous 1.26
- Patch #456488 by yched: better tests for field caching.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 12 08:39:36 2009 UTC (5 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.25: +4 -5 lines
Diff to previous 1.25
- Patch #372743 by bjaspan, yched, KarenS, catch et al: node body and teasers as fields. Oh, my.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 7 00:00:57 2009 UTC (5 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.24: +1 -3 lines
Diff to previous 1.24
#392494 follow-up by yched: Clean-ups to Field API scalar search patch.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 6 16:17:30 2009 UTC (5 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.23: +211 -1 lines
Diff to previous 1.23
#392494 by yched and bjaspan: Provide a query API for Field API. This is necessary because we can't assume fields will be stored in a database, due to pluggable storage backends.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 28 10:05:32 2009 UTC (6 months ago) by dries
Branch: MAIN
Changes since 1.22: +30 -5 lines
Diff to previous 1.22
- Patch #364620 by bjaspan, yched: allow creating a field with a deleted name.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 26 09:12:29 2009 UTC (6 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.21: +11 -9 lines
Diff to previous 1.21
- Patch #472658 by agentrickard: clean up of inline code comments.

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

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 20 09:48:47 2009 UTC (6 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.19: +52 -7 lines
Diff to previous 1.19
- Patch #415044 by bjaspan, yched: indexes for field storage.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 17 03:12:17 2009 UTC (6 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.18: +74 -55 lines
Diff to previous 1.18
#456488 by yched: Only cache field data for current revision.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 17 00:32:29 2009 UTC (6 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.17: +104 -31 lines
Diff to previous 1.17
#362024 by neclimdul, yched, and bjaspan: Make hook_field_load() multiple like field_attach_load().

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 3 09:49:32 2009 UTC (6 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.16: +82 -2 lines
Diff to previous 1.16
- Patch #402264 by yched, bjaspan: adapt field's add-more js handler to recent fapi changes.  Added tests.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 1 15:28:13 2009 UTC (6 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.15: +65 -18 lines
Diff to previous 1.15
- Patch #392696 by yched et al: save default values on insert.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 30 15:17:13 2009 UTC (6 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.14: +22 -34 lines
Diff to previous 1.14
- Patch #392706 by yched: clean of field tests:
   + fixes a few missing whitelines
   + makes it clear that the same function tests field_attach_insert(), field_attach_update() and field_attach_load()
   + streamlines a few overly detailed explanations
   + add missing t() functions

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 29 21:33:00 2009 UTC (6 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.13: +102 -154 lines
Diff to previous 1.13
- Patch #392706 by bjaspan, yched, puradata: some of the field attach tests in field.test use database queries to verify correct functionality. This makes the field attach tests work only if field_sql_module is the only field storage module in use. Instead, tests of database storage should be in the field storage module's tests, and field attach tests should operate purely at the field attach api level.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 29 12:08:27 2009 UTC (6 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.12: +4 -4 lines
Diff to previous 1.12
- Patch #295864 by boombatower: cleaned up the randomName() method by removing unnecessary prefix code, and added a new randomString() method which includes characters like spaces.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 28 04:21:15 2009 UTC (7 months ago) by webchick
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
#446878 by boombatower: Fix concatenation typo in field tests.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 20 02:46:22 2009 UTC (7 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.10: +10 -7 lines
Diff to previous 1.10
#368639 by puradata: Remove drupalCreateField/Instance in favour of standard API functions.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 13 05:18:17 2009 UTC (7 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
#431870 by yched: Whitespace clean-up.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 31 01:49:51 2009 UTC (7 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.8: +6 -6 lines
Diff to previous 1.8
#376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 05:24:38 2009 UTC (7 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.7: +21 -1 lines
Diff to previous 1.7
#394246 by flobruit: Check to ensure that field type is specified.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 26 13:31:24 2009 UTC (8 months ago) by webchick
Branch: MAIN
Changes since 1.6: +12 -11 lines
Diff to previous 1.6
#369964 by yched and bjaspan: Refactor field validation and error reporting. Field API no longer coupled to Form API. Hooray.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 17 03:46:51 2009 UTC (8 months, 1 week ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.5: +5 -5 lines
Diff to previous 1.5
#369562 follow-up by jeffschuler: More trivial field API clean-up.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 10 03:16:14 2009 UTC (9 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-5
Changes since 1.4: +8 -8 lines
Diff to previous 1.4
#369562 by yched: More Field API clean-ups.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 10 02:04:01 2009 UTC (9 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.3: +13 -13 lines
Diff to previous 1.3
#371363 by yched: Fix field form tests from randomly breaking. Hooray.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 9 21:52:15 2009 UTC (9 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.2: +11 -11 lines
Diff to previous 1.2
#371422 by catch: Field form tests should use drupal_strtolower().

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 5 03:42:57 2009 UTC (9 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.1: +1204 -1204 lines
Diff to previous 1.1
#361683 follow-up by sun: Remove more windows line endings.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 17:30:11 2009 UTC (9 months, 3 weeks ago) by dries
Branch: MAIN
- Patch #361683by Barry, Yves, Karen, Moshe Weitzman, David Strauss, floriant, chx, David Rothstein: initial field API patch. More work to be done, but ... oh my!

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