Roberto Rosario
|
958ce912a0
|
AccessControlList.objects.check_access was updated to do a
Permission.check_permissions too. Remove duplicity.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2017-02-22 16:48:59 -04:00 |
|
Roberto Rosario
|
80f64d7fcf
|
Add BaseAPITestCase class that invalidates the permission and smart settings caches.
Use BaseAPITestCase for all API test cases.
|
2017-02-16 21:12:55 -04:00 |
|
Roberto Rosario
|
ce6f59b9bd
|
Merge remote-tracking branch 'origin/master' into feature/merge_master
|
2017-02-13 21:00:56 -04:00 |
|
Roberto Rosario
|
a3959aaf79
|
Add resolved smart link API views. Add Smart link manager method
.get_for(document).
|
2017-02-12 02:22:26 -04:00 |
|
Roberto Rosario
|
651f659a05
|
Add linking app setup API views and tests.
|
2017-02-11 02:12:25 -04:00 |
|
Roberto Rosario
|
5ea31554bc
|
Update and fix failing tests.
|
2017-01-14 03:08:32 -04:00 |
|
Roberto Rosario
|
4e7559d396
|
Add settings class cache invalidation method. Update common.tests.base.BaseTestCase
class to invalidate settings cache. Update tests using Django's TestCase to
BaseTestCase.
|
2017-01-14 00:13:35 -04:00 |
|
Roberto Rosario
|
90de742deb
|
Merge remote-tracking branch 'origin/series/2.0' into merge
|
2016-12-19 21:59:00 -04:00 |
|
Roberto Rosario
|
3e63010338
|
Synchronize translations.
|
2016-11-23 03:09:56 -04:00 |
|
Roberto Rosario
|
2df6cb7985
|
Remove usage of url.patterns as per Django's deprecation warnings.
|
2016-11-04 04:02:48 -04:00 |
|
Roberto Rosario
|
5893e149e0
|
Reduce the check_access boilerplate code.
|
2016-11-02 04:58:05 -04:00 |
|
Roberto Rosario
|
6a48de5029
|
Update translations.
|
2016-10-28 04:19:15 -04:00 |
|
Roberto Rosario
|
8075bfd0bc
|
Update Spanish translation.
|
2016-05-08 21:57:23 -04:00 |
|
Roberto Rosario
|
2a5264bc2c
|
Fix view context document resolution for the document smart link list view. Fixes GitLab issue #266. Thanks to Baptiste GAILLET @bat79a for the find.
|
2016-05-08 01:13:54 -04:00 |
|
Roberto Rosario
|
23f40ac4aa
|
PEP8 cleanups.
|
2016-04-27 20:31:02 -04:00 |
|
Roberto Rosario
|
f944f9ebbc
|
Add smart link dynamic label test.
|
2016-04-27 18:46:58 -04:00 |
|
Roberto Rosario
|
232cb5e38d
|
Synchronize and compile translations.
|
2016-04-27 14:54:33 -04:00 |
|
Roberto Rosario
|
5775f5aeaa
|
Run makemessage for apps.
|
2016-04-27 14:20:45 -04:00 |
|
Roberto Rosario
|
0ffe20befd
|
Fix link resolution in the document signature list view. This view exposes 3 navigable objects, use 'resolved_object' for correct link resolution.
|
2016-03-26 16:28:08 -04:00 |
|
Roberto Rosario
|
3d970036b2
|
Sync translations with Transifex
|
2016-03-21 17:38:15 -04:00 |
|
Roberto Rosario
|
6fe778051e
|
Update translation source files for all apps. Add Message of the Day source message file.
|
2016-03-21 16:53:09 -04:00 |
|
Roberto Rosario
|
ed8ac47240
|
Extract context object name from the models meta options.
|
2016-03-19 01:57:30 -04:00 |
|
Roberto Rosario
|
4c4409aa1e
|
PEP8 cleanups.
|
2016-03-17 00:44:54 -04:00 |
|
Roberto Rosario
|
5079b2790e
|
Add Smart link view tests.
|
2016-03-17 00:39:04 -04:00 |
|
Roberto Rosario
|
67bb84c778
|
Convert smart link condition create, edit and delete views to CBV.
|
2016-03-16 18:26:40 -04:00 |
|
Roberto Rosario
|
4d362c3957
|
Add icons to the document face menu links. Increase icon size by 10%. Increase icon to text spacing to 3px.
|
2016-03-08 04:17:57 -04:00 |
|
Roberto Rosario
|
27d8644438
|
Silence 90% of remaining Django 1.8 model warnings.
|
2016-01-28 05:43:08 -04:00 |
|
Roberto Rosario
|
b19225e95d
|
Load models by calling AppConfig.get_model method instead.
|
2016-01-22 03:59:42 -04:00 |
|
Roberto Rosario
|
a1a0a6da52
|
PEP8 Cleanups.
|
2015-10-28 02:14:48 -04:00 |
|
Roberto Rosario
|
2180ab22bd
|
Fix typo.
|
2015-10-28 02:03:59 -04:00 |
|
Roberto Rosario
|
f9940f1fd0
|
Add default_app_config value to each app. Closes issue GL #216.
|
2015-10-19 02:57:00 -04:00 |
|
Roberto Rosario
|
500f870c78
|
Do a force pull of all translations and a compile.
|
2015-09-25 04:18:04 -04:00 |
|
Roberto Rosario
|
8629e6495e
|
Translation source files updates. Add translator comments. Thanks to Berny for these.
|
2015-09-24 16:30:19 -04:00 |
|
Roberto Rosario
|
c9b981f07a
|
Update translation sources and compiles files.
|
2015-09-24 01:44:03 -04:00 |
|
Roberto Rosario
|
df417f562c
|
PEP8 Cleanups (471 warnings).
|
2015-09-17 21:34:27 -04:00 |
|
Roberto Rosario
|
60e64b92fd
|
PEP8 Cleanup (495 warnings).
|
2015-09-16 09:33:16 -04:00 |
|
Roberto Rosario
|
02353927db
|
Improve admin interfaces.
|
2015-09-08 18:13:22 -04:00 |
|
Roberto Rosario
|
574f3d2d66
|
Synchronize and compile translation files.
|
2015-08-27 01:33:14 -04:00 |
|
Roberto Rosario
|
709e9208aa
|
Update source translation files.
|
2015-08-27 01:25:33 -04:00 |
|
Roberto Rosario
|
7392e80fc2
|
PEP8 Cleanups.
|
2015-08-24 20:55:45 -04:00 |
|
Roberto Rosario
|
dbe14fde42
|
Convert smart link view to a CBV view.
|
2015-08-24 17:42:53 -04:00 |
|
Roberto Rosario
|
d007214d39
|
Update language translations.
|
2015-08-24 01:40:22 -04:00 |
|
Roberto Rosario
|
2c93c5d8c2
|
Update translation source files.
|
2015-08-24 00:34:08 -04:00 |
|
Roberto Rosario
|
fa3633fbe8
|
Remove empty language files locales: sq, zh_TW, hr_HR, de_CH, lv, nb, tr_TR.
|
2015-08-20 19:40:05 -04:00 |
|
Roberto Rosario
|
c030b91528
|
Update translation files.
|
2015-08-20 19:35:24 -04:00 |
|
Roberto Rosario
|
f2ccfa16d5
|
Update source language files. Make lock manager and storage translatable.
|
2015-08-20 15:35:06 -04:00 |
|
Roberto Rosario
|
68f3c6eee7
|
PEP8 cleanups.
|
2015-08-19 14:50:44 -04:00 |
|
Roberto Rosario
|
683e54fea1
|
Replace unused lists with tuples.
|
2015-08-19 13:57:38 -04:00 |
|
Roberto Rosario
|
60bc327756
|
Improve SourceColumn workflow by allowing explicit functions as columns. Remove usage of encapsulate. Move instances of 'extra_columns' to SourceColumn.
|
2015-08-16 14:26:41 -04:00 |
|
Roberto Rosario
|
561b56b12a
|
Replace usage of get_context_data with get_extra_context.
|
2015-08-15 03:02:02 -04:00 |
|