[#901] - Refactor attachment logic

This commit refactors attachment logic and fixes some issues
with image transparency not being saved correctly.

Rick Copeland Rick Copeland 2010-09-27

1 2 > >> (Page 1 of 2)
added Allura/allura/model/attachments.py
changed Allura/allura/controllers/attachments.py
changed Allura/allura/controllers/discuss.py
changed Allura/allura/controllers/project.py
changed Allura/allura/ext/admin/admin_main.py
changed Allura/allura/lib/widgets/templates/attachment.html
changed Allura/allura/lib/widgets/templates/attachment_list.html
changed Allura/allura/lib/widgets/templates/post.html
changed Allura/allura/lib/helpers.py
changed Allura/allura/model/__init__.py
changed Allura/allura/model/artifact.py
changed Allura/allura/model/discuss.py
changed Allura/allura/model/filesystem.py
changed Allura/allura/tests/model/test_discussion.py
changed Allura/allura/app.py
changed Allura/development.ini
changed ForgeDiscussion/forgediscussion/controllers/forum.py
changed ForgeDiscussion/forgediscussion/model/__init__.py
changed ForgeDiscussion/forgediscussion/model/forum.py
changed ForgeDiscussion/forgediscussion/forum_main.py
changed ForgeTracker/forgetracker/model/__init__.py
changed ForgeTracker/forgetracker/model/ticket.py
changed ForgeTracker/forgetracker/templates/ticket.html
changed ForgeTracker/forgetracker/tracker_main.py
changed ForgeWiki/forgewiki/model/__init__.py
Allura/allura/model/attachments.py Diff Switch to side-by-side view
Loading...
Allura/allura/controllers/attachments.py Diff Switch to side-by-side view
Loading...
Allura/allura/controllers/discuss.py Diff Switch to side-by-side view
Loading...
Allura/allura/controllers/project.py Diff Switch to side-by-side view
Loading...
Allura/allura/ext/admin/admin_main.py Diff Switch to side-by-side view
Loading...
Allura/allura/lib/widgets/templates/attachment.html Diff Switch to side-by-side view
Loading...
Allura/allura/lib/widgets/templates/attachment_list.html Diff Switch to side-by-side view
Loading...
Allura/allura/lib/widgets/templates/post.html Diff Switch to side-by-side view
Loading...
Allura/allura/lib/helpers.py Diff Switch to side-by-side view
Loading...
Allura/allura/model/__init__.py Diff Switch to side-by-side view
Loading...
Allura/allura/model/artifact.py Diff Switch to side-by-side view
Loading...
Allura/allura/model/discuss.py Diff Switch to side-by-side view
Loading...
Allura/allura/model/filesystem.py Diff Switch to side-by-side view
Loading...
Allura/allura/tests/model/test_discussion.py Diff Switch to side-by-side view
Loading...
Allura/allura/app.py Diff Switch to side-by-side view
Loading...
Allura/development.ini Diff Switch to side-by-side view
Loading...
ForgeDiscussion/forgediscussion/controllers/forum.py Diff Switch to side-by-side view
Loading...
ForgeDiscussion/forgediscussion/model/__init__.py Diff Switch to side-by-side view
Loading...
ForgeDiscussion/forgediscussion/model/forum.py Diff Switch to side-by-side view
Loading...
ForgeDiscussion/forgediscussion/forum_main.py Diff Switch to side-by-side view
Loading...
ForgeTracker/forgetracker/model/__init__.py Diff Switch to side-by-side view
Loading...
ForgeTracker/forgetracker/model/ticket.py Diff Switch to side-by-side view
Loading...
ForgeTracker/forgetracker/templates/ticket.html Diff Switch to side-by-side view
Loading...
ForgeTracker/forgetracker/tracker_main.py Diff Switch to side-by-side view
Loading...
ForgeWiki/forgewiki/model/__init__.py Diff Switch to side-by-side view
Loading...
1 2 > >> (Page 1 of 2)