Commit Graph

155 Commits

Author SHA1 Message Date
Roberto Rosario
ba550c7f03 Remove direct index updating and delete from metadata and source apps and move it to document indexing app via signals 2012-07-26 06:14:42 -04:00
Roberto Rosario
abcaeb08a4 Add Frech Bulgarian and Dutch to the list of available languages 2012-07-23 21:10:50 -04:00
Roberto Rosario
b8aa5fa974 Initial import of the database bootstrap app 2012-07-19 02:39:54 -04:00
Roberto Rosario
94178eb68d Split Portuguese language translation into European Portuguese and Brazilian Portuguese 2012-07-05 09:44:56 -04:00
Roberto Rosario
39bea8d389 Add German language to the list of supported languages 2012-06-17 19:12:49 -04:00
Roberto Rosario
208071b7eb Remove the feedback app 2012-06-17 18:04:51 -04:00
Roberto Rosario
4fc33b1bd5 Add installation environment details app 2012-06-17 17:32:54 -04:00
Roberto Rosario
8ff727c50b Initial commit adding document checkout support 2012-06-11 01:25:02 -04:00
Roberto Rosario
4e1c8ff0eb Initial Polish translation by mic (https://www.transifex.net/accounts/profile/mic/) 2012-02-22 16:05:53 -04:00
Roberto Rosario
df1cc7121e Remove remarked lines 2012-02-21 15:47:16 -04:00
Roberto Rosario
d0ba46ecde Remove commented default settings
Too hard to maintain, users should use the documentation instead and them by hand
2012-02-14 14:25:18 -04:00
Roberto Rosario
31813f3412 Add signaler app to intercept management commands and emit signals 2012-02-12 02:06:06 -04:00
Roberto Rosario
67f3377916 Add feedback app 2012-02-02 12:48:56 -04:00
Roberto Rosario
376a31db96 Reorder installed apps so that the web theme pagination template is found 2012-01-25 10:33:01 -04:00
Roberto Rosario
7eff8b77fc Show simple error messages when debug is True and debugging tools are not found 2012-01-25 02:55:58 -04:00
Roberto Rosario
a63b6e2039 Reorganized app loading order 2012-01-24 01:50:47 -04:00
Roberto Rosario
d9aa63f8ca Remove Sentry and celery from Mayan EDMS 2012-01-23 20:00:39 -04:00
Roberto Rosario
ad5dfdd148 Removed remarked lines 2012-01-08 04:55:13 -04:00
Roberto Rosario
600ba153af Merge branch 'feature/document_signature_app' into feature/ACL_support_w_permission_refactor
Conflicts:
	apps/django_gpg/__init__.py
	apps/django_gpg/views.py
	apps/tags/__init__.py
2012-01-01 20:50:28 -04:00
Roberto Rosario
c0fbec0f8e Add and enable new document singatures app 2011-12-25 16:08:28 -04:00
Roberto Rosario
8c7d06aa10 Merge branch 'development' into feature/ACL_support 2011-12-07 16:09:45 -04:00
Roberto Rosario
9daa442e71 Add Italian to the language selection list 2011-12-07 15:52:18 -04:00
Roberto Rosario
7d604322ac Merge branch 'master' into development
Conflicts:
	apps/main/__init__.py
2011-12-05 22:47:58 -04:00
Roberto Rosario
0439e0edf7 Merge branch 'development' into feature/ACL_support
Conflicts:
	requirements/development.txt
	requirements/production.txt
	urls.py
2011-12-05 16:01:21 -04:00
Roberto Rosario
acf61bbb27 Disable django-compress 2011-12-05 15:27:31 -04:00
Roberto Rosario
071139c5bf Add document signature verification app 2011-12-04 05:52:09 -04:00
Roberto Rosario
188c7f1efd Added South to the requirements 2011-11-30 08:52:00 -04:00
Roberto Rosario
f7303c7eb8 Removed Grappelli dependency 2011-11-22 09:48:24 -04:00
Roberto Rosario
4e8f2c370b Initial REST API version 0 alpha 2011-11-22 00:56:56 -04:00
Roberto Rosario
fbad8375b3 Finished converting grouping app to the linking app 2011-11-19 02:01:55 -04:00
Roberto Rosario
51b2a989ff Added Russian to the list of available translations 2011-11-03 16:55:53 -04:00
Roberto Rosario
ffc3b2c1b2 Changed app order in settings.py file 2011-10-29 02:28:22 -04:00
Roberto Rosario
0cb468ca9b Added and enabled the acls and document_acls apps 2011-10-24 12:59:45 -04:00
Roberto Rosario
6c7bc820a6 Added django_compress and cssmin to the requirements files and enalbed django_compress for CSS and JS files 2011-10-18 11:03:51 -04:00
Roberto Rosario
b3973c9dfa Added initial Portuguese translation, updated settings.py and translation related files 2011-10-05 17:53:56 -04:00
Roberto Rosario
b6d2e95a91 Initial commit of the lock manager 2011-08-23 14:51:57 -04:00
Roberto Rosario
18899f78f2 Improved tools menu using horizontal button widget just like the project_setup app 2011-08-18 11:24:25 -04:00
Roberto Rosario
36c199f8a9 Added new app 'project_setup' to display a setup dashboard style view instead of a secondary action list 2011-08-18 02:37:32 -04:00
Roberto Rosario
094a4125dc Updated some apps to use the new top menu sorting method 2011-08-14 23:30:41 -04:00
Roberto Rosario
b3b545d932 Updated the project name to 'Mayan EDMS' 2011-08-11 04:35:51 -04:00
Roberto Rosario
9703897a9d Updated the static media url in the login excempt url list 2011-08-10 03:22:03 -04:00
Roberto Rosario
7e82df494e Updated .gitignore to ignore static folder, updated examples apache contrib file
disabled settings.py last remaining media handling bits from settings.py
2011-08-06 18:06:07 -04:00
Roberto Rosario
c03a093cf9 Implemented Django 1.3 staticfile handling app, removed grapelli from
the included 3rd party apps folder, updated to a recent version of rosetta
2011-08-06 18:00:01 -04:00
Roberto Rosario
1bcbfcea04 Moved history app order of loading in INSTALLED_APP 2011-08-06 04:32:27 -04:00
Roberto Rosario
acd6348dd7 Changed 'django.core.context_processors.auth' to 'django.contrib.auth.context_processors.auth'
as per Django 1.3 DeprecationWarning
2011-08-05 23:23:15 -04:00
Roberto Rosario
d8a9193d65 Changed apps loading order to fix source app dependency error 2011-08-05 09:46:54 -04:00
Roberto Rosario
842d0c8868 Added job_processors app to abstract background job processing 2011-07-23 16:54:45 -04:00
Roberto Rosario
8462341533 Added new scheduler app to abstract job scheduling 2011-07-23 16:05:31 -04:00
Roberto Rosario
f589da84fd Added new mimetype app to handle mimetype guessing and provide mimetype related icons when a preview is not available 2011-07-22 03:42:16 -04:00
Roberto Rosario
7417fca835 First commit of new multiple document source app 2011-07-05 19:34:05 -04:00