Roberto Rosario
|
fc9f9f1e68
|
Replace more unnecessary lists with tuples.
|
2015-07-28 01:41:45 -04:00 |
|
Roberto Rosario
|
1e746c700a
|
PEP8 cleanups.
|
2015-07-27 23:53:14 -04:00 |
|
Roberto Rosario
|
0b923a7a1c
|
Make sure label is always defined even if not used.
|
2015-07-24 18:20:46 -04:00 |
|
Roberto Rosario
|
4527563d89
|
PEP8 cleanups, specially E501 line too long.
|
2015-07-22 18:21:37 -04:00 |
|
Roberto Rosario
|
c275988c90
|
PEP8 cleanups, E501: 79 character long lines.
|
2015-07-19 03:27:41 -04:00 |
|
Roberto Rosario
|
20a2f93cbc
|
Add test for compressed documents via webform.
|
2015-07-19 03:25:42 -04:00 |
|
Roberto Rosario
|
8f14028660
|
Add post_upgrade signal, use it to re-initialize interval sources.
|
2015-07-18 02:45:55 -04:00 |
|
Roberto Rosario
|
76fef8ab8d
|
Don't error out when trying to delete a non existant periodic task.
|
2015-07-17 13:07:16 -04:00 |
|
Roberto Rosario
|
91a9b3b045
|
Finish document upload task refactor. Increase failure tolerance to database Operational Errors.
|
2015-07-15 04:36:23 -04:00 |
|
Roberto Rosario
|
1213175112
|
Sources app upload workflow refactoring.
|
2015-07-15 01:03:57 -04:00 |
|
Roberto Rosario
|
1b37a13bf5
|
Rename source upload handling methods to be more meaningful.
|
2015-07-14 10:20:19 -04:00 |
|
Roberto Rosario
|
9edf3dd51d
|
Add missing tearDown methods to tests.
|
2015-07-13 01:26:19 -04:00 |
|
Roberto Rosario
|
e05f6b5830
|
Replace tests fails checks to assertions.
|
2015-07-12 02:59:45 -04:00 |
|
Roberto Rosario
|
f95c9c2aa4
|
Convert the source edit and delete views to CBV.
|
2015-07-11 02:36:31 -04:00 |
|
Roberto Rosario
|
a05888b683
|
Fix email sources clearing the password field on view.
|
2015-07-11 02:19:22 -04:00 |
|
Roberto Rosario
|
07dbe71c41
|
Fix source object links.
|
2015-07-11 02:19:02 -04:00 |
|
Roberto Rosario
|
133fcdc53c
|
Assign tasks to specific queues. Add support for transient queues. gh-issue #222, gh-issue #230.
|
2015-07-10 21:25:20 -04:00 |
|
Roberto Rosario
|
e891fe9525
|
PEP8 cleanups and code style cleanups.
|
2015-07-10 17:19:36 -04:00 |
|
Roberto Rosario
|
abfb070b2e
|
Remove unused FBV source create view.
|
2015-07-09 01:50:45 -04:00 |
|
Roberto Rosario
|
22ebe2354d
|
Change the source list and source create views to CBV.
|
2015-07-09 01:41:29 -04:00 |
|
Roberto Rosario
|
7a377653ca
|
Update missing name -> label.
|
2015-07-08 03:37:17 -04:00 |
|
Roberto Rosario
|
4c25314772
|
os.listdir returns str for non-latin filename, use unicode cast in path name to avoid this. Related to gh-issue #163.
|
2015-07-08 02:02:24 -04:00 |
|
Roberto Rosario
|
e0d6571d95
|
Fix imports in tests.
|
2015-07-08 01:43:44 -04:00 |
|
Roberto Rosario
|
35b6ce5285
|
Don't set the default document label in the view, do it at the task level which is accesible always.
|
2015-07-08 01:01:20 -04:00 |
|
Roberto Rosario
|
4860b44daf
|
Rename source model title field to 'label'.
|
2015-07-07 23:30:52 -04:00 |
|
Roberto Rosario
|
a5cee3c963
|
Split sources app tests.
|
2015-07-07 22:03:58 -04:00 |
|
Roberto Rosario
|
77157cab2c
|
Split tests into tests for models, views and API, very good recommendation from Two Scoops of Django by @pydanny and @audreyr.
|
2015-07-07 21:49:50 -04:00 |
|
Roberto Rosario
|
bd8487848a
|
Disable OCR, not unsed in this test.
|
2015-07-07 03:01:42 -04:00 |
|
Roberto Rosario
|
e82a9d0c9f
|
Add missing import.
|
2015-07-07 02:58:55 -04:00 |
|
Roberto Rosario
|
a59234bb83
|
Use SharedUploadedFile's new open() method.
|
2015-07-07 01:28:06 -04:00 |
|
Roberto Rosario
|
8cc05bbefb
|
Initial commit of new document upload workflow which allows for document promises to be returned after POST request, gh-issue #194. Add new signal when a document is uploaded and finally ready, gh-issue #193 and gh-issue #213.
|
2015-07-05 03:33:27 -04:00 |
|
Roberto Rosario
|
ace76fc69c
|
Update apps for new ACLs refactor.
|
2015-07-01 16:36:20 -04:00 |
|
Roberto Rosario
|
c7953a1cfb
|
Improve document upload wizard title messages
|
2015-06-30 17:35:16 -04:00 |
|
Roberto Rosario
|
f326007f40
|
Update links labels to uppercase
|
2015-06-29 14:19:06 -04:00 |
|
Roberto Rosario
|
3754f45001
|
Reduce checked out document column label string size. Refactor roles: roles can only have groups as members, only roles can hold permissions.
|
2015-06-29 14:07:02 -04:00 |
|
Roberto Rosario
|
1c084aa07b
|
Split Permission and StoredPermission class and model into different modules. Simplified the Permission class.
|
2015-06-28 01:03:29 -04:00 |
|
Roberto Rosario
|
d26402974a
|
Allow registering permission from the permission namespace. Replace all permission variables to be lowercase (style guide reserver uppercase variables for constants and literals).
|
2015-06-28 00:19:49 -04:00 |
|
Roberto Rosario
|
b4efd4574e
|
Refactor register_model_columns into SourceColumn class
|
2015-06-23 04:12:13 -04:00 |
|
Roberto Rosario
|
e4623fadcd
|
PEP8 cleanups
|
2015-06-23 02:23:23 -04:00 |
|
Roberto Rosario
|
78198f3398
|
Smart settings refactor
|
2015-06-22 21:04:06 -04:00 |
|
Roberto Rosario
|
50e547dc98
|
Allow app to auto add their urlpatterns via MayanAppConfig AppConfig subclass
|
2015-06-19 20:42:34 -04:00 |
|
Roberto Rosario
|
5d30356b76
|
Exclude description field from the document upload form to save space
|
2015-06-19 19:37:36 -04:00 |
|
Roberto Rosario
|
51e4b8b44c
|
Add migration to change the way ordering was defined
|
2015-06-16 15:32:14 -04:00 |
|
Roberto Rosario
|
c5ca22f6d2
|
Use tuples instead of lists to define model ordering
|
2015-06-16 02:12:31 -04:00 |
|
Roberto Rosario
|
7dc8cee43f
|
Normalize how all urls are defined
|
2015-06-16 02:07:37 -04:00 |
|
Roberto Rosario
|
07bc5996f5
|
Use the post initial setup signal to setup a default document type and a default document source
|
2015-06-16 01:59:16 -04:00 |
|
Roberto Rosario
|
a79dc22bd1
|
Update staging folders to use the new converter class
|
2015-06-09 20:24:09 -04:00 |
|
Roberto Rosario
|
0d6438d01a
|
Remove internal api usage
|
2015-06-09 20:23:21 -04:00 |
|
Roberto Rosario
|
dea882d023
|
Add error logging to document source models
|
2015-06-09 20:22:58 -04:00 |
|
Roberto Rosario
|
719476a8e4
|
Add transformation copy support and update sources models to use it
|
2015-06-08 22:29:51 -04:00 |
|