New resource for "owned" and review request independent file attachments
Review Request #6220 — Created Aug. 12, 2014 and discarded — Latest diff uploaded
New resource for user file attachments.
New file attachment resource was creating using the frontend backbone/RB.BaseResource model and post/put/get were tested manually.
- Successfully created a file attachment user content is always empty upon creation as expected
- Successfully posted caption and file data
- Successfully modified and saved caption data
- Tried to update file a second time and observed the expected behaviour (it failed)
- Manually tested get_list by making a request to /api/file-attachments/, it returned a list of all file attachments owned by the user making the request as expected.
Diff Revision 7
This is not the most recent revision of the diff. The latest diff is revision 11. See what's changed.
orig
1
2
3
4
5
6
7
8
9
10
11
AUTHORS | |||
---|---|---|---|
Revision 7b7b0b54710dddba192e7972ae78fc2fb432a5fd | New Change | ||
12 lines | |||
13 |
* Alex Harvey
|
13 |
* Alex Harvey
|
14 |
* Alexander Solovets
|
14 |
* Alexander Solovets
|
15 |
* Alexey Morozov
|
15 |
* Alexey Morozov
|
16 |
* Alexey Neyman
|
16 |
* Alexey Neyman
|
17 |
* Allyshia Sewdat
|
17 |
* Allyshia Sewdat
|
18 |
* Andrew Hills
|
||
18 |
* Andrey Fedorov
|
19 |
* Andrey Fedorov
|
19 |
* Anselina Chia
|
20 |
* Anselina Chia
|
20 |
* Anthony Mok
|
21 |
* Anthony Mok
|
21 |
* apollo13
|
22 |
* apollo13
|
22 |
* Augie Fackler
|
23 |
* Augie Fackler
|
58 lines | |||
81 |
* Gareth Owen
|
82 |
* Gareth Owen
|
82 |
* Garrett Cooper
|
83 |
* Garrett Cooper
|
83 |
* Gary Kramlich
|
84 |
* Gary Kramlich
|
84 |
* Gavin Roy
|
85 |
* Gavin Roy
|
85 |
* George Sudarkoff
|
86 |
* George Sudarkoff
|
87 |
* Georgy Dyuldin
|
||
86 |
* German Galkin
|
88 |
* German Galkin
|
87 |
* Giridharan Suriya
|
89 |
* Giridharan Suriya
|
88 |
* Greg McNutt
|
90 |
* Greg McNutt
|
89 |
* Greg Wang
|
91 |
* Greg Wang
|
90 |
* Harald Glock
|
92 |
* Harald Glock
|
142 lines |
setup.py |
---|
docs/manual/admin/configuration/file-storage-settings.rst |
---|
docs/manual/admin/installation/linux.rst |
---|
docs/releasenotes/1.7.28.rst |
---|
docs/releasenotes/2.0.6.rst |
---|
docs/releasenotes/index.rst |
---|
reviewboard/__init__.py |
---|
reviewboard/staticbundles.py |
---|
reviewboard/admin/checks.py |
---|
reviewboard/admin/forms.py |
---|
reviewboard/admin/siteconfig.py |
---|
reviewboard/admin/views.py |
---|
reviewboard/attachments/models.py |
---|
reviewboard/diffviewer/diffutils.py |
---|
reviewboard/diffviewer/managers.py |
---|
reviewboard/diffviewer/models.py |
---|
reviewboard/diffviewer/renderers.py |
---|
reviewboard/diffviewer/tests.py |
---|
reviewboard/diffviewer/evolutions/__init__.py |
---|