Commit Graph

70 Commits

Author SHA1 Message Date
b1d25b4941
Use enum for error classification
Close #1
2024-06-11 22:30:04 +02:00
410aa4a92c
Make MDTypedDistinctlyToOtherVocabularyException be an expected
exception
2024-03-04 14:39:39 +01:00
203b7631cd
Add new exception MDNewVocabEntryIsStrictlyTypedAsTag 2024-03-04 03:29:39 +01:00
df08f193bb
Add exception to be thrown if an input string is distinctly typed to
another type of vocabulary
2024-03-03 23:37:27 +01:00
f7f87a58c9
Add new exceptions to be thrown when encountering distinctly typed
strings
2023-11-13 00:10:10 +01:00
15f2645514
Add specific exception class for overly short input strings 2023-11-04 01:56:00 +01:00
22cbd94f09
Add license 2023-10-26 22:12:29 +02:00
74582bcca2
Extend / specify file comment on MDInvalidNodaLink 2023-10-15 18:32:15 +02:00
ff028ff7de
Update MDSearchResultIsEmptyToCatch 2023-09-20 01:19:04 +02:00
cbd73e2f4d
Add new exception MDInvalidSex 2023-09-01 15:28:06 +02:00
498e362ab9
Add new exception MDBlacklistedInputException 2023-08-15 12:12:38 +02:00
e28439bd50
Fix bug in MDInvalidCsv 2023-07-26 14:39:31 +02:00
a34ae51a0e
Add generic exception MDParseException 2023-07-26 00:41:04 +02:00
cc0cf5b923
Add new exception to be thrown when parsing CSV files fails 2023-07-22 14:23:16 +02:00
f281f9b293
Add exception class MDImporterFileAccessIsDisabled 2023-07-21 16:21:40 +02:00
39b31e4ad9
Add new exception MDImporterWritingIsDisabled 2023-07-21 15:44:17 +02:00
1aadb77bbf
Add exception MDImporterDuplicateInvno 2023-07-20 00:58:22 +02:00
ded07b6597
Add exception to be thrown when an invalid PGP key is submitted 2023-07-15 22:43:51 +02:00
a769e1ea35
Add two user-management-focused exceptions 2023-06-25 01:54:53 +02:00
ca19b3ed2f
Add README 2023-06-23 22:13:26 +02:00
6506433dea
Add MDInvalidNodaLink to list of expected / handled errors 2023-05-24 22:03:12 +02:00
eedc05d365
Add new exception MDUploadTooLargeException 2023-05-19 18:10:57 +02:00
39ce16f72d
Add exception class MDInvalidNodaLink 2023-04-16 02:06:43 +02:00
3148affb04
Add custom exception class for failing downloads 2023-04-12 15:26:31 +02:00
a2b0325f5b
Add two new exceptions for invalid list values 2023-01-23 22:15:25 +01:00
ac9b12618d
Remove unused variable assignments 2022-09-15 21:06:32 +02:00
80fd164439
Add MDInvalidEmptyInputException 2022-05-26 18:01:20 +02:00
591a7bacc5
Add new exception MDInputTooLongException for overly long input strings 2022-05-15 17:45:33 +02:00
6326a6dacf
Expect integer in getting human readable filesize in MDErrorReporter 2022-04-03 14:43:52 +02:00
b87d0f5b08
Add missing whitespaces in array 2021-10-01 16:25:27 +02:00
8394bf54b9
Run error_log before sending error mail 2021-09-15 10:46:26 +02:00
2fd7511218
Use !== over != in MDErrorReporter 2021-07-24 23:16:59 +02:00
96f5dd8108
Add class MDFileIsNotWritable 2021-07-20 01:16:00 +02:00
bd2f425afe
Remove superfluous final keywords (e.g. final private) 2021-05-14 00:08:11 +02:00
49669ccf97
Remove inline control strucutres 2021-02-06 20:19:55 +01:00
7ecd0e4a8d
Use static typed comparison for checking if session has been started 2021-01-30 21:01:05 +01:00
231a9d48a4
Add custom exception MDInvalidColorCode 2021-01-28 21:47:13 +01:00
4992011939
Remove superfluous newlines as per PHPCBF 2020-12-14 20:24:00 +01:00
0f3fd1637b
Add .gitattributes 2020-11-08 19:08:47 +01:00
b1e86b94b9
Make global namespace in function calls explicit, use error_log to log
messages sent
2020-10-23 15:07:06 +02:00
c13d06eccb
Use PHPMailer in sending email bug reports 2020-10-21 12:06:42 +02:00
ef00d81c1d Add MDcouldNotPublish to list of accepted exceptions 2020-09-21 10:42:26 +02:00
31eb62700d Add new exception MDWrongCsrfTokenException 2020-09-15 23:11:20 +02:00
54e8fe5bdb Add final keyword to MDInvalidUrl and MDInvalidEmail 2020-09-04 01:16:42 +02:00
295631b1ab Add exception for invalid mail addresses 2020-09-04 00:35:26 +02:00
8b4243c918 Add MDInvalidUrl exception 2020-09-04 00:31:43 +02:00
23e2237ec5 Add property type declarations
Property type declarations for class variables were added in PHP
7.4.
2020-09-03 20:00:08 +02:00
f0b39322ec Make all non-inherited classes final 2020-08-29 12:57:45 +02:00
237db1c58a Use type-specific comparisons over empty 2020-08-27 16:15:54 +02:00
37383c3b1e Add exception for MDInaccessiblePropertyException for use in generic
getters
2020-08-24 20:19:15 +02:00