Jacques Distler
5cbdccec2a
MIME-Types for WEBrick
2007-10-08 04:16:31 +00:00
Matthias Tarasiewicz
113223f364
- AntiSPAM: included form-spam-protection rails plugin (Hivelogic Enkoder)
...
- update: updated scripts and javascripts to rails 1.2.1
2007-02-13 13:24:03 +00:00
Alexey Verkhovsky
22d257a8b2
Specified SVN properties for script/reset_references
2006-04-02 05:01:45 +00:00
Alexey Verkhovsky
4902986b2c
reset_references is an executable
2006-04-02 04:55:58 +00:00
Alexey Verkhovsky
da24698a4c
Deleting create_db script, as it is obsolete
2006-03-19 20:08:50 +00:00
Alexey Verkhovsky
b1d01b274e
Boolean values are imported as 0/1 to MySQL
2006-03-11 23:52:31 +00:00
Alexey Verkhovsky
6c55533500
Handle migrations from Instiki installs with RedCloth version 3.0.3
2006-01-23 07:01:04 +00:00
Alexey Verkhovsky
e1d7b26be2
Clarified documentation in import_storage script
2005-11-01 14:44:06 +00:00
Alexey Verkhovsky
61776995b6
Fixes for MySQL compatibility
2005-09-28 02:03:28 +00:00
Alexey Verkhovsky
223a1f9de3
Speeding up some stuff
2005-09-27 13:46:02 +00:00
Alexey Verkhovsky
5b1778a7f1
Fixed handling of Windows EOLs in the import_storage
2005-09-27 03:30:42 +00:00
Alexey Verkhovsky
1d44ce1c18
Upgraded RedCloth to 3.0.4
2005-09-16 04:27:07 +00:00
Alexey Verkhovsky
c4f593151e
[FIXES BUILD] Fixed categories behavior and added id generation in import_storage. Something is still wrong with orphaned pages though
2005-09-11 16:49:08 +00:00
Alexey Verkhovsky
32d238098e
Taking care of svn adds and svn deletes for the last 24 hours or so. Boo on me!
2005-09-11 14:03:08 +00:00
Alexey Verkhovsky
bfecd09b56
Fixed includes; started wrking onn caching strategy
2005-09-11 04:23:50 +00:00
Ben Bleything
7aaa35ae4a
Ye olde converter script.
...
* Script now parses the madeleine storage into SQL
* Added a new option, -o/--outfile to specify where the output from
the script should go
* ./import_storage -t /home/joe/instiki/storage/2500 \
-i /home/joe/instiki -o /home/joe/export.sql
Exporting the instiki.org snapshot I have takes about 40 seconds (with
output to screen) and generates an approximately 17 meg SQL script from
the ~900k Madeleine snapshot. Oh well.
Tested with MySQL.
2005-08-22 16:57:01 +00:00
Ben Bleything
0238780355
Set a couple of props on script/import_storage to prepare for the next
...
checkin...
2005-08-22 16:50:38 +00:00
Alexey Verkhovsky
cd1d5135a0
script/import_storage, half-way done. The idea is to have it output a series of INSERT statements that the user can review and execute in a database of user's choice. The part that I have done loads the Madeleine storage and iterates through webs/pages/revisions there
2005-08-16 06:47:52 +00:00
Alexey Verkhovsky
b4ae0b3065
Moving back some model classes to where they belong. Model classes need not map to database entities to be model classes
2005-08-14 04:42:19 +00:00
Ben Bleything
f07d0e32c6
Fix shebangs. Consistentlicious!
2005-08-11 05:46:38 +00:00
Ben Bleything
50343b79e8
Finish Rails-ifying the tree. Adds missing files and directories and
...
brings a few miscellaneous files up to date.
2005-08-11 05:36:35 +00:00
Alexey Verkhovsky
503aa99c63
Set default port to 2500
2005-08-10 06:16:15 +00:00
Ben Bleything
17833e23a5
Add executable bit to script/console and script/create_db
2005-08-09 03:45:09 +00:00
Rick Okin
26c046cdfa
move to AR
2005-08-09 02:20:28 +00:00
Alexey Verkhovsky
1b8baa3d03
Some infrastructure for AR and accompanying unit tests
2005-08-02 08:56:09 +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
f1c5004543
Corrected switching on of the debug logging in test and dev environments
2005-05-09 02:53:50 +00:00
Alexey Verkhovsky
e9c4948d0a
Fixed links on wiki/export page
2005-04-03 07:52:01 +00:00
Alexey Verkhovsky
c6ab8edd44
Corrected the default IP binding (0.0.0.0 instead of 127.0.0.1)
2005-03-29 03:51:52 +00:00
Alexey Verkhovsky
dda7c8eec0
Requiring ApplicationController from server script
2005-03-25 19:23:26 +00:00
Alexey Verkhovsky
8de7ca3cee
Bringing various things inline with the current state of Rails develolpment
2005-03-25 19:11:41 +00:00
Alexey Verkhovsky
bb2d16c8a1
Upgraded RedCloth to 3.0.3
2005-02-10 23:11:47 +00:00
Alexey Verkhovsky
06daadc7df
Reshaped "import wiki" feature from command-line to web interface
2005-01-27 03:55:19 +00:00
Alexey Verkhovsky
3e4154de82
fixed a problem where Instiki wouldn't start because
...
require 'application' was before require 'webrick_server' (?)
2005-01-26 01:02:39 +00:00
Alexey Verkhovsky
c1b04185a6
First attempt at an "import wiki" script (causes regexp stack overflows in RedCloth 2 on Win32; reason unknown)
2005-01-25 22:13:14 +00:00
Alexey Verkhovsky
9f90f083d7
Moved some things from scripts/server to config/environment.rb
2005-01-25 22:06:34 +00:00
Alexey Verkhovsky
3b6566577c
Massive change of SVN properties to deal with EOL style problem
2005-01-24 18:52:04 +00:00
Alexey Verkhovsky
223b2bec6c
Initial import of the sources from SVN
2005-01-15 20:26:54 +00:00