/[mws]/trunk/templates/master.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /trunk/templates/master.html

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 42 - (view) (annotate) - [select for diffs]
Modified Mon May 10 22:04:01 2004 UTC (19 years, 11 months ago) by dpavlin
File length: 2079 byte(s)
Diff to previous 38
minor improvements and beginning of (non functional in this revision!) support
for folders


Revision 38 - (view) (annotate) - [select for diffs]
Modified Mon May 10 14:07:04 2004 UTC (19 years, 11 months ago) by dpavlin
File length: 2025 byte(s)
Diff to previous 35
show brief (just first 5 lines of body, without quotes) or full message body


Revision 35 - (view) (annotate) - [select for diffs]
Modified Sun May 9 10:43:24 2004 UTC (19 years, 11 months ago) by dpavlin
File length: 2005 byte(s)
Diff to previous 34
preserve sort order when searching through form


Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun May 9 10:16:51 2004 UTC (19 years, 11 months ago) by dpavlin
File length: 1907 byte(s)
Diff to previous 32
title of generated html now shows query and date limit,
better handling of forwarded messages


Revision 32 - (view) (annotate) - [select for diffs]
Modified Sun May 9 09:48:38 2004 UTC (19 years, 11 months ago) by dpavlin
File length: 1877 byte(s)
Diff to previous 30
fixed url_search, spelling corrections


Revision 30 - (view) (annotate) - [select for diffs]
Modified Sun May 9 00:09:32 2004 UTC (19 years, 11 months ago) by dpavlin
File length: 1835 byte(s)
Diff to previous 28
this is 0.9-rc2:
- added apropos functionality based on Text::Soundex (activated if no results
  are found)
- cleanup of debugging and minor other improvements in preparation for 0.9


Revision 28 - (view) (annotate) - [select for diffs]
Modified Sat May 8 22:18:38 2004 UTC (19 years, 11 months ago) by dpavlin
File length: 1848 byte(s)
Diff to previous 27
v0.9-rc2: bugfixes and small improvements
- added quote and signature styles
- better detection of quotes/signagures (and removal)
- back to home link (#) to get you out of search
- on root url (/) messages are sorted descending by date, as they should


Revision 27 - (view) (annotate) - [select for diffs]
Modified Sat May 8 20:34:26 2004 UTC (19 years, 11 months ago) by dpavlin
File length: 1830 byte(s)
Diff to previous 25
this is 0.9-rc1:
- scripts now accept configuration file as parametar, if none is specified,
  they will use global.conf in current directory
- more css design
- how to install using PAR
- mbox2index can now call swish-e by itself, swish-e configuration
  moved to MWS_swish.pm
- httpd server now shows 30 newest messages in this year when accessed
  through root URL


Revision 25 - (view) (annotate) - [select for diffs]
Modified Sat May 8 16:06:58 2004 UTC (19 years, 11 months ago) by dpavlin
File length: 1796 byte(s)
Diff to previous 24
improvements in user-interface (css). http server can now server static files
(and it's serving style.css from html dir).


Revision 24 - (view) (annotate) - [select for diffs]
Modified Sat May 8 14:27:54 2004 UTC (19 years, 11 months ago) by dpavlin
File length: 1734 byte(s)
Diff to previous 23
another major update:
- sort is implemented
- search_filter from httpd.pl and all macros moved to macros.tt2
- URL parametars are now correctly escaped


Revision 23 - (view) (annotate) - [select for diffs]
Modified Sat May 8 02:21:50 2004 UTC (19 years, 11 months ago) by dpavlin
File length: 3782 byte(s)
Diff to previous 21
misc fixes and improvements -- this should be another all-working version


Revision 21 - (view) (annotate) - [select for diffs]
Modified Sat May 8 00:54:16 2004 UTC (19 years, 11 months ago) by dpavlin
File length: 3777 byte(s)
Diff to previous 20
major improvements:
- decoding of Base-64 haders
- search now accepts array of limits and operators
- date searches work as expected (result of above)
- autoformat now reformats ALL parafraphs (oh, bug)
- search is preseved when browsing through calendar


Revision 20 - (view) (annotate) - [select for diffs]
Modified Fri May 7 23:35:39 2004 UTC (19 years, 11 months ago) by dpavlin
File length: 3567 byte(s)
Diff to previous 19
working calendar


Revision 19 - (view) (annotate) - [select for diffs]
Modified Fri May 7 20:52:34 2004 UTC (19 years, 11 months ago) by dpavlin
File length: 2998 byte(s)
Diff to previous 16
added From, To, Cc lists with unique feature: it will count same names
in different order as, well, same name :-) It will also remove accented
characters when counting names, to detect false duplicates (using
Text::Unaccent)


Revision 16 - (view) (annotate) - [select for diffs]
Modified Thu May 6 23:06:08 2004 UTC (19 years, 11 months ago) by dpavlin
File length: 2584 byte(s)
Diff to previous 14
first "all-clickable-things-are-working" version (0.1)

- primitive folder close/open hack after 100 accesses to keep memory
  usage down (primary in httpd.pl)
- correctly decode Subject/From/To lines
- indexing script is now mbox2index.pl



Revision 14 - (view) (annotate) - [select for diffs]
Modified Thu May 6 19:46:58 2004 UTC (19 years, 11 months ago) by dpavlin
File length: 2323 byte(s)
Diff to previous 13
Make mbox2swish universal for all indexer (moving index-specific
thinks in own .pm) -- after MWS_plucene.pm update it should work with it.
Use Text::AutoFormat to re-format messages wider than wrap_margin
(from global.conf). Hard-coded ISO-8859-2 encoding now works correctly,
Subject searches now remove common subject prefixes, template updates.


Revision 13 - (view) (annotate) - [select for diffs]
Modified Thu May 6 16:53:40 2004 UTC (19 years, 11 months ago) by dpavlin
File length: 2199 byte(s)
Diff to previous 12
partial implementation for dates, more verbose debugging, index should now
return all fields writen in it (this will break Plucene code, so it's
non-function from now on)


Revision 12 - (view) (annotate) - [select for diffs]
Modified Thu May 6 12:40:11 2004 UTC (19 years, 11 months ago) by dpavlin
File length: 1448 byte(s)
Diff to previous 11
switch search engine to swish-e. It's stil slow, but usable.


Revision 11 - (view) (annotate) - [select for diffs]
Modified Thu May 6 10:13:04 2004 UTC (19 years, 11 months ago) by dpavlin
File length: 368 byte(s)
Diff to previous 7
optional text for search link


Revision 7 - (view) (annotate) - [select for diffs]
Modified Wed May 5 15:38:35 2004 UTC (19 years, 11 months ago) by dpavlin
File length: 318 byte(s)
Diff to previous 6
extracted more methods, support for other formats, misc improvements


Revision 6 - (view) (annotate) - [select for diffs]
Added Wed May 5 13:42:27 2004 UTC (19 years, 11 months ago) by dpavlin
File length: 67 byte(s)
Implemented httpd server based on HTTP::Daemon and CGI::Lite.



This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26