Commit Graph
147 Commits
Author SHA1 Message Date
Roberto Rosario 348ec5e694 Added new option MAIN_DISABLE_HOME_VIEW to disable the home main menu tab and save some space 2011-07-02 19:44:23 -04:00
Roberto Rosario 2ac21bd032 Added new option to the web theme app, 'WEB_THEME_VERBOSE_LOGIN' that display a more information on the login screen (version, copyright, logos) 2011-07-02 03:31:32 -04:00
Roberto Rosario d20e93336d Added GPL and Django logos to the about page 2011-07-02 01:23:35 -04:00
Roberto Rosario a8c4a7487d Bumped version to v0.7.6 2011-06-28 12:51:39 -04:00
Roberto Rosario 563f369083 Added support for disabling the jQuery auto focus 2011-06-27 21:16:48 -04:00
Roberto Rosario 6389019cac Fixed search main menu highlighting 2011-06-22 16:51:08 -04:00
Roberto Rosario de28122c66 Spanish translation updates 2011-06-20 13:44:38 -04:00
Roberto Rosario a382fbbf6e Bumped version to 0.7.5 2011-06-20 00:33:58 -04:00
Roberto Rosario d121aae8e7 Added views to created, edit and delete metadata set under the setup menu, added corresponding new permissions for these views 2011-06-19 19:06:22 -04:00
Roberto Rosario e39f162a5e Improved menu highlighting for metadata setup and document metadata view 2011-06-19 00:51:01 -04:00
Roberto Rosario 0490fc64ca Added view to list, create, update and delete metadata type under the setup menu 2011-06-19 00:38:55 -04:00
Roberto Rosario 9250a6bbdc Added view to list supported file formats and reported by the converter backend 2011-06-18 00:51:32 -04:00
Roberto Rosario af59b3a7cd Removed 'change password' link next to the current user's name and added a few view to handle the current user's password, details and editing 2011-06-16 15:14:05 -04:00
Roberto Rosario 820588920b Don't highlight "Documents" menu when working document type, highlight "Setup" instead 2011-06-13 00:34:13 -04:00
Roberto Rosario 4b17894320 Bumped version to 0.7.4 2011-06-13 00:08:39 -04:00
Roberto Rosario 414cfdfb1f Integrated document type view into the setup menu 2011-06-13 00:07:39 -04:00
Roberto Rosario 279aa77cd7 Renamed 'secondary actions' to 'secondary menu' 2011-06-13 00:07:03 -04:00
Roberto Rosario 370785ad9d Added view to add, edit and delete document types from the setup menu 2011-06-12 19:18:01 -04:00
Roberto Rosario 30b1fea147 PEP8 cleanups, unused imports and bumped version to 0.7.3 2011-06-08 01:39:38 -04:00
Roberto Rosario 8fa4f641e4 Converted apps to the new main menu navigation method and improved navigation links in some apps 2011-06-08 01:26:50 -04:00
Roberto Rosario 2a2c67de4e Refactored main menu navigation 2011-06-08 01:26:06 -04:00
Roberto Rosario f54cd06be6 Spanish translation updates 2011-05-31 16:01:58 -04:00
Roberto Rosario 6435abb2f7 Added history list view to the tools sidebar menu 2011-05-31 00:42:10 -04:00
Roberto Rosario 6eef1f399c Moved the global history icon to the tools menu 2011-05-28 16:39:40 -04:00
Roberto Rosario 318f99c4ea Added information icon to the about link 2011-05-25 01:39:26 -04:00
Roberto Rosario 761722698d Added Tools menu sidebar navigation 2011-05-25 01:36:19 -04:00
Roberto Rosario 6e67f1e37c Reimplemented first tab link detention in template instead of tag 2011-05-25 01:35:43 -04:00
Roberto Rosario d97a862a25 Refactored the permissions registration, checking and definition 2011-05-24 22:31:07 -04:00
Roberto Rosario b026f57961 Updated base.html to use the generic_navigation template 2011-05-24 02:38:57 -04:00
Roberto Rosario 7acf0ba1db Updated about template's small piramid image 2011-05-20 04:33:33 -04:00
Roberto Rosario 7d3a269cb4 Cleaned up the home and about template's HTML code 2011-05-20 04:29:49 -04:00
Roberto Rosario 5ba8158aec Bumped version to v0.7 2011-05-20 04:27:53 -04:00
Roberto Rosario 06bf7e8c50 Removed unused css import 2011-05-11 23:45:31 -04:00
Roberto Rosario 28b6c61876 Fixed the 12 columns grid widths, minified the css and remove unused fixed width 960 grid 2011-05-11 23:42:52 -04:00
Roberto Rosario 2162e99543 Finished converting project to the new subtemplate rendering 2011-05-11 22:08:52 -04:00
Roberto Rosario e3db8141ef Bumped version to 0.6 2011-05-08 04:17:14 -04:00
Roberto Rosario 5a156bf23d Added group creation, editing, delete support to the user management app; fixed namespace permission checking 2011-05-08 03:38:51 -04:00
Roberto Rosario 9e61213241 Created new smart_settings app and move everything related to app settings to it 2011-05-07 01:32:02 -04:00
Roberto Rosario 7f2c563192 Converted whole project to a smarter method of defining app settings 2011-05-07 01:15:40 -04:00
Roberto Rosario 7469fe991f Made the OCR cache backend used for locking configurable, move ocr locking to queued document from periodic task, added again a random delay fallback in case no cache backend is used 2011-05-06 15:31:49 -04:00
Roberto Rosario 472a55f5f3 Updated Spanish translation 2011-05-06 13:42:09 -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 c40b3eec66 Allow pop up window named to be specified by view 2011-05-06 02:58:33 -04:00
Roberto Rosario c44a1f947c Added document printing support 2011-05-06 00:46:33 -04:00
Roberto Rosario 9dce568ac2 Updates the link displaying template to use conditional link display, updated admin and sentry link to use conditional display, updated main and secondary navigation to use the generic navigation template 2011-05-04 00:25:34 -04:00
Roberto Rosario 22516a91b5 Updated tools view to limit the tools a user can access by means of permission checking 2011-05-04 00:22:51 -04:00
Roberto Rosario 76b67b90e5 Fixed diagnostics template to correctly render the <li> HTML tag 2011-05-04 00:20:29 -04:00
Roberto Rosario 438e8c89a9 Refactored the tools menu and added method for apps to register tools themselves 2011-05-03 21:58:55 -04:00
Roberto Rosario d58d70623d Moved return_type function to common.utils 2011-05-03 20:14:40 -04:00
Roberto Rosario a05c622af6 Added user management app (create, edit, delete users) 2011-05-02 01:05:28 -04:00