Commit Graph

32 Commits

Author SHA1 Message Date
Roberto Rosario
c9d1b225fd Improved the return_type function 2011-10-29 02:24:35 -04:00
Roberto Rosario
0a2591d58f Removed unused import, PEP8 cleanups 2011-08-12 02:13:23 -04:00
Roberto Rosario
1b7183be85 Added encapsulate factory function to get around Django bug #15791 2011-08-05 09:30:26 -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
90e876ca93 Code cleanup 2011-07-21 11:46:15 -04:00
Roberto Rosario
b4f5acc09a Validate COMMON_TEMPORARY_DIRECTORY and fallback to use mkdtemp on failure 2011-07-21 03:41:57 -04:00
Roberto Rosario
8a017e2af0 Added PDF file support to the python converter backend via ghostscript 2011-07-19 20:55:08 -04:00
Roberto Rosario
f0f0f4fc2e Updated all apps and widgets with explicit safely marked strings 2011-07-01 20:53:37 -04:00
Roberto Rosario
9ce75e4671 Added edit source object attribute difference detection and logging to history app 2011-05-28 23:52:54 -04:00
Roberto Rosario
73f39494aa Initial commit for document diff support in history 2011-05-28 22:30:32 -04:00
Roberto Rosario
4a4afbf06a Cleaned up files, removed ununsed imports 2011-05-20 00:54:11 -04:00
Roberto Rosario
1b511574d9 Added two state simple template and updated user list view to use it 2011-05-08 15:54:48 -04:00
Roberto Rosario
7cc768305f Added view to add or remove users from group, merged common code and moved it to common.utils 2011-05-08 04:15:29 -04:00
Roberto Rosario
07e9b12e78 flake8 cleanups, ununsed imports and variables cleanup, changed register_diagnostics to use reverse_lazy instead of reverse 2011-05-06 10:39:54 -04:00
Roberto Rosario
c44a1f947c Added document printing support 2011-05-06 00:46:33 -04:00
Roberto Rosario
6960bff9ef Removed unneeded global variables 2011-05-03 20:15:21 -04:00
Roberto Rosario
d58d70623d Moved return_type function to common.utils 2011-05-03 20:14:40 -04:00
Roberto Rosario
4f62e6c9b6 Removed unsafe default values and added unicode updates 2011-05-03 20:13:10 -04:00
Roberto Rosario
2a744cefea PEP8, pylint cleanups and removal of relative imports 2011-04-23 02:49:07 -04:00
Roberto Rosario
bff724176f Catch ZeroDivisionError exceptin in pretty_size function 2011-04-13 11:47:27 -04:00
Roberto Rosario
1b6806f7d1 PEP8 cleanups 2011-04-08 01:31:39 -04:00
Roberto Rosario
f66c8ec6e2 Fixed error and some warning returned by pylint 2011-04-05 00:04:11 -04:00
Roberto Rosario
664ece7a60 Added a new setup option: FILESYSTEM_INDEXING_AVAILABLE_FUNCTIONS - a dictionary to allow users to add custom functions 2011-04-04 14:58:36 -04:00
Roberto Rosario
31d1641fa4 Added simple statistics page (total used storage, total docs, etc) 2011-03-20 04:35:21 -04:00
Roberto Rosario
6a9e114acb Set all *.py files permissions to 644 2011-03-07 12:15:25 -04:00
Roberto Rosario
d0bea8ffeb Initial version of the GridFS storage driver 2011-03-04 01:08:20 -04:00
Roberto Rosario
50ae43537c Cleanups 2011-02-10 16:31:10 -04:00
Roberto Rosario
d6afcc64bb Changed file permissions 2011-02-09 13:55:01 -04:00
Roberto Rosario
d3d9ac38a1 Check for functions before dictionaries, some lambda functions were being interpreted as dict() 2011-02-09 12:29:26 -04:00
Roberto Rosario
0c5b03b715 Moved pretty_size function to common.utils 2011-02-08 19:47:42 -04:00
Roberto Rosario
fbd5f0f213 Have everybody call the same return_attrib function 2011-02-07 01:17:01 -04:00
Roberto Rosario
986dc5d805 Document upload and metadata input working 2011-02-03 17:17:04 -04:00