Commit Graph

43 Commits

Author SHA1 Message Date
Jan Philipp Timme 2270dd23a8 [TASK] Removed a method that would cause twice the work. 2014-09-30 14:20:30 +02:00
Jan Philipp Timme 65b5d4fcc8 [TASK] Make PersonMapper instance a module based singleton. 2014-09-29 18:17:38 +02:00
Jan Philipp Timme fe3d26f905 [TASK] Show more details for mapped identities. 2014-09-29 16:51:50 +02:00
Jan Philipp Timme 13058a41f7 [TASK] Big unicode cleanup. 2014-09-29 15:01:35 +02:00
Jan Philipp Timme 9b06e3aac6 [TASK] Cleanup, begin implementing a mapping wizard for citavi persons. 2014-09-29 13:40:07 +02:00
Jan Philipp Timme b0a04b951e [TASK] Expanding the structure, getting the Mapper mechanisms ready and in place. 2014-09-25 17:36:42 +02:00
Jan Philipp Timme 59e2543018 [TASK] Begin implementing a mapper class. 2014-09-19 16:22:11 +02:00
Jan Philipp Timme 25e97c94b5 [TASK] Little model workover, introducing Mapper package with PersonMapper. 2014-09-19 11:52:56 +02:00
Jan Philipp Timme 0952922757 [TASK] Reformat some files. 2014-09-19 11:05:14 +02:00
Jan Philipp Timme bc2ebea8de [TASK] Make ProjectManager work properly. 2014-09-18 11:46:53 +02:00
Jan Philipp Timme 9e58a69285 [TASK] Rename Citavi.CitaviProject to Citavi.Project. Introduce Mapper class. 2014-09-16 13:51:51 +02:00
Jan Philipp Timme 34d4226f2b [BUGFIX] Fix files written to citavi/ were empty. 2014-09-16 12:52:11 +02:00
Jan Philipp Timme 31bc03510d [BUGFIX] Make django replace pre-existing uploaded files while updating them. 2014-09-16 11:44:06 +02:00
Jan Philipp Timme f92e780380 [TASK] Add CitaviProject class, integrate first handling for uploaded projects. 2014-09-16 11:34:53 +02:00
Jan Philipp Timme c3b32d5de3 [TASK] Add restrictions to foreign keys in models. 2014-09-15 17:03:09 +02:00
Jan Philipp Timme 47809a0f22 [TASK] Slightly update the index view. 2014-09-15 16:35:04 +02:00
Jan Philipp Timme 3a42642019 [TASK] Remove session based project_id juggling. 2014-09-15 16:32:23 +02:00
Jan Philipp Timme ddfcdecb66 [TASK] Begin importing the schema - this only works with a created type - looking for alternative ways. 2014-09-03 15:24:48 +02:00
Jan Philipp Timme eca9caeb62 [TASK] Begin crunching the sqlite database. 2014-09-02 16:31:02 +02:00
Jan Philipp Timme 89e76b6844 [TASK] Begin introducing a service file for operations on sqlite and more. 2014-09-01 17:01:13 +02:00
Jan Philipp Timme 73dbacb74b [TASK] Add very basic file handling. Upload processing still TODO. 2014-09-01 15:30:57 +02:00
Jan Philipp Timme 988771a219 [TASK] Add MEDIA_ROOT to configuration, create media folder. 2014-09-01 15:22:26 +02:00
Jan Philipp Timme e1203390bd [TASK] Add sqlalchemy to requirements.txt. 2014-09-01 11:57:10 +02:00
Jan Philipp Timme 714ff880b7 [TASK] Add a simple middleware that enforces the active project id. 2014-08-29 15:57:22 +02:00
Jan Philipp Timme c9eb70e3da [TASK] Add basic project entering/leaving support. 2014-08-29 13:55:43 +02:00
Jan Philipp Timme 6086ea112b [TASK] Add another view with a fileupload form. 2014-08-11 16:01:03 +02:00
Jan Philipp Timme dc8af1dbcf [TASK] Restructure a little. 2014-08-07 14:47:59 +02:00
Jan Philipp Timme a2960f4048 [TASK] Update installation instructions. 2014-08-03 19:22:33 +02:00
Jan Philipp Timme 9c1156af5b [TASK] Improve view class structure with own mixin. 2014-07-29 14:48:09 +02:00
Jan Philipp Timme daf535a5f3 [TASK] Add jquery 2.1.1. 2014-07-28 15:27:39 +02:00
Jan Philipp Timme e965a76fb8 [BUGFIX] Restructure view classes so they actually work. 2014-07-28 15:13:55 +02:00
Jan Philipp Timme 8ed554bca9 [TASK] Add project context model. 2014-07-28 13:20:13 +02:00
Jan Philipp Timme 7550632f69 [TASK] Improvo logo placement. 2014-07-28 00:16:37 +02:00
Jan Philipp Timme 26c8e43271 [TASK] Beautify login form. 2014-07-27 23:54:55 +02:00
Jan Philipp Timme 134d7288a0 [TASK] Wrap login and logout for proper templateing. 2014-07-27 23:34:23 +02:00
Jan Philipp Timme b233e3ea90 [TASK] Restructure views, add more urls. 2014-07-27 19:46:43 +02:00
Jan Philipp Timme d71d101fb8 [TASK] Adapt .gitignore to only ignore the static directory used to collect things. 2014-07-27 11:05:01 +02:00
Jan Philipp Timme f274ec4bb3 [BUGFIX] Staticfiles + Pipeline work now. 2014-07-27 10:26:36 +02:00
Jan Philipp Timme 06fd6da45f [TASK] Add private_settings.py, move some settings there. 2014-07-26 13:00:21 +02:00
Jan Philipp Timme 229ffb9939 [TASK] Checkout bootstrap v3.2.0. 2014-07-25 13:54:23 +02:00
Jan Philipp Timme 0f0d3f7154 [TASK] Add bootstrap as git submodule. 2014-07-25 13:53:01 +02:00
Jan Philipp Timme 2ede0fe160 [TASK] Add a basic README.md file. 2014-07-25 11:21:27 +02:00
Jan Philipp Timme 9970c24d1a [TASK] Kickstart and initial import of citavi_mapper. 2014-07-25 11:20:10 +02:00