|
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 |
|
|
0d83bbff23
|
[CSS] Fixing poor responsiveness to main nav element hover animation.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-07-28 11:52:43 +01:00 |
|
|
a9d710f189
|
[CSS][TWIG] Left panel HTML nesting to better aid screen readers.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-07-28 11:52:43 +01:00 |
|
|
4b095961d8
|
[CSS][TWIG] Panels icons are now hidden on desktop view to stop possible inconsistencies on window resizing. Left Panel polish.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-07-28 11:52:43 +01:00 |
|
|
14ecf913bf
|
[CSS][TWIG] Details element is now shown by default on larger screens, and hidden on smaller screens.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-07-28 11:52:42 +01:00 |
|
|
2b4bf6c31f
|
[CSS][TWIG] Timeline navigation is now a part of the left panel, this way more items could be displayed at a time. Left panel styling WIP.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-07-28 11:52:42 +01:00 |
|
|
6437e68132
|
[TWIG] Microformats added to timeline, note's view and media. Should be backwards compatiblr as well.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-07-28 11:52:42 +01:00 |
|
|
37a2db3706
|
[CSS] Fixed accessibility issues with header and panel elements. Left, instance and right elements are now properly ordered when focused.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-07-28 11:52:41 +01:00 |
|
|
362be17aba
|
[CSS] Fixed incorrect Chromium based browsers improper main content view. Flex item order (shouldn't be a problem, but it was) and padding for the container class was the root issue.
Signed-off-by: Eliseu Amaro <mail@eliseuama.ro>
|
2021-07-28 11:52:41 +01:00 |
|
|
3a5ba9b6c4
|
[CSS] Main container 'order' attribute was somehow a problem in Chromium.
|
2021-07-28 11:52:41 +01:00 |
|
|
dd7d412e83
|
[CSS] Fixed top content margin.
|
2021-07-28 11:52:41 +01:00 |
|