Commit Graph

160 Commits

Author SHA1 Message Date
stephan
d724ced6de VERSION-0.9.4.3 missing configuration file 2019-11-19 16:28:28 +01:00
stephan
a4f4c4c0ae VERSION-0.9.4.2 missing configuration file 2019-11-19 16:26:38 +01:00
Stephan Kasdorf
b4798659fd Merge pull request #5 from alllinux/v0.9.4.2
V0.9.4.2
2019-11-19 16:20:38 +01:00
stephan
a2c7170463 VERSION-0.9.4.2 Database switch in order to disable the database adapter completly, minor bugfix in the postgress database adapter concerning the configuration settings. Added gitignore file 2019-11-19 16:19:14 +01:00
Stephan Kasdorf
a789d89515 VERSION 0.9.4.1: Updated README version number. 2019-11-12 18:14:34 +01:00
Stephan Kasdorf
b3d34d4f3b Merge pull request #4 from alllinux/v0.9.4
V0.9.4
2019-11-11 20:17:15 +01:00
Stephan Kasdorf
7c36f1275f REFACTORING: updated the autoloader, currently a duplicate section has to be refactored. Added a Registry for the settings section of every module. 2019-11-10 23:01:02 +01:00
Stephan Kasdorf
918a2cb4ec REFACTORING: updated the autoloader, currently a duplicate section has to be refactored. Added a Registry for the settings section of every module. 2019-11-10 23:00:26 +01:00
Stephan Kasdorf
aaf4ae3ee1 Merge pull request #3 from alllinux/v0.9.3
V0.9.3
2019-11-09 18:42:07 +01:00
Stephan Kasdorf
d0971daff8 REFACTORING: added documentation 2019-11-09 18:31:52 +01:00
Stephan Kasdorf
417c6c9013 REFACTORING: new autoloading functionallity, the modules are now structured for a better overview and module and visibility. Now the modules can also be used for bigger systems, but still are light weight. 2019-11-09 18:08:35 +01:00
Stephan Kasdorf
ed31b5442b Merge pull request #2 from alllinux/v0.9.2
V0.9.2
2019-11-04 15:01:57 +01:00
Stephan Kasdorf
713c4ad0f8 Merge branch 'master' into v0.9.2 2019-11-04 15:01:37 +01:00
Stephan Kasdorf
7e79b83767 REFACTORING: update during packagist weird behavior. 2019-11-04 14:48:30 +01:00
Stephan Kasdorf
9919096ce5 REFACTORING: renaming the repository 2019-11-04 00:18:01 +01:00
Stephan Kasdorf
7e3e7b98fa REFACTORING: renaming the repository 2019-11-04 00:16:07 +01:00
Stephan Kasdorf
ce8fffa336 REFACTORING: renaming the repository 2019-11-04 00:15:09 +01:00
Stephan Kasdorf
e9d9397495 REFACTORING: renaming the repository 2019-11-04 00:13:19 +01:00
Stephan Kasdorf
07b85fb8d4 REFACTORING: renaming the repository 2019-11-04 00:12:01 +01:00
Stephan Kasdorf
dada1dd2ba REFACTORING: renaming the repository 2019-11-04 00:11:21 +01:00
Stephan Kasdorf
14d3175bb9 REFACTORING: renaming the repository 2019-11-04 00:10:43 +01:00
Stephan Kasdorf
763acbd6b4 REFACTORING: renaming the repository 2019-11-04 00:09:21 +01:00
Stephan Kasdorf
82db406332 Merge pull request #1 from alllinux/v0.9.1
V0.9.1
2019-11-03 23:56:33 +01:00
Stephan Kasdorf
35b9a23ae5 REFACTORING: renaming the repository 2019-11-03 23:45:49 +01:00
Stephan Kasdorf
7306db234e REFACTORING: updated the base template with some examples, also added annotations for autocomplete in the core view and controller core. 2019-11-03 23:30:44 +01:00
Stephan Kasdorf
70dccc3f15 REFACTORING: framework cleanup, preparing for php7.4 and loading dependencies from composer 2019-11-03 22:06:50 +01:00
Stephan Kasdorf
236f94bb70 Version 0.7.0 beta - update for database functionality, composer file update 2019-01-27 16:30:12 +01:00
Stephan Kasdorf
7bc5198d31 Version 0.7.0 beta - update for database functionality 2019-01-27 16:20:25 +01:00
Stephan Kasdorf
a2bb8a2f48 BUGFIX: not loading because of GLOBALS, now fixed- 2019-01-25 20:01:31 +01:00
Stephan Kasdorf
f7e47b05bf BUGFIXING: version 0.6.1, update on the pagination 2019-01-04 19:15:57 +01:00
Stephan Kasdorf
4b73d2602d Correction of the version number 2018-12-05 21:05:17 +01:00
Stephan Kasdorf
acd6e7fce5 VERSION UPDATE: beta 0.6.0 see the readme.md document 2018-12-05 20:59:28 +01:00
Stephan Kasdorf
aff8730316 CORE UPDATE: Minor update concerning the autoloading class in the core, now it is also possible to give a loading order through the configuration
Minor update concerning the form factory classes in the core, now some javascript events are implemented as well, another update concerning functinoallity will follow soon.
             Update on the example configuration file, implementing the autoloading order of interfaces, moduels and traits.
             Update for multidatabase support, see the documentation on http://www.nibiru-framework.com
