/[drupal]/contributions/modules/archive/archive.module
ViewVC logotype

Log of /contributions/modules/archive/archive.module

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.8.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 19 23:03:30 2008 UTC (15 months ago) by susurrus
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-11
Changes since 1.8.2.19: +5 -9 lines
Diff to previous 1.8.2.19 , to branch point 1.8 , to next main 1.37
[#216503]
 - Use semantic HTML table markup properly (caption, thead).

Revision 1.36.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 19 23:00:53 2008 UTC (15 months ago) by susurrus
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-3
Changes since 1.36.2.3: +4 -9 lines
Diff to previous 1.36.2.3 , to branch point 1.36 , to next main 1.37
[#216503]
 - Use semantic HTML table markup properly (caption, thead).

Revision 1.36.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 19 22:18:25 2008 UTC (15 months, 1 week ago) by susurrus
Branch: DRUPAL-6--1
Changes since 1.36.2.2: +4 -4 lines
Diff to previous 1.36.2.2 , to branch point 1.36
[#267088] by curtis
 - Remove double-quotes from queries to be PGSQL compatible.

Also fixed archive calendar block month title not being made into a link.

Revision 1.8.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 19 21:37:46 2008 UTC (15 months, 1 week ago) by susurrus
Branch: DRUPAL-5
Changes since 1.8.2.18: +86 -13 lines
Diff to previous 1.8.2.18 , to branch point 1.8
[#253638]
 - Expanded archive calendar block to include days from previous & next months.
 - Added CSS class of 'out-of-month' to extra days and styled them as grey.
 - CSS file is now added to every page using the archive calendar block.

Revision 1.36.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 19 20:55:02 2008 UTC (15 months, 1 week ago) by susurrus
Branch: DRUPAL-6--1
Changes since 1.36.2.1: +283 -208 lines
Diff to previous 1.36.2.1 , to branch point 1.36
[#253638]
 - Expanded archive block to include days from previous & next months.
 - Added CSS class of 'out-of-month' to extra days and styled them as grey.
 - CSS file is now added to every page using the archive block.

Revision 1.36.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 19 19:02:31 2008 UTC (15 months, 1 week ago) by susurrus
Branch: DRUPAL-6--1
Changes since 1.36: +9 -1 lines
Diff to previous 1.36
[#296643]
 - Add uninstall() hook to 6.x branch.

Revision 1.8.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 5 02:32:34 2008 UTC (17 months, 3 weeks ago) by susurrus
Branch: DRUPAL-5
Changes since 1.8.2.17: +85 -6 lines
Diff to previous 1.8.2.17 , to branch point 1.8
[#262381]
 - Added block listing recent months with posts.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 6 18:41:01 2008 UTC (18 months, 2 weeks ago) by susurrus
Branch: MAIN
CVS Tags: HEAD
Changes since 1.36: +3 -5 lines
Diff to previous 1.36
Initial port to D7 and works completely

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 28 01:59:57 2008 UTC (18 months, 4 weeks ago) by susurrus
Branch: MAIN
CVS Tags: DRUPAL-6--1-1, DRUPAL-6--1-2
Branch point for: DRUPAL-6--1
Changes since 1.35: +2 -2 lines
Diff to previous 1.35
[#222886] by nmakarov
  - Fixed invalid call to _archive_url

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 28 01:56:55 2008 UTC (18 months, 4 weeks ago) by susurrus
Branch: MAIN
Changes since 1.34: +2 -1 lines
Diff to previous 1.34
[#247680] Update access arguments for 6.2 API change

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 28 01:53:42 2008 UTC (18 months, 4 weeks ago) by susurrus
Branch: MAIN
Changes since 1.33: +3 -2 lines
Diff to previous 1.33
[#240559] by MaxxArts
  - Titles for block links not displayed correctly

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 4 19:42:38 2008 UTC (21 months, 3 weeks ago) by susurrus
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32
Forwardport of [#214378] by jonne.freebase
  - Calendar block displays incorrectly for non-English locales

Revision 1.8.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 4 19:26:00 2008 UTC (21 months, 3 weeks ago) by susurrus
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-10, DRUPAL-5--1-9
Changes since 1.8.2.16: +2 -2 lines
Diff to previous 1.8.2.16 , to branch point 1.8
Added Hungarian translation
Renamed Russian translation to follow translation guidelines
[#214378] by jonne.freebase
  - Calendar block display incorrect for non-English languages

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 12:25:33 2008 UTC (22 months, 3 weeks ago) by susurrus
Branch: MAIN
Changes since 1.31: +9 -11 lines
Diff to previous 1.31
[#206189] by keith.smith
  - General code cleanup
  - Documentation fixes
  - E_ALL variable initiatialization fix

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 00:09:47 2008 UTC (22 months, 3 weeks ago) by susurrus
Branch: MAIN
CVS Tags: DRUPAL-6--1-0
Changes since 1.30: +2 -2 lines
Diff to previous 1.30
[#205778] by keith.smith
  - Changes permissions from logged_in to "access content"
  - Documents permissions in README.txt

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 29 17:25:30 2007 UTC (22 months, 4 weeks ago) by susurrus
Branch: MAIN
Changes since 1.29: +5 -5 lines
Diff to previous 1.29
Ported [#196966] by Beyer, et al
  - Fixed date issues for calendar block

Revision 1.8.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 29 17:23:18 2007 UTC (22 months, 4 weeks ago) by susurrus
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-8
Changes since 1.8.2.15: +7 -4 lines
Diff to previous 1.8.2.15 , to branch point 1.8
Added [#196966] by Ross Beyer, et al.
  - Fixed timezone issues for calendar block

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 26 20:30:57 2007 UTC (23 months ago) by susurrus
Branch: MAIN
Changes since 1.28: +9 -6 lines
Diff to previous 1.28
Post counts for all nav links are now correct.
Only years that have posts are now displayed.
General code cleanup.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 26 20:05:41 2007 UTC (23 months ago) by susurrus
Branch: MAIN
Changes since 1.27: +3 -4 lines
Diff to previous 1.27
Removed unused code from _archive_post_count()

Revision 1.8.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 26 19:50:34 2007 UTC (23 months ago) by susurrus
Branch: DRUPAL-5
Changes since 1.8.2.14: +6 -4 lines
Diff to previous 1.8.2.14 , to branch point 1.8
Archive years are now displayed correctly instead of all years between min and max years of nodes
General code cleanup

Revision 1.8.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 26 19:32:51 2007 UTC (23 months ago) by susurrus
Branch: DRUPAL-5
Changes since 1.8.2.13: +5 -16 lines
Diff to previous 1.8.2.13 , to branch point 1.8
Changes _archive_url() by removing $date argument in order to simplify code

Revision 1.8.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 26 19:23:16 2007 UTC (23 months ago) by susurrus
Branch: DRUPAL-5
Changes since 1.8.2.12: +5 -3 lines
Diff to previous 1.8.2.12 , to branch point 1.8
Applied [#195716]
  - Changed date limits for archive to match that of POSIX timestamp

Revision 1.8.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 26 18:59:18 2007 UTC (23 months ago) by susurrus
Branch: DRUPAL-5
Changes since 1.8.2.11: +2 -2 lines
Diff to previous 1.8.2.11 , to branch point 1.8
Reverted last commit that passed generated url through url() which will happen anyways when it's passed through l()

Revision 1.8.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 24 04:36:05 2007 UTC (23 months ago) by susurrus
Branch: DRUPAL-5
Changes since 1.8.2.10: +2 -2 lines
Diff to previous 1.8.2.10 , to branch point 1.8
Passed base url of 'archive' through url() to facilitate URL rewriting

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 24 04:29:02 2007 UTC (23 months ago) by susurrus
Branch: MAIN
Changes since 1.26: +4 -1 lines
Diff to previous 1.26
Added theme support for theme_archive_page_title as per [#191724]

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 23 17:43:27 2007 UTC (23 months ago) by susurrus
Branch: MAIN
Changes since 1.25: +39 -38 lines
Diff to previous 1.25
[#193638] by Gabor Hojtsy
  - Various documentation fixes
  - A few incorrect function calls
  - Better handling of misformed URLs

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 10 19:11:15 2007 UTC (2 years ago) by susurrus
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
Rewind 1.24:
  Added url() call to _archive_url()

Reason:
  url gets messed up as it's passed through url() again in l()

Revision 1.8.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 10 19:08:13 2007 UTC (2 years ago) by susurrus
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-7
Changes since 1.8.2.9: +3 -4 lines
Diff to previous 1.8.2.9 , to branch point 1.8
Changed page title for archive page depending on content being viewed

Revision 1.8.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 10 18:34:48 2007 UTC (2 years ago) by susurrus
Branch: DRUPAL-5
Changes since 1.8.2.8: +2 -2 lines
Diff to previous 1.8.2.8 , to branch point 1.8
Added url() call to _archive_url() to allow for url rewriting

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 10 18:33:47 2007 UTC (2 years ago) by susurrus
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
Added url() call to _archive_url() to allow for url rewriting

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 7 04:40:21 2007 UTC (2 years ago) by susurrus
Branch: MAIN
CVS Tags: DRUPAL-6--0-9-dev
Changes since 1.22: +5 -6 lines
Diff to previous 1.22
Fixed [#189518]
Made setting up archive settings more noticeable as a requirement for installtion
Added page titles that change depending on the date range/node type you're viewing

Revision 1.8.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 9 01:21:11 2007 UTC (2 years, 2 months ago) by susurrus
Branch: DRUPAL-5
Changes since 1.8.2.7: +240 -5 lines
Diff to previous 1.8.2.7 , to branch point 1.8
Moved common code to archive.module to reduce include calls

Revision 1.8.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 9 01:14:17 2007 UTC (2 years, 2 months ago) by susurrus
Branch: DRUPAL-5
Changes since 1.8.2.6: +9 -6 lines
Diff to previous 1.8.2.6 , to branch point 1.8
Removed unused variables
Month titles in calendar block are only links if content in that month

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 9 01:07:36 2007 UTC (2 years, 2 months ago) by susurrus
Branch: MAIN
CVS Tags: DRUPAL-6--0-8-dev
Changes since 1.21: +11 -6 lines
Diff to previous 1.21
Removed unused variables
Calendar block month title now link only if posts for that month

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 9 00:52:24 2007 UTC (2 years, 2 months ago) by susurrus
Branch: MAIN
Changes since 1.20: +28 -19 lines
Diff to previous 1.20
Ported over good block_calendar code from 5.x branch

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 9 00:46:34 2007 UTC (2 years, 2 months ago) by susurrus
Branch: MAIN
Changes since 1.19: +196 -4 lines
Diff to previous 1.19
Moved common functions to archive.module so that extra includes aren't needed.

Revision 1.8.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 7 18:44:50 2007 UTC (2 years, 2 months ago) by susurrus
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-6
Changes since 1.8.2.5: +26 -15 lines
Diff to previous 1.8.2.5 , to branch point 1.8
 - Added translation of days of the week
 - Refactored calendar month generation

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 1 18:01:30 2007 UTC (2 years, 2 months ago) by susurrus
Branch: MAIN
CVS Tags: DRUPAL-6--0-7-dev, DRUPAL-6--1-0-beta
Changes since 1.18: +5 -5 lines
Diff to previous 1.18
Updated code to use new _archive_validate_date() function

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 31 17:35:22 2007 UTC (2 years, 2 months ago) by susurrus
Branch: MAIN
CVS Tags: DRUPAL-6--0-6-dev
Changes since 1.17: +15 -41 lines
Diff to previous 1.17
Fixed bug #172022 by removing hook_init/hook_nodeapi
Moved all date() calls to format_date() and reduced their usage

Revision 1.8.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 31 17:16:34 2007 UTC (2 years, 2 months ago) by susurrus
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-5
Changes since 1.8.2.4: +2 -35 lines
Diff to previous 1.8.2.4 , to branch point 1.8
Removed extra code that attempted to sync calendar month with viewed month when on an archive page. Now calendar is static and only displays info for current month.

Revision 1.8.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 30 18:14:22 2007 UTC (2 years, 2 months ago) by susurrus
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4
Changes since 1.8.2.3: +12 -9 lines
Diff to previous 1.8.2.3 , to branch point 1.8
Small bugfixes:
  All node-type wasn't being selected properly
  Date generation now uses format_date() to deal with user timezones

Revision 1.8.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 30 17:42:51 2007 UTC (2 years, 2 months ago) by susurrus
Branch: DRUPAL-5
Changes since 1.8.2.2: +4 -3 lines
Diff to previous 1.8.2.2 , to branch point 1.8
Removed redundant function calls
Calendar block now displays correct post count info

Revision 1.8.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 28 17:27:47 2007 UTC (2 years, 2 months ago) by susurrus
Branch: DRUPAL-5
Changes since 1.8.2.1: +141 -13 lines
Diff to previous 1.8.2.1 , to branch point 1.8
Added descriptions to menu items
Fixed links on help page
Added calendar block

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 27 15:34:57 2007 UTC (2 years, 3 months ago) by susurrus
Branch: MAIN
CVS Tags: DRUPAL-6--0-5-dev
Changes since 1.16: +8 -7 lines
Diff to previous 1.16
Added themeable date separators to archive page
Removed arrows from calendar block
Fixed regression where node type navigation wasn't being displayed
Added CHANGELOG.txt

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 26 01:23:18 2007 UTC (2 years, 3 months ago) by susurrus
Branch: MAIN
CVS Tags: DRUPAL-6--0-4-dev
Changes since 1.15: +51 -49 lines
Diff to previous 1.15
Made CSS a little more consistent
Greyed out future dates
Calendar block now mostly works
Code is formatted better according to Drupal's Coding Guidelines

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 25 05:49:12 2007 UTC (2 years, 3 months ago) by susurrus
Branch: MAIN
CVS Tags: DRUPAL-6--0-3-dev
Changes since 1.14: +40 -14 lines
Diff to previous 1.14
Refactored much display code
#161278 by packfan77: Now only displays years with posts
PHP requirements up to 5.2+ (by using DateTime)

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 24 17:08:38 2007 UTC (2 years, 3 months ago) by susurrus
Branch: MAIN
CVS Tags: DRUPAL-6--0-2-dev
Changes since 1.13: +101 -1 lines
Diff to previous 1.13
Added calendar block, though not finished
  - May not work correctly; no test bench
  - Code needs to be cleaned up a bit

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 24 16:03:17 2007 UTC (2 years, 3 months ago) by susurrus
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
Corrected $Id$ CVS tags
Removed closing ?> php tags

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 24 15:54:53 2007 UTC (2 years, 3 months ago) by susurrus
Branch: MAIN
Changes since 1.11: +14 -16 lines
Diff to previous 1.11
archive_menu now updated to work with 6.x

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 9 23:52:54 2007 UTC (2 years, 3 months ago) by susurrus
Branch: MAIN
CVS Tags: DRUPAL-6--0-1
Changes since 1.10: +16 -39 lines
Diff to previous 1.10
- Split off admin page function into archive.admin.inc
- Should've upgraded everything to Drupal 6

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 10 05:43:01 2007 UTC (2 years, 4 months ago) by susurrus
Branch: MAIN
CVS Tags: DRUPAL-5--1-3
Changes since 1.9: +31 -8 lines
Diff to previous 1.9
Added ability to filter node lists by type
Added settings page to specify which nodes should appear on archive page

Revision 1.7.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 7 12:03:49 2007 UTC (2 years, 7 months ago) by goba
Branch: DRUPAL-4-7
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 , to next main 1.37
#108367 by myself and #108061 by kecsi backported from Drupal 5

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 21 12:38:40 2007 UTC (2 years, 10 months ago) by goba
Branch: MAIN
Changes since 1.8: +10 -380 lines
Diff to previous 1.8
add archive.inc to improve performance on non-archive pages

Revision 1.8.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 21 12:37:19 2007 UTC (2 years, 10 months ago) by goba
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-2
Changes since 1.8: +10 -380 lines
Diff to previous 1.8
split module to have better performance when not serving archive pages

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 1 11:24:43 2006 UTC (2 years, 11 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Changes since 1.7: +4 -6 lines
Diff to previous 1.7
upgrading for Drupal 5.0

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 31 21:30:20 2006 UTC (3 years, 3 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0
Branch point for: DRUPAL-4-7
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
wups, a small parse error

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 31 21:28:08 2006 UTC (3 years, 3 months ago) by goba
Branch: MAIN
Changes since 1.5: +151 -58 lines
Diff to previous 1.5
several smaller fixes:

 - add phpdoc comments, so the doc generator can pick this up
 - offload timezone handling to where it is used, so we dont need
   to think about SQL and display dates differently, only on action
 - fix up localization for days with posts title attribute
 - use the months with posts meta information we had but throwed away

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 31 15:02:45 2006 UTC (3 years, 3 months ago) by goba
Branch: MAIN
Changes since 1.4: +3 -4 lines
Diff to previous 1.4
use db_rewrite_sql() to keep node access feature support

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 31 14:55:39 2006 UTC (3 years, 3 months ago) by goba
Branch: MAIN
Changes since 1.3: +19 -20 lines
Diff to previous 1.3
use 12 SQL queries instead of the one using FROM_UNIXTIME(), since it is timezone affected (and there does not seem to be a good cross-dbserver way to set that timezone)
also fix the query retrieving the posts

issue: #29676 patch suggestions by oishi

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 28 20:00:51 2006 UTC (3 years, 3 months ago) by goba
Branch: MAIN
Changes since 1.2: +76 -86 lines
Diff to previous 1.2
#29676: fixing several issues in the module:

 - folder part of oishi's patch into the module (timezone fixing)
 - support for postgresql with using the extract() SQL function, and
   adding the from_unixtime() function to postgres setups
 - document how dates are handled by Drupal and consequently by this module

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 13 22:41:30 2006 UTC (3 years, 4 months ago) by goba
Branch: MAIN
Changes since 1.1: +179 -183 lines
Diff to previous 1.1
archive module update for Drupal HEAD (and possibly 4.7)

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 17 21:31:41 2005 UTC (4 years, 7 months ago) by codemonkeyx
Branch: MAIN
New Archive module to replace the current core module.

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