Roberto Rosario
|
eaa9af55c4
|
Silence the PEP8 warning F405 "may be undefined, or defined from star imports".
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
|
2017-02-22 17:17:02 -04:00 |
|
Roberto Rosario
|
c8e9a625da
|
PEP8 cleanups.
|
2017-02-17 18:56:05 -04:00 |
|
Roberto Rosario
|
e090628d72
|
Make testing for orphaned file handles and temporary files optional.
Allows for running tests in parallel.
|
2017-02-17 18:50:36 -04:00 |
|
Roberto Rosario
|
0078600e62
|
Add custom tests runner that replaces the custom "runtests"
management command.
|
2017-02-17 18:12:48 -04:00 |
|
Roberto Rosario
|
708c7ea776
|
Lower the default verbosity of the non debug console logger from
INFO to ERROR.
|
2017-02-16 22:10:52 -04:00 |
|
Roberto Rosario
|
8c4d53b218
|
Remove unnecessary cache invalidation from test, it is done by the test's
parent class.
|
2017-02-16 21:48:37 -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
|
5f99b123d7
|
Merge branch 'master' into master_merge
|
2017-02-03 14:08:34 -04:00 |
|
Roberto Rosario
|
914c5e7146
|
Code cleanups.
|
2017-01-28 22:56:52 -04:00 |
|
Roberto Rosario
|
3a13027be0
|
Add content type list API view to the common app.
|
2017-01-28 22:55:48 -04:00 |
|
Roberto Rosario
|
42b07013a6
|
Add missing timezone migrations.
|
2017-01-18 14:02:58 -04:00 |
|
Roberto Rosario
|
5007d77425
|
PEP8 cleanups.
|
2017-01-18 02:02:32 -04:00 |
|
Roberto Rosario
|
a3c1b0873d
|
Add links to the documentation, support page, forum and source in
the about menu. Make the about menu a nested menu.
|
2017-01-16 01:50:14 -04:00 |
|
Roberto Rosario
|
9f837aaade
|
Add view to clone a document page transformations to other pages.
|
2017-01-16 01:05:34 -04:00 |
|
Roberto Rosario
|
da27edf981
|
Don't decode the date string of the build. Python3 comptibility.
|
2017-01-14 16:34:55 -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
|
53d356d992
|
Fix and streamline user_management app tests.
|
2017-01-07 02:06:24 -04:00 |
|
Roberto Rosario
|
a013ab0bf5
|
Fix and streamline the folder app view tests.
|
2017-01-07 01:03:51 -04:00 |
|
Roberto Rosario
|
86a602aa34
|
PEP8 cleanups.
|
2016-12-31 02:25:02 -04:00 |
|
Roberto Rosario
|
27171597de
|
Use the select2 widget for the user language and locale.
Remove the ModelForm class.
|
2016-12-31 02:22:11 -04:00 |
|
Roberto Rosario
|
5167bbadee
|
Refactor the document metadata add, edit and remove views.
|
2016-12-28 00:57:04 -04:00 |
|
Roberto Rosario
|
31b748a868
|
Update runtests management command to work with Django 1.10
|
2016-12-22 03:35:51 -04:00 |
|
Roberto Rosario
|
5662b56714
|
Update project to work with Django 1.10.x
|
2016-12-22 02:53:06 -04:00 |
|
Roberto Rosario
|
c21eb6d4cf
|
Refacto ActionView into MultipleObjectFormActionView and MultipleObjectConfirmActionView.
Split ActionView into smaller mixins.
|
2016-12-21 03:27:27 -04:00 |
|
Roberto Rosario
|
a0bcbdbce9
|
Add support for attaching multiple tags to single or multiple documents in a single action. GitLab issue #307. Thanks to @zabeloliver for the initial request and to @gersilex for the implementation ideas.
|
2016-12-20 05:25:51 -04:00 |
|
Roberto Rosario
|
cc02ab19d5
|
Merge branch 'development' of gitlab.com:mayan-edms/mayan-edms into development
|
2016-12-20 01:00:49 -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
|
e950ea6698
|
Add missing decorator to get_collections tags.
|
2016-11-17 01:34:12 -04:00 |
|
Roberto Rosario
|
844511340d
|
Add template tags to expose the license and copyright of the project.
|
2016-11-16 22:54:43 -04:00 |
|
Roberto Rosario
|
a94745ab9e
|
Add the Collection class to the common app.
|
2016-11-16 22:53:20 -04:00 |
|
Roberto Rosario
|
a335f39e2a
|
Add support for the --reverse test parameter.
|
2016-11-14 02:34:56 -04:00 |
|
Roberto Rosario
|
a5a6afe240
|
Update MultiFormView CBV to work with Django 1.9.x
|
2016-11-14 01:47:19 -04:00 |
|
Roberto Rosario
|
9ed20091d2
|
Rename the licenses modules from packages.py to licenses.py
|
2016-11-12 23:59:50 -04:00 |
|
Roberto Rosario
|
99302e9300
|
Move package licenses to their own modules within the apps.
|
2016-11-12 02:28:06 -04:00 |
|
Roberto Rosario
|
aa91bce3ab
|
Add support for drop down menu in the navigation bar. Simplify the home screen.
|
2016-11-12 01:56:31 -04:00 |
|
Roberto Rosario
|
248d3886e0
|
Add dashboard feature
|
2016-11-11 02:12:42 -04:00 |
|
Roberto Rosario
|
d4a95ddb8b
|
Add new menu instance for user related links.
|
2016-11-10 23:32:43 -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
|
877772f80d
|
Add another temporary directory to be ignored during tests.
|
2016-11-03 15:49:28 -04:00 |
|
Roberto Rosario
|
3ab4778814
|
Remove lazy view string loading from urls.py as per Django's deprecation plan.
|
2016-11-02 17:38:54 -04:00 |
|
Roberto Rosario
|
5893e149e0
|
Reduce the check_access boilerplate code.
|
2016-11-02 04:58:05 -04:00 |
|
Roberto Rosario
|
621c988809
|
Simplify filter_by_access boilerplate code
|
2016-11-02 03:48:16 -04:00 |
|
Roberto Rosario
|
6e3d99670c
|
Complete conversion of download views to CBV views using django-downloadview.
This also removes dependency on the filetransfers library.
|
2016-10-31 01:00:35 -04:00 |
|
Roberto Rosario
|
6a48de5029
|
Update translations.
|
2016-10-28 04:19:15 -04:00 |
|
Roberto Rosario
|
d488c8271b
|
Merge branch 'development'
|
2016-10-26 04:46:36 -04:00 |
|
Roberto Rosario
|
7b9a2bcfcc
|
Ignore GitLab's CI .config temporary file.
|
2016-10-26 04:26:22 -04:00 |
|
Roberto Rosario
|
72980f09a6
|
Update TempfileCheckMixin to show list of oprhaned files.
|
2016-10-26 04:05:32 -04:00 |
|
Roberto Rosario
|
0b5edb4ad6
|
Add support to ignore certain temporary file patterns to the TempfileCheckMixin
|
2016-10-26 02:16:44 -04:00 |
|