Jacques Distler
|
10b0561aca
|
Category lists and WikiReferences restrict to current Web.
Fix one sanitization test.
|
2007-09-28 03:57:52 +00:00 |
|
Jacques Distler
|
a3d3f1c536
|
Fix XSS vulnerabilities in chunk-handling
|
2007-09-23 19:30:39 +00:00 |
|
Matt MacGillivray
|
36b86a9d41
|
Removed deprecation errors for rails 1.2.3. Corrected test case failures as a result of updated features and functionality
|
2007-05-07 22:46:00 +00:00 |
|
Jacques Distler
|
552cf4cff0
|
XSS Security fixes
|
2007-02-25 15:13:50 +00:00 |
|
Alexey Verkhovsky
|
4b29a843e5
|
Fixes #248
|
2006-09-07 04:07:51 +00:00 |
|
Alexey Verkhovsky
|
5f3cf38851
|
Fixed connect_to_model filter extension in wiki_controller (using inheritance here was daft); accelerated tests somewhat
|
2006-03-24 07:53:20 +00:00 |
|
Alexey Verkhovsky
|
d6fedc7f84
|
Converting linefeeds to Unix-style
|
2006-03-19 21:49:53 +00:00 |
|
Alexey Verkhovsky
|
6f0434bf83
|
All tests pass, including Watir suite
|
2006-03-19 07:54:54 +00:00 |
|
Alexey Verkhovsky
|
04b75e1684
|
|
2006-03-11 23:25:04 +00:00 |
|
Alexey Verkhovsky
|
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
|
2006-03-11 21:27:49 +00:00 |
|
Alexey Verkhovsky
|
01c9636ffd
|
More goodness to lib/diff.rb!
|
2006-01-23 06:57:19 +00:00 |
|
Alexey Verkhovsky
|
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.
|
2006-01-22 21:40:20 +00:00 |
|
Alexey Verkhovsky
|
0b1a80a852
|
[BUILD STILL BROKEN] File uploads roughly speaking work (to about same extent as in 0.10)
|
2005-11-14 08:38:37 +00:00 |
|
Alexey Verkhovsky
|
8bdee631f6
|
[BREAKS BUILD] Some work on File uploads, half-done, committing as a backup
|
2005-11-13 13:37:47 +00:00 |
|
Alexey Verkhovsky
|
223a1f9de3
|
Speeding up some stuff
|
2005-09-27 13:46:02 +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
|
541a5d3994
|
Deleted all references to PageRenderer from PageSet selectors; using wiki_references instead
|
2005-09-11 08:05:19 +00:00 |
|
Alexey Verkhovsky
|
bec3c98227
|
Moved the last unit test where it belongs
|
2005-09-11 06:28:59 +00:00 |
|
Alexey Verkhovsky
|
6ff74f6b5a
|
Update wiki_references to a newly created page from 'W' to 'L'
|
2005-09-11 06:15:59 +00:00 |
|
Alexey Verkhovsky
|
0c6626c375
|
Corrected WikiReference::link_type when a newly created page refers to itself (should be 'L', not 'W')
|
2005-09-11 05:59:21 +00:00 |
|
Alexey Verkhovsky
|
cd68db01d2
|
Store wiki references found during rendering
|
2005-09-11 05:44:34 +00:00 |
|
Alexey Verkhovsky
|
70fa15e3f3
|
Continue extracting URL generation logic from model classes
|
2005-09-10 11:07:40 +00:00 |
|
Alexey Verkhovsky
|
7e500dfe57
|
Controllers create renderer objects and pass them on to page.revise and page.rollback methods
|
2005-09-10 06:12:57 +00:00 |
|
Alexey Verkhovsky
|
427f989d69
|
Extacted rendering logic from the model
|
2005-09-09 05:31:27 +00:00 |
|
Ben Bleything
|
b29c59e470
|
Line ending cleanup. Most of these are svn propsets which should make
the files check out appropriately in the future. The three files in
app/models had inconsitent line endings, so they had to be fixed by
hand.
|
2005-08-15 19:17:32 +00:00 |
|
Alexey Verkhovsky
|
5b075ca338
|
Renamed revised_on to revised_at everywhere (for consistency)
|
2005-08-14 23:27:55 +00:00 |
|
Alexey Verkhovsky
|
052754b068
|
Dropped number from revision table. Also dropped timestamp. We will rely on autoincremented ID for sorting, and will for now store the time of last edit of the revision in revised_at. Later we will refactor content into a separate table (so as not to load the whole 300 kb of text and cached HTML every time we need page.revisions in code). Rake tests all pass, but watir tests indicate that some revision traversing links are still broken
|
2005-08-14 22:26:54 +00:00 |
|
Ben Bleything
|
f07d0e32c6
|
Fix shebangs. Consistentlicious!
|
2005-08-11 05:46:38 +00:00 |
|
Rick Okin
|
26c046cdfa
|
move to AR
|
2005-08-09 02:20:28 +00:00 |
|
Rick Okin
|
64b9a5c747
|
fixing bad filename
|
2005-08-09 01:24:44 +00:00 |
|
Rick Okin
|
2eb01cd575
|
moved some tests over
|
2005-08-09 01:23:11 +00:00 |
|
Alexey Verkhovsky
|
1b8baa3d03
|
Some infrastructure for AR and accompanying unit tests
|
2005-08-02 08:56:09 +00:00 |
|
Alexey Verkhovsky
|
6d8190c096
|
Moved old tests and app/model out of the way
|
2005-08-02 07:59:22 +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
|
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
|
a14430a285
|
Multiline <nowiki> tag
|
2005-05-06 01:02:30 +00:00 |
|
Alexey Verkhovsky
|
598e4f272d
|
Mixed mode that doesn't break on images
|
2005-05-01 02:47:57 +00:00 |
|
Alexey Verkhovsky
|
5c97cc593e
|
[RESTORES BUILD] RedCloth does not support hard breaks in mixed mode
|
2005-04-10 17:57:24 +00:00 |
|
Alexey Verkhovsky
|
a251b658f1
|
[BUILD BROKEN] BlueCloth the original distribution has some bugs. Digged out a patched-up version from Instiki 0.9
|
2005-04-10 17:48:50 +00:00 |
|
Alexey Verkhovsky
|
6f36e53290
|
BlueCloth is back with vengeance
|
2005-04-10 17:10:11 +00:00 |
|
Alexey Verkhovsky
|
ee876a2907
|
Added some Textile rules to markdown option, in an attempt to force RedCloth to _really_ render Markdown
|
2005-04-10 03:18:10 +00:00 |
|
Alexey Verkhovsky
|
363276e436
|
Uncommented one test, and updated the other (after the hard breaks requirement)
|
2005-04-10 03:11:37 +00:00 |
|
Alexey Verkhovsky
|
8aac533614
|
orphaned_pages considers self-linking pages as orphans
|
2005-04-03 06:11:37 +00:00 |
|
Alexey Verkhovsky
|
b1e92e3719
|
Cache clearing in Revision did not include wiki_reference_cache, which caused new pages to be created as orphans
|
2005-04-03 05:15:56 +00:00 |
|
Alexey Verkhovsky
|
c646121b32
|
Fixed some unit tests
|
2005-03-31 04:44:10 +00:00 |
|
Alexey Verkhovsky
|
dcfc6a48c4
|
Added a unit test for parsing of [[With:Colon]]
|
2005-03-29 05:19:32 +00:00 |
|
Alexey Verkhovsky
|
78bad46419
|
Refactoring of chunks and rendering [Denis Mertz]
|
2005-03-27 18:13:43 +00:00 |
|