summaryrefslogtreecommitdiff
path: root/app/views/assets/show.html.erb
AgeCommit message (Collapse)Author
4 daysStage 7 click-testing fixes (2)erdgeist
- nodes_controller: permit staged_slug and staged_parent_id in node params; these were silently dropped since strong parameters migration, breaking the two-phase slug/parent change workflow - file_attachment: add SVG support; vector files are copied to all style directories without rasterisation, preserving scalability in the browser - assets index/show: constrain image display with max-width/max-height via admin.css td img rule; fixes oversized SVG thumbnails while leaving raster variants unaffected
2009-10-20more asset detailshukl
2009-04-25Integrated basic Asset upload functionality. You can upload files now and use their url in pages.hukl