Commit Graph

20 Commits

Author SHA1 Message Date
60ce62ad1b Beginning to remove refinery stuff 2014-03-04 15:47:53 -07:00
Marc Remolt
0beaa90a3d Trying to make the gem 1.8.7 compatible
* replaced File.realpath in testsuite with File.expand_path
* removed the old YAML hack
2011-08-12 19:15:46 +02:00
Marc Remolt
b2700960d8 Updated to latest refinerycms(-blog)
* bundle update
* new migrations
* fixed specs for new behaviour
2011-08-12 18:44:00 +02:00
Marc Remolt
90665484c7 Resource import working
* added rake tasks
2011-06-13 18:48:17 +02:00
Marc Remolt
a24ea686fa Image import working
* bundle update
* replacement of image URLs now considers wordpress thumbnails (like -150x150)
* added Guard for autotesting
2011-06-13 15:02:40 +02:00
Marc Remolt
7265d31f62 Some specs for file Attachment 2011-06-06 19:45:34 +02:00
Marc Remolt
2581895c7c Updated test dump and adapted specs
* We now have a second attachment, a simple text file
2011-06-06 19:39:27 +02:00
Marc Remolt
7550dfa164 First shot at attachment import
* only images for now
* only blog posts for now
* thumbnailed images are not yet replaced in blog posts body
2011-06-05 19:14:52 +02:00
Marc Remolt
9a2b5acef6 Spec improvements
* replaced it with specify on {...} blocks
2011-06-05 17:55:00 +02:00
Marc Remolt
772cfdc25b Started on attachment import
* created Attachment
* created Dump#attachments
* specs
* replaced require with autoload
2011-06-05 17:43:30 +02:00
Marc Remolt
76830ec51c More refactorings and specs 2011-06-05 13:38:39 +02:00
Marc Remolt
ddb65040a7 Refactoring of specs
* split the one large spec file in multiple small, one for each model
* helper for getting dump object in tests
2011-06-05 13:09:06 +02:00
Marc Remolt
39b482f99f Allow duplicate titles on importing blog posts
* the unique post_id from WordPress now gets appended if the title is already taken
2011-06-03 11:02:25 +02:00
Marc Remolt
4e3905fcb9 Compatibility with Wordpress 3.0
* Tags are now imported from a 3.0 dump
* Authors are not imported from 3.0, as they are not part of the dump
* simple_format now doesn't sanitize the content anymore
2011-06-02 16:43:14 +02:00
Marc Remolt
afb35f58ad HTML-Formatting
* added simple_format for content content
* added support for SyntaxHighlighter JS
* finished rake tasks for blog
2011-06-02 16:22:50 +02:00
Marc Remolt
a45f502f44 Conversion in a gem finished
* specs are working again
* added railitie
* added missing migration (acts-as-taggable)
* cleanups
2011-06-02 14:41:31 +02:00
Marc Remolt
dae4c2ea0a Started integrationg the code into gem
* added nokogiri as dependency
* added wordpress dump as fixture
2011-06-01 21:16:19 +02:00
Marc Remolt
b37abb4606 copied all revant files over from my fork of refinerycms-blog
* everything is breaking atm.
2011-06-01 21:11:57 +02:00
Marc Remolt
1a68663552 project setup
* added refinerycms(-blog) as depencies
* removed capybara (we won't do any browsertests here)
* initialized refinery in dummy app
2011-06-01 21:07:20 +02:00
Marc Remolt
3ec27fdfe6 Initial commit
* Created project via Jose Valims brilliant enginex gem
2011-06-01 20:23:29 +02:00