www-data
2f373283e0
web commit by ThomasSchwinge
2006-05-04 10:48:19 +00:00
www-data
d80d029587
web commit by ThomasSchwinge
2006-05-04 10:45:21 +00:00
www-data
3e55b09a06
web commit by ThomasSchwinge: Initial version.
2006-05-04 10:42:58 +00:00
www-data
59d5c9d849
web commit by ThomasSchwinge: Fix the last commit.
2006-05-04 10:35:39 +00:00
www-data
27580105de
web commit by ThomasSchwinge: Different sorts of links
2006-05-04 10:31:51 +00:00
joey
8c723b5564
bugnum
2006-05-04 06:31:24 +00:00
www-data
ee18a8b287
web commit by joey
2006-05-04 05:42:35 +00:00
www-data
f4ca9ee2f8
web commit by joey
2006-05-04 05:41:41 +00:00
www-data
161b9f27bd
web commit by joey
2006-05-04 05:40:46 +00:00
www-data
071fa74492
web commit by joey
2006-05-04 05:39:28 +00:00
www-data
dab9dd0f2d
web commit by joey
2006-05-04 05:04:59 +00:00
www-data
60ff28e46d
web commit by joey
2006-05-04 04:48:34 +00:00
www-data
ed701c41c9
web commit by joey
2006-05-04 04:47:24 +00:00
joey
ccbf965e6b
fix a bug that doubled the search box
2006-05-04 04:45:30 +00:00
www-data
12c08195e2
web commit by joey
2006-05-04 04:41:52 +00:00
www-data
7505e53eef
web commit by joey
2006-05-04 04:36:43 +00:00
joey
ecfd8bcae6
update
2006-05-04 04:33:56 +00:00
joey
be56970d05
* Added smiley plugin, nicely controlled and documented by the smileys page.
...
* Copied in some smileys from Moin Moin.
2006-05-04 04:29:37 +00:00
www-data
b3d24f6a63
web commit by joey
2006-05-04 02:29:28 +00:00
www-data
5ab1769a9a
web commit by joey
2006-05-04 02:28:23 +00:00
www-data
b5591fd8eb
web commit by joey
2006-05-04 02:28:01 +00:00
www-data
a5c9c68da3
web commit by joey
2006-05-03 22:47:34 +00:00
www-data
08eac4806c
web commit by joey
2006-05-03 22:42:36 +00:00
www-data
ea08b909d8
web commit by joey
2006-05-03 22:42:19 +00:00
www-data
bcc6cd8f73
web commit by joey
2006-05-03 22:41:42 +00:00
www-data
3a98572da8
web commit by joey
2006-05-03 22:41:20 +00:00
www-data
4c2f8d3353
web commit by joey
2006-05-03 22:40:22 +00:00
www-data
79be3eec61
web commit by joey
2006-05-03 22:38:53 +00:00
www-data
4ff8a41f07
web commit by joey
2006-05-03 21:59:00 +00:00
www-data
7762cd5711
web commit by joey
2006-05-03 21:58:17 +00:00
www-data
0aadc597d4
web commit by joey
2006-05-03 21:56:29 +00:00
www-data
d75fa41216
web commit by joey
2006-05-03 21:54:27 +00:00
www-data
ab071436fd
web commit by joey
2006-05-03 21:53:54 +00:00
www-data
57d12405ae
web commit by joey
2006-05-03 21:52:44 +00:00
www-data
e30f53cb9b
web commit by joey
2006-05-03 21:52:23 +00:00
joey
af9566ff1a
rather a lot of changes to make hyperestraier search be a plugin, allowing
...
for other types of search engine plugins if wanted, and also opening up a
lot of new possibilities for other kinds of plugins later
some notable changes along the way:
- lots of new hook types: cgi, render, delete
- wrapper files fixed to support config strings with newlines in them
- HEADERCONTENT in page template useful for plugins. Probably needs to be
expanded to more such for other places plugins might want to add content.
- remove unnecessary wrappers field from config info stored in wrappers
2006-05-03 21:50:39 +00:00
www-data
b0952742b2
web commit by joey
2006-05-03 21:04:17 +00:00
www-data
e64ef95dfc
web commit by joey
2006-05-03 21:03:35 +00:00
www-data
92ffe3446f
web commit by joey
2006-05-03 20:46:14 +00:00
www-data
5d887948f9
web commit by joey
2006-05-03 20:45:10 +00:00
www-data
3900abf314
web commit by joey
2006-05-03 20:43:55 +00:00
www-data
1478bab0cd
web commit by joey
2006-05-03 20:31:16 +00:00
www-data
82594b5f89
web commit by Bug
2006-05-03 20:12:29 +00:00
www-data
40d739caba
web commit by joey: change to plugin interface
2006-05-03 20:07:02 +00:00
joey
e5ae4bbcf7
add a syntax check
2006-05-03 20:06:31 +00:00
joey
a44bfb158d
change plugin interface to use named parameters for flexability
2006-05-03 19:58:58 +00:00
joey
4ba45ec3fc
add
2006-05-02 21:15:39 +00:00
joey
55cc22939f
* Add unit tests for several core functions, including globlist_match,
...
dirname, basename, and bestlink.
as plugins and work. (Well, in theory.)
2006-05-02 21:14:50 +00:00
joey
a2e98e7ffc
fix accidentially duplicated options
2006-05-02 20:38:39 +00:00
joey
12422e9890
* Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc,
...
to pave the way for adding other RCS support. This also changes the
setup files, where before they had svn => 1 or svn => 0, now they have
rcs => "svn" or rcs => "".
* Add a debian/NEWS file with upgrade notes.
* Load whatever rcs module is specified, so new ones can be just dropped in
as plugins and work.
* Add some basic docs about writing RCS modules.
2006-05-02 18:44:39 +00:00