Ilya Bakhlin
6c8dcb3017
Fixing the simple presenter.
2022-01-08 23:53:08 +01:00
Ilya Bakhlin
2a55c5933c
Fixing the router.
2022-01-08 23:52:26 +01:00
Ilya Bakhlin
f0b8c06a32
Reformatting the init-db.sql file.
2022-01-08 23:08:00 +01:00
Ilya Bakhlin
9bf852d417
Moving the contants definitions and removing unused code.
2022-01-08 22:32:23 +01:00
Ilya Bakhlin
ca311a53cc
Committing all the shit.
2022-01-08 21:59:36 +01:00
Ilya Bakhlin
3b31eb8d08
Refactor the Function Registering Method
...
Closes #13 .
2022-01-01 19:53:45 +01:00
Ilya Bakhlin
aa310f4ae4
Removing the debugger.
2022-01-01 19:46:25 +01:00
Ilya Bakhlin
24e48868d8
Improving the Bootstrap class call.
2022-01-01 19:40:36 +01:00
Ilya Bakhlin
1eb259a295
Removing unused method.
2022-01-01 19:33:19 +01:00
Ilya Bakhlin
4188fbba67
Reformat the Configuration Loading Method
...
Closes #12 .
2022-01-01 19:28:47 +01:00
Ilya Bakhlin
b457218e26
chandler-11 The Singleton Pattern Must Be a Class
...
Closes #11 .
2022-01-01 18:54:05 +01:00
Ilya Bakhlin
3ed115a9ed
Removing the public/.htaccess file.
2022-01-01 16:01:54 +01:00
Ilya Bakhlin
69f39add31
Adding the .gitkeep files.
2022-01-01 15:37:10 +01:00
Ilya Bakhlin
278f9ca8b1
Merge branch 'master' into pro
2022-01-01 15:32:06 +01:00
Ilya Bakhlin
cdc4531b44
Merge pull request #10 from openvk/master
...
Original Update
2022-01-01 15:31:06 +01:00
Ilya Bakhlin
bb6ffae04f
Removing the Router::defineIP method.
2021-12-30 11:57:48 +01:00
Ilya Bakhlin
19bf47d799
Removing the event system from the framework as nobody uses it.
...
Closes #8 .
2021-12-30 11:50:44 +01:00
Ilya Bakhlin
a4dd0c40ed
Removing all the caching and external dependencies.
2021-12-29 21:58:03 +01:00
Ilya Prokopenko
3c3e885062
Update INSTALL.md
2021-12-29 15:29:20 +07:00
Ilya Bakhlin
c4e87066e2
Testing the Event Dispatcher class.
2021-12-28 22:09:06 +01:00
Ilya Bakhlin
1f789219d9
Refactoring the TSimpleSingleton class.
2021-12-28 22:01:01 +01:00
Ilya Bakhlin
7cfedf6eff
Reformatting the Route class.
2021-12-28 21:07:18 +01:00
Ilya Bakhlin
545be21dbf
Reformatting the Boostrap class.
2021-12-28 20:49:37 +01:00
Ilya Bakhlin
ff46d1f1e5
Remove PHP Configuration
...
Closes #5 .
2021-12-28 20:20:51 +01:00
Ilya Bakhlin
096f8b779f
Rename the Folder
...
Closes #3 .
2021-12-28 20:19:00 +01:00
Ilya Bakhlin
5d7b131240
Reformatting the Router class.
2021-12-28 19:55:38 +01:00
Ilya Bakhlin
c89cd500a1
Reformatting the EventDispatcher class.
2021-12-28 19:50:49 +01:00
Ilya Bakhlin
336000b8d4
Fixing the Cancelable interface.
2021-12-28 19:47:27 +01:00
Ilya Bakhlin
d7d97fc4bf
Reformatting the Cancelable interface.
2021-12-28 19:46:12 +01:00
Ilya Bakhlin
f75754f341
Updating the Composer dependencies.
2021-12-28 19:35:32 +01:00
Ilya Bakhlin
2c63952f48
Getting all the changed.
2021-12-28 19:34:53 +01:00
Ilya Bakhlin
b73cd94d54
Merge branch 'master' into pro
...
# Conflicts:
# composer.lock
2021-12-28 19:33:30 +01:00
Ilya Bakhlin
894a13a095
Merge pull request #2 from openvk/master
...
Changes from the Original Project
2021-12-28 19:31:40 +01:00
Celestora
ba400a21e3
Fix logic error in view delegation thing
2021-12-27 14:10:15 +02:00
Celestora
5f839e1bb6
Fix logic error in view delegation thing
2021-12-27 14:08:52 +02:00
Celestora
624359f3f5
[WIP] Add fallback to overriden templates
2021-12-27 14:02:24 +02:00
Celestora
1e45ef5ef7
Add Postmark support as an alternative to SMTP mailing
2021-12-27 13:56:25 +02:00
Ilya Bakhlin
f8cb0c50a4
Reformatting the Event class.
2021-12-25 22:41:03 +01:00
Ilya Bakhlin
11e11add72
Set Up PHPUnit
...
Closes chandler-1.
2021-12-25 22:24:27 +01:00
Ilya Bakhlin
791a25812c
Updating the Composer configuration.
2021-12-25 20:06:57 +01:00
Ilya Bakhlin
b575d13a17
Improving the Git files.
2021-12-25 20:01:05 +01:00
Ilya Prokopenko
10b2ae82d8
NGINX: Moved the index to another position
2021-10-14 10:52:18 +07:00
Ilya Prokopenko
a6266c0e10
NGINX: Added a limit to size of an uploaded file
...
Without this, the web server would give a HTTP error 413.
2021-10-13 08:11:35 +07:00
Ilya Prokopenko
42108cf922
NGINX: PHP-FPM now only works with index.php
...
Previously it was applied to all PHP files. Or rather, it should have, but libchandler only has one PHP file on htdocs - index.php. Without this fix OpenVK profiles with ".php" in their link would "break".
2021-10-12 22:15:43 +07:00
Ilya Prokopenko
c6335aea7b
NGINX: Added new param SCRIPT_FILENAME
2021-09-18 09:23:28 +07:00
Celestora
0355a1a6d8
Merge branch 'master' of https://github.com/openvk/chandler into master
...
Signed-off-by: Celestora <kitsuruko@gmail.com>
2021-09-16 20:03:07 +03:00
Celestora
01338ff6ec
Add ability to change template search path
...
Signed-off-by: Celestora <kitsuruko@gmail.com>
2021-09-16 20:02:35 +03:00
celestora
8f61111b41
Fix arguments in nginx.conf
2021-09-16 19:20:50 +03:00
Celestora
5855601d59
Don't depend on YAML extension
...
Signed-off-by: Celestora <kitsuruko@gmail.com>
2021-09-16 18:42:36 +03:00
Ilya Prokopenko
f3b7e4a597
Install: Added NGINX as an option
2021-09-16 17:35:51 +07:00