joey
321083df4d
web commit by EthanGlasserCamp: wikify
2006-11-10 08:34:21 +00:00
joey
e47a282989
web commit by BradRoberts
2006-11-10 08:26:38 +00:00
joey
ef3021c403
web commit by BradRoberts
2006-11-10 08:14:52 +00:00
joey
96eb9bb3fa
* Work around a strange bug in CGI::FormBuilder 3.0401 that makes
...
FORM-SUBMIT unusable on customised formbuilder templates. For now,
hardcode the submit buttons in editpage.tmpl instead of using the
template variable, which is ok, since the buttons are static.
2006-11-10 07:46:41 +00:00
joey
c16fd3d71f
response
2006-11-08 21:06:35 +00:00
joey
35ee7e44a6
* Make sure to check for errors from every eval.
2006-11-08 21:03:33 +00:00
joey
dd2ce6e6a0
web commit by joey: responses
2006-11-08 20:58:07 +00:00
joey
29b75a1e8e
update
2006-11-08 20:46:20 +00:00
joey
680e06e52b
this is really a todo item, not a bug
2006-11-08 20:44:32 +00:00
joey
299455ab27
response
2006-11-08 20:43:36 +00:00
joey
6e1986cf12
* Patch from Ethan Glasser Camp to add a skip option to the inline plugin.
2006-11-08 20:39:48 +00:00
joey
68f84e12f2
web commit by EthanGlasserCamp: This is probably better.
2006-11-08 20:19:49 +00:00
joey
b48beb9e80
web commit by EthanGlasserCamp
2006-11-08 20:11:48 +00:00
joey
4010e641c8
web commit by EthanGlasserCamp: exactly what it sounds like
2006-11-08 20:10:44 +00:00
joey
0617793bf6
web commit by EthanGlasserCamp: Oops, this is what the patch actually says!
2006-11-08 06:45:05 +00:00
joey
a2766fa0d7
web commit by EthanGlasserCamp: use diff -ur so I can apply this easier in the future
2006-11-08 06:42:08 +00:00
joey
11479d71bc
web commit by EthanGlasserCamp: use a real patch format rather than just doing svn diff
2006-11-08 06:05:45 +00:00
joey
54551d3866
web commit by JoshTriplett: Canonical feed location?
2006-11-06 22:44:34 +00:00
joey
4175b35d38
web commit by JoshTriplett
2006-11-06 22:27:15 +00:00
joey
0961a6d05e
web commit by JoshTriplett: Fix links which just had [homepage] or [blog] in the text to include the surrounding attribution, and change the ion link from HTML to markdown
2006-11-06 21:55:06 +00:00
joey
7ccbbe1b01
web commit by JoshTriplett: Add the Sparse wiki.
2006-11-06 21:45:55 +00:00
joey
2e4cefdc3e
add news item for ikiwiki 1.32
2006-11-03 19:49:08 +00:00
joey
dc52eb68a8
move :-) to correct location
2006-11-03 19:47:27 +00:00
joey
3f8165963d
web commit by KyleMacLea
2006-11-01 14:55:17 +00:00
joey
bf52bb4c5f
web commit by KyleMacLea
2006-11-01 14:53:33 +00:00
joey
369cf45ace
* Patch from James Westby to support podcasting, photoblogging, vidcasting,
...
or what have you, by creating enclosures for non-page items that are
included in feeds.
2006-11-01 06:45:59 +00:00
joey
f8dbe2657c
idea
2006-11-01 06:07:54 +00:00
joey
e258048197
update
2006-11-01 06:06:07 +00:00
joey
4cac43981e
foo
2006-11-01 06:05:08 +00:00
joey
0d666f4a7c
done-ish
2006-11-01 06:03:00 +00:00
joey
5a82103526
* Implemented expiry options for aggregate plugin.
...
* Use precalculated backlinks info when determining if files need an update
due to a page they link to being added/removed. Mostly significant if
there are lots of pages.
* Remove duplicate link info when saving index. In some cases it could
pile up rather badly. (Probably not the best way to deal with this
problem.)
2006-11-01 05:41:37 +00:00
joey
5a9064dea8
add pointer to backport
2006-10-31 17:30:50 +00:00
joey
687cbdbd0b
web commit by jh
2006-10-30 17:51:46 +00:00
joey
8a9056d6e5
revamp css market, allow selecting stylesheets on the fly in web browser
2006-10-30 02:00:38 +00:00
joey
d8b4819d88
another update
2006-10-29 16:58:19 +00:00
joey
bba10bb898
update
2006-10-28 23:42:43 +00:00
joey
4109ef94fd
* Add a default stylesheet entry for the pagecloud.
...
* Add examples page with some examples of things that can be done using
ikiwiki, like a weblog. The examples can be copied into a user's wiki
for a quick start, without needing to learn everything about how to put
them together.
2006-10-28 23:41:39 +00:00
joey
f6f87c14ab
updated again
2006-10-28 22:11:09 +00:00
joey
9890790fa5
* Now that links are calculated in a separate pass, it can also
...
* Stylish update to the ikiwiki logo, thanks to Recai Oktaş and Selçuk
Erdem.
2006-10-28 17:18:50 +00:00
joey
994c242994
update
2006-10-28 05:45:56 +00:00
joey
c4e8a8c62f
update
2006-10-28 05:10:13 +00:00
joey
db3b72c482
instead of over and over. Typical speedup is ~4x. Max possible speedup:
...
8x.
* Add "scan" parameter to hook(), which is used to make the hook be called
during the scanning pass, as well as the render pass. The meta and tag
plugins need to use the new scan parameter, so will any others that modify
%links.
* Now that links are calculated in a separate pass, it can also
precalculate backlinks in one pass, which is O(N^2) instead of the
previous code that was O(N^3). A very nice speedup for wikis with lots
(thousands) of pages.
2006-10-28 05:07:56 +00:00
joey
49bf877701
* Add a separate pass to find page links, and only render each page once,
...
instead of over and over. This is up to 8 times faster than before!
(This could have introduced some subtle bugs, so it needs to be tested
extensively.)
2006-10-28 03:27:10 +00:00
joey
05fe79b487
add news item for ikiwiki 1.31
2006-10-28 03:17:52 +00:00
joey
b6509c74a9
* Add basic spam fighting tool for admins: An admin's prefs page now allows
...
editing a list of banned users who are not allowed to log in.
2006-10-28 00:35:33 +00:00
joey
ed463de21f
revert spammer
2006-10-27 23:48:38 +00:00
joey
dcadf11388
web commit by shoesorder
2006-10-27 23:22:36 +00:00
joey
bd8390018a
web commit by shoesorder
2006-10-27 23:21:39 +00:00
joey
ee3878f8ad
web commit by shoesorder
2006-10-27 23:20:24 +00:00
joey
f0f1263c14
web commit by shoesorder
2006-10-27 23:19:07 +00:00
joey
e5c4eae640
* Add missing dependency on the URI perl module.
2006-10-27 17:11:30 +00:00
joey
c43112d1d9
web commit by MarkBucciarelli
2006-10-27 02:43:25 +00:00
joey
558e524165
web commit by ScottHenson
2006-10-25 22:39:05 +00:00
joey
8a207f556e
response
2006-10-25 00:31:06 +00:00
joey
278765b9a5
web commit by ScottHenson
2006-10-24 17:24:36 +00:00
joey
4dc618cba8
response
2006-10-24 15:47:32 +00:00
joey
ad2c77dd30
web commit by NicolasDuboc
2006-10-24 14:46:56 +00:00
joey
7be29d0bfd
web commit by VictorMoral
2006-10-24 13:24:10 +00:00
joey
7a1dfbc49f
web commit by VictorMoral
2006-10-24 13:20:32 +00:00
joey
df2354b009
web commit by NicolasDuboc
2006-10-24 12:16:54 +00:00
joey
6d514b7b33
web commit by ScottHenson
2006-10-23 16:28:06 +00:00
joey
2a7082236e
web commit by EthanGlasserCamp: do I have to maintain this?
2006-10-23 03:41:05 +00:00
joey
01d894af98
web commit by MarkBucciarelli
2006-10-23 00:34:30 +00:00
joey
c49af80ab3
some notes about the security (or lack thereof) of plugins
2006-10-22 21:12:21 +00:00
joey
6a75123d7a
web commit by VictorMoral
2006-10-22 20:36:59 +00:00
joey
bca0b07c35
web commit by VictorMoral
2006-10-22 20:36:34 +00:00
joey
ae0ba21e71
web commit by VictorMoral:
2006-10-22 20:25:26 +00:00
joey
380fd391d3
web commit by DavidMorenoGarza: Not my personal wiki, but the PM wiki
2006-10-22 17:27:28 +00:00
joey
4093a584a7
updates
2006-10-21 23:32:15 +00:00
joey
f81d4904ee
update
2006-10-21 22:06:35 +00:00
joey
f646e975d6
included
2006-10-21 22:05:37 +00:00
joey
e54d901565
* Add an img plugin, based on Christian Mock's img plugin, but stripped
...
down to the bare essentials. Useful for handling large images on websites.
2006-10-21 21:59:44 +00:00
joey
7b76cce96c
web commit by RecaiOktas: Text::VimColor Debian package
2006-10-21 20:46:13 +00:00
joey
a70b71c663
notes about this plugin, including a security issue
2006-10-21 19:49:23 +00:00
joey
bb7179966c
web commit by SimonRaven
2006-10-21 16:50:28 +00:00
joey
f4ad79d887
merge change to basewiki
2006-10-19 16:27:17 +00:00
joey
436c3fbefc
web commit by VictorMoral: Added information about style sheet and samples page
2006-10-19 13:39:00 +00:00
joey
0b6a684435
web commit by VictorMoral
2006-10-19 10:33:07 +00:00
joey
caaa5bad89
web commit by VictorMoral
2006-10-19 10:31:58 +00:00
joey
7bb8c7e047
web commit by VictorMoral: Add a cpan shortcut
2006-10-19 10:30:19 +00:00
joey
b5d3c31eda
web commit by VictorMoral
2006-10-19 10:27:59 +00:00
joey
a784ee9ee3
web commit by VictorMoral
2006-10-19 10:23:58 +00:00
joey
99a95f51bf
remove
2006-10-17 17:46:31 +00:00
joey
0e0c83146c
add news item for ikiwiki 1.30
2006-10-16 19:27:04 +00:00
joey
09718101af
web commit by joey
2006-10-16 19:26:27 +00:00
joey
cb8c95bdef
web commit by VictorMoral
2006-10-16 14:32:22 +00:00
joey
7db7baed81
web commit by VictorMoral
2006-10-16 14:13:54 +00:00
joey
f9d40ac70e
response
2006-10-16 13:51:50 +00:00
joey
74c0731970
web commit by VictorMoral
2006-10-16 08:01:43 +00:00
joey
54841b6f84
web commit by VictorMoral
2006-10-16 07:15:29 +00:00
joey
7d1c001877
web commit by ChristianMock
2006-10-15 22:32:22 +00:00
joey
e29dd20d24
fix
2006-10-15 19:46:01 +00:00
joey
057ac645cb
titles
2006-10-15 19:38:33 +00:00
joey
b973ed8269
* Add no_override parameter to hook().
...
* Add a shortcut plugin, inspired by Victor Moral's contributed shortcuts
plugin, but featuring a more ikiwiki-ish syntax and with shortcuts that
can be configured using a page in wiki.
2006-10-15 19:33:52 +00:00
joey
8544d52fe9
web commit by BenjaminSonntag: adding debian etch dependency on libcgi-session-perl
2006-10-14 23:14:10 +00:00
joey
024a888954
web commit by ayhuser
2006-10-14 19:27:45 +00:00
joey
e79742f94f
web commit by joey: add news
2006-10-14 03:50:21 +00:00
joey
dccdff53ae
add news item for ikiwiki 1.29
2006-10-14 03:48:34 +00:00
joey
ec6482402c
add keithp.com
2006-10-13 18:23:23 +00:00
joey
3ffc189c54
web commit by SteveRobbins
2006-10-12 21:38:36 +00:00
joey
e0c387c8d0
web commit by SteveRobbins: Downgrade fixed problem
2006-10-12 20:13:22 +00:00
joey
8973ba4723
web commit by GabrielFarrell: small grammar fix
2006-10-11 11:42:32 +00:00
joey
0286694e20
comments
2006-10-11 07:51:55 +00:00
joey
38923bfdd5
move
2006-10-11 07:45:15 +00:00
joey
8dd7ccc9bf
web commit by SteveRobbins: Response with FormBuilder version and error string location.
2006-10-10 20:06:21 +00:00
joey
be7173db7a
web commit by DonMarti
2006-10-10 18:42:24 +00:00
joey
296117a0f1
web commit by VictorMoral: presentation of a new ikiwiki plugin
2006-10-10 14:32:03 +00:00
joey
be55f6fd7c
* Atom feed support based on a patch by Clint Adams.
...
* Add feeds=no option to inline preprocessor directive to turn off all types
of feeds. feeds=rss will still work, and feeds=atom was also added, for
fine control.
* $IkiWiki::version now holds the program version, and is accessible to
plugins.
2006-10-08 23:57:37 +00:00
joey
bf4e6716cc
responses and reorg
2006-10-08 22:27:48 +00:00
joey
cefbe6210f
* Change %renderedfiles to store an array of files rendered from a given
...
source file, to allow tracking of extra rendered files like rss feeds.
* Note that plugins that accessed this variable will need to be updated!
The plugin interface has been increased to version 1.01 for this change.
* Add will_render function to the plugin interface, used to register that a
page renders a destination file, and do some security checks.
* Use will_render in the inline and linkmap plugins.
* Previously but no longer rendered files will be cleaned up.
* You will need to rebuild your wiki on upgrade to this version.
2006-10-08 21:56:50 +00:00
joey
118c481766
remove, redundant
2006-10-08 21:55:55 +00:00
joey
85832d1656
move
2006-10-08 21:04:45 +00:00
joey
92de3e5ac9
response
2006-10-07 18:03:19 +00:00
joey
0dfcf5edd5
web commit by SteveRobbins
2006-10-06 20:30:48 +00:00
joey
a8bff3fb13
web commit by SteveRobbins
2006-10-06 20:17:52 +00:00
joey
16cbcf086b
add metadata
2006-10-06 19:31:26 +00:00
joey
62a22bf541
comments
2006-10-06 19:22:22 +00:00
joey
9759b3b745
web commit by ChristianMock
2006-10-06 09:41:23 +00:00
joey
5709053f4d
web commit by ChristianMock
2006-10-06 09:40:06 +00:00
joey
10b64bc707
web commit by ChristianMock
2006-10-06 09:38:59 +00:00
joey
f04251bc9a
update
2006-10-06 06:33:30 +00:00
joey
b1c752a949
remove our 1st spam
2006-10-06 06:31:45 +00:00
joey
20feea7e08
web commit by icerain321: add a link
2006-10-06 06:21:12 +00:00
joey
67b513e8c4
* Patch from Alec Berryman adding a http_auth config item that allows
...
using HTTP Authentication instead of ikiwiki's built in authentication.
Useful for eg, large sites with their own previously existing user auth
setup. Closes : #384534
2006-10-02 22:56:09 +00:00
joey
fb3a160f2d
web commit by RecaiOktas: Replace partial patch with an url.
2006-10-02 22:46:38 +00:00
joey
ae4d15473c
web commit by RecaiOktas: Using FindBin in ikiwiki.pl.
2006-10-02 22:14:06 +00:00
joey
54f447b97e
web commit by EthanGlasserCamp: This is what I wanted.
2006-10-02 21:37:26 +00:00
joey
2330971b5c
tag
2006-10-02 00:17:16 +00:00
joey
a24eced17f
web commit by joey
2006-10-02 00:11:38 +00:00
joey
d8a3538fb7
add meta info
2006-10-02 00:07:49 +00:00
joey
4ecf1338fe
web commit by ChristianMock
2006-10-01 21:52:49 +00:00
joey
bcd338531f
web commit by EthanGlasserCamp
2006-09-29 15:57:33 +00:00
joey
8529b9edb0
web commit by RecaiOktas: Revert last change in patch.
2006-09-29 11:44:08 +00:00
joey
4e2f082ebb
web commit by EthanGlasserCamp: more demanding, unreasonable thoughts about this -- I want a pony
2006-09-28 15:26:12 +00:00
joey
cb5e093f24
web commit by DevogonDeBruin
2006-09-28 09:20:38 +00:00
joey
44a08155ee
web commit by EthanGlasserCamp: Oops! This doesn't work at all.
2006-09-28 07:21:35 +00:00
joey
af05e7badc
web commit by EthanGlasserCamp: another entry on my wish list
2006-09-28 06:56:52 +00:00
joey
65c8cf7538
web commit by EthanGlasserCamp: now that at least a few things work right
2006-09-28 01:57:18 +00:00
joey
cc511f5131
web commit by EthanGlasserCamp: another RFE
2006-09-28 01:06:42 +00:00
joey
c19da7ef08
web commit by EthanGlasserCamp: questions about RecentChanges
2006-09-28 00:17:34 +00:00
joey
a497ed2db3
web commit by RecaiOktas: Revise patch (joey: sorry for the wrong place of this page).
2006-09-27 22:25:18 +00:00
joey
be219cb608
web commit by RecaiOktas: Patch for 'pruning_is_too_strict'.
2006-09-27 17:50:45 +00:00
joey
5df2020295
web commit by RecaiOktas
2006-09-27 17:45:27 +00:00
joey
a80dcaa4d0
web commit by VictorMoral
2006-09-27 14:16:34 +00:00
joey
f84d836e35
add news item for ikiwiki 1.28
2006-09-26 06:09:43 +00:00
joey
48e004acb1
* inline: Add ability to sort by page name, based on a patch from
...
Benjamin A'Lee.
2006-09-25 21:13:14 +00:00
joey
08db946cf4
remove since this is a duplicate with the new "prining too strict" bug
...
report, which has better info
2006-09-25 20:37:29 +00:00
joey
eeae24f6c7
web commit by EthanGlasserCamp: bug description
2006-09-25 02:37:14 +00:00
joey
38cf0a665f
web commit by EthanGlasserCamp
2006-09-25 01:48:53 +00:00
joey
eb429f7ece
add news item for ikiwiki 1.27
2006-09-24 16:58:22 +00:00