Andrey Antukh
f4516ff435
Fixed strange behavior on make_diff function (possible bugfix)
2014-09-17 16:55:43 +02:00
Andrey Antukh
a3b0d13e46
Add migrations for order and history model changes.
2014-09-17 16:55:42 +02:00
Andrey Antukh
23f349a73f
Implemented the ability of mark some history entries as hidden.
...
Snapshots with order fields (that are considered not important
for preview) are automatically marked as hidden.
2014-09-17 16:53:30 +02:00
Andrey Antukh
92276a1589
Add specific order fields for better handle of order in diffent sections.
2014-09-17 16:52:48 +02:00
Andrey Antukh
1b5c8a01f1
Merge pull request #71 from taigaio/remove-fk-from-history
...
Fix history on delete comments
2014-09-17 17:01:19 +02:00
Jesús Espino
8f57a0c9b5
Fix history on delete comments
2014-09-17 16:59:14 +02:00
Jesús Espino
e692cd2cb3
Merge pull request #69 from taigaio/storage-refactor
...
Attachments and user photo storage refactor.
2014-09-17 15:58:52 +02:00
Jesús Espino
6928c39281
Merge pull request #68 from taigaio/django1.7-step2-bugs
...
Fix wrong assignation of invited_by field on invitation is created.
2014-09-17 15:10:27 +02:00
Andrey Antukh
6224a9d4ce
Improve attachments factories and fix tests related to storage refactor.
2014-09-17 15:05:10 +02:00
Andrey Antukh
def314e0e2
Add adhoc script for migrate the location and description/content fields to new attachments urls.
2014-09-17 15:02:54 +02:00
Andrey Antukh
0a26e3a81c
Remove deprecated attachment view responsible of permission checks.
2014-09-17 15:02:54 +02:00
Andrey Antukh
4a1b005773
Apply the same url naming of attachments to user photo.
2014-09-17 15:02:54 +02:00
Andrey Antukh
91296886a5
Change the way to generate attachment resource path.
2014-09-17 15:02:54 +02:00
Andrey Antukh
b20a9d1199
Add cached name and size fields to attachment model.
2014-09-17 15:02:54 +02:00
Andrey Antukh
95845b4eda
Add iter_queryset method to utils.iterators module.
2014-09-17 15:02:54 +02:00
Andrey Antukh
4aef603946
Add split_by_n function on utils.iterators module.
2014-09-17 15:02:54 +02:00
Andrey Antukh
3004b6f273
Increment size of username and email field of user and add unique=True to email.
2014-09-17 13:39:48 +02:00
Andrey Antukh
2d81188a52
Fix wrong assignation of invited_by field on invitation creation process ( fix #958 )
...
Additionally it replaces the hack (django < 1.7) of double foreign key
on intermediate table (n2m relation) with trully foreign key (django 1.7
now supports it) adding corresponding migrations for conseve all previous
data.
2014-09-17 13:39:48 +02:00
Jesús Espino
e30374d935
Changed the project templates descriptions
2014-09-16 16:51:13 +02:00
Andrey Antukh
4deb222cbc
Merge pull request #67 from taigaio/delete-comments
...
Delete comments functionality
2014-09-16 14:04:00 +02:00
Jesús Espino
688e047ff8
Delete comments functionality
2014-09-16 13:45:47 +02:00
Andrey Antukh
15bdd06d4f
Merge branch 'django1.7'
2014-09-16 10:48:56 +02:00
Andrey Antukh
9ac490ef40
Update 3rd party libraries to latest versions (requirements.txt).
2014-09-16 10:48:43 +02:00
Andrey Antukh
4a268ff590
Fix regenerate.sh script.
2014-09-16 10:48:43 +02:00
Andrey Antukh
3061425a67
Improvements and fixes on tests.
2014-09-16 10:48:43 +02:00
Andrey Antukh
01d524adb8
Setup django on start testrunner.
2014-09-16 10:48:43 +02:00
Andrey Antukh
775e724c39
Set RolePoints.points relation nullable.
2014-09-16 10:48:43 +02:00
Andrey Antukh
4e3daeccb4
Remove unused import.
2014-09-16 10:48:43 +02:00
Andrey Antukh
50e4de966f
Improved monkey patching setup.
...
And remove unused monkey patching functions.
2014-09-16 10:48:43 +02:00
Andrey Antukh
ad7b231945
Fix HistoryResourceMixin class import.
2014-09-16 10:48:42 +02:00
Andrey Antukh
1dc23c13f0
Add django1.7 migrations.
2014-09-16 10:48:42 +02:00
Andrey Antukh
3eb63bdfe6
Remove django-testclient-extensions from requirements.
2014-09-16 10:48:42 +02:00
Andrey Antukh
59c7478075
Patch client test fixture with useful login method.
...
This removes django-testclient-extensions because
it doesn't compatible with django 1.7.
2014-09-16 10:48:42 +02:00
Andrey Antukh
c1b011fa99
Refactor test factories to new factoryboy version (more compatible with django 1.7)
2014-09-16 10:48:42 +02:00
Andrey Antukh
749f75dfe2
Add pillow to requirements.
2014-09-16 10:48:42 +02:00
Andrey Antukh
e89a53df80
Update development dependencies.
2014-09-16 10:48:42 +02:00
Andrey Antukh
186ff67b01
Remove south and reversion from INSTALLED_APPS.
2014-09-16 10:48:42 +02:00
Andrey Antukh
c3c706ce5d
Fix settings compatibility.
2014-09-16 10:48:42 +02:00
Andrey Antukh
a5963c77e8
Register timeline signals in app.ready hook.
2014-09-16 10:48:42 +02:00
Andrey Antukh
d9e4d30bb3
Remove reversion from requirements.txt
2014-09-16 10:48:42 +02:00
Andrey Antukh
7d0ccdf4ac
Remove obsolete code that uses reversion.
2014-09-16 10:48:42 +02:00
Andrey Antukh
421f8e2585
Remove now obsolete migrate_references django command.
2014-09-16 10:48:42 +02:00
Andrey Antukh
3584364e02
Remove now obsolete migrate_history django command.
2014-09-16 10:48:42 +02:00
Andrey Antukh
f88d92910a
Update requirements.
2014-09-16 10:48:42 +02:00
Andrey Antukh
397c4b72dd
Remove old south migrations.
2014-09-16 10:48:42 +02:00
Andrey Antukh
60ba17ef2f
Remove now unused sql directory
2014-09-16 10:48:41 +02:00
Andrey Antukh
06f3bd44ae
Remove obsolete data from README
2014-09-16 10:48:41 +02:00
Andrey Antukh
586685e2a1
Comment/Remove generic tabular inlines.
2014-09-16 10:48:41 +02:00
Andrey Antukh
7c04ff3117
Remove south related monky patch.
2014-09-16 10:48:41 +02:00
Jesús Espino
b1ff6aa7b4
Fix problem related with modify QueryParams
2014-09-16 09:23:10 +02:00