Commit Graph

2315 Commits

Author SHA1 Message Date
Mathias Behrle
697e749c64 Adding more mimetypes. 2014-05-17 13:19:31 +02:00
Mathias Behrle
4b937eff5f Adding some more MIME types for ODF.
According to http://plan-b-for-openoffice.org/glossary/term/mime-type
2014-03-05 20:46:53 +01:00
Mathias Behrle
188033c0f7 Changing length of field mimetype to 255 chars.
According to
http://www.iana.org/assignments/media-types/media-types.xhtml
the length of mimetypes currently can be up to 85 chars, so with 255 we
will be safe.
2014-03-04 19:10:50 +01:00
Mathias Behrle
862eba0ca5 Setting the installed version of python-magic to current HEAD.
- Solves magic.MagicException: no magic files loaded
- https://github.com/ahupp/python-magic/issues/44
2014-03-04 17:06:43 +01:00
Mathias Behrle
e4aa0bb17f Updating transifex server URL. 2014-03-04 17:06:22 +01:00
Mathias Behrle
470347b69f Removing unnecessary parameter from append statement.
This unused parameter caused page crashes when viewing Smart-Links.
2014-02-10 17:52:55 +01:00
Roberto Rosario
e2731ff426 Merge pull request #70 from ruipires/master
Update fabile/webservers/apache.py to use mayan.conf as site name. Using...
2014-02-08 11:49:22 -05:00
Rui Pires
1fbfbf4e43 Update fabile/webservers/apache.py to use mayan.conf as site name. Using just 'mayan' was making this fail in ubuntu server 13.10 2014-02-08 13:12:40 -01:00
Roberto Rosario
444c7e6ea5 Merge pull request #57 from bitdeli-chef/master
Add a Bitdeli Badge to README
2013-09-17 14:56:52 -07:00
Bitdeli Chef
1341372e6f Add a Bitdeli badge to README 2013-09-17 21:55:56 +00:00
Roberto Rosario
d91fed40ca Backport fix for default value failure in metadata types with lookup values 2013-02-28 03:29:25 -04:00
Roberto Rosario
0d4c195b09 Manually apply fix for issue #45 to master branch too 2013-02-28 01:51:15 -04:00
Roberto Rosario
9f55fa0933 Merge branch 'master' into feature/arabic_vietnam_trans 2013-01-26 22:37:22 -04:00
Roberto Rosario
bc6e2ddf6c Arabic and Vietnamese translations update 2013-01-26 22:36:30 -04:00
Roberto Rosario
75f4fe4f46 Merge remote-tracking branch 'origin/master' 2013-01-26 00:26:04 -04:00
Roberto Rosario
ceea0ed628 VirtualEnv properties to the installation details report 2013-01-25 22:45:30 -04:00
Roberto Rosario
4b8dc31d23 Create the views one for the installation properties namespaces and another for the details of each namespace 2013-01-25 22:01:30 -04:00
Roberto Rosario
75a6a211a8 Split installation properties into namespaces 2013-01-25 22:00:50 -04:00
Roberto Rosario
55f65109b5 Move LICENSE file to the top level directory 2013-01-25 20:54:35 -04:00
Roberto Rosario
cb1b14f543 Language translations sync 2013-01-25 20:28:44 -04:00
Roberto Rosario
d58c4faa80 Add Arabic and Vietnamese to the list of supported languages 2013-01-25 20:27:51 -04:00
Roberto Rosario
26d6f5b798 Update compressed fabfile 2013-01-25 03:05:52 -04:00
Roberto Rosario
07b82a4760 Reduce field and therefore index size to avoid MySQL regression errors
MySQL/ORACLE is being a jerk again and breaking backwards compatilibity (https://github.com/feincms/feincms/issues/261,
https://github.com/toastdriven/django-tastypie/pull/719)
2013-01-25 02:22:45 -04:00
Roberto Rosario
5b1e7cca3b Upgrade distribute package to the latest version before installing any requirement 2013-01-24 01:34:06 -04:00
Roberto Rosario
85112090b9 Use reverse_lazy to use view names instead of hard coded URLs for the LOGIN_REDIRECT and LOGIN_URL settings 2013-01-24 01:32:29 -04:00
Roberto Rosario
216bce1462 Quick and dirty fix for issue #43 2013-01-17 23:48:55 -04:00
Roberto Rosario
b6b4ea5bb7 Ignore virtualenv installations done alongside the code 2013-01-15 00:35:53 -04:00
Roberto Rosario
f51c1ee70b Add Ed Schipul and Lars Kruse to the contributors file 2013-01-15 00:32:41 -04:00
Roberto Rosario
efe82cde1e Ignore StoredPermissions residing in the database that have no counterpart in the volatile permission set 2013-01-15 00:27:14 -04:00
Roberto Rosario
5a26acb6b2 Merge pull request #42 from sumpfralle/master
replaced dict comprehension (requires Python 2.7) with a simple loop
2013-01-07 21:03:00 -08:00
Lars Kruse
e6f7a1a651 fixed typo in introduction 2013-01-08 04:03:50 +01:00
Lars Kruse
f544ddcefd removed python2.7-specific dict comprehension (see PEP 274) 2013-01-08 03:47:23 +01:00
Roberto Rosario
276119a06a Add remote urls to the installation report 2013-01-05 23:10:10 -04:00
Roberto Rosario
87879c7336 Get the document.Document SearchModel instance in a more elegant way 2013-01-04 07:49:33 -04:00
Roberto Rosario
7d86656bff Update the RecentSearch model to work with the new SearchModel class 2013-01-04 07:49:25 -04:00
Roberto Rosario
25e17fb2b0 Improve a bit the way recent searches are saved 2013-01-04 07:49:16 -04:00
Roberto Rosario
2f09c60d43 Store instances of SearchModel by their full_name in the class registry 2013-01-04 07:49:07 -04:00
Roberto Rosario
f7f6dfc441 Refactor advanced searching 2013-01-04 07:48:58 -04:00
Roberto Rosario
e8fc6c96e0 Simplify code and variable names 2013-01-04 07:48:35 -04:00
Roberto Rosario
d74efbd891 Update documents app to use the new SearchModel class 2013-01-04 07:48:26 -04:00
Roberto Rosario
6317dfd4db Initial refactor of the search app to better support related fields lookups, trying to fix issue #20 in the application side 2013-01-04 07:48:14 -04:00
Roberto Rosario
cd21f49b64 Revert "Remove duplicate processing of sidebar links"
Turn out this is required to show the links to add new holder for acls

This reverts commit abf2bb85ea.
2012-12-27 02:03:24 -04:00
Roberto Rosario
9a31612b5d Fix requirements definition 2012-12-20 17:00:40 -04:00
Roberto Rosario
b515b92a6c Merge remote-tracking branch 'nars/master' 2012-12-17 16:08:54 -04:00
Roberto Rosario
00cea65e64 Update required Pillow version to 1.7.8 2012-12-17 16:07:07 -04:00
Roberto Rosario
af681f677f Since this is a multi document action remove required permission 2012-12-17 16:03:55 -04:00
nars
0240c9a39b Update requirements/production.txt 2012-12-14 17:20:25 +02:00
Roberto Rosario
8d75353bdf Merge branch 'hotfix/v0.12.3' 2012-12-12 03:45:38 -04:00
Roberto Rosario
0c23961927 Update contributors file 2012-12-12 03:45:00 -04:00
Iliya Georgiev
905ad00d09 Add example of Default ACLs in permissions documentation 2012-12-12 03:28:04 -04:00