Alexey Verkhovsky
|
614a48c6ff
|
Exclude links to files and pages from All Pages (so that they don't show up in Wanted Pages etc).
|
2005-11-14 11:00:46 +00:00 |
|
Alexey Verkhovsky
|
af25237a90
|
Render HTML pages for ExportHTML 'manually'
|
2005-10-27 05:29:24 +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
|
541a5d3994
|
Deleted all references to PageRenderer from PageSet selectors; using wiki_references instead
|
2005-09-11 08:05:19 +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
|
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
|
4838f6e684
|
Deleted the last of the rendering logic from Revision (making it a totally anemic entity, by the way)
|
2005-09-09 20:40:35 +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
|
d24cf7c8e1
|
Fixed continuous revision check
|
2005-08-14 23:09:10 +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 |
|
Rick Okin
|
26c046cdfa
|
move to AR
|
2005-08-09 02:20:28 +00:00 |
|
Rick Okin
|
e4ecb406bf
|
renamed model directory
|
2005-08-09 01:18:00 +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
|
04a8f80273
|
Further tweaking of markup error handling code
|
2005-05-29 18:40:25 +00:00 |
|
Alexey Verkhovsky
|
9abb4f575a
|
Refactoring page creation code [dm1]
|
2005-05-12 01:07:24 +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
|
0dabfca465
|
Use an internal sequence instead of object_id for an ID of a chunk [Denis Mertz]
|
2005-03-31 02:06:46 +00:00 |
|
Alexey Verkhovsky
|
78bad46419
|
Refactoring of chunks and rendering [Denis Mertz]
|
2005-03-27 18:13:43 +00:00 |
|
Alexey Verkhovsky
|
414ed31a58
|
Converting hyperlinks to link_to calls (now that we have Routes, they work)
|
2005-02-18 23:19:42 +00:00 |
|
Alexey Verkhovsky
|
21f7693c06
|
Fixed links to Wiki pages with slashes and other interesting characters in the name
|
2005-02-05 16:36:27 +00:00 |
|
Alexey Verkhovsky
|
c99d675780
|
web attribute accessed directly, not through accessor. Reason: not to scratch head about "who is web?"
|
2005-01-30 05:22:19 +00:00 |
|
Alexey Verkhovsky
|
85bc93984d
|
Page will try to render itself in revise method, and behave appropriately if markup engine fails [inspired by Denis]
|
2005-01-30 04:50:41 +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
|
d6fe54f4ad
|
[BREAKS BUILD] Links to pictures. Problem is, URIChunk thinks that index.jpg is a hyperlink to http://index.jp.
Also, commented out the code that was hiding rendering errors. This should be done at a different level.
|
2005-01-23 03:27:45 +00:00 |
|
Alexey Verkhovsky
|
75b6d30d80
|
simplified WikiWords.separate
|
2005-01-21 22:15:29 +00:00 |
|
Alexey Verkhovsky
|
5c8b738238
|
Added test at the service level, to see how well madeleine copes with errors. Looks like it does cope with them.
|
2005-01-17 22:42:45 +00:00 |
|
Alexey Verkhovsky
|
878a6336fb
|
Page#revise raises ValidationError if a revision is exactly same as the page before
|
2005-01-17 21:27:38 +00:00 |
|
Alexey Verkhovsky
|
ef65e5e78a
|
Fix to ticket 2.
When updating the last page revision in the "continuous revision" case, created_at should be used
instead of Time.now.
|
2005-01-16 22:27:09 +00:00 |
|
Alexey Verkhovsky
|
da3674770e
|
Moved Page#pretty_revised_on to the view (it is not a model method)
|
2005-01-16 22:19:28 +00:00 |
|
Alexey Verkhovsky
|
223b2bec6c
|
Initial import of the sources from SVN
|
2005-01-15 20:26:54 +00:00 |
|