0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-09 11:58:40 +00:00
Commit Graph

5488 Commits

Author SHA1 Message Date
Trevor Buckner 06825468b4 Merge pull request #3299 from 5e-Cleric/update-popup
popup update 3.11
2024-02-20 23:07:05 -05:00
Trevor Buckner faab60f271 Merge branch 'master' into update-popup 2024-02-20 23:06:33 -05:00
dependabot[bot] 4bed2349a9 Bump mongoose from 8.1.1 to 8.1.3
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.1.1 to 8.1.3.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.1.1...8.1.3)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-21 04:05:02 +00:00
Trevor Buckner 53f1e53fcb Merge pull request #3199 from naturalcrit/GlobalReflinks
Yet another Brew Variables PR
2024-02-20 23:03:53 -05:00
Trevor Buckner df447d3d4d typo 2024-02-20 23:01:49 -05:00
Trevor Buckner e3bf913a80 lint 2024-02-20 23:00:57 -05:00
Trevor Buckner 7bb1f16946 Always render currently-edited page first, so variables update across pages properly 2024-02-20 22:56:37 -05:00
Trevor Buckner 6870fd6d76 Add tests for cross-page behavior and fix related bugs 2024-02-20 22:31:33 -05:00
Trevor Buckner 9ad1d1f196 remove unused 'parseVarse' variable 2024-02-20 17:05:26 -05:00
Trevor Buckner 969cff61bf Add one more test that was failing 2024-02-20 17:03:17 -05:00
Trevor Buckner 736f729457 Rename variables 2024-02-20 16:46:49 -05:00
Trevor Buckner 0050e1e294 Added another test for a broken case and fixed; Cleaned up more 2024-02-20 15:37:54 -05:00
Trevor Buckner f2d1b61a7a Remove unused variables 2024-02-20 00:04:29 -05:00
Trevor Buckner 1d1fa99b4b Pass all tests 2024-02-19 23:57:19 -05:00
Víctor Losada Hernández f42cab6e40 suggested changes 2024-02-17 11:51:42 +01:00
Víctor Losada Hernández 01e3cd0296 fix notitle search and catch 404? 2024-02-15 17:22:20 +01:00
Víctor Losada Hernández fd6109099a catch catch catch 2024-02-15 16:59:17 +01:00
Víctor Losada Hernández 8c07b12bb0 catch error codes 2024-02-15 16:56:09 +01:00
Víctor Losada Hernández eb404b8e5b where is my 503 error code 2024-02-15 16:51:20 +01:00
Víctor Losada Hernández 0fdb5e83cf if this renders null i don't understand anything 2024-02-15 16:44:03 +01:00
Víctor Losada Hernández 2a780bc482 503 2024-02-15 16:36:10 +01:00
Víctor Losada Hernández f61b664687 503 log 2024-02-15 16:32:50 +01:00
Víctor Losada Hernández 04844a4422 you know the deal 2024-02-15 16:27:50 +01:00
Víctor Losada Hernández 3afc9f83d9 where the hell did i lose the error handling 2024-02-15 16:23:37 +01:00
Víctor Losada Hernández e08435568c don't search on reload without title 2024-02-15 16:20:08 +01:00
Víctor Losada Hernández 1a80a74d4f more error handling 2024-02-15 16:15:38 +01:00
Víctor Losada Hernández 9c53541cbd searching animation 2024-02-15 15:53:26 +01:00
Víctor Losada Hernández 62db393969 proper error handling(i think) 2024-02-15 15:50:27 +01:00
Víctor Losada Hernández d7c9ab43bc more tests 2024-02-15 15:34:10 +01:00
Víctor Losada Hernández fcb4c722c6 test 404 error 2024-02-15 15:28:36 +01:00
Víctor Losada Hernández 7626f63beb page numberas as links 2024-02-15 15:16:01 +01:00
Víctor Losada Hernández a6e45c7fd1 Merge branch 'master' into experimental-development 2024-02-15 13:49:43 +01:00
Víctor Losada Hernández 2658831e83 pagination controls don't reset search 2024-02-15 13:45:31 +01:00
Víctor Losada Hernández ffdbe46a23 catch 503 without title query 2024-02-15 10:43:12 +01:00
Víctor Losada Hernández 6a11cd0e28 renderer filter query 2024-02-15 10:34:39 +01:00
Víctor Losada Hernández 153ab63393 pagesize as input 2024-02-15 08:48:47 +01:00
Víctor Losada Hernández ea1855485c css fixes 2024-02-15 01:27:05 +01:00
Víctor Losada Hernández 3427fa1e94 total brews found 2024-02-15 01:26:54 +01:00
Víctor Losada Hernández 46262c56db 503 catch 2 2024-02-15 01:15:00 +01:00
Víctor Losada Hernández 3482d92ab6 catch 503 error 2024-02-15 01:10:28 +01:00
Trevor Buckner bc21abd509 Fix matches inside of code blocks 2024-02-14 11:38:47 -05:00
David Bolack 41d43e84a5 Merge branch 'master' into issue_2994_css_style 2024-02-14 09:42:23 -06:00
Trevor Buckner 72744718cc Adding some tests 2024-02-13 22:44:57 -05:00
Trevor Buckner e85a62a05c Disable default def behavior. 2024-02-13 09:35:55 -05:00
Víctor Losada Hernández 5a68acc0f5 Merge branch 'master' of https://github.com/naturalcrit/homebrewery into update-popup 2024-02-13 14:31:45 +01:00
Víctor Losada Hernández f51fca74e6 initial commit 2024-02-13 14:27:32 +01:00
Víctor Losada Hernández fe5a76c0df fix link href 2024-02-13 10:52:53 +01:00
Víctor Losada Hernández 74ac8f9ffa quickfix 2024-02-13 10:52:12 +01:00
Víctor Losada Hernández 7e289950fa Merge branch 'experimental-development' of https://github.com/5e-Cleric/homebrewery into experimental-development 2024-02-13 10:48:24 +01:00
Víctor Losada Hernández 9fc8af6553 pagination controls render separately 2024-02-13 10:48:19 +01:00