Commit Graph

50 Commits

Author SHA1 Message Date
ajurna@gmail.com 35ad65aaa2 access settings correctly in models.py 2016-03-30 11:06:20 +01:00
ajurna@gmail.com 267a2d410c converted to python 3,
fixed warnings for django 1.10
2016-03-30 10:23:04 +01:00
ajurna af1ba13d86 added containers for the rest of hte pages after last commit. 2015-07-30 10:49:57 +01:00
ajurna 231fcb4c27 changed read_comic page width to auto to make better use of space.
margins were way too wide. and we could use that space on tablets.
2015-07-29 17:25:20 +01:00
ajurna a2f11c6ba3 added initial setup page so that you can now configure a user if one isnt already configured. 2015-07-24 15:59:39 +01:00
ajurna cb20821e23 added setup.py and added some requirments 2015-07-24 14:49:24 +01:00
ajurna 5a9a464cf1 added page number to reading pages 2015-07-24 11:50:34 +01:00
ajurna d93d232a57 added titles to user edit pages. 2015-07-24 11:48:28 +01:00
ajurna 65d56a20a7 added title to comic reading pages 2015-07-24 11:32:49 +01:00
ajurna 6102459dc0 added title to comic list. 2015-07-24 11:29:43 +01:00
ajurna 6baede6201 added some todo's 2015-07-24 11:20:53 +01:00
ajurna 8fff3d4d9b added atomic commiting to processing comic books to increase performance. 2015-07-24 11:06:42 +01:00
ajurna 4350fab728 added breadcrumbs to the account page. 2015-07-24 10:26:05 +01:00
ajurna 744710e7d3 moved some validation from settings page to form. 2015-07-24 10:22:24 +01:00
ajurna f3d2a9e6ac added pages to modify and save users.
also move alot of validation code to the form classes.
2015-07-24 10:14:16 +01:00
ajurna f1972a9738 added users page that lists all registered users.
this required more js to make the table pretty.
2015-07-10 11:19:59 +01:00
ajurna 6fe43294e9 changed menu to include user so that we can hide items from non superusers. 2015-07-08 16:18:08 +01:00
ajurna 132625f521 added account page to change password and email address. 2015-07-08 16:08:41 +01:00
ajurna 20367d3b61 cleanup code a little 2015-06-30 11:30:18 +01:00
ajurna 782a847906 Made menu dynamic. 2015-06-30 11:25:23 +01:00
ajurna 5c72f4d756 added comicStatus to admin backend 2015-06-30 09:58:19 +01:00
ajurna f3431329ad left a print statement in. 2015-06-26 18:40:45 +01:00
ajurna fa4fdff0e6 increased comic file name lenght to 100 chars
fixed finding the file extension.
2015-06-26 18:33:10 +01:00
ajurna 15d00c3f94 fixed bug with recaptcha not showing right. 2015-06-26 16:05:49 +01:00
ajurna fc1121b194 changed all settings and login forms to use the django forms model.
added support for recaptcha via django-recaptcha
2015-06-26 15:46:49 +01:00
ajurna 80a8a74fde moved tests to correct file.
added multi user support.
2015-06-25 14:30:03 +01:00
ajurna 64a590f9ee added tests for the comicbook model
fixed bug related to last page link
2015-06-25 12:36:55 +01:00
ajurna 7f234ce27c fixed case where no error showing when base dir doesnt exist. 2015-06-24 11:53:40 +01:00
ajurna 469277763c added settings page to handle setting the BASE_DIR value. 2015-06-24 10:39:31 +01:00
ajurna 8a99514c18 added redirection from / to /comic/ 2015-06-24 09:45:50 +01:00
ajurna b7dcdc5d94 made sorting work in all locations. 2015-06-22 13:24:37 +01:00
ajurna 0e66f55f62 added sorting to directory listing. 2015-06-22 13:08:52 +01:00
ajurna e3e37670ff fix for rar archives raising different exception 2015-06-22 13:07:17 +01:00
ajurna f90e734bee changed unrar method to use unrar rather than library
this is because it became aparent that this is quite annoying to setup in linux and windows.
also included the rarfile library to save on confusion.
2015-06-22 11:56:51 +01:00
ajurna 16c74cebe9 added authentication 2015-06-19 15:09:50 +01:00
ajurna e6791bf41a added labels to comic list. 2015-06-19 13:32:07 +01:00
ajurna 654af1f402 code cleanup.
moved process_comic_book to static method.
2015-06-19 09:24:44 +01:00
ajurna 1c9b1c7654 made sorting case insensitive. people seem to like their capital Z's
so it actually works...
2015-06-18 23:00:49 +01:00
ajurna 680dc824ce made sorting case insensitive. people seem to like their capital Z's 2015-06-18 22:58:00 +01:00
ajurna f5c146e925 change base_dir to not need value.
renamed index to comic_list
2015-06-18 22:56:01 +01:00
ajurna 4c3d75916f made sure to sort the files in the comic before indexing. 2015-06-18 22:46:19 +01:00
ajurna 02494bf9eb fixed prev/next issues with directories being intersperced. 2015-06-18 22:40:28 +01:00
ajurna fdf783dbc7 changed it so next and previous buttons move between comics. 2015-06-18 21:20:14 +01:00
ajurna 95ffade2de added license to footer. 2015-06-18 14:28:24 +01:00
ajurna a28bc50a44 changed views to use Database data to read files.
moved alot of the functionality to the models.
changed the file access so that it ignores the extension and just attempts rar and zip access.
2015-06-18 13:59:53 +01:00
ajurna d7145d1f7d fixed image to be responsive. 2015-06-17 15:38:28 +01:00
ajurna e9b82f9bcf forgot migration file. 2015-06-17 13:47:09 +01:00
ajurna 2de1fb9491 fixed breadcrumbs
moved some code to util.py to clean up views.py
added migration for start of db.
2015-06-17 13:46:02 +01:00
ajurna fb3e8eae5b Changed the way it handles paths to urlencode.
now supports subdirectories
added breadcrumbs
2015-06-16 23:05:48 +01:00
ajurna 32680d1d01 Initial commit 2015-06-16 21:07:21 +01:00