/[LeafOK_CVS]/lbbs/src/section_list_display.c
ViewVC logotype

Log of /lbbs/src/section_list_display.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Tag:

Revision 1.86 - (view) (annotate) - [select for diffs]
Sat Jan 3 10:27:14 2026 UTC (2 months, 1 week ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.85: +1 -1 lines
Diff to previous 1.85
Update copyright info


Revision 1.85 - (view) (annotate) - [select for diffs]
Thu Dec 25 14:37:08 2025 UTC (2 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.84: +18 -0 lines
Diff to previous 1.84
Add feature: Set/Unset excerption article


Revision 1.84 - (view) (annotate) - [select for diffs]
Fri Dec 19 06:16:27 2025 UTC (2 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.83: +85 -85 lines
Diff to previous 1.83
Append \n to the end of logging message by log_...()
Remove ending \n from each logging message


Revision 1.83 - (view) (annotate) - [select for diffs]
Thu Dec 18 10:43:48 2025 UTC (2 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.82: +2 -2 lines
Diff to previous 1.82
Refine with log_debug()


Revision 1.82 - (view) (annotate) - [select for diffs]
Thu Dec 18 02:56:01 2025 UTC (2 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.81: +2 -6 lines
Diff to previous 1.81
Refine with log_debug()


Revision 1.81 - (view) (annotate) - [select for diffs]
Wed Dec 17 03:47:00 2025 UTC (2 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.80: +4 -0 lines
Diff to previous 1.80
Refine debug log


Revision 1.80 - (view) (annotate) - [select for diffs]
Wed Dec 3 14:04:02 2025 UTC (3 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.79: +2 -2 lines
Diff to previous 1.79
Prevent unexpected write to articles pointed by p_articles[]


Revision 1.79 - (view) (annotate) - [select for diffs]
Wed Dec 3 05:31:11 2025 UTC (3 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.78: +12 -0 lines
Diff to previous 1.78
Refresh user online status during list item selection.


Revision 1.78 - (view) (annotate) - [select for diffs]
Sun Nov 23 04:28:24 2025 UTC (3 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.77: +7 -9 lines
Diff to previous 1.77
Fix bug: regard Ctrl-C as EXITMENU by mistake


Revision 1.77 - (view) (annotate) - [select for diffs]
Wed Nov 19 14:34:45 2025 UTC (3 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.76: +1 -1 lines
Diff to previous 1.76
Fix bug


Revision 1.76 - (view) (annotate) - [select for diffs]
Mon Nov 17 12:16:48 2025 UTC (3 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.75: +1 -1 lines
Diff to previous 1.75
Add alternative implementation of shmat(..., SHM_REMAP) under MSYS2
Fix error reported by gcc under MSYS2


Revision 1.75 - (view) (annotate) - [select for diffs]
Tue Nov 11 00:28:05 2025 UTC (4 months ago) by sysadm
Branch: MAIN
Changes since 1.74: +4 -0 lines
Diff to previous 1.74
Use config.h


Revision 1.74 - (view) (annotate) - [select for diffs]
Mon Nov 10 14:24:37 2025 UTC (4 months ago) by sysadm
Branch: MAIN
Changes since 1.73: +1 -1 lines
Diff to previous 1.73
Replace ":" with ":"


Revision 1.73 - (view) (annotate) - [select for diffs]
Sat Nov 8 08:23:33 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.72: +2 -2 lines
Diff to previous 1.72
Update prompt message


Revision 1.72 - (view) (annotate) - [select for diffs]
Wed Nov 5 04:19:21 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.71: +4 -1 lines
Diff to previous 1.71
Use enum / const int instead of macro define constant integers
Use const char * instead of macro define for constant strings


Revision 1.71 - (view) (annotate) - [select for diffs]
Wed Nov 5 01:04:06 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70
Use enum instead of macro define for constants in bbs.h


Revision 1.70 - (view) (annotate) - [select for diffs]
Tue Nov 4 14:58:56 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.69: +1 -1 lines
Diff to previous 1.69
Refine file header information comments


Revision 1.69 - (view) (annotate) - [select for diffs]
Tue Nov 4 13:49:51 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.68: +7 -15 lines
Diff to previous 1.68
Update file header information comments


Revision 1.68 - (view) (annotate) - [select for diffs]
Tue Nov 4 06:36:52 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.67: +56 -1 lines
Diff to previous 1.67
Locate at the last visible article of the section by pressing END at the bottom of section article list.
When exiting the section, set the last selected article to the last visible article if the selected one was pinned.


Revision 1.67 - (view) (annotate) - [select for diffs]
Mon Nov 3 15:06:46 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.66: +38 -11 lines
Diff to previous 1.66
query_section_articles after article reply / delete / edit


Revision 1.66 - (view) (annotate) - [select for diffs]
Mon Nov 3 07:14:25 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.65: +65 -1 lines
Diff to previous 1.65
Add scan_article_in_section_by_title()
Support search next / prior article whose title contains the specific search string


Revision 1.65 - (view) (annotate) - [select for diffs]
Mon Nov 3 06:45:18 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.64: +1 -0 lines
Diff to previous 1.64
Add required header file


Revision 1.64 - (view) (annotate) - [select for diffs]
Mon Nov 3 06:43:55 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.63: +111 -0 lines
Diff to previous 1.63
Add scan_article_in_section_by_uid() and scan_article_in_section_by_username()
Support search prior / next article of the user matching the specific name prefix


Revision 1.63 - (view) (annotate) - [select for diffs]
Mon Nov 3 02:32:11 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.62: +12 -0 lines
Diff to previous 1.62
Add user search in section list display


Revision 1.62 - (view) (annotate) - [select for diffs]
Sun Nov 2 15:11:47 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.61: +9 -3 lines
Diff to previous 1.61
Fix bug: selected_index might be invalid after returning from section_list_select() while the ret == CHANGE_PAGE
Update section_aid_locations[selected_index] on exit of section only


Revision 1.61 - (view) (annotate) - [select for diffs]
Sun Nov 2 14:38:53 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.60: +2 -1 lines
Diff to previous 1.60
Add user search in user list display
Fix bug: memory of user introduction pointed by USER_INFO.intro might be overwritten during user_list_pool_reload(),
         use external buffer passed into query_user_info_by_uid() to prevent this issue.


Revision 1.60 - (view) (annotate) - [select for diffs]
Sun Nov 2 08:35:23 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.59: +4 -3 lines
Diff to previous 1.59
Update section_aid_locations on article selection change


Revision 1.59 - (view) (annotate) - [select for diffs]
Sun Nov 2 08:13:50 2025 UTC (4 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.58: +114 -1 lines
Diff to previous 1.58
Add section_aid_locations_[load|save]


Revision 1.58 - (view) (annotate) - [select for diffs]
Wed Oct 29 01:48:46 2025 UTC (4 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.57: +3 -14 lines
Diff to previous 1.57
Refact with get_section_info()


Revision 1.57 - (view) (annotate) - [select for diffs]
Sat Oct 25 13:09:42 2025 UTC (4 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.56: +33 -1 lines
Diff to previous 1.56
Press Ctrl-A in section list to display user information of selected article


Revision 1.56 - (view) (annotate) - [select for diffs]
Sat Oct 18 12:06:10 2025 UTC (4 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.55: +1 -0 lines
Diff to previous 1.55
Refine code to keep compatible with gcc -Wpedantic option


Revision 1.55 - (view) (annotate) - [select for diffs]
Fri Oct 17 01:25:08 2025 UTC (4 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.54: +0 -2 lines
Diff to previous 1.54
No longer use igetch_reset() to skip remaining \n after \r
\r\n -> \r and \n -> \r conversions have already been implemented in igetch()


Revision 1.54 - (view) (annotate) - [select for diffs]
Thu Oct 16 11:26:16 2025 UTC (5 months ago) by sysadm
Branch: MAIN
Changes since 1.53: +20 -10 lines
Diff to previous 1.53
Refine logging of KEY_NULL and KEY_TIMEOUT


Revision 1.53 - (view) (annotate) - [select for diffs]
Wed Oct 15 01:05:18 2025 UTC (5 months ago) by sysadm
Branch: MAIN
Changes since 1.52: +56 -2 lines
Diff to previous 1.52
Add article favor state display and set/unset in section article list


Revision 1.52 - (view) (annotate) - [select for diffs]
Tue Oct 14 06:28:54 2025 UTC (5 months ago) by sysadm
Branch: MAIN
Changes since 1.51: +7 -0 lines
Diff to previous 1.51
Prevent user from accessing unauthorized section from favorite article list


Revision 1.51 - (view) (annotate) - [select for diffs]
Tue Oct 14 04:01:40 2025 UTC (5 months ago) by sysadm
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50
Refine


Revision 1.50 - (view) (annotate) - [select for diffs]
Tue Oct 14 00:57:06 2025 UTC (5 months ago) by sysadm
Branch: MAIN
Changes since 1.49: +3 -1 lines
Diff to previous 1.49
Revert change to section_list


Revision 1.49 - (view) (annotate) - [select for diffs]
Mon Oct 13 07:40:35 2025 UTC (5 months ago) by sysadm
Branch: MAIN
Changes since 1.48: +1 -1 lines
Diff to previous 1.48
Use H instead of Ctrl-H to invoke top10 menu


Revision 1.48 - (view) (annotate) - [select for diffs]
Mon Oct 13 07:35:48 2025 UTC (5 months ago) by sysadm
Branch: MAIN
Changes since 1.47: +12 -0 lines
Diff to previous 1.47
Use Ctrl-H in section list to invoke top10 menu
Prevent recursive call to show_top10()


Revision 1.47 - (view) (annotate) - [select for diffs]
Mon Oct 13 02:36:35 2025 UTC (5 months ago) by sysadm
Branch: MAIN
Changes since 1.46: +0 -1 lines
Diff to previous 1.46
Remove debugging log


Revision 1.46 - (view) (annotate) - [select for diffs]
Mon Oct 13 02:23:27 2025 UTC (5 months ago) by sysadm
Branch: MAIN
Changes since 1.45: +52 -6 lines
Diff to previous 1.45
Support locate at specific article while listing section articles
Remember last located article of each section, before logout


Revision 1.45 - (view) (annotate) - [select for diffs]
Sat Oct 4 03:21:59 2025 UTC (5 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.44: +39 -0 lines
Diff to previous 1.44
Locate at next unread article by pressing 'S' in article list


Revision 1.44 - (view) (annotate) - [select for diffs]
Wed Oct 1 08:58:25 2025 UTC (5 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.43: +14 -2 lines
Diff to previous 1.43
Rotate to head / tail of section list with Down / Up key at tail / head of section list.


Revision 1.43 - (view) (annotate) - [select for diffs]
Tue Sep 30 15:06:42 2025 UTC (5 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.42: +4 -4 lines
Diff to previous 1.42
Fix bug in calculating display length of nickname in UTF8 version


Revision 1.42 - (view) (annotate) - [select for diffs]
Tue Sep 30 14:56:51 2025 UTC (5 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.41: +21 -1 lines
Diff to previous 1.41
Rewrite title with "Re: Re: " prefix into "Re: ... "


Revision 1.41 - (view) (annotate) - [select for diffs]
Tue Sep 30 04:56:16 2025 UTC (5 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.40: +49 -14 lines
Diff to previous 1.40
Add display_article_meta()
Fix bug of edit / delete article in empty section


Revision 1.40 - (view) (annotate) - [select for diffs]
Wed Jul 2 04:17:33 2025 UTC (8 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.39: +20 -20 lines
Diff to previous 1.39
Support UTF8 instead of GBK


Revision 1.39 - (view) (annotate) - [select for diffs]
Wed Jun 25 14:52:07 2025 UTC (8 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.38: +10 -1 lines
Diff to previous 1.38
Display prompt message if ex_menu is not available


Revision 1.38 - (view) (annotate) - [select for diffs]
Tue Jun 24 12:32:16 2025 UTC (8 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.37: +2 -5 lines
Diff to previous 1.37
Add feature of 0Announce


Revision 1.37 - (view) (annotate) - [select for diffs]
Tue Jun 24 10:01:24 2025 UTC (8 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.36: +95 -2 lines
Diff to previous 1.36
Add feature of excerptional directory list and article view


Revision 1.36 - (view) (annotate) - [select for diffs]
Mon Jun 23 13:14:15 2025 UTC (8 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.35: +50 -32 lines
Diff to previous 1.35
Refine display format of ontop articles


Revision 1.35 - (view) (annotate) - [select for diffs]
Mon Jun 23 08:38:01 2025 UTC (8 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.34: +23 -4 lines
Diff to previous 1.34
Display articles with ontop state at the end of section list


Revision 1.34 - (view) (annotate) - [select for diffs]
Sat Jun 21 02:15:18 2025 UTC (8 months, 3 weeks ago) by sysadm
Branch: MAIN
Changes since 1.33: +6 -6 lines
Diff to previous 1.33
Re-order included order files


Revision 1.33 - (view) (annotate) - [select for diffs]
Wed Jun 18 02:29:54 2025 UTC (8 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.32: +28 -1 lines
Diff to previous 1.32
Add user online status update


Revision 1.32 - (view) (annotate) - [select for diffs]
Tue Jun 17 13:18:55 2025 UTC (8 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.31: +0 -2 lines
Diff to previous 1.31
Move macro definitions to autoconf


Revision 1.31 - (view) (annotate) - [select for diffs]
Tue Jun 17 07:00:32 2025 UTC (8 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.30: +63 -3 lines
Diff to previous 1.30
Support locating at first / last topic article by key '=' and '\'


Revision 1.30 - (view) (annotate) - [select for diffs]
Tue Jun 17 02:22:45 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.29: +23 -17 lines
Diff to previous 1.29
Refresh section list automatically after BBS_section_list_load_interval second to reload any change


Revision 1.29 - (view) (annotate) - [select for diffs]
Mon Jun 16 14:30:44 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.28: +3 -2 lines
Diff to previous 1.28
Change gcc std to c17
Update header macro accordingly


Revision 1.28 - (view) (annotate) - [select for diffs]
Mon Jun 16 03:08:29 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.27: +40 -1 lines
Diff to previous 1.27
Add key handling


Revision 1.27 - (view) (annotate) - [select for diffs]
Mon Jun 16 01:36:56 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
Fix issue of display / edit control sequence in editor


Revision 1.26 - (view) (annotate) - [select for diffs]
Sun Jun 15 04:45:13 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.25: +26 -5 lines
Diff to previous 1.25
Add article_del


Revision 1.25 - (view) (annotate) - [select for diffs]
Sat Jun 14 13:33:48 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.24: +4 -0 lines
Diff to previous 1.24
Force refresh page list while pressing KEY_DOWN at bottom of last page


Revision 1.24 - (view) (annotate) - [select for diffs]
Sat Jun 14 09:20:13 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.23: +15 -4 lines
Diff to previous 1.23
Add implementation of article post / modify / reply


Revision 1.23 - (view) (annotate) - [select for diffs]
Sat Jun 14 02:00:38 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.22: +8 -7 lines
Diff to previous 1.22
Update text


Revision 1.22 - (view) (annotate) - [select for diffs]
Fri Jun 13 12:17:21 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
Update display text


Revision 1.21 - (view) (annotate) - [select for diffs]
Fri Jun 13 12:01:27 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20
Update article_post() (not complete)


Revision 1.20 - (view) (annotate) - [select for diffs]
Thu Jun 12 12:14:28 2025 UTC (9 months ago) by sysadm
Branch: MAIN
Changes since 1.19: +42 -0 lines
Diff to previous 1.19
Add framework of article_post


Revision 1.19 - (view) (annotate) - [select for diffs]
Sun Jun 8 09:25:25 2025 UTC (9 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
Refine display_data


Revision 1.18 - (view) (annotate) - [select for diffs]
Sat Jun 7 10:14:20 2025 UTC (9 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.17: +12 -4 lines
Diff to previous 1.17
Display article posted by self as viewed


Revision 1.17 - (view) (annotate) - [select for diffs]
Sat Jun 7 10:00:10 2025 UTC (9 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.16: +18 -3 lines
Diff to previous 1.16
Appy article_view_log to section_list


Revision 1.16 - (view) (annotate) - [select for diffs]
Sun Jun 1 14:05:09 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.15: +12 -0 lines
Diff to previous 1.15
Refine key mapping while at begin / end of article


Revision 1.15 - (view) (annotate) - [select for diffs]
Sat May 31 14:59:18 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.14: +4 -4 lines
Diff to previous 1.14
Unify '|' charcter in message as spliter


Revision 1.14 - (view) (annotate) - [select for diffs]
Sat May 31 12:46:08 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
Refine


Revision 1.13 - (view) (annotate) - [select for diffs]
Sat May 31 12:38:35 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.12: +9 -3 lines
Diff to previous 1.12
Display selected article / topic in special color


Revision 1.12 - (view) (annotate) - [select for diffs]
Sat May 31 08:54:03 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.11: +126 -21 lines
Diff to previous 1.11
Support article / topic switch with UP/DOWN/PgUp/PgDn in article viewer


Revision 1.11 - (view) (annotate) - [select for diffs]
Sat May 31 03:37:47 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.10: +10 -19 lines
Diff to previous 1.10
Add display context (ctx)


Revision 1.10 - (view) (annotate) - [select for diffs]
Fri May 30 12:51:00 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.9: +51 -6 lines
Diff to previous 1.9
Add article cache load/unload and display


Revision 1.9 - (view) (annotate) - [select for diffs]
Thu May 29 09:44:01 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.8: +19 -1 lines
Diff to previous 1.8
Add article_cache


Revision 1.8 - (view) (annotate) - [select for diffs]
Thu May 29 03:05:02 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.7: +6 -4 lines
Diff to previous 1.7
Refine


Revision 1.7 - (view) (annotate) - [select for diffs]
Thu May 29 02:45:23 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.6: +4 -1 lines
Diff to previous 1.6
Refine


Revision 1.6 - (view) (annotate) - [select for diffs]
Thu May 29 02:21:31 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.5: +9 -4 lines
Diff to previous 1.5
Add section page number display


Revision 1.5 - (view) (annotate) - [select for diffs]
Thu May 29 00:52:09 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.4: +41 -29 lines
Diff to previous 1.4
Refine


Revision 1.4 - (view) (annotate) - [select for diffs]
Wed May 28 13:08:41 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.3: +34 -13 lines
Diff to previous 1.3
Add display nickname


Revision 1.3 - (view) (annotate) - [select for diffs]
Wed May 28 10:27:12 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.2: +29 -4 lines
Diff to previous 1.2
Refine output format


Revision 1.2 - (view) (annotate) - [select for diffs]
Wed May 28 07:41:46 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
Refine


Revision 1.1 - (view) (annotate) - [select for diffs]
Wed May 28 07:30:23 2025 UTC (9 months, 2 weeks ago) by sysadm
Branch: MAIN
Add section_list_display


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:

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1