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 |
|
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
|
6d8190c096
|
Moved old tests and app/model out of the way
|
2005-08-02 07:59:22 +00:00 |
|
Alexey Verkhovsky
|
9abb4f575a
|
Refactoring page creation code [dm1]
|
2005-05-12 01:07:24 +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
|
0d81292168
|
Rake's Test/Unit runner be damned
|
2005-01-23 00:48:00 +00:00 |
|
Alexey Verkhovsky
|
97857409a9
|
Added -w to all shebangs [Florian Gross]
|
2005-01-20 00:05:23 +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
|
ab63f1449d
|
Added shebangs and require 'test_helper' to all tests, so that they can be run standalone
|
2005-01-16 22:40:44 +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 |
|