Commit Graph

327 Commits (instiki-madeleine)

Author SHA1 Message Date
Alexey Verkhovsky 98848397d3 [DRASTIC THING!] Moving trunkto branches/instiki-madeleine, for posterity 2005-11-06 08:19:30 +00:00
Alexey Verkhovsky 49fccc41c1 Cleaned up unit tests and began refactoring link generation 2005-08-25 07:41:25 +00:00
Alexey Verkhovsky 84d4e71d3e Patch for Watir test from Bret Pettichord 2005-08-18 03:34:13 +00:00
Alexey Verkhovsky 47946e1c57 Committing OS X build files from Oleg 2005-08-15 00:40:34 +00:00
Alexey Verkhovsky 32bd6e47b7 Fix for ticket:189 2005-08-15 00:35:14 +00:00
Alexey Verkhovsky 7493bc8af9 Fixed exports and other file downloads 2005-08-15 00:24:15 +00:00
Alexey Verkhovsky 0f35016069 Also check if the specified page is there, and return 404 if not 2005-08-11 05:36:11 +00:00
Alexey Verkhovsky fe868135c4 Check existance of a revision and respond with 404 if it doesn't exist. 2005-08-11 05:30:20 +00:00
Rick Okin 08a66badb9 Removed debugging code from the last commit 2005-08-09 02:29:51 +00:00
Rick Okin 634bc67342 More lenient parsing of blocked_ips.txt and spam_patterns.txt 2005-08-09 02:28:37 +00:00
Rick Okin 7ab0f052f3 Primitive spam filter 2005-08-09 01:58:16 +00:00
Alexey Verkhovsky 9f36bd59a9 Fxed handling of a page that tries to include itself 2005-08-02 03:23:05 +00:00
Alexey Verkhovsky 66ab8df6f4 Yet another extremely convoluted story about markup parsing... markup engines can replicate content within <pre> tags, and it was failing in an interesting way then 2005-08-02 01:03:43 +00:00
Alexey Verkhovsky b6cede774d Clearing all caches retrieved from storage on startup 2005-08-02 01:00:07 +00:00
Alexey Verkhovsky 6a9cc87536 Markup engines are not a kind of chunk 2005-08-02 00:59:12 +00:00
Alexey Verkhovsky 0d1c92a988 Documented the previous change 2005-08-01 05:08:29 +00:00
Alexey Verkhovsky 6578bed720 Starting snapshot thread on first HTTP request (otherwise, --daemon option fails); ticket:48, ticket:198 2005-08-01 05:02:52 +00:00
Alexey Verkhovsky adc6b005d5 Just checking my SVN access 2005-07-31 00:27:31 +00:00
Alexey Verkhovsky 64b1283bdd The right Rails version in gemspec 2005-07-30 07:05:49 +00:00
Alexey Verkhovsky 021f37f16c Typo correction 2005-07-30 06:51:03 +00:00
Alexey Verkhovsky b89b0fbd36 Preparing a 0.10.2 release 2005-07-30 06:49:21 +00:00
Alexey Verkhovsky 207737aa22 Fixed a subtle incompatibility with older storages. Madeleine must die 2005-07-30 06:39:34 +00:00
Alexey Verkhovsky 659f4a4cc5 Correction of an earlier commit 2005-07-21 01:16:06 +00:00
Alexey Verkhovsky 55c1254627 Added routes such that URLs as /show/HomePage are directed to DEFAULT_WEB/show/HomePage, if DEFAULT_WEB is defined. This would greatly simplify Proxy configuration for sites like instiki.org 2005-07-20 03:21:20 +00:00
Alexey Verkhovsky 9d667c8ba5 Corrected a few failing functional tests (side effect of the prrevious commit) 2005-07-20 01:50:49 +00:00
Alexey Verkhovsky b22d4fb530 Upgraded Rails to version 0.13.1 2005-07-20 01:36:58 +00:00
Alexey Verkhovsky cf3cebb589 Replaced links to static resources with appropriate Rails helpers 2005-07-19 22:27:45 +00:00
Alexey Verkhovsky e5f34fd1db Adde a real href to Textile syntax hyperlink 2005-06-09 20:27:59 +00:00
Alexey Verkhovsky 1ac54a0685 Documented the last change 2005-06-09 20:25:35 +00:00
Alexey Verkhovsky 79eb882a31 Avoid autolinking Markdown URIs (ticket:177) 2005-06-09 20:24:14 +00:00
Alexey Verkhovsky ebe0af1dfc Better handling of permissions for re-uploading a file that already exists (ticket:163) 2005-06-09 20:05:16 +00:00
Alexey Verkhovsky 04a8f80273 Further tweaking of markup error handling code 2005-05-29 18:40:25 +00:00
Alexey Verkhovsky 2786446dbb Fixed a bad require in Watir test 2005-05-29 18:39:56 +00:00
Alexey Verkhovsky dfbb5ff1e9 Added usage documentation to script/debug_storage 2005-05-29 17:08:15 +00:00
Alexey Verkhovsky 9f5ee2bc61 Script that helps to poke around in the Instiki storage 2005-05-29 16:47:08 +00:00
Alexey Verkhovsky d275777d23 Watir tests for RSS feeds 2005-05-29 16:46:37 +00:00
Alexey Verkhovsky a1527f60b0 Added explicit sorting of authors and pages in Authors page 2005-05-29 14:18:05 +00:00
Alexey Verkhovsky c00d1ca0f1 Watir test for Authors 2005-05-29 14:12:46 +00:00
Alexey Verkhovsky a01f1aa008 Test for Recently Revised 2005-05-29 00:13:09 +00:00
Alexey Verkhovsky 62f5be7b35 Added assertion about wanted pages to All pages test, im proved handling of page names that need escaping by Watir test 2005-05-29 00:02:54 +00:00
Alexey Verkhovsky 5ef861f779 Removed a duplicate definition of the same test case; added an assertion to All Pages test 2005-05-28 23:43:28 +00:00
Alexey Verkhovsky 895dd41263 Watir tests for Hide Changes and for All Pages 2005-05-28 23:37:51 +00:00
Alexey Verkhovsky af50549e3e Don't include changes div, if there is only one revision 2005-05-28 23:37:23 +00:00
Alexey Verkhovsky 3107341af5 Corrected how orphan page names are rendered in All Pages list 2005-05-28 23:13:01 +00:00
Alexey Verkhovsky bc6f2c9bbc Watir test for View Changes 2005-05-28 22:54:09 +00:00
Alexey Verkhovsky a9bf736cbd Watir test for the rollback 2005-05-18 03:11:33 +00:00
Alexey Verkhovsky 7247e5ac99 Gave names to bottom menu hyperlinks (testability) 2005-05-18 02:07:48 +00:00
Alexey Verkhovsky 95097ace5c Watir test for page editing and revisions behavior 2005-05-18 01:53:59 +00:00
Alexey Verkhovsky 79cea66e36 Consistency tweak of the bottom menu in revision.rhtml 2005-05-18 01:47:07 +00:00
Alexey Verkhovsky 4c181089bb Gave names to bottom menu hyperlinks (testability) 2005-05-18 01:10:49 +00:00