|
75c9ffde31
|
[TESTS] Raise test coverage for ModuleManager to 100%
|
2021-08-03 19:13:29 +00:00 |
|
|
4258148a03
|
[TESTS] Exclude HTTPClient from testing, as it's a simple wrapper and we don't want to be performing HTTP requests in tests, for speed and reliability
|
2021-08-03 19:13:29 +00:00 |
|
|
6956e6907c
|
[TESTS] Raise test coverage for Form to 100%
|
2021-08-03 19:13:29 +00:00 |
|
|
7ee908f4dc
|
[TESTS] Revert exposing Redis docker container ports, as this conflicts with the actual instance, and was intended for testing
|
2021-08-03 19:13:29 +00:00 |
|
|
b2d72673c7
|
[TESTS][EVENTS] Raise test coverage for Event class to 100%
|
2021-08-03 19:13:28 +00:00 |
|
|
b51d43e6e2
|
[TESTS][ENTITY] Raise test coverage for Entity class to 100%
|
2021-08-03 19:13:28 +00:00 |
|
|
5777cdeaf9
|
[TESTS][LOG] Raise test coverage for Log class to 100%
|
2021-08-03 19:13:28 +00:00 |
|
|
b0ef7599b2
|
[TESTS] Ignore GNUsocial class from tests, as it simply pipes objects around
|
2021-08-03 19:13:28 +00:00 |
|
|
2c74bd7fb4
|
[FORM][DOCUMENTATION] Add documentation to Form class
|
2021-08-03 19:13:28 +00:00 |
|
|
b9fdaa1401
|
[EVENT] Fixup implementation, as imformed by tests
|
2021-08-03 19:13:28 +00:00 |
|
|
88bb0c6b38
|
[ENTITY] Fixup implementation, as imformed by tests
|
2021-08-03 19:13:28 +00:00 |
|
|
df956a5f90
|
[DB] Handle using methods with class name as well as table name and add lookup methods
|
2021-08-03 19:13:28 +00:00 |
|
|
aa66263b92
|
[TESTS] Add missing tests for Common
|
2021-08-03 19:13:28 +00:00 |
|
|
ae27d95509
|
[TESTS] Expand and fix cache tests
|
2021-08-03 19:13:27 +00:00 |
|
|
2beda0dd44
|
[TESTS] Add ignore annotations to code paths that serve as hooks in DependencyInjection
|
2021-08-03 19:13:27 +00:00 |
|
|
b79629b6d2
|
[TESTS][CACHE] Fixup errors found in cache implementation by testing. Ensure the newest values are kept, in pushList with max_count
|
2021-08-03 19:13:27 +00:00 |
|
|
4f6f4aa512
|
[ENTITY] Fix foreign key type in Cover entity, as found by tests
|
2021-08-03 19:13:27 +00:00 |
|
|
3554a5c369
|
[TESTS] Exclude Routes from testing, as well as, temporarily, src/Security
|
2021-08-03 19:13:27 +00:00 |
|
|
5ca8842308
|
[TESTS] Use vendor/bin/simple-phpunit for running the tests, as it provides the appropriate polyfills
|
2021-08-03 19:13:20 +00:00 |
|
|
5bf4a68454
|
[LEFT][RIGHT][CSS] Panels now occupy full page in smaller screen sizes.
|
2021-08-03 19:02:39 +01:00 |
|
|
903e6b33ff
|
[RIGHT][CSS] Right panel now shows an intuitive icon for other note options available.
|
2021-08-03 19:02:39 +01:00 |
|
|
0a0ead3081
|
[TWIG][CSS] Overall CSS optimizations. Image gradients are now used, 64x64 px.
|
2021-08-03 19:02:39 +01:00 |
|
|
efeb4b4ffe
|
[SETTINGS][PLUGIN][CONTROLLER] Populate profile tabs event added. Settings base template populated with such event for plugins and components.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-08-03 19:02:39 +01:00 |
|
|
780d341939
|
[SETTINGS][ROUTES][CONTROLLER] Settings overhaul, refactoring to accommodate new global settings view. WIP, component settings aren't shown at the moment.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-08-03 19:02:39 +01:00 |
|
|
5e012c39ab
|
[SETTINGS][TWIG][CSS] Settings WIP. Form polished, dropdowns need styling.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-08-03 19:02:38 +01:00 |
|
|
787afb9b41
|
[BASE][CSS] Snappier and consistent animations.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-08-03 19:02:38 +01:00 |
|
|
0e7c657301
|
[TWIG][SETTINGS] WIP. Settings navigation early sketch.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-08-03 19:02:38 +01:00 |
|
|
95f92d34db
|
[CSS] <figcaption> now has top padding for better legibility, hover now resizes it's element accordingly.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-08-03 19:02:38 +01:00 |
|
|
3cd33fb83a
|
[TWIG][CSS] Panels are fixed and base content acts accordingly on all sizes.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-08-03 19:02:38 +01:00 |
|
|
c2fc2300c7
|
[DOCS][Dev] Add HTTP Client
|
2021-08-03 18:22:37 +01:00 |
|
|
7fd4149695
|
[DOCS][Dev] Add Security
|
2021-08-03 17:54:43 +01:00 |
|
|
0273c8ca24
|
[DOCS][Dev] Add Queues
|
2021-08-03 17:23:58 +01:00 |
|
|
477518abf7
|
[DOCS][Dev] Add Internationalisation
|
2021-08-03 16:07:32 +01:00 |
|
|
47171069c2
|
[DOCS][Dev] Add Attachments
|
2021-08-03 15:37:31 +01:00 |
|
|
e8f57e8380
|
[DOCS][Dev] Configure search
|
2021-08-03 15:37:30 +01:00 |
|
|
7f3a9bc880
|
[DOCS][Dev] Add Logging
|
2021-08-03 15:37:30 +01:00 |
|
|
263a5f67f3
|
[DOCS][Dev] Add Templates
|
2021-08-03 13:34:57 +01:00 |
|
|
df1f12470f
|
[DOCS][Dev] Add Routes and Controllers
|
2021-08-03 13:34:56 +01:00 |
|
|
0cf53a4163
|
[DOCS][Dev] Add Cache
|
2021-08-03 13:34:53 +01:00 |
|
|
12f3e1f406
|
[DOCS][Dev] Cleanup src directory
|
2021-07-31 01:57:20 +01:00 |
|
|
15f2514aa2
|
[DOCS][Dev] Add database chapter
|
2021-07-31 01:46:54 +01:00 |
|
|
900d538e26
|
[DOCS][DEV] Add events
|
2021-07-30 19:09:25 +01:00 |
|
|
8f8b66c938
|
[DOCS][Paradigms] Elaborate on Null, Set and Void
|
2021-07-29 13:43:57 +01:00 |
|
|
3c0f6b294f
|
[DOCS] Write exceptions chapter
|
2021-07-28 21:06:55 +01:00 |
|
|
cfd771283a
|
[TWIG][CSS] Final fix for panels, resizing works as intended, content is wrapped when no space is available. Simpler rules throughout.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-07-28 11:52:45 +01:00 |
|
|
88eea554fc
|
[TWIG][CSS] Panels weren't "flexing" properly, in smaller sizes the right panel form would break.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-07-28 11:52:45 +01:00 |
|
|
5c8735ebea
|
[TWIG][CSS] Fixed right panel buttons, fix issue where the form was invalid on send.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-07-28 11:52:44 +01:00 |
|
|
d2a7281a4d
|
[TWIG][CSS] Right panel WIP. Create a note now looks better, need to style in some way the default user agent buttons without removing features (e.g. current file chosen).
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-07-28 11:52:44 +01:00 |
|
|
0ce686d8bb
|
[TWIG][CSS] Left panel profile section done.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-07-28 11:52:44 +01:00 |
|
|
b4bf720b06
|
[TWIG][CSS] Register and Login styling done.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-07-28 11:52:44 +01:00 |
|