f6a3b88693Fix for multiple includes on the same page; ignoring leading/trailing whitespace in WikiLinks [both by dm1]
Alexey Verkhovsky
2005-05-12 00:56:57 +0000
7c5958ae7bCorrected shorthand Rake tasks for unit testing
Alexey Verkhovsky
2005-05-12 00:34:37 +0000
33ae92a332Extracted Instiki start/stop code in the Watir test suite (hairy Win32 incantations) into a class of its own.
Alexey Verkhovsky
2005-05-10 13:22:29 +0000
19368f24c1Add a horizontal scrollbar to <pre> blocks that are too long to fit in the viewable window
Alexey Verkhovsky
2005-05-10 02:41:48 +0000
0a47c34181Removed an out of sync comment
Alexey Verkhovsky
2005-05-09 06:12:12 +0000
705c35d078Removed unneeded :recent task from rakefile.rb. Instiki unit tests are fast.
Alexey Verkhovsky
2005-05-09 06:09:21 +0000
c2b9b48536redirect_to_last_remembered raises an error when it fails to redirect to home - instead of trying retrying endlessly
Alexey Verkhovsky
2005-05-09 05:53:47 +0000
7aac9e3690Removing debug code accidentally committed in the last commit
Alexey Verkhovsky
2005-05-09 04:39:38 +0000
7be6cbecbaHTML-escaping of error and info messages
Alexey Verkhovsky
2005-05-09 04:31:02 +0000
757e58b94fCorrected error handling by admin/remove_orphaned_pages
Alexey Verkhovsky
2005-05-09 03:52:43 +0000
b3e355f4bcFixed error message display in admin/edit_web - Rails flash handling apparently has changed
Alexey Verkhovsky
2005-05-09 03:41:00 +0000
f1c5004543Corrected switching on of the debug logging in test and dev environments
Alexey Verkhovsky
2005-05-09 02:53:50 +0000
b432bbd3aeSlightly improved start/stop code in Watir test
Alexey Verkhovsky
2005-05-06 03:18:14 +0000
7f9211d36bBeginings of a Watir test suite
Alexey Verkhovsky
2005-05-06 02:40:52 +0000
a14430a285Multiline <nowiki> tag
Alexey Verkhovsky
2005-05-06 01:02:30 +0000
f77cf37f8eAssertion against nil arguments in Page constructor - one guy sent me a storage, containing a page with nil name
Alexey Verkhovsky
2005-05-05 12:24:02 +0000
e48c348e7fDocumented last changes
Alexey Verkhovsky
2005-05-05 12:23:06 +0000
d3fc0c40a2Preparing to release 0.10.1
Alexey Verkhovsky
2005-05-02 02:25:16 +0000
c0e5673cc5Fixed an incompatibility with old storages; ticket:133
Alexey Verkhovsky
2005-05-02 01:43:44 +0000
ee396a3237Fixed HTML export to work with current Rails (the implementation uses some non-public Rails methods, and since some point Rails 'forgot' to use layout in there)
Alexey Verkhovsky
2005-05-02 00:51:37 +0000
e20e529960Corrected a typo in a comment
Alexey Verkhovsky
2005-05-01 03:24:06 +0000
bd224623e8Upgraded Rails version to 0.12.0
Alexey Verkhovsky
2005-05-01 03:16:31 +0000
598e4f272dMixed mode that doesn't break on images
Alexey Verkhovsky
2005-05-01 02:47:57 +0000
bb1425c6f7Fixed a silly error in pubDate generation (RSS feed)
Alexey Verkhovsky
2005-04-28 23:52:44 +0000
e6624b92d3Removed a duplicate test
Alexey Verkhovsky
2005-04-28 23:43:52 +0000
24f418e5b5Renamed redirect_show to redirect_to_page and redirect_home
Alexey Verkhovsky
2005-04-28 23:07:42 +0000
eae0312932Escaping page title in RSS feeds (ticket:143)
Alexey Verkhovsky
2005-04-28 05:10:58 +0000
69c839e70aCorrect DOCTYPE tag for transitional XHTML (ticket:129)
Alexey Verkhovsky
2005-04-19 04:17:17 +0000
25a9cdea18pubDate in RSS feeds is displayed in GT timezone (to work around a problem with showing a timezone in non-English OSes, ticket:92
Alexey Verkhovsky
2005-04-14 00:14:16 +0000
5c97cc593e[RESTORES BUILD] RedCloth does not support hard breaks in mixed mode
Alexey Verkhovsky
2005-04-10 17:57:24 +0000
a251b658f1[BUILD BROKEN] BlueCloth the original distribution has some bugs. Digged out a patched-up version from Instiki 0.9
Alexey Verkhovsky
2005-04-10 17:48:50 +0000
6f36e53290BlueCloth is back with vengeance
Alexey Verkhovsky
2005-04-10 17:10:11 +0000
f776807dffUpgraded rubyzip to 0.5.8
Alexey Verkhovsky
2005-04-10 16:55:44 +0000
ee876a2907Added some Textile rules to markdown option, in an attempt to force RedCloth to _really_ render Markdown
Alexey Verkhovsky
2005-04-10 03:18:10 +0000
363276e436Uncommented one test, and updated the other (after the hard breaks requirement)
Alexey Verkhovsky
2005-04-10 03:11:37 +0000
9d3a3b2b8ctextarea in wiki/edit.rhtml is HTML-escaped
Alexey Verkhovsky
2005-04-09 03:49:55 +0000
afb14c1011Some JavaScript was showing on edit_web (ticket:117)
Alexey Verkhovsky
2005-04-09 03:05:37 +0000
b9ec3ee4b2Line breaks cause <br/> in Textile again
Alexey Verkhovsky
2005-04-09 02:49:55 +0000
ab60287badWorking stats task in Rakefile
Alexey Verkhovsky
2005-04-09 02:49:29 +0000
7b47716106Corrected a typo in CHANGELOG
Alexey Verkhovsky
2005-04-08 06:25:56 +0000
37e1e6be0eCorrected position of markup help in new.rhtml (it really should be the same template as edit.rhtml)
Alexey Verkhovsky
2005-04-08 06:16:22 +0000
7152a78476Synchronized file names with their hyperlink paths in export files
Alexey Verkhovsky
2005-04-08 05:40:11 +0000
e3a48c2732Corrected some export file names (to have a slash between directory and file name)
Alexey Verkhovsky
2005-04-08 05:29:20 +0000
6213e851e0Fixed link to remove_orphaned_pages
Alexey Verkhovsky
2005-04-08 05:21:08 +0000
76d6ea57a8Help template for mixed markup
Alexey Verkhovsky
2005-04-08 05:20:40 +0000
b3aefba07aFixed rendering, added a Mixed option (Textile + Markdown), default is Textile-only
Alexey Verkhovsky
2005-04-08 05:02:48 +0000
1c40b5e570Fixed an incompatibility with 0.9 storages that showed up only when you would try to edit a web
Alexey Verkhovsky
2005-04-08 04:31:48 +0000
029189d8e9Updated packaging automation to 0.10
Alexey Verkhovsky
2005-04-07 06:11:22 +0000
4f04ff39e9Fixed a subtle bug in RedclothForTex
Alexey Verkhovsky
2005-04-07 05:15:46 +0000
41b3468a57Cleared another reload warning
Alexey Verkhovsky
2005-04-07 05:14:02 +0000
b1e92e3719Cache clearing in Revision did not include wiki_reference_cache, which caused new pages to be created as orphans
Alexey Verkhovsky
2005-04-03 05:15:56 +0000
c0605f0b78Disabled file uploads in preparation to release 0.10
Alexey Verkhovsky
2005-04-03 04:22:46 +0000
c646121b32Fixed some unit tests
Alexey Verkhovsky
2005-03-31 04:44:10 +0000
0dabfca465Use an internal sequence instead of object_id for an ID of a chunk [Denis Mertz]
Alexey Verkhovsky
2005-03-31 02:06:46 +0000
4850e59d18Fixed a really stupid bug in list.rhtml [Denis Mertz]
Alexey Verkhovsky
2005-03-29 06:25:42 +0000
8b14617aeaRemoved explicit conversions of URL elements - routing does that, and it was therefore done twice - wrong
Alexey Verkhovsky
2005-03-29 06:10:01 +0000
5e971e00b7Reverting the last change
Alexey Verkhovsky
2005-03-29 06:08:18 +0000
6367ef38c4Small refactoring in web.rb (replaced three lines with one)
Alexey Verkhovsky
2005-03-29 06:00:07 +0000
dcfc6a48c4Added a unit test for parsing of [[With:Colon]]
Alexey Verkhovsky
2005-03-29 05:19:32 +0000
c6ab8edd44Corrected the default IP binding (0.0.0.0 instead of 127.0.0.1)
Alexey Verkhovsky
2005-03-29 03:51:52 +0000
68683890e1Improved rendering of hyperlinks in TeX and PDF [sfoy]
Alexey Verkhovsky
2005-03-27 18:32:26 +0000
78bad46419Refactoring of chunks and rendering [Denis Mertz]
Alexey Verkhovsky
2005-03-27 18:13:43 +0000
a87ef98aefReplaced web.name with web.address in navigation.rhtml links
Alexey Verkhovsky
2005-03-27 14:23:09 +0000
ae7ac63a9dFixed web password protection (was broken by earlier refactoring), also adcded some user-friendlines to it
Alexey Verkhovsky
2005-03-26 15:43:59 +0000
c73db9ff5dCalls to show with unspecified page name cause HTTP 404, not HTTP 500
Alexey Verkhovsky
2005-03-26 05:37:04 +0000
6cceead11cAdded a code that is supposed to advertise RSS feeds for auto-discovery
Alexey Verkhovsky
2005-03-26 05:26:12 +0000
dfcc891795Removed some code from admin/create_web, the purpose of which was incomprehensible
Alexey Verkhovsky
2005-03-26 00:19:31 +0000
2969b38bd0Fixed expected redirection path in a couple of tests
Alexey Verkhovsky
2005-03-26 00:15:04 +0000
d330c02186Prohibit invalid URI characters in web names (JavaScript normally prevents from it, but it may be disabled)
Alexey Verkhovsky
2005-03-26 00:00:49 +0000
759fbda8a0Return HTTP404 to requests pointing to a non-existant web name
Alexey Verkhovsky
2005-03-25 23:40:03 +0000