aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/posts/_form.html.erb
Commit message (Collapse)AuthorAgeFilesLines
* Fix deprecation warnings.Uģis Ozols2010-12-031-1/+1
|
* Remove all Rails2/Rails3 checks as master is now Rails3 onlyAmanda Wagener2010-12-011-9/+5
|
* Merged in Joe's and Steven's forks and updated for compatibility with < ↵Philip Arndt2010-11-221-23/+9
|\ | | | | | | 0.9.9. Also, specs now work by including the factories and I have also laid the foundation for cucumber features. Fixed an issue where the javascript file was clashing with the same code we merged to core from this engine relating to submenus. Regenerated gemspec.
| * javascript should be in javascripts sectionsuweller2010-11-211-1/+3
| |
* | Deprecation warningsJoe Sak2010-11-201-7/+9
|/
* added publish date support. fixes bug where categories were showing posts ↵djones2010-09-211-0/+2
| | | | that were technically supposed to be hidden from the end user
* Hello rails3 support.Philip Arndt2010-09-031-1/+9
|
* display more frontend, create separate css for frontend and backend, ↵Philip Arndt2010-08-261-1/+1
| | | | namespace the js in the same fashion, now has full English support..
* Blog categories now save onto their posts.Philip Arndt2010-08-261-2/+6
|
* In theory categories should save correctly.Philip Arndt2010-08-251-7/+5
|
* Added categories sectionPhilip Arndt2010-08-251-5/+15
|
* add advanced options to blog post and prepare to add checkboxes for categories.Philip Arndt2010-08-091-6/+40
|
* Namespaced blog posts under blog/posts to allow for blog/comments and ↵Philip Arndt2010-08-091-0/+25
blog/categories