Jacques Distler
13d096c688
Set X-Sendfile Header Only for Local Proxy Requests
...
If the request.remote_addr is not LOCALHOST, don't set the
X-Sendfile header.
2009-03-05 12:14:03 -06:00
Jacques Distler
8239c392da
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-03-05 08:01:39 -06:00
Jacques Distler
9ff1e82211
Update CHANGELOG for 0.16.4
...
Update the CHANGELOG for the official 0.16.4 release.
2009-03-05 08:00:11 -06:00
Jacques Distler
3dfe994bd2
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-03-05 07:55:36 -06:00
Jacques Distler
5e7d2cf973
Rails 2.3.1
...
Update to the release version of Rails 2.3.1.
2009-03-05 07:54:17 -06:00
Jacques Distler
cdc7b8debf
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-03-04 15:56:36 -06:00
Jacques Distler
bd9fa0ed0c
Bump Version Number
...
Update CHANGELOG and bump version number to 0.16.4.
2009-03-04 15:54:30 -06:00
Jacques Distler
a404834b75
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-03-03 22:29:03 -06:00
Jacques Distler
d8a2a3657d
Tests
...
Add tests for x-sendfile, <audio> and <video> support.
2009-03-03 22:27:26 -06:00
Jacques Distler
3fdfad29a3
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-03-03 12:19:13 -06:00
Jacques Distler
c7418af48d
Support for HTML5 <audio>
...
As with <video>,
[[foo.wav:audio]]
works now, producing an HTML5 <audio> element.
2009-03-03 12:17:14 -06:00
Jacques Distler
52f57f151c
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-03-02 02:39:23 -06:00
Jacques Distler
8ea8b6a8f7
<video> and x-sendfile
...
Using <object> and <embed> were forbidden for obvious
security reasons. Instiki now permits embedding video
via the HTML5 <video> element (Ogg/Theora encoded videos
only, with .ogg or .ogv extensions). You can even upload
videos with
[[foo.ogg:video]]
Instiki now support x-sendfile. See the Proxying page for
configuring Apache (with the x-sendfile module). Lighttpd
should work similarly.
Update Rails to latest Edge (hopefully converging on RC2!).
2009-03-02 02:32:25 -06:00
Jacques Distler
d039840bb4
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-02-27 19:24:43 -06:00
Jacques Distler
133c21b801
Bugfixes and Rails Edge
...
Update to Rails 2.3.1.
(Actually, not quite. Doesn't look like 2.3.1 will be released
today, but I REALLY want to push these bugfixes out.)
Removed bundled Rack (Rails 2.3.1 comes bundled with Rack 1.0).
Add
config.action_view.cache_template_loading = true
to production environment.
Fix FastCGI bug (http://rubyforge.org/tracker/index.php?func=detail&aid=24191&group_id=186&atid=783 ).
Fix WikiWords bug (http://rubyforge.org/pipermail/instiki-users/2009-February/001181.html ).
2009-02-27 19:23:00 -06:00
parasew
3f012531b9
added revised documents from jacques
2009-02-20 20:02:25 +01:00
parasew
d44184800f
added jacques to maintainer list. TODO: bring the README more up-to date
2009-02-19 22:50:47 +01:00
parasew
3d1b978dd8
added changelog for the upcoming version
2009-02-19 22:40:10 +01:00
parasew
2e8624be24
Merge branch 'master' of git@github.com:parasew/instiki
2009-02-19 22:24:04 +01:00
parasew
bddecddc59
added the changelog information for version 0.13 to the main CHANGELOG
2009-02-19 22:22:36 +01:00
Jacques Distler
16f320c2b0
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-02-18 22:25:44 -06:00
Jacques Distler
0ddef97328
Fix Caching Problem in 0.16.3
...
This fixes the caching problem
http://golem.ph.utexas.edu/instiki/show/Known+Bugs?rev=13#Caching
which afflicts some installations of 0.16.3. With the patch, it's no
longer necessary that the Instiki directory be owned by the instiki
user (yay!).
2009-02-18 22:22:18 -06:00
Jacques Distler
186079a0e9
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-02-18 01:43:49 -06:00
Jacques Distler
7f2b16e78d
File Upload Fixes
...
Dunno why this was buggered again. ":back" doesn't seem to function as it used to.
Also, when uploading a file from page "foo", it's important to return to "foo" after
a successful upload, rather than redirecting to the HomePage.
Finally, a favicon tweak.
2009-02-18 01:40:11 -06:00
Jacques Distler
3f239a564d
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-02-13 17:24:49 -06:00
Jacques Distler
d7c445178b
Favicon
...
Add a favicon for Instiki.
Also, add an id for the svg path (which makes it reusable).
2009-02-13 17:22:58 -06:00
Jacques Distler
8c1cf4bfa4
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-02-11 01:42:08 -06:00
Jacques Distler
8802d90690
XHTML Validity
...
Use a SPAN instead of a DIV in the logo. H1 allows only inline content.
2009-02-11 01:39:53 -06:00
Jacques Distler
123fd29d16
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-02-09 22:25:53 -06:00
Jacques Distler
53751a61f0
Fix Maruku Hanging Bug
...
A Maruku-syntax <div> with an unclosed IAL (and, it seems, at least one equation)
would cause Instiki to hang. Badly. Requiring a 'kill -9' to terminate it.
Reverting the OpenDiv and CloseDiv Regexps to my, more simple-minded, versions
fixes the problem.
2009-02-09 22:20:34 -06:00
Jacques Distler
84d831f7c2
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-02-08 19:38:42 -06:00
Jacques Distler
dcab2f870e
Smoother
...
Adobe Illustrator's path optimizer produces much smoother
results than Sam's program (and it's WYSIWYG).
2009-02-08 19:36:44 -06:00
Jacques Distler
2878049b2d
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-02-08 10:29:25 -06:00
Jacques Distler
1ad8885974
Optimize SVG
...
Thanks to Sam Ruby, SVG logo is half the size it was before.
Also, use the "wrapper div" trick to make the logo work in
older browsers.
2009-02-08 10:27:08 -06:00
Jacques Distler
7e7442a085
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-02-08 03:47:48 -06:00
Jacques Distler
8a60e741d7
Only Display the Logo in XHTML-capable Text-Filters
...
Textile and RDoc users can't see the SVG anyway, so don't
bother rendering it.
2009-02-08 03:45:38 -06:00
Jacques Distler
39341cea0d
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-02-08 03:18:40 -06:00
Jacques Distler
6b49228aad
Logo for Instiki
...
Added an SVG logo for Instiki.
2009-02-08 03:17:20 -06:00
Jacques Distler
5b258daef9
Added empty directories because Git is stupid.
2009-02-05 03:02:31 -06:00
Jacques Distler
98ba84ba66
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-02-05 01:57:52 -06:00
parasew
f6f9ef6969
added /tmp direcotry which got lost in the svn->git conversion. TODO: check for other possible missing dirs.
2009-02-05 01:37:48 +01:00
Jacques Distler
b30002261a
Use bundled Rack
...
WEBrick in Rack doesn't respond to TERM signals.
This is a problem (especially on MacOSX). Make
sure we use our bundled version instead.
2009-02-04 16:39:13 -06:00
Matthias Tarasiewicz
b804a0a504
Merge git@github.com:parasew/instiki
2009-02-04 23:33:34 +01:00
Jacques Distler
4e14ccc74d
Instiki 0.16.3: Rails 2.3.0
...
Instiki now runs on the Rails 2.3.0 Candidate Release.
Among other improvements, this means that it now
automagically selects between WEBrick and Mongrel.
Just run
./instiki --daemon
2009-02-04 14:26:08 -06:00
Jacques Distler
43aadecc99
Links in Published Webs
...
Links in the 'show' action should be to the 'show' action.
Links in the 'published' action should be to the 'published' action.
Try to focus, Distler!
2009-02-01 16:17:14 -06:00
Jacques Distler
1cdf0536c1
Fix BlahTeX/PNG
...
The BlahTeX/PNG code was busted by Revision 344.
Fixed now.
Ari better supply me with a test suite, so this doesn't happen again.
2009-01-27 11:35:05 -06:00
Jacques Distler
b4b1dde8fd
Update Tests
...
Functional Test for the new behaviour of Revisions 344-345.
2009-01-26 08:57:13 -06:00
Jacques Distler
34fd7b425f
Webs that Don't Allow File Uploads
...
... should still allow you to manually upload files
and have them render.
Fixed.
2009-01-26 01:39:04 -06:00
Jacques Distler
5d15e3f39d
Security: Instiki 0.16.2
...
On Webs with file uploads enabled, uploaded files were stored
(in version 0.16.1 and earlier) in the public/ directory.
This was a security threat. A miscreant could upload a .html file.
When a user clicked on the link to the file, it was opened (unsanitized)
in the browser.
As of version 0.16.2, uploaded files are stored in the webs/
directory. Now, when the user clicks on the link, the file is sent
with the
Content-Disposition: attachment
header set, which causes the file to be downloaded, rather than opened
in the browser. As always, files downloaded from the internets should be
treated with caution. At least, this way, they are not aoutomatically
opened in the browser.
To move your existing uploaded files to the new location, do a
rake upgrade_instiki
2009-01-26 00:21:30 -06:00
Jacques Distler
b80995dbdc
Equation Numbering in Maruku+itex2MML
...
This was spooged by Revision #263 (to accommodate) BlahTeX/PNG support.
Hopefully this way will work in both modes.
2009-01-24 11:40:53 -06:00