2018-08-28 11:50:22 +02:00
Stephan Kasdorf
50ee482b9e Bugfix, wrong namespaceing 2018-07-16 14:59:30 +02:00
Stephan Kasdorf
1dd5d35f03 Update Version 0.4.0 beta 09.07.2018
- Bugfix on the form classes, now the select option is correctly set back.
- Update for the database adapter
- Improvement of the form elements, added onchange on the select boxes, the form tag now can have no element if needed.
- Implementation of the Postgres and MySQL Adapter with propper Namespacing.
- Minor bugfixing
2018-07-09 18:49:29 +02:00
Stephan Kasdorf
ca9ff28194 Update Version 0.4.0 beta 09.07.2018
- Bugfix on the form classes, now the select option is correctly set back.
- Update for the database adapter
- Improvement of the form elements, added onchange on the select boxes, the form tag now can have no element if needed.
- Implementation of the Postgres and MySQL Adapter with propper Namespacing.
- Minor bugfixing
2018-07-09 18:48:03 +02:00
Stephan Kasdorf
c4a2f2942a Correction for running on php -S 2018-04-11 14:37:45 +02:00
Stephan Kasdorf
628329396e Correction for running on php -S 2018-04-11 14:36:16 +02:00
Stephan Kasdorf
d3534115e0 composer package update 2018-03-15 16:12:00 +01:00
Stephan Kasdorf
ba8e94acca composer update 2018-03-15 16:04:35 +01:00
Stephan Kasdorf
60ccc8b5d1 composer udpate 2018-03-15 16:02:54 +01:00
Stephan Kasdorf
26842dfd1d Composer configuration update 2018-03-15 15:59:52 +01:00
Stephan Kasdorf
2da482febf Packagist 2018-03-15 13:17:10 +01:00
Stephan Kasdorf
f93669491a Packagist 2018-03-15 13:13:30 +01:00
Stephan Kasdorf
90f4eb1703 Packagist 2018-03-15 13:11:58 +01:00
Stephan Kasdorf
c9f29ce086 Version 0.3.5 beta 2018-03-14 16:37:09 +01:00
Stephan Kasdorf
f7f7550833 FIX: created folder in order to be operational within the template engine 2018-02-05 08:28:31 +01:00
Stephan Kasdorf
8f7ccc8f36 removed unused files that are not needed anymore. 2018-02-05 08:25:59 +01:00
Stephan Kasdorf
86433af5bf Version 0.3 beta 04.02.2018
Improved: The Router now accepts actions, either trough the _action as parameter, or on the URL pattern after the controller name Example: http://youdomain/[controllername]/[actionname]/
It is now possible to load as many navigations on the page as wanted by passing the name to the JsonNavigation::getInstance()->loadJsonNavigationArray('[NAME]'); call in the navigationAction of the Controller
Building forms by simple adding the namespace use Nibiru\Factory\Form; and calling Example: Form::addInputTypeText( array( 'name' => 'lastname', 'value' => 'placeholder' ) ); To finalize the form the last call should be something like this: Form::addForm( array('name' => 'testform', 'method' => 'post', 'action' => '/' . Router::getInstance()->currentPage(), 'target' => '_self') );
The Database design has fully been refactored, now it contains an autoloading mechanism which can be triggert by createing a database folder in the application folder, a Example file is in the folder applicatoin/database
The Database access can now be implemented anywhere in your application by adding the namespace to your database accessing Logic: use Nibiru\Factory\Db;
2018-02-04 22:16:21 +01:00
Stephan Kasdorf
16d86ad95e Refactoring to maintain the framework standard. 2017-08-01 12:01:16 +02:00