Commit Graph

1440 Commits

Author SHA1 Message Date
Roberto Rosario
2dfad128e2 Language source and translations updates 2012-02-02 14:56:15 -04:00
Roberto Rosario
67f3377916 Add feedback app 2012-02-02 12:48:56 -04:00
Roberto Rosario
57846a758a Show index child node count 2012-02-02 11:20:08 -04:00
Roberto Rosario
a9d02e08bc Update top menu icon 2012-02-02 11:07:28 -04:00
Roberto Rosario
c02dcce043 Merge branch 'feature/indexing_refactor' into development 2012-02-02 10:45:11 -04:00
Roberto Rosario
6b8dcb7240 Update the index mirroring rebuild tool 2012-02-02 10:28:25 -04:00
Roberto Rosario
cc78b7d25a Update filesystem mirroring functions 2012-02-02 10:27:46 -04:00
Roberto Rosario
02a762cf73 Remove obsolete indexing config settings and add new FILESYSTEM_SERVING 2012-02-02 10:26:58 -04:00
Roberto Rosario
063d2fca40 Smarted exception catching 2012-02-02 10:26:39 -04:00
Roberto Rosario
7331a87c89 Rename MetadataObject class to MetadataClass 2012-02-02 09:42:37 -04:00
Roberto Rosario
cc3632dcfe Remove remarked code 2012-02-02 09:37:31 -04:00
Roberto Rosario
ac7a3806ec Use proper try/exception format 2012-02-02 09:37:13 -04:00
Roberto Rosario
2c6339b56a Small updates and fixes 2012-02-02 09:33:28 -04:00
Roberto Rosario
1eabbf90cd Move exception to a single module 2012-02-02 09:23:20 -04:00
Roberto Rosario
2ac6250149 Fix imports 2012-02-02 09:23:07 -04:00
Roberto Rosario
1d3c5241ec Move all widgets code to a single module 2012-02-02 09:22:40 -04:00
Roberto Rosario
95be7cb417 Merge os_specify and filesystem module 2012-02-02 09:17:01 -04:00
Roberto Rosario
2c53c5a2ff Automatically create root template node on index save, add help texts 2012-02-02 09:13:23 -04:00
Roberto Rosario
06cde627d2 Simplify node link generator 2012-02-02 09:12:58 -04:00
Roberto Rosario
c6fa070222 Add ACL checks to document_index_list 2012-02-02 09:12:20 -04:00
Roberto Rosario
790dad2df4 Enforce enabled boolean field, silence errors 2012-02-02 09:00:41 -04:00
Roberto Rosario
f4ed105c99 Bump version to 0.12 beta 2012-02-02 05:35:06 -04:00
Roberto Rosario
c79d1d0c34 Revert "Merge branch 'hotfix/v0.11.2' into development"
This reverts commit f8e2341f4f, reversing
changes made to 1c8fd9e212.
2012-02-02 05:28:13 -04:00
Roberto Rosario
f8e2341f4f Merge branch 'hotfix/v0.11.2' into development
Conflicts:
	apps/documents/statistics.py
	docs/changelog.rst
2012-02-02 05:23:17 -04:00
Roberto Rosario
f9be37768e Bump version to 0.11.2 2012-02-02 05:21:20 -04:00
Roberto Rosario
59f6f7f8cc Document indexing refactoring update 2012-02-02 05:01:42 -04:00
Roberto Rosario
bbf03e3caa Merge branch 'development' into feature/indexing_refactor
Conflicts:
	docs/releases/0.12.rst
2012-02-02 02:59:31 -04:00
Roberto Rosario
7b7153f7f6 Apply same invalid holder check to object ACL holder list manager method 2012-02-02 01:05:15 -04:00
Roberto Rosario
a3ccc9c005 Don't assign an ACL to a non existant holder 2012-02-02 01:02:40 -04:00
Roberto Rosario
4ed7c714e0 Don't return non existant class default holders 2012-02-02 01:02:17 -04:00
Roberto Rosario
1ccdbb7973 Add extra logging 2012-02-02 01:01:25 -04:00
Roberto Rosario
4e3a16da82 Return a QuerySet of documents instead 2012-02-02 00:38:58 -04:00
Roberto Rosario
556c0824fb Return a QuerySet instead of a list of documents 2012-02-02 00:16:34 -04:00
Roberto Rosario
78b73b81e3 Increase folder title field size to 128 characters 2012-02-02 00:10:16 -04:00
Roberto Rosario
a91d7882f8 Don't display object type on the metadata set member add remove view 2012-02-02 00:05:20 -04:00
Roberto Rosario
9cb23ffc15 Add new indexing static media 2012-02-01 01:27:04 -04:00
Roberto Rosario
65b20313d7 Add index creation and edit form 2012-02-01 01:26:50 -04:00
Roberto Rosario
8e54649b2a Add indexing migrations and new models 2012-02-01 01:26:33 -04:00
Roberto Rosario
36a077fb7e Add index setup views and related permissions, urls and links 2012-02-01 01:25:22 -04:00
Roberto Rosario
640ff7146c Initial update to support multiple indexes 2012-01-31 22:48:00 -04:00
Roberto Rosario
58bea814f1 Remove deprecated OCR task view 2012-01-27 16:33:29 -04:00
Roberto Rosario
9d52ce6683 Add object_list/queryset ACL inheritance 2012-01-27 15:54:05 -04:00
Roberto Rosario
9057d3c481 Add actor membership access checking 2012-01-27 11:11:05 -04:00
Roberto Rosario
ff88e1a422 Add command line function to import a list users from a CSV file 2012-01-27 00:41:15 -04:00
Roberto Rosario
1fe9902144 Set new users' password as unusable until one is set, add column to user list showing if password is usable 2012-01-27 00:40:30 -04:00
Roberto Rosario
5de9b46048 Redirect to user password reset view after a new user is created 2012-01-26 23:17:29 -04:00
Roberto Rosario
485573c5d6 Validate email in user details edit to avoid email clashes 2012-01-26 23:11:11 -04:00
Roberto Rosario
8ebd5b8062 Make email field full width in email login form 2012-01-26 23:10:28 -04:00
Roberto Rosario
30351225f6 Allow current to edit more details of himself, saner redirection after password change 2012-01-26 22:42:36 -04:00
Roberto Rosario
d79e86ae30 Only allow compressed files for bulk upload command 2012-01-26 11:37:44 -04:00