Commit Graph

  • bf8f4a3f69 fixes for better serving magosit.hu master Richard Thier 2024-09-10 21:22:48 +02:00
  • bfe35a1c5b updated magcms / ppee for newer python infrastructure Richard Thier 2024-09-09 13:45:12 +02:00
  • 57fbfa415c file mode changes only subgal_section Richard Thier 2022-05-05 16:00:44 +02:00
  • dbaf4047b4 first rename WIP Richard Thier 2020-07-12 12:49:32 +02:00
  • 13ea8c1d8b Polaroids are now always spread out in mobile versions (as the default does on PC too) Richard Thier 2020-03-07 00:40:52 +01:00
  • 7cf224cef6 BAD/BUGGY: Trying to make polaroid mobile friendly - this does not works, but idea worth saving. Richard Thier 2020-03-07 00:06:56 +01:00
  • aa406e688b Updated navmenu for mobile - maybe not latest version... Richard Thier 2020-03-06 23:18:52 +01:00
  • 34b69ac256 Custom css can be added to paragraph now Richard Thier 2020-03-06 19:44:55 +01:00
  • 59d5ce18eb Implemented much of polaroid-group galleries now. By default they are centered, image height maxes out at 85% so text should be visible practically always; "h" and "w" can be added for height and width (accept everything that CSS accepts) and if x, y is provided we use position:absolute. There is margin_bottom if all elements are absolute by your choice but I prefer making one centered and default (just chaning its wdth and height using "w" and "h", and others defined as absolute around it. This way the single centered element makes the width of the whole group. I just wanted to note somewhere this trick. Richard Thier 2020-03-06 17:09:40 +01:00
  • ebc1e96c76 QUICKFIX: Exchanged 2k and 450p urls in full-image covers as they are the most critical on the fast-path for me now. The current version loads BOTH urls ALWAYS which is awful and not optimized (see network inspector in FF / PM); A real solution would be to use media queries here and only load the appropriate image size according to the display width and such data. That way things could go fast on mobile and on old machines (like my laptop) while still getting 2k plus resolution images for high-end users. Currently I have to use jpg files and it is tolerable this way, but could be made faster as I see on network analysis. Richard Thier 2020-03-06 17:05:49 +01:00
  • c8f3c91fc2 Added support for margin_bottom in polaroid-group. Accepts all value CSS accepts (like vw, vh, %, px). Tested. Richard Thier 2020-03-06 14:43:19 +01:00
  • c2ff06cdcc Added overflow: hidden to polaroid link containers or the image. Should not take effect unless some browsers prefer min-width OVER max-width in precedence. Only added for bullet-proofing behaviour is same everywhere. Richard Thier 2020-03-06 14:25:48 +01:00
  • 34e3c4b5c8 First working version. Without further parameters it uses big polaroid images. Parameters not tested; TODO: likely sizing should be made mandatory when positioning and we should add min-height or height of the link based on the image and text sizes calculated in python jinja2 code. Richard Thier 2020-03-04 00:53:06 +01:00
  • aa3cedeaff First version of "polariod-group" section - untested! Richard Thier 2020-03-03 20:01:59 +01:00
  • f52d488ddb Fixed layout issues with mobile / tablet views so far Richard Thier 2020-02-28 18:23:02 +01:00
  • f12451710f Better navmenu css Richard Thier 2020-02-28 17:31:17 +01:00
  • 4c6d8bd381 Revert "Removed email as it was already a bit too much on the navmenu; better for mobile now and email is still there in the "contact" section using mailto" Richard Thier 2020-02-28 17:06:26 +01:00
  • b957204804 Removed email as it was already a bit too much on the navmenu; better for mobile now and email is still there in the "contact" section using mailto Richard Thier 2020-02-28 17:05:47 +01:00
  • 92fe0a1a47 Further navmenu changes for mobile and table usage Richard Thier 2020-02-28 17:04:39 +01:00
  • 0d3cb12430 Revert "Revert "Bullet point tags work, but mobile is broken; without it padding too much (not padding but seem so). Maybe will revert this commit..."" Richard Thier 2020-02-26 13:15:17 +01:00
  • 77cfeafc8c Revert "Bullet point tags work, but mobile is broken; without it padding too much (not padding but seem so). Maybe will revert this commit..." Richard Thier 2020-02-24 21:38:46 +01:00
  • 8bbe97e089 Bullet point tags work, but mobile is broken; without it padding too much (not padding but seem so). Maybe will revert this commit... Richard Thier 2020-02-24 21:33:36 +01:00
  • 1baae09e24 Updated TODO.txt - finished task 1 and changed / added tasks Richard Thier 2020-02-24 14:54:31 +01:00
  • aa070b76f7 Added "ord" to gallery settings.yaml to order them based on that; fixed crash when no date; REM.: You can mix "ord", "date" and the default ordering now, but you can crash it if you mix these and ord is a number not a string or char! This is because python is dynamically typed and lets you fSck this up... well... you either should always use "ord" now, or use it as "0", "1", ... instead of 0, 1, ... Richard Thier 2020-02-24 14:25:05 +01:00
  • 4060eb3eda Fixed email showing up when there is no email but facebook setting Richard Thier 2020-02-24 14:22:03 +01:00
  • 42e82afb0b Added email and phone support in navmenu. TODO: language picker Richard Thier 2020-02-15 00:53:31 +01:00
  • 707a0a5ab6 The navmenu section - first version working. TODO: email, phone and language picker Richard Thier 2020-02-15 00:04:40 +01:00
  • b30c3cde15 Added header type sections - first version Richard Thier 2020-02-14 16:11:48 +01:00
  • 27794e92b4 Added TODO.txt Richard Thier 2020-02-07 19:28:57 +01:00
  • 139fbf7448 First working version for subgal_section. TODO: Only exposure template exists for now; TODO: maybe using more CSS than it should; TODO: Only one subgal section can be on every gallery page - migth be good idea to support more than one and multiple places Richard Thier 2020-02-05 23:37:32 +01:00
  • b5e72e4578 First try implementing subgal_section - TODO: untested; TODO: no difference between levels (back button does not exist now); TODO: When there are no sections at all, we should create index as before? Richard Thier 2020-02-05 15:51:43 +01:00
  • cb49bc5724 Added first version of subgal.html for exposure templates to test my future changes. Taken this from the original index page code Richard Thier 2020-02-05 14:57:44 +01:00
  • 85883687db Fixed typo Richard Thier 2020-02-05 14:56:43 +01:00
  • ff4ac07f58
    Merge pull request #95 from Psycojoker/QSchulz-flex-grow Adrien Beudin 2019-12-20 11:05:44 +01:00
  • c612bb718f update travis dist Adrien Beudin 2019-09-25 20:13:56 +02:00
  • b572e90ef7 [fix]convert bytes to string Adrien Beudin 2019-09-25 19:36:21 +02:00
  • 86be23bc82 Merge branch 'flex-grow' of git://github.com/QSchulz/prosopopee into QSchulz-flex-grow Adrien Beudin 2019-09-25 13:40:44 +02:00
  • 1826298328 Release 0.8.2 Adrien Beudin 2019-09-25 11:18:12 +02:00
  • c7102fdb17 Release 0.8.2 Adrien Beudin 2019-09-25 11:00:29 +02:00
  • 3f484ece0c [fix] encryption page Adrien Beudin 2019-09-25 10:46:02 +02:00
  • 7bebe0eec3
    Merge pull request #90 from QSchulz/fix-internal-url-scheme beudbeud 2019-05-27 11:55:16 +02:00
  • ecb1cadbee themes: pictures-group: fix alignment when pictures do not fill the flex container Quentin Schulz 2019-05-05 20:43:39 +02:00
  • 54f47ecd06 prosopopee: add ratio property for videos Quentin Schulz 2019-05-05 20:41:25 +02:00
  • 8b4f645a65 prosopopee: add ratio property for images Quentin Schulz 2019-05-05 20:35:10 +02:00
  • c0efbba51c
    Merge pull request #89 from QSchulz/fix-english Bram 2019-03-23 04:39:54 +01:00
  • f4888f6831 themes: fix URI matching used for deciding if URI's local in menu Quentin Schulz 2019-03-20 20:42:50 +00:00
  • 43fb5b8104 docs: fix a few English mistakes Quentin Schulz 2019-03-08 19:48:30 +00:00
  • dc332f0ea0 [fix] css Adrien Beudin 2019-03-05 21:45:37 +01:00
  • 262f945835 [fix] add css section for pictures-group Adrien Beudin 2019-03-05 19:44:24 +01:00
  • 5b693ca332
    Merge pull request #88 from NicolasBrosse/patch-1 Bram 2018-12-06 18:17:27 +01:00
  • 369356efe3
    update README.md Nicolas Brosse 2018-12-05 16:18:05 +01:00
  • 813e1609d7 [fix] some little stuff Adrien Beudin 2018-11-01 18:59:32 +01:00
  • 05a46caa4a [doc] make logo have the size of the one used on a generated website Laurent Peuch 2018-04-30 12:34:09 +02:00
  • 8b82815f9c
    [doc] center logo in README.md Bram 2018-04-30 12:33:21 +02:00
  • 8ff844259b [doc] make logo smaller Laurent Peuch 2018-04-30 12:30:49 +02:00
  • cf7fef9355 [doc] add logo in README Laurent Peuch 2018-04-30 12:27:11 +02:00
  • 016e1a7107
    Update README.md abeudin 2018-04-30 12:19:26 +02:00
  • 15b7488708 Merge branch 'master' of https://github.com/Psycojoker/prosopopee Adrien Beudin 2018-04-30 11:59:22 +02:00
  • 321069658f [doc] add screenshots Adrien Beudin 2018-04-30 11:59:03 +02:00
  • fd9a6a233e
    Update README.md abeudin 2018-04-30 11:54:27 +02:00
  • 4163467f35
    Update README.md abeudin 2018-04-30 11:49:45 +02:00
  • 51ec2fa47e
    Merge pull request #85 from Psycojoker/0.8.1 abeudin 2018-03-29 11:24:14 +02:00
  • 2837420b62 update docs Adrien Beudin 2018-03-28 10:58:06 +02:00
  • aee9953687 fix light theme Adrien Beudin 2018-03-28 10:40:31 +02:00
  • e184f90433 update material theme and fix responsible Adrien Beudin 2018-03-28 10:28:46 +02:00
  • 017af6efbb update theme and fix Adrien Beudin 2018-03-27 13:43:34 +02:00
  • 6edca43774 update version Adrien Beudin 2018-03-27 10:58:33 +02:00
  • 3aa14884e3 update material theme Adrien Beudin 2018-03-27 10:52:52 +02:00
  • 16536149cb fix menu Adrien Beudin 2018-03-22 10:47:14 +01:00
  • 2214b0d0ce [doc] redo @cuseinovic PR #84 in the good file Laurent Peuch 2018-03-11 20:46:20 +01:00
  • 933316ee86 add css effect Adrien Beudin 2018-03-09 10:41:06 +01:00
  • 441fc604d5
    Create CODE_OF_CONDUCT.md abeudin 2018-03-06 09:36:43 +01:00
  • bdd0a9323a
    Merge pull request #83 from Psycojoker/add-license-1 abeudin 2018-03-06 09:35:51 +01:00
  • 78c14a810f
    Create CONTRIBUTING.md abeudin 2018-03-06 09:35:38 +01:00
  • adccc19f78
    Create LICENSE abeudin 2018-03-06 09:33:56 +01:00
  • 4d85daac49 update changelog Adrien Beudin 2018-02-28 15:57:59 +01:00
  • 8ff378f24b add test arg Adrien Beudin 2018-02-28 15:46:48 +01:00
  • 2e53d77ced
    Merge pull request #81 from Psycojoker/test_build abeudin 2018-02-28 15:41:51 +01:00
  • dd26f2e1e3
    Merge pull request #82 from Psycojoker/0.8 abeudin 2018-02-28 15:41:32 +01:00
  • d08904b419 Add succesfull message Adrien Beudin 2018-02-28 15:32:58 +01:00
  • c921c4420b support night mode for material theme Adrien Beudin 2018-02-27 20:53:30 +01:00
  • fb38677b92 update docs Adrien Beudin 2018-02-27 15:03:15 +01:00
  • 323ce052d4 Merge branch 'master' into 0.8 Adrien Beudin 2018-02-27 14:55:14 +01:00
  • 70b5e5e90c night mode for exposure Adrien Beudin 2018-02-27 13:53:48 +01:00
  • be6f58c17a
    Update README.md abeudin 2018-02-25 20:15:03 +01:00
  • 2dddd82c9c
    Update README.md abeudin 2018-02-21 12:21:24 +01:00
  • 42c01a6048
    Update install.rst abeudin 2018-02-12 11:51:01 +01:00
  • 0e9b71fcea
    Update install.rst abeudin 2018-02-12 11:50:46 +01:00
  • 6e9823801a
    Update README.md abeudin 2018-02-12 11:45:58 +01:00
  • 0854f36c62 Add a test command to build html without generating media files Thomas Nonglaton 2017-10-18 13:58:17 +02:00
  • def75d1fa5 Update README.md abeudin 2017-10-12 01:29:26 +02:00
  • b7fe1b1e83 Update README.md abeudin 2017-10-12 01:16:15 +02:00
  • fe9ba7e58c [doc] update changelog Adrien Beudin 2017-10-04 04:12:33 +02:00
  • 6740a78fd1 Merge pull request #80 from Psycojoker/encrypt abeudin 2017-10-04 01:07:33 +02:00
  • e3fba5f090 [fix] compatibility python 2 Adrien Beudin 2017-10-04 01:02:45 +02:00
  • d3e1d979cb [doc] update version Adrien Beudin 2017-10-04 00:53:20 +02:00
  • 0c20aea972 [fix] settingsfor form Adrien Beudin 2017-10-04 00:52:03 +02:00
  • 6515f2604e [fix] remove unless modules Adrien Beudin 2017-10-04 00:46:48 +02:00
  • 080e50f318 [fix] refactor encryption function Adrien Beudin 2017-10-04 00:44:47 +02:00
  • 763660d047 Merge pull request #79 from xplastikman/patch-1 abeudin 2017-10-03 22:16:43 +02:00