Commit Graph

  • 8c69bb8717 feat: Display only domain for further information link moanos 2024-05-31 15:47:22 +02:00
  • c0a89c266a feat: Add command to clean locations moanos 2024-05-31 15:03:33 +02:00
  • 86bfaa0f55 fix: add migration for image moanos 2024-05-31 14:56:55 +02:00
  • 3b9b64c717 fix: table overflow moanos 2024-05-31 14:56:47 +02:00
  • ed1a7dafa9 feat: Add photo add button to adoption notice moanos 2024-05-31 14:56:23 +02:00
  • 26b16586b8 feat: Add edit buttons to animal moanos 2024-05-31 14:40:35 +02:00
  • 5f13736753 feat: Remove unused title from image moanos 2024-05-31 13:51:14 +02:00
  • 8d92539b22 refactor: Use django form moanos 2024-05-31 13:48:24 +02:00
  • 961c2230a0 fix: fix order moanos 2024-05-31 13:48:22 +02:00
  • 213bb3c45f feat: Add distance based search option moanos 2024-05-31 13:40:06 +02:00
  • 1f87e486e0 feat: Use location when appropriate, otherwise fallback to location string moanos 2024-05-31 13:33:42 +02:00
  • af4bd9356f feat: Add function to calculate if a given position is within a given distance moanos 2024-05-31 12:53:06 +02:00
  • 5d2e7c395f feat: Add position property that returns coordinates moanos 2024-05-31 12:52:57 +02:00
  • fb9ed07abc fix: remove double str moanos 2024-05-31 12:44:45 +02:00
  • d2219188d3 refactor: Move get_location to model to avoid circulari mports moanos 2024-05-31 12:17:53 +02:00
  • 6799dbe901 feat: Use real geo api by default moanos 2024-05-31 12:05:45 +02:00
  • 6b8f223754 Docs: Add todo regarding location strings moanos 2024-05-31 11:58:11 +02:00
  • 7291e26140 feat: Add management command to quickly test geocoding moanos 2024-05-31 11:57:15 +02:00
  • 0e05201f5a docs: Add section explaining geocoding moanos 2024-05-31 11:55:39 +02:00
  • 677fc6626b fix: rework geocoding api usage, make api url custom moanos 2024-05-31 11:41:59 +02:00
  • 2a9dc337d2 feat: Auto-add location to adoption notice moanos 2024-05-31 10:58:57 +02:00
  • c8f65c9c54 feat: Introduce Haversine formula to calculate distance between coordinates moanos 2024-05-31 10:58:40 +02:00
  • 4476cc7db5 feat: Add basic GeoAPI moanos 2024-05-31 10:58:12 +02:00
  • f1dc3fde4c feat: Add form to add images to adoption notices and animals moanos 2024-05-31 10:56:43 +02:00
  • a364287a38 fix: Correct add animal flow moanos 2024-05-31 10:56:41 +02:00
  • bfcd8cd2e5 feat: connect flow components moanos 2024-05-31 09:58:55 +02:00
  • 6d55eba2c2 fix: Remodel profile card in header moanos 2024-05-31 09:58:41 +02:00
  • a675531aaf fix: allow running tests from root directory moanos 2024-05-31 09:58:12 +02:00
  • e5a5fd5a10 feat: add announcements moanos 2024-05-31 09:58:03 +02:00
  • 8295716f07 feat: add option to clear the database before populating it again moanos 2024-05-30 16:58:11 +02:00
  • 76c24ba694 feat: add add-animal form moanos 2024-05-30 16:57:47 +02:00
  • ad4757cb22 refactor: remove unused form moanos 2024-05-30 16:56:38 +02:00
  • 4ffc7604c6 fix: Prevent creating a new object by passing instance moanos 2024-05-30 16:38:55 +02:00
  • 56f03329ab fix: Redirect moanos 2024-05-30 15:58:54 +02:00
  • 1445a5660e fix: Edit link moanos 2024-05-30 15:58:25 +02:00
  • dabdc0ab34 feat: Add animal cards to adoption notice detail moanos 2024-05-30 15:49:32 +02:00
  • 273bef9526 feat: Add reports for comments, add to admin moanos 2024-05-30 15:46:51 +02:00
  • a6b9c9f094 fix: Reported rule list needs string moanos 2024-05-30 15:28:23 +02:00
  • e3c821b6d7 feat: Minor style changes moanos 2024-05-30 14:45:12 +02:00
  • ae57d90cf3 feat: Style comment field moanos 2024-05-30 14:39:28 +02:00
  • aebbe0f6c6 feat: Add basic comment form moanos 2024-05-30 14:37:15 +02:00
  • 7bcab5bb59 fix: Fix "no comments" moanos 2024-05-30 14:32:08 +02:00
  • e77a936c30 feat: Add comments to adoption notices moanos 2024-05-30 13:58:24 +02:00
  • a16098f648 feat(rss): Add site title moanos 2024-05-30 13:58:06 +02:00
  • 563fd138df refactor(rss): Move RSS logo to left moanos 2024-05-30 13:57:10 +02:00
  • f9aa0690d9 refactor(rss): Beautify moanos 2024-05-30 13:50:26 +02:00
  • cb3cf7e8c3 refactor: formatting moanos 2024-05-30 13:28:56 +02:00
  • 968ba04480 fix(rss): Link to homepage moanos 2024-05-30 12:58:30 +02:00
  • 5965c7f2e5 feat(rss): Restyle RSS feed to match CI moanos 2024-05-30 12:57:25 +02:00
  • ce6da00581 feat: Make detail-adoption-notice-header responsive moanos 2024-05-30 12:52:41 +02:00
  • 41da9b91a6 feat: add additional information column moanos 2024-05-30 12:49:55 +02:00
  • f56e830a43 feat: add edit button to adoption notice moanos 2024-05-30 12:14:09 +02:00
  • 47e993c8ae refactor moanos 2024-05-30 11:47:18 +02:00
  • cb8e3140a4 test: Add test for detail of animal adoption moanos 2024-05-30 11:46:05 +02:00
  • dc45630c19 feat: Add static conf to test configuration for testing moanos 2024-05-30 11:40:42 +02:00
  • f0b1be6a07 test: Fix first basic test moanos 2024-05-30 11:17:16 +02:00
  • 14a6067589 feat: Add more informative error messages when no settings are set moanos 2024-05-30 10:58:03 +02:00
  • 24c2fbfddf tests: Move images moanos 2024-05-30 10:57:05 +02:00
  • 3118701897 tests: Add basic test moanos 2024-05-30 10:56:46 +02:00
  • f326c7dc87 feat: Add adoption notice form moanos 2024-05-30 10:53:11 +02:00
  • eea30a46b0 refactor: Remove date widget to allow editing moanos 2024-05-30 10:48:57 +02:00
  • ba5c165ce0 feat: prefill values moanos 2024-05-30 09:57:20 +02:00
  • c9cd63b6a0 refactor: Streamline urls, add adoption notice edit moanos 2024-05-30 09:54:54 +02:00
  • 0a305f0aa5 refactor: rip out old form moanos 2024-05-30 09:52:42 +02:00
  • 4bcfd6b2ee feat: Add logging config moanos 2024-05-30 09:26:04 +02:00
  • e2e3a77fd9 random all commit moanos 2024-05-10 13:54:16 +02:00
  • ba7e229ab2 fix: Translation and photo display moanos 2024-05-01 10:18:46 +02:00
  • bb45f598a0 refactor: Formatting moanos 2024-05-01 10:09:36 +02:00
  • 7c6bb94f36 feat: Add crispyforms to dependencies moanos 2024-04-24 20:48:02 +02:00
  • 669d0972b2 feat: Use layots moanos 2024-04-20 08:40:16 +02:00
  • c103419193 feat: Use correct id for form moanos 2024-04-20 08:40:04 +02:00
  • 65a921248f feat: Use crispy form tag moanos 2024-04-20 08:06:20 +02:00
  • 6d1cf9084b feat: Add crispy forms moanos 2024-04-20 07:48:48 +02:00
  • 6210b47684 feat: Improve and simplify styles moanos 2024-04-19 21:53:31 +02:00
  • ad12a8e26e feat: Streamline animal detail view with list of adoption notices moanos 2024-04-19 21:43:30 +02:00
  • 5a8802f8f2 feat: Various style improvements moanos 2024-04-19 21:28:40 +02:00
  • 62381cae39 feat: Add favicon moanos 2024-04-19 20:35:21 +02:00
  • 09fe1990b3 refactor: Style with vars, various design experiments moanos 2024-04-19 20:16:50 +02:00
  • 2fa6f59374 refactor: remove unused dependency moanos 2024-04-16 17:21:54 +02:00
  • 045086aaef fix(rss): Links to stylsheets moanos 2024-04-16 00:18:47 +02:00
  • 32e82d7eed feat(rss): Add stylesheet moanos 2024-04-16 00:03:28 +02:00
  • b3cf4430fa fix(rss): General item information moanos 2024-04-15 23:28:17 +02:00
  • c1b0a4195a feat: Allow styling of RSS feed moanos 2024-04-15 23:08:39 +02:00
  • a2058a4cfe fix: link decoration moanos 2024-04-15 06:44:36 +02:00
  • 1e61961d48 feat: add description for test animal moanos 2024-04-14 20:57:58 +02:00
  • 6a7467bb67 feat: add animal description, fix tags moanos 2024-04-14 20:57:42 +02:00
  • 8bc71d8390 fix: forgotton translate moanos 2024-04-14 20:57:16 +02:00
  • 47a4dbeb5e fix: Wrap headlines moanos 2024-04-14 20:47:57 +02:00
  • a73f2ca29d fix: Remove temporary text moanos 2024-04-14 20:43:25 +02:00
  • 507745aef2 fix: Correct accidental right move moanos 2024-04-14 20:43:11 +02:00
  • 7a649d00ee refactor: Various redesigns moanos 2024-04-14 20:34:26 +02:00
  • 8037b66597 refactor: Formatting moanos 2024-04-14 16:58:19 +02:00
  • c4012f1980 fix: FA icons moanos 2024-04-14 16:58:03 +02:00
  • ab2baa3817 fix: typo moanos 2024-04-14 16:48:27 +02:00
  • 1e60a14a81 feed: Add basic rss feed moanos 2024-04-14 16:48:07 +02:00
  • 3fec80f5a7 fix: Data duplication logic moanos 2024-04-14 16:47:52 +02:00
  • 0bc3c3a764 feat: Don't populate the database again if already done so moanos 2024-04-14 16:20:05 +02:00
  • 7314637520 fix: use existing adoption notices so no new oes are created moanos 2024-04-14 16:15:14 +02:00
  • d1108aaf60 feat: Add language to rules to make them translatable (migrations) moanos 2024-04-14 15:59:15 +02:00
  • 79a6f672c5 feat: Add language to rules to make them translatable moanos 2024-04-14 15:56:42 +02:00