Commit graph

  • 8f48a19827 documented the last change Alexey Verkhovsky 2006-09-07 03:04:34 +00:00
  • 1454fbf14a expire page cache for diff Alexey Verkhovsky 2006-09-07 02:56:55 +00:00
  • 5f7e569737 Replaced auto-generated shebangs in public/dispatch.* with something more meaningful Alexey Verkhovsky 2006-05-04 06:19:15 +00:00
  • 02658b6d51 Fixed migration for compatibility with Postgres Alexey Verkhovsky 2006-05-04 06:18:33 +00:00
  • 9c52933cbe Reverting a strange change to favicon.ico, step 2 Alexey Verkhovsky 2006-05-04 05:55:20 +00:00
  • 7ebd2d5437 Reverting a strange change to favicon.ico Alexey Verkhovsky 2006-05-04 05:53:57 +00:00
  • dfdc718425 Enable fragment caching in ./cache Alexey Verkhovsky 2006-05-04 05:38:18 +00:00
  • 709d28dc4b /wiki/published renders a home page Alexey Verkhovsky 2006-05-04 04:45:05 +00:00
  • cbca2ba318 Fixed a silly bug Alexey Verkhovsky 2006-05-04 04:31:55 +00:00
  • 98b2efdb5b Blow away page caches when web settings are changed Alexey Verkhovsky 2006-04-02 06:17:05 +00:00
  • 56dc390ddb Improved cache sweeping for All Pages and Recently Revised (categories stuff again) Alexey Verkhovsky 2006-04-02 05:47:41 +00:00
  • 2a91464aa8 Tweaked routes.rb for categories; this may _really_ fix them :) Alexey Verkhovsky 2006-04-02 05:11:17 +00:00
  • ecb0d32140 Upgrade to Rails 1.1 (fixes categories in All Pages and Recently Revised) Alexey Verkhovsky 2006-04-02 05:03:11 +00:00
  • 22d257a8b2 Specified SVN properties for script/reset_references Alexey Verkhovsky 2006-04-02 05:01:45 +00:00
  • 4902986b2c reset_references is an executable Alexey Verkhovsky 2006-04-02 04:55:58 +00:00
  • d3971a5951 Linux packaging Alexey Verkhovsky 2006-04-02 04:38:31 +00:00
  • f5d9dee00d anothr CSS tweak (size of the currently selected item in the navigation menu) Alexey Verkhovsky 2006-04-02 03:40:31 +00:00
  • dd6572ac85 CSS tweaks around page editing Alexey Verkhovsky 2006-04-02 03:32:39 +00:00
  • db20c05283 insignificant CSS validity fixes Alexey Verkhovsky 2006-04-02 02:38:25 +00:00
  • bde924f597 Ignore stuff created in ./public directory by tests etc Alexey Verkhovsky 2006-04-02 01:49:03 +00:00
  • 5f3cf38851 Fixed connect_to_model filter extension in wiki_controller (using inheritance here was daft); accelerated tests somewhat Alexey Verkhovsky 2006-03-24 07:53:20 +00:00
  • 64313ca208 Fixing FileController#import; sort of works, but fails on some interesting tests Alexey Verkhovsky 2006-03-23 07:14:51 +00:00
  • cb869abf0d accept--charset attribute added to all forms Alexey Verkhovsky 2006-03-23 04:51:13 +00:00
  • 73dfa6b813 Corrected installation instruction Alexey Verkhovsky 2006-03-23 04:25:56 +00:00
  • d051b174f8 Quick amd dirty spam filtering. We'll build something better in due time. Alexey Verkhovsky 2006-03-20 01:36:45 +00:00
  • faf0c51218 Wrong defition of a default font size Alexey Verkhovsky 2006-03-20 01:09:05 +00:00
  • d6fedc7f84 Converting linefeeds to Unix-style Alexey Verkhovsky 2006-03-19 21:49:53 +00:00
  • da24698a4c Deleting create_db script, as it is obsolete Alexey Verkhovsky 2006-03-19 20:08:50 +00:00
  • 6f0434bf83 All tests pass, including Watir suite Alexey Verkhovsky 2006-03-19 07:54:54 +00:00
  • b49bc6a31d Replacing some require statements with require_dependency Alexey Verkhovsky 2006-03-12 04:57:24 +00:00
  • ad4c289ec5 Added disposition to HTTP headers for sending files Alexey Verkhovsky 2006-03-12 04:53:39 +00:00
  • 13cb4a1356 Ignoring some files Alexey Verkhovsky 2006-03-11 23:55:10 +00:00
  • b1d01b274e Boolean values are imported as 0/1 to MySQL Alexey Verkhovsky 2006-03-11 23:52:31 +00:00
  • 04b75e1684 Alexey Verkhovsky 2006-03-11 23:25:04 +00:00
  • cd5aec2aab Added some database.yml to Subversion trunk Alexey Verkhovsky 2006-03-11 23:10:47 +00:00
  • e44d16aef9 Fixed rendering of Recently Revised Alexey Verkhovsky 2006-03-11 22:59:55 +00:00
  • f8b3e2b11d See Changes as a separate page (still implemented within show and revision actions) Alexey Verkhovsky 2006-03-11 22:10:32 +00:00
  • c435bf2f2b [FIXES BVILD] Further improvement to diff.rb (I hope not to touch this beast again any time soon); See Changes ripped out from WikiController#show, will become a separate action Alexey Verkhovsky 2006-03-11 21:27:49 +00:00
  • 0aa87bf348 Smaller relative size of the default font Alexey Verkhovsky 2006-01-23 07:02:03 +00:00
  • 6c55533500 Handle migrations from Instiki installs with RedCloth version 3.0.3 Alexey Verkhovsky 2006-01-23 07:01:04 +00:00
  • 01c9636ffd More goodness to lib/diff.rb! Alexey Verkhovsky 2006-01-23 06:57:19 +00:00
  • 3285737917 Fixed an NPE in ApplicationController#authorized? Alexey Verkhovsky 2006-01-23 06:56:30 +00:00
  • ba9232bbde Admin settings are correctly displayed on edit_web form (closes #256) Alexey Verkhovsky 2006-01-22 23:27:57 +00:00
  • 3ea1ef881f Refactoring and deleting unused code from lib/diffr.rb until I can understand what it says. Also fixes #256. The build is still broken. Alexey Verkhovsky 2006-01-22 21:40:20 +00:00
  • 60c07ca1a2 wiki_references fixture (fixed #275) Alexey Verkhovsky 2005-12-30 08:49:15 +00:00
  • 9b87b1f85f Fixed a broken func. test for FileController Alexey Verkhovsky 2005-12-30 08:42:06 +00:00
  • df8cc90658 Documented the installation and upgrade from beta1 using migrations Alexey Verkhovsky 2005-12-30 08:14:44 +00:00
  • b78b693299 Upgrade to Rails 1.0 (doesnt work yet) Alexey Verkhovsky 2005-12-30 07:25:49 +00:00
  • 9cf5315d8b Switch from schema.rb to migrations Alexey Verkhovsky 2005-12-30 07:24:51 +00:00
  • 7de64bdecf diff.rb ignores insides of <pre> and <code> blocks - this is better than mangling them Alexey Verkhovsky 2005-11-19 14:46:27 +00:00
  • 90fc099a78 Changes in RHTML templates to go wioth the earlier commit Alexey Verkhovsky 2005-11-14 14:02:36 +00:00
  • 434371dd2a Reworked stylesheet to use relative sizes wherever possible Alexey Verkhovsky 2005-11-14 13:57:17 +00:00
  • a2cb920489 Fixed All Pages with a category Alexey Verkhovsky 2005-11-14 11:07:14 +00:00
  • 614a48c6ff Exclude links to files and pages from All Pages (so that they don't show up in Wanted Pages etc). Alexey Verkhovsky 2005-11-14 11:00:46 +00:00
  • 42098e0a9f Documented the last commit Alexey Verkhovsky 2005-11-14 10:17:27 +00:00
  • 8f33b8e549 HTML diff from I2 - works better than the original Alexey Verkhovsky 2005-11-14 10:13:18 +00:00
  • 0b1a80a852 [BUILD STILL BROKEN] File uploads roughly speaking work (to about same extent as in 0.10) Alexey Verkhovsky 2005-11-14 08:38:37 +00:00
  • ac72f9b807 Small correction to the last commit Alexey Verkhovsky 2005-11-13 17:48:54 +00:00
  • 1f07ec78de Put cursor in the text area when opening wiki/edit Alexey Verkhovsky 2005-11-13 17:48:21 +00:00
  • 07b7d9210a Added a button to the login view (apparently needed by people on obscure PDA browsers) Alexey Verkhovsky 2005-11-13 17:38:43 +00:00
  • 3f46b5f008 Documented DB schema changes in README Alexey Verkhovsky 2005-11-13 13:39:28 +00:00
  • 8bdee631f6 [BREAKS BUILD] Some work on File uploads, half-done, committing as a backup Alexey Verkhovsky 2005-11-13 13:37:47 +00:00
  • a61c11854d Always check that the rendering output is well-formed Alexey Verkhovsky 2005-11-13 09:27:55 +00:00
  • 2f43e4a603 Added indexes; documented migration from Beta 1 Alexey Verkhovsky 2005-11-13 06:47:43 +00:00
  • 78ddfc0642 Upgrading to Rails 0.14.3 Alexey Verkhovsky 2005-11-13 06:05:54 +00:00
  • 7fc212c9a6 Included sqlite3 DB and driver; No Step 3 installation for Win32 Alexey Verkhovsky 2005-11-13 05:24:17 +00:00
  • c192481732 Deleting the gemspec Alexey Verkhovsky 2005-11-13 04:26:58 +00:00
  • b876bcc299 [ANOTHER DRASTIC!] Moving branches/instiki-ar to trunk Alexey Verkhovsky 2005-11-06 08:28:02 +00:00
  • 98848397d3 [DRASTIC THING!] Moving trunkto branches/instiki-madeleine, for posterity instiki-madeleine Alexey Verkhovsky 2005-11-06 08:19:30 +00:00
  • c7295287a4 Extract the inbound links list from page.rhtml and revision.rhtml into a partial instiki-ar Alexey Verkhovsky 2005-11-04 06:19:10 +00:00
  • 4779a4fa4e Diocumented installation and data migration in README Alexey Verkhovsky 2005-11-04 05:57:31 +00:00
  • 0c412e4a26 CHANGELOG update. Previous commit also included: reenabled FileController, refactoring of authorization code and some other tweaks Alexey Verkhovsky 2005-11-04 05:26:32 +00:00
  • dea8d70c48 Improved behavior of JavaScript in the author field [from I2 patch by court3nay] Alexey Verkhovsky 2005-11-04 05:23:34 +00:00
  • 35b77f6440 A bit of spit and polish Alexey Verkhovsky 2005-11-02 09:04:53 +00:00
  • 7f8d3adfb5 Copied over 0.14.2 ./public contents Alexey Verkhovsky 2005-11-02 07:34:11 +00:00
  • 26a5338764 FIX BUILD Alexey Verkhovsky 2005-11-02 05:59:49 +00:00
  • c6ea47d6de Dropping .erbsql files (we now have schema.rb instead) Alexey Verkhovsky 2005-11-02 05:36:11 +00:00
  • 0b05368359 [BREAKS BUILD] Database schema, Rakefile and contents of config directory are brought inline with 0.14.2 defaults Alexey Verkhovsky 2005-11-02 05:34:07 +00:00
  • 3703c1e1b3 Upgrade to Rails 0.14.2; fixed a failing functional test Alexey Verkhovsky 2005-11-02 04:55:06 +00:00
  • e1d7b26be2 Clarified documentation in import_storage script Alexey Verkhovsky 2005-11-01 14:44:06 +00:00
  • d3b25c8a19 Added meta robots tag to the default layout; added error handling to published pages Alexey Verkhovsky 2005-11-01 07:31:44 +00:00
  • 9e7306fb0a Outdated TODO deleted Alexey Verkhovsky 2005-10-28 14:14:31 +00:00
  • af25237a90 Render HTML pages for ExportHTML 'manually' Alexey Verkhovsky 2005-10-27 05:29:24 +00:00
  • d28be2b0ef [Breaks build] Upgraded Rails to 0.14.1 Alexey Verkhovsky 2005-10-26 01:06:41 +00:00
  • 44d09c45f8 Fixed file permissions mask in file_yard Alexey Verkhovsky 2005-10-20 01:23:31 +00:00
  • 50b2cbd693 Fix to #255 - Author cookie expiry Alexey Verkhovsky 2005-10-20 01:18:15 +00:00
  • 9ea6e6ae65 Downgrading RedCloth back to 3.0.3 (3.0.4 is said to be buggy) Alexey Verkhovsky 2005-09-28 04:12:11 +00:00
  • 61776995b6 Fixes for MySQL compatibility Alexey Verkhovsky 2005-09-28 02:03:28 +00:00
  • 223a1f9de3 Speeding up some stuff Alexey Verkhovsky 2005-09-27 13:46:02 +00:00
  • 5447b82ed9 A bit of caching in the page_renderer Alexey Verkhovsky 2005-09-27 05:26:19 +00:00
  • 9816c395c5 Expire caches for referencing pages on saves and deletes; fixed date formatting in recently_revised Alexey Verkhovsky 2005-09-27 03:53:29 +00:00
  • 5b1778a7f1 Fixed handling of Windows EOLs in the import_storage Alexey Verkhovsky 2005-09-27 03:30:42 +00:00
  • 16454549fe Fixed a nasty bug that caused Instiki to go into an endless loop on call to /wiki/print/ Alexey Verkhovsky 2005-09-27 03:30:01 +00:00
  • 1d44ce1c18 Upgraded RedCloth to 3.0.4 Alexey Verkhovsky 2005-09-16 04:27:07 +00:00
  • 79cf8a0ea1 Removing breakpoint from include.rb Alexey Verkhovsky 2005-09-14 02:02:00 +00:00
  • 4a8d6eefe0 Fixed chunk mask to handle negative object_id values [Venkat] Alexey Verkhovsky 2005-09-14 02:01:20 +00:00
  • 4c14f07100 Fixed caching of RSS feeds; changed from caches_page to caches_action to make authentication and other filters work Alexey Verkhovsky 2005-09-12 01:12:00 +00:00
  • cc99790a4a Caching and sweeping pages. RSS feeds behave funny Alexey Verkhovsky 2005-09-11 18:02:56 +00:00
  • c4f593151e [FIXES BUILD] Fixed categories behavior and added id generation in import_storage. Something is still wrong with orphaned pages though Alexey Verkhovsky 2005-09-11 16:49:08 +00:00
  • 303622341b Ignoring the cached stuff in public Alexey Verkhovsky 2005-09-11 14:04:52 +00:00