Jacques Distler
23890d6ec0
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-08-28 11:15:37 -05:00
Jacques Distler
336e57d6b4
Pathname Objects
...
Web#files_path and Web#blatex_pngs_path now return Pathname objects.
Based on JHerdman's
5d1e8f420b
but requires several other changes to the code (which assumed a string).
Also, test for itex2MML 1.3.10 (you should update that too).
2009-08-28 11:10:34 -05:00
Jacques Distler
b1117a19c6
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-08-12 12:22:46 -05:00
Jacques Distler
8cf26c9249
Add a "Create New Page" Link to the Search Page
...
Based on an idea by nowa:
bcac6c9f94
2009-08-12 12:19:23 -05:00
Jacques Distler
c14c1f3c5a
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-08-04 15:45:56 -05:00
Jacques Distler
664552ac02
Rails 2.3.3.1
...
Update to latest Rails.
A little bit of jiggery-pokery is involved, since they
neglected to re-include vendored Rack in this release.
2009-08-04 10:16:03 -05:00
Jacques Distler
96defb0945
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-08-04 00:08:01 -05:00
Jacques Distler
329fafafce
Fix Two bugs from Toby Bartels
...
1. Ensure that "rollback" respects locked pages.
2. Expire revisions of an edited page. Use a before_save
hook to deal with the situation where a page's name
has been changed.
2009-08-04 00:02:04 -05:00
Jacques Distler
9edb8f6045
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-07-27 22:53:11 -05:00
Jacques Distler
0e0f666fb4
Rollbacks and Relative URLs
...
Ensure "rollback" locks page for editing. (reported by Toby Bartels)
Generate relative URLs, when possible. (Patch by Dennis Knauf)
2009-07-27 22:49:12 -05:00
Jacques Distler
9b074a93c7
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-07-13 13:01:53 -05:00
Jacques Distler
51280b758d
Redirected Pages are not Wanted Pages
...
Correct list of Wanted Pages. Should not
include redirected pages.
(Reported by Toby Bartels)
2009-07-13 12:59:42 -05:00
Jacques Distler
6079fedc16
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-07-09 15:42:14 -05:00
Jacques Distler
77e00f1a76
Test for itex2MML 1.3.9
...
Make sure we have the latest itex2MML.
2009-07-09 15:40:45 -05:00
Jacques Distler
32c8c4028c
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-06-17 11:31:09 -05:00
Jacques Distler
155dc88891
Uploaded files in published webs should be accessible
...
File retrieval (but not file uploads) should be allowed on
a published web (this includes BlahTeX/PNG support).
(Reported by Ari Stern).
2009-06-17 11:17:25 -05:00
Jacques Distler
191f7b3b2c
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-06-12 19:49:34 -05:00
Jacques Distler
9b857d3501
Test page_name, not text
...
Fix from Jason Blevins.
2009-06-12 19:47:56 -05:00
Jacques Distler
89757dccd4
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-06-11 13:18:37 -05:00
Jacques Distler
c98d44606a
Wikilinks with '." in the Page Name
...
Rails won't let you put "." in the page name.
This prevents creating new-page Wikilinks with
such names.
2009-06-11 13:16:10 -05:00
Jacques Distler
cea00549f7
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-06-11 01:56:48 -05:00
Jacques Distler
a072f9d7c3
Test for Bugfix in Revision 399.
...
Update unit tests.
2009-06-11 01:55:05 -05:00
Jacques Distler
22ab39dfb5
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-06-06 23:37:59 -05:00
Jacques Distler
bd77c75403
More tests
...
OK, at least now we have some BASIC test coverage.
2009-06-06 23:36:26 -05:00
Jacques Distler
2995354b3a
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-06-06 21:09:30 -05:00
Jacques Distler
305b37b401
Another Bug-fix and some tests
...
Man, but this needs more tests ... !
2009-06-06 21:08:08 -05:00
Jacques Distler
8624a40bf8
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-06-05 00:41:33 -05:00
Jacques Distler
0943b7e510
Expire Caches for Redirected Links
...
[[!redirect foo]] should expire all pages which reference "foo".
Sounds simple, but this was a really gnarly bug to fix.
2009-06-05 00:39:12 -05:00
Jacques Distler
3d626dae30
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-06-02 22:24:50 -05:00
Jacques Distler
d7832ba262
Wiki Redirects and Page Renaming
...
Added the ability to rename existing pages.
[[!redirects Some Page Name]] redirects Wikilinks [[Some Page Name]] to
the current page (assuming "Some Page Name" does not exist).
Real pages trump redirects (though this may change, depending on
user feedback).
2009-06-02 22:17:15 -05:00
Jacques Distler
8b36dad71c
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-05-13 01:47:12 -05:00
Jacques Distler
634f635f16
Update one Unit Test
...
To match the new behaviour of Revision 387.
2009-05-13 01:44:47 -05:00
Jacques Distler
771ef0eefe
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-03-24 22:43:36 -05:00
Jacques Distler
c85ce458ce
Update for itex2MML 1.38
...
Add support, in the LaTeX export, for blackboard bold
digits and lowercase latin letters. If these are
present, LaTeX will
\usepackage{mathbbol}
N.B.: this uses the stmaryrd font for blackboard bold
letters, instead of the msbm font.
Tests included. (Yes, you need to update itex2MML as well.)
2009-03-24 22:37:58 -05:00
Jacques Distler
af22bc67e6
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-03-16 09:57:44 -05:00
Jacques Distler
e2ccdfd812
Instiki 0.16.5
...
Update to Rails 2.3.2 (the stable Rails 2.3 release).
Add audio/speex support
Update CHANGELOG
Bump version number
2009-03-16 09:55:30 -05:00
Jacques Distler
0b29f5bb94
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-03-10 00:17:35 -05:00
Jacques Distler
801d307405
BlahTeX Tests
...
Commit some basic tests for the BlahTeX support.
I hope Ari Stern comes up with a more comprehensive
test suite.
2009-03-10 00:15:03 -05:00
Jacques Distler
d4b0831fa1
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-03-08 23:31:35 -05:00
Jacques Distler
79be69c910
Update Tests for Latest itex2MML
...
In particular, we (going forward) will have a unit test which
will determine whether the latest itex2MML is installed.
2009-03-08 23:29:06 -05:00
Jacques Distler
50f58779a8
Merge branch 'bzr/golem' of /Users/distler/Sites/code/instiki
2009-03-05 12:18:40 -06:00
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
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
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
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
5b258daef9
Added empty directories because Git is stupid.
2009-02-05 03:02:31 -06: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