Commit graph

300 commits

Author SHA1 Message Date
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
Alexey Verkhovsky f92c000b1c Some more assertions in the Watir test 2005-05-18 00:39:26 +00:00
Alexey Verkhovsky acda6f3ed1 Watir test for adding a new page 2005-05-17 22:27:26 +00:00
Alexey Verkhovsky 9abb4f575a Refactoring page creation code [dm1] 2005-05-12 01:07:24 +00:00
Alexey Verkhovsky f6a3b88693 Fix for multiple includes on the same page; ignoring leading/trailing whitespace in WikiLinks [both by dm1] 2005-05-12 00:56:57 +00:00
Alexey Verkhovsky 7c5958ae7b Corrected shorthand Rake tasks for unit testing 2005-05-12 00:34:37 +00:00
Alexey Verkhovsky 33ae92a332 Extracted Instiki start/stop code in the Watir test suite (hairy Win32 incantations) into a class of its own. 2005-05-10 13:22:29 +00:00
Alexey Verkhovsky 57e4c725e9 Some CSS tweaks from http://instiki.org/show/StylesheetTweaks 2005-05-10 03:02:46 +00:00
Alexey Verkhovsky 19368f24c1 Add a horizontal scrollbar to <pre> blocks that are too long to fit in the viewable window 2005-05-10 02:41:48 +00:00
Alexey Verkhovsky 0a47c34181 Removed an out of sync comment 2005-05-09 06:12:12 +00:00
Alexey Verkhovsky 705c35d078 Removed unneeded :recent task from rakefile.rb. Instiki unit tests are fast. 2005-05-09 06:09:21 +00:00
Alexey Verkhovsky c2b9b48536 redirect_to_last_remembered raises an error when it fails to redirect to home - instead of trying retrying endlessly 2005-05-09 05:53:47 +00:00
Alexey Verkhovsky 4053380fd4 Improved error handling in wiki/save (ticket:153) 2005-05-09 05:16:20 +00:00
Alexey Verkhovsky 7aac9e3690 Removing debug code accidentally committed in the last commit 2005-05-09 04:39:38 +00:00
Alexey Verkhovsky 7be6cbecba HTML-escaping of error and info messages 2005-05-09 04:31:02 +00:00
Alexey Verkhovsky 757e58b94f Corrected error handling by admin/remove_orphaned_pages 2005-05-09 03:52:43 +00:00
Alexey Verkhovsky b3e355f4bc Fixed error message display in admin/edit_web - Rails flash handling apparently has changed 2005-05-09 03:41:00 +00:00
Alexey Verkhovsky f1c5004543 Corrected switching on of the debug logging in test and dev environments 2005-05-09 02:53:50 +00:00
Alexey Verkhovsky b432bbd3ae Slightly improved start/stop code in Watir test 2005-05-06 03:18:14 +00:00
Alexey Verkhovsky 7f9211d36b Beginings of a Watir test suite 2005-05-06 02:40:52 +00:00
Alexey Verkhovsky a14430a285 Multiline <nowiki> tag 2005-05-06 01:02:30 +00:00
Alexey Verkhovsky f77cf37f8e Assertion against nil arguments in Page constructor - one guy sent me a storage, containing a page with nil name 2005-05-05 12:24:02 +00:00
Alexey Verkhovsky e48c348e7f Documented last changes 2005-05-05 12:23:06 +00:00
Alexey Verkhovsky 8755935bf6 Fixed wiki/export_html, ticket:147 2005-05-05 09:42:25 +00:00
Alexey Verkhovsky dd10e838c5 More hard-coded URI paths in form.action attributes 2005-05-05 06:26:47 +00:00
Alexey Verkhovsky 9b6c391062 Fixed a hard-coded link to :web/search, ticket:149 2005-05-05 06:13:33 +00:00
Alexey Verkhovsky 389242747e Small rearrangement in instiki.css 2005-05-05 06:12:29 +00:00
Alexey Verkhovsky 8827f61b70 Export with no layout option in the export_html 2005-05-03 02:13:42 +00:00