Mercurial > p > roundup > code
annotate website/www/contact.txt @ 6593:e70e2789bc2c
issue2551189 - increase text search maxlength
This removes I think all the magic references to 25 and 30 (varchar
size) and replaces them with references to maxlength or maxlength+5.
I am not sure why the db column is 5 characters larger than the size
of what should be the max size of a word, but I'll keep the buffer
of 5 as making it 1/5 the size of maxlength makes less sense.
Also added tests for fts search in templating which were missing.
Added postgres, mysql and sqlite native indexing backends in which to
test fts. Added fts test to native-fts as well to make sure it's
working.
I want to commit this now for CI.
Todo:
add test cases for the use of FTS in the csv output in
actions.py. There is no test coverage of the match case there.
change maxlength to a higher value (50) as requested in the ticket.
Modify existing extremewords test cases to allow words > 25 and < 51
write code to migrate column sizes for mysql and postgresql to match
maxlength I will roll this into the version 7 schema update that
supports use of database fts support.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 25 Jan 2022 13:22:00 -0500 |
| parents | fefd8263ee4d |
| children | 6f5054751fb6 |
| rev | line source |
|---|---|
|
4035
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
1 Contact |
|
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
2 ======= |
|
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
3 |
|
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
4 We maintain the following mailing lists: |
|
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
5 |
|
5366
b87a1f51ac32
As far as I can tell, gmane and nabble archives are gone/not being
John Rouillard <rouilj@ieee.org>
parents:
4951
diff
changeset
|
6 =================== ========================== |
|
b87a1f51ac32
As far as I can tell, gmane and nabble archives are gone/not being
John Rouillard <rouilj@ieee.org>
parents:
4951
diff
changeset
|
7 roundup-users_ archives `[SourceForge]`__ |
|
b87a1f51ac32
As far as I can tell, gmane and nabble archives are gone/not being
John Rouillard <rouilj@ieee.org>
parents:
4951
diff
changeset
|
8 roundup-devel_ archives `[SourceForge]`__ |
|
4820
2b7425b24243
website: Revise contacts page, add links to archives and web IRC
anatoly techtonik <techtonik@gmail.com>
parents:
4035
diff
changeset
|
9 roundup-checkins_ archives `[SourceForge]`__ |
|
5366
b87a1f51ac32
As far as I can tell, gmane and nabble archives are gone/not being
John Rouillard <rouilj@ieee.org>
parents:
4951
diff
changeset
|
10 =================== ========================== |
|
4035
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
11 |
|
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
12 These lists are moderated to protect them against spam. |
|
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
13 Please sign up if you intend to mail repeatedly. |
|
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
14 |
|
4820
2b7425b24243
website: Revise contacts page, add links to archives and web IRC
anatoly techtonik <techtonik@gmail.com>
parents:
4035
diff
changeset
|
15 You may talk to Roundup developers directly via IRC irc://irc.oftc.net/roundup |
|
4951
5de19a3d99bd
website: Add autologin and nick selection to WebChat link
anatoly techtonik <techtonik@gmail.com>
parents:
4820
diff
changeset
|
16 using IRC client or through WebChat_ interface. |
|
4820
2b7425b24243
website: Revise contacts page, add links to archives and web IRC
anatoly techtonik <techtonik@gmail.com>
parents:
4035
diff
changeset
|
17 |
|
2b7425b24243
website: Revise contacts page, add links to archives and web IRC
anatoly techtonik <techtonik@gmail.com>
parents:
4035
diff
changeset
|
18 |
|
5755
fefd8263ee4d
issue2550966: Fix suboptimal links in doc pages
John Rouillard <rouilj@ieee.org>
parents:
5366
diff
changeset
|
19 .. _roundup-users: https://sourceforge.net/projects/roundup/lists/roundup-users |
|
fefd8263ee4d
issue2550966: Fix suboptimal links in doc pages
John Rouillard <rouilj@ieee.org>
parents:
5366
diff
changeset
|
20 .. _roundup-devel: https://sourceforge.net/projects/roundup/lists/roundup-devel |
|
fefd8263ee4d
issue2550966: Fix suboptimal links in doc pages
John Rouillard <rouilj@ieee.org>
parents:
5366
diff
changeset
|
21 .. _roundup-checkins: https://sourceforge.net/projects/roundup/lists/roundup-checkins |
|
4035
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
22 |
|
5755
fefd8263ee4d
issue2550966: Fix suboptimal links in doc pages
John Rouillard <rouilj@ieee.org>
parents:
5366
diff
changeset
|
23 .. __: https://sourceforge.net/p/roundup/mailman/roundup-users/ |
|
4820
2b7425b24243
website: Revise contacts page, add links to archives and web IRC
anatoly techtonik <techtonik@gmail.com>
parents:
4035
diff
changeset
|
24 |
|
5755
fefd8263ee4d
issue2550966: Fix suboptimal links in doc pages
John Rouillard <rouilj@ieee.org>
parents:
5366
diff
changeset
|
25 .. __: https://sourceforge.net/p/roundup/mailman/roundup-devel/ |
|
4820
2b7425b24243
website: Revise contacts page, add links to archives and web IRC
anatoly techtonik <techtonik@gmail.com>
parents:
4035
diff
changeset
|
26 |
|
5755
fefd8263ee4d
issue2550966: Fix suboptimal links in doc pages
John Rouillard <rouilj@ieee.org>
parents:
5366
diff
changeset
|
27 .. __: https://sourceforge.net/p/roundup/mailman/roundup-checkins/ |
|
4951
5de19a3d99bd
website: Add autologin and nick selection to WebChat link
anatoly techtonik <techtonik@gmail.com>
parents:
4820
diff
changeset
|
28 |
|
5755
fefd8263ee4d
issue2550966: Fix suboptimal links in doc pages
John Rouillard <rouilj@ieee.org>
parents:
5366
diff
changeset
|
29 .. _WebChat: https://webchat.oftc.net/?randomnick=1&channels=roundup&prompt=1 |
