This website requires JavaScript.
65ecb28c76
Add functional document views test
Roberto Rosario
2014-08-26 22:52:32 -04:00
d7aef36442
Add url namespacing to the checkouts, linking, metadata, sources and tags apps
Roberto Rosario
2014-08-26 04:06:09 -04:00
c4de4b3f30
Add url namespaces for the documents and folders apps
Roberto Rosario
2014-08-26 03:44:07 -04:00
a324ec78d6
Remove signaler app
Roberto Rosario
2014-08-26 03:25:04 -04:00
b42e9badf6
Move common templates to apps/main/templates/main/*
Roberto Rosario
2014-08-26 02:44:49 -04:00
7376263ffa
Get rid of the web_theme app
Roberto Rosario
2014-08-26 02:21:12 -04:00
d4bda2b313
Merge branch 'mbehrle-fix/v1.0.0' into development
Roberto Rosario
2014-08-26 01:37:39 -04:00
9f342909c5
Merge branch 'fix/v1.0.0' of https://github.com/mbehrle/mayan-edms into mbehrle-fix/v1.0.0
Roberto Rosario
2014-08-26 01:37:14 -04:00
adf4291ea4
Dismiss successful messages after 2.5 seconds
Roberto Rosario
2014-08-26 01:21:37 -04:00
bb2885f52e
Fix issue #25
Roberto Rosario
2014-08-26 00:27:09 -04:00
77fdefcdf5
Merge remote-tracking branch 'origin/master'
Roberto Rosario
2014-08-18 01:32:04 -04:00
3caa970ea4
Script to workaround but 99 https://bitbucket.org/pypa/wheel/issue/99/cannot-exclude-directory
Roberto Rosario
2014-08-18 01:31:35 -04:00
397b083381
Add contrib files
Roberto Rosario
2014-08-18 01:29:50 -04:00
e80209117a
Add production settings file and point wsgi by default to it
Roberto Rosario
2014-08-18 01:29:23 -04:00
10a456c847
Remove mayan/settings/local.py and ignore it from git, this is a local install file
Roberto Rosario
2014-08-18 01:28:28 -04:00
8ea069e955
Merge pull request #29 from NacreData/master
Roberto Rosario
2014-08-14 12:33:27 -04:00
d0e4e9d3aa
minor grammer and typo edits
Devin Ceartas
2014-08-14 16:31:27 +00:00
2187fdfc45
minor grammer edits
Devin Ceartas
2014-08-14 16:26:43 +00:00
2723ea21ce
minor grammer edits
Devin Ceartas
2014-08-14 16:17:04 +00:00
c3e449c740
Merge pull request #28 from NacreData/master
Roberto Rosario
2014-08-12 18:28:59 -04:00
f1f085f630
Adjust .gitignore for new path to /static/, as per commit 47899e29c3
Devin M. Ceartas
2014-08-12 22:17:32 +00:00
5ebb550eee
Include fonts used by the default theme
Roberto Rosario
2014-08-05 02:50:29 -04:00
47899e29c3
Store every user modifiable data in the /media dir include collected static files
Roberto Rosario
2014-08-05 02:30:23 -04:00
2825bfc97b
Merge remote-tracking branch 'origin/master'
Roberto Rosario
2014-07-31 21:39:04 -04:00
718d0f8d59
Include the localization files (.po, .mo) when creating the package
Roberto Rosario
2014-07-31 20:28:06 -04:00
01a0d69a5f
Generate new source language files
Roberto Rosario
2014-07-31 20:27:52 -04:00
db7178103f
Merge pull request #26 from miek770/patch-1
Roberto Rosario
2014-07-30 18:57:52 -04:00
8268804499
Update bulk_upload.py
Michel
2014-07-30 18:38:29 -04:00
deaf13d2a3
Remove unused imports
Roberto Rosario
2014-07-28 03:25:31 -04:00
b3082b5743
Use Django's method to generate the SECRET_KEY setting
Roberto Rosario
2014-07-28 03:23:51 -04:00
4172246358
Add username and email login tests
Roberto Rosario
2014-07-28 03:18:45 -04:00
dad8f0fa9d
Move CSS markup from form to the template
Roberto Rosario
2014-07-28 03:18:28 -04:00
0d3ce55f39
Don't inherit from Django's default AuthenticationForm It is for username/password only
Roberto Rosario
2014-07-28 03:17:26 -04:00
a3bd6d3f64
Update authentication backend as per Django 1.6 updates
Roberto Rosario
2014-07-28 03:16:52 -04:00
b21433dcb2
Show the email of the auto generated admin
Roberto Rosario
2014-07-28 03:16:17 -04:00
b98dbd83da
Synchronize language translations
Roberto Rosario
2014-07-28 01:22:21 -04:00
6c08d0396d
Merge remote-tracking branch 'origin/master'
Roberto Rosario
2014-07-25 21:32:55 -04:00
d95a2931d2
Quick fix for issue #24
Roberto Rosario
2014-07-25 21:31:34 -04:00
2c33e2e029
Old remaked and unused code removal
Roberto Rosario
2014-07-25 21:27:30 -04:00
39e596ba3d
Don't include anythin in mayan/media
Roberto Rosario
2014-07-24 13:44:08 -04:00
1f98731b78
Don't waste time scanning the 'mayan/media' directory Is not relevant for packaging and can cause slow execution if ran from an existing installation
Roberto Rosario
2014-07-24 13:37:18 -04:00
486f59fbfb
Update version in instructions
Roberto Rosario
2014-07-24 13:26:25 -04:00
41f34f9c0b
Bump version to 1.0 rc3
Roberto Rosario
2014-07-24 13:25:43 -04:00
502ec89d58
Add functional document API test
Roberto Rosario
2014-07-24 12:33:52 -04:00
d2ae771d6a
Make sure the reponse has a Content-Type Before trying to make sure it is an HTML response or else it can causes errors in DELETE API responses
Roberto Rosario
2014-07-24 12:31:07 -04:00
a712f2e786
Exclude the API urls from forced session based authentication We now have token based authentication support too
Roberto Rosario
2014-07-24 11:38:20 -04:00
3c4ddecf80
Enable token authentication for the API, add API token request view
Roberto Rosario
2014-07-24 01:03:51 -04:00
8807c52ac3
Merge remote-tracking branch 'origin/master'
Roberto Rosario
2014-07-24 00:38:26 -04:00
133eb2d094
Allow new document version to be created without having to specify the document
Roberto Rosario
2014-07-24 00:37:52 -04:00
af445e9f3e
Merge pull request #21 from audax/bugfix/sh-import
Roberto Rosario
2014-07-23 21:41:55 -04:00
2e68dc5670
Added Jens Kadenbach to contributors
Jens Kadenbach
2014-07-23 22:49:49 +00:00
d6d10506e1
Remove magic import from sh module
Jens Kadenbach
2014-07-23 22:47:09 +00:00
83924f3f2e
Update tag app API views to use new per HTTP method permission checking
Roberto Rosario
2014-07-22 03:35:27 -04:00
9d09d3c763
Update documents app API views to use the new per HTTP method permissions checking
Roberto Rosario
2014-07-22 03:33:42 -04:00
56d346a784
Add support for per HTTP method permissions checking
Roberto Rosario
2014-07-22 03:32:30 -04:00
5d0b477e8f
Allow documents with no versions to exist, previously these were considered an anomaly and were unhandled
Roberto Rosario
2014-07-22 02:34:12 -04:00
bd69ed00a5
Add missing db_index=True option, ref: 5e21b91b24
Roberto Rosario
2014-07-22 02:32:39 -04:00
e168898248
Make API writable
Roberto Rosario
2014-07-22 02:32:06 -04:00
5e21b91b24
The timestamp field is used constantly to determine the latest version of a document, index it
Roberto Rosario
2014-07-22 02:17:18 -04:00
793767f19e
Fix models states in lastest migration
Roberto Rosario
2014-07-22 02:12:31 -04:00
7321b12c7d
Update remaining exception syntaxes
Roberto Rosario
2014-07-20 22:44:12 -04:00
e9717d9bdd
Add reminder to add functionality
Roberto Rosario
2014-07-20 17:25:15 -04:00
66fd17a3fb
Remove the translatable text manipulation, add remarks
Roberto Rosario
2014-07-20 16:55:30 -04:00
6b169b4526
Modernize exception handling, and improves Python 3.x compatibility
Roberto Rosario
2014-07-20 16:42:30 -04:00
5d2c2e2bc9
Fix of small typo.
Mathias Behrle
2014-07-20 02:42:53 +02:00
0e77cc835c
Add License badge
Roberto Rosario
2014-07-19 00:47:23 -04:00
f187991e9e
Create the singletons first thing after receiving the post_migrate signal
Roberto Rosario
2014-07-19 00:30:29 -04:00
f719cd7505
Use a simple lazy class to avoid a database read during acls.forms import
Roberto Rosario
2014-07-19 00:20:18 -04:00
a263a4640a
Change the way the autoadmin singleton is cleared up after the admin password change
Roberto Rosario
2014-07-19 00:19:45 -04:00
5c5885573b
Create the AnonymousUserSingle instance after the post_migrate signal
Roberto Rosario
2014-07-19 00:16:39 -04:00
54f5d6cd5a
Create the CreatorSingleton instance after the post_migrate signal
Roberto Rosario
2014-07-19 00:15:11 -04:00
43e95e26bd
Add analytics tracker
Roberto Rosario
2014-07-18 22:54:43 -04:00
4f2a47f767
Update coveragerc
Roberto Rosario
2014-07-18 20:01:54 -04:00
a078fd1dbc
Add initial migration for the ocr app
Roberto Rosario
2014-07-18 20:00:59 -04:00
1db614a346
Don't create stuff on access, registration instance is now only created at post_migrate signal
Roberto Rosario
2014-07-18 19:59:45 -04:00
144db6364c
The post_migrate signal is different than the post_syncdb so adjust accordingly
Roberto Rosario
2014-07-18 19:59:06 -04:00
9b14096982
Add the initialsetup command as a scheduler no run command
Roberto Rosario
2014-07-18 19:57:45 -04:00
1a09c4c987
Make absolutely sure the scheduler doesn't run, remove convoluted code
Roberto Rosario
2014-07-18 19:56:50 -04:00
50c154d1f7
Don't print info use logging instead
Roberto Rosario
2014-07-18 18:47:55 -04:00
7cb7da42d8
Use explicit unicode
Roberto Rosario
2014-07-18 18:47:38 -04:00
2b490a08d4
Remove common app link importing
Roberto Rosario
2014-07-18 18:44:51 -04:00
de07f6f31c
Move common app links to a separate module
Roberto Rosario
2014-07-18 18:44:28 -04:00
7d0a562a76
Move registration app links to a separate module
Roberto Rosario
2014-07-18 18:38:49 -04:00
f074f5431c
Create RegistrationSingleton only after db exists
Roberto Rosario
2014-07-18 18:36:12 -04:00
5f61dac179
Simplify signal handler
Roberto Rosario
2014-07-18 18:35:37 -04:00
206b5c1a56
Try to create the model only after the post_migrate signal
Roberto Rosario
2014-07-18 18:35:10 -04:00
ba71c80b32
Don't use the post_syncdb signal use the post_migrate signal instead
Roberto Rosario
2014-07-18 13:32:07 -04:00
fdf33c2296
Only create the object during the signal handling
Roberto Rosario
2014-07-18 13:31:41 -04:00
9e50182978
Don't write to the DB during __init__.py import
Roberto Rosario
2014-07-18 13:31:11 -04:00
f47a5eb9eb
Switch tests from django.utils.unittest.TestCase to django.test.TestCase
Roberto Rosario
2014-07-18 03:02:27 -04:00
12684eca52
Remove mention of ./manage.py, might confuse new users not familiar with Django
Roberto Rosario
2014-07-17 17:26:27 -04:00
a0e87df997
Bump version
Roberto Rosario
2014-07-17 01:24:20 -04:00
4c95e2665c
Merge remote-tracking branch 'origin/master'
Roberto Rosario
2014-07-17 00:30:17 -04:00
8a22863c96
Add initial .coveragerc file
Roberto Rosario
2014-07-17 00:30:08 -04:00
7120ffe72d
Move intial setup code to a management command called initialsetup, update installation instructions
Roberto Rosario
2014-07-17 00:17:14 -04:00
5cf8360534
Point the wsgi to the same autogenerated settings file
Roberto Rosario
2014-07-16 18:39:01 -04:00
923176217d
Fix LICENSE file path for the license view
Roberto Rosario
2014-07-16 13:53:41 -04:00
53f4619a9c
Check for the correct exception
Roberto Rosario
2014-07-16 13:47:32 -04:00
9d49602dda
Merge pull request #20 from mbehrle/feature/ocr_cleanup
Roberto Rosario
2014-07-15 23:05:22 -04:00
a1868d6dd9
Some minor doc fixes.
Mathias Behrle
2014-07-14 17:40:40 +02:00