Commit Graph

4368 Commits

Author SHA1 Message Date
Roberto Rosario
15d3bf8072 Remove the 'Are you sure you which to' part of the delete confirmation as was done with the rest of the message. 2015-08-24 01:40:37 -04:00
Roberto Rosario
d007214d39 Update language translations. 2015-08-24 01:40:22 -04:00
Roberto Rosario
0b2235d501 Change document type filename references to the more apt document type quick labels. Thanks go to berny for this one. 2015-08-24 01:03:10 -04:00
Roberto Rosario
6e4e5e8c07 Simplify texts refering to role members. Change it to role groups. 2015-08-24 00:34:26 -04:00
Roberto Rosario
2c93c5d8c2 Update translation source files. 2015-08-24 00:34:08 -04:00
Roberto Rosario
d0f0bdb34f Update documentation. Add new translations chapter. 2015-08-24 00:33:46 -04:00
Roberto Rosario
59696ba68d Add missing exception variable. 2015-08-23 23:10:25 -04:00
Roberto Rosario
8d47e60b11 Move CSS into its own file outside of base.html. 2015-08-23 23:00:19 -04:00
Roberto Rosario
877aef669c Move javascript to its own file outside of base.html. 2015-08-23 22:53:36 -04:00
Roberto Rosario
d1bb06f350 Add logging to mark instances where getting the page count of a file may fails because it is not an office format file. 2015-08-23 22:47:33 -04:00
Roberto Rosario
1d7f447dad Raise validation error without specifying the field as this code can be called for a collection of instances. 2015-08-23 22:44:47 -04:00
Roberto Rosario
f7b0fc6c02 Fix typo in method name. 2015-08-23 22:42:32 -04:00
Roberto Rosario
47eba63f48 Add audit logging to document comment model. 2015-08-23 22:37:35 -04:00
Roberto Rosario
2f94ebb9bc Add event logging document comment app. 2015-08-23 22:34:39 -04:00
Roberto Rosario
95cb49bfcb Add mixin to pass extra argument during object deletion. Used for logging the user performing an action. 2015-08-23 22:33:22 -04:00
Roberto Rosario
307941ef64 Add support for the new_window link tag that open selected links into new browser window/tab. 2015-08-23 22:07:48 -04:00
Roberto Rosario
ec47bdd7c6 Rename key receive link text back to Import. 2015-08-23 21:55:46 -04:00
Roberto Rosario
892995992a Make sure this view's form always issues a POST not a GET request. 2015-08-23 21:55:23 -04:00
Roberto Rosario
9b51dea22b Fix missing object buttons for keys. 2015-08-23 21:52:31 -04:00
Roberto Rosario
1aadede546 Convert document comment deletion view to CBV. Remove unused document comment form. 2015-08-23 21:48:53 -04:00
Roberto Rosario
a9517b9645 Remove blind autocapitalization. 2015-08-23 21:38:48 -04:00
Roberto Rosario
dd301d8e98 Convert the document create view to a CBV. 2015-08-23 21:37:37 -04:00
Roberto Rosario
8cd14a2ae1 Add mixin to add extra instance data to the CBV create and edit views. 2015-08-23 21:37:17 -04:00
Roberto Rosario
23f479c481 Fix page recalculation text. 2015-08-23 21:05:20 -04:00
Roberto Rosario
fa3633fbe8 Remove empty language files locales: sq, zh_TW, hr_HR, de_CH, lv, nb, tr_TR. 2015-08-20 19:40:05 -04:00
Roberto Rosario
3d1279bcf7 Fix casing. 2015-08-20 19:35:49 -04:00
Roberto Rosario
a7d8b2e52f Update language processing script. 2015-08-20 19:35:37 -04:00
Roberto Rosario
c030b91528 Update translation files. 2015-08-20 19:35:24 -04:00
Roberto Rosario
f2ccfa16d5 Update source language files. Make lock manager and storage translatable. 2015-08-20 15:35:06 -04:00
Roberto Rosario
ef970016db Add metadata app to the test list. 2015-08-20 14:42:27 -04:00
Roberto Rosario
93553e84c2 Text string tweaks as per translation discussions. Thanks to Berny. 2015-08-20 14:41:00 -04:00
Roberto Rosario
75764fd482 Merge branch 'feature/transifex' into development 2015-08-20 04:39:31 -04:00
Roberto Rosario
9599a3f8ab Split metadata validators in validators and parsers. Move document and upload wizard metadata validation logic to model. Add metadata tests. 2015-08-20 04:37:49 -04:00
Roberto Rosario
cc2927c4cd Remove remaining usage of lists for extra_column. 2015-08-20 00:44:24 -04:00
Roberto Rosario
a39470b622 Remove repeated column. 2015-08-20 00:44:04 -04:00
Roberto Rosario
e4fead68b9 Remove included filesize formatter and use Django's instead. 2015-08-20 00:36:58 -04:00
Roberto Rosario
d9cc8520b1 Render remaining date usage properly. 2015-08-20 00:27:48 -04:00
Roberto Rosario
0d3c2defe2 Improve date rendering. 2015-08-20 00:08:28 -04:00
Roberto Rosario
68f3c6eee7 PEP8 cleanups. 2015-08-19 14:50:44 -04:00
Roberto Rosario
683e54fea1 Replace unused lists with tuples. 2015-08-19 13:57:38 -04:00
Roberto Rosario
50ba007dd6 Remove localtime tag. 2015-08-19 03:24:04 -04:00
Roberto Rosario
1b88f3b641 Update development tools requirement versions. 2015-08-19 03:09:55 -04:00
Roberto Rosario
b64a35d08c Version transifex resources by appending the version number. 2015-08-19 03:09:11 -04:00
Roberto Rosario
610b06bb4d Add test for office document. 2015-08-19 02:14:40 -04:00
Roberto Rosario
401b9a81dc Remove variables: section for compatibility with older test runners. 2015-08-19 02:03:50 -04:00
Roberto Rosario
a2f884179b Initial configuration file for gitlab-ci. 2015-08-19 01:57:43 -04:00
Roberto Rosario
03b8a6cfc2 Initial configuration files for magnum-ci. 2015-08-19 01:57:20 -04:00
Roberto Rosario
83974d5656 Move travis-ci related settings files into their own module. 2015-08-19 01:30:07 -04:00
Roberto Rosario
e084445aa4 Read pagination size per instance not per class. 2015-08-18 23:06:50 -04:00
Roberto Rosario
4fb86fba14 Re-estructure tests to cleanup the apps' namespace. 2015-08-18 23:06:26 -04:00