Stephan Kasdorf
|
2e5220c4fc
|
Version 0.9.5 beta - Form update added onclick to the attributes in the button element.
|
2020-11-05 14:34:10 +01:00 |
|
Stephan Kasdorf
|
1d6f007fff
|
Version 0.9.5 beta - bugfix for the PDO adapter in MySQL, now working correctly with all encodings.
|
2020-11-04 19:59:08 +01:00 |
|
Stephan Kasdorf
|
9070ec0dc8
|
Version 0.9.5 beta - added attributes max, min, step, onblur, onfocus to the form.
|
2020-11-04 19:42:22 +01:00 |
|
Stephan Kasdorf
|
7b71fba0d5
|
Version 0.9.5 beta - Core update fixed ? and / parameters for the url, now accepting with and without ending / also containing ?
|
2020-11-04 00:22:03 +01:00 |
|
Stephan Kasdorf
|
bee0a7012f
|
Version 0.9.5 beta - Core update added autocomplete through the IDb interface, the DB factory now also supports autocomplete.
|
2020-10-30 12:37:14 +01:00 |
|
Stephan Kasdorf
|
334588974a
|
Version 0.9.5 beta - Core update removed dependencies for the Postgres to MySQL, since it made no sense, also removed the ODBC dependencies for MySQL since it made no sense, will be added to the current Nibiru core version v0.9.5. Also added the correct return types for the PDO adapter so it has code completion.
|
2020-10-29 22:27:40 +01:00 |
|
Stephan Kasdorf
|
dc848b4f8a
|
Version 0.9.5 beta - added additional additional configuration to the view
|
2020-10-09 19:40:47 +02:00 |
|
Stephan Kasdorf
|
312ca6a776
|
Version 0.9.5 beta - added additional getSession to the controller, in order to have the direct access through the framework
|
2020-10-09 00:04:44 +02:00 |
|
Stephan Kasdorf
|
9e1ee98ff7
|
Version 0.9.5 beta - added additional json/application headers for a possible REST module
|
2020-10-01 00:06:10 +02:00 |
|
Stephan Kasdorf
|
47171d3fa6
|
Version 0.9.5 beta - added the user_id to the session, also renamed the session_id in order to make sense
|
2020-09-29 22:36:56 +02:00 |
|
Stephan Kasdorf
|
5f3c449123
|
Version 0.9.5 beta - fixed the checked attribute for radio buttons, also fixed the value field for the radio button
|
2020-09-29 22:23:16 +02:00 |
|
Stephan Kasdorf
|
419e047bc3
|
Version 0.9.5 beta - added form attribute disabled to the textfield
|
2020-09-29 20:43:08 +02:00 |
|
Stephan Kasdorf
|
b297a2e40a
|
Version 0.9.5 beta - added $_FILES to the controller in order to have this super global accessible.
|
2020-09-21 22:17:49 +02:00 |
|
Stephan Kasdorf
|
112c00ff1b
|
Version 0.9.5 beta - in some cases needed for re-clearing the module registry
|
2020-09-19 20:41:43 +02:00 |
|
Stephan Kasdorf
|
2c7117d2d5
|
Version 0.9.5 beta - in some cases needed for re-clearing the module registry
|
2020-09-19 20:39:30 +02:00 |
|
Stephan Kasdorf
|
9559fc8ae1
|
Version 0.9.5 beta - added missing value field for the email field
|
2020-09-19 00:43:53 +02:00 |
|
Stephan Kasdorf
|
7c5b7e3415
|
Version 0.9.5 beta - changed request, get, post logic in order to jsut accept parameters, and also the full array.
|
2020-09-12 22:59:25 +02:00 |
|
Stephan Kasdorf
|
ec533f1974
|
Version 0.9.5 beta - changed request, get, post logic in order to jsut accept parameters, and also the full array.
|
2020-09-12 22:42:03 +02:00 |
|
Stephan Kasdorf
|
13fa86e593
|
Version 0.9.5 beta - added HTML attribute for select boxes
|
2020-09-11 00:05:49 +02:00 |
|
Stephan Kasdorf
|
6a323aa32a
|
Version 0.9.5 beta - added lastInsertID for the PDO adapter
|
2020-09-10 23:02:11 +02:00 |
|
Stephan Kasdorf
|
016811c414
|
Version 0.9.5 beta - added account activation on the auth extension in the core, now users can be enabled and disabled by standard.
|
2020-09-07 21:26:20 +02:00 |
|
Stephan Kasdorf
|
ff466d1c98
|
Version 0.9.5 beta - added missing replacement logic for the form attributes
|
2020-09-07 20:17:31 +02:00 |
|
Stephan Kasdorf
|
5ea2781321
|
Version 0.9.5 beta - added maxlength and tabindex for the input field
|
2020-09-07 12:56:58 +02:00 |
|
Stephan Kasdorf
|
0d6a207d80
|
Version 0.9.5 beta - minor bugfix for the checkbox form element.
|
2020-09-05 18:05:24 +02:00 |
|
Stephan Kasdorf
|
49ffcdeebd
|
Version 0.9.5 beta - added opening and closing div to be put anywhere in the form, fixed some configuration bugs, and warnings in the autoloading class, missing file implementation.
|
2020-09-05 16:51:04 +02:00 |
|
Stephan Kasdorf
|
9366948b0b
|
Version 0.9.5 beta - added opening and closing div to be put anywhere in the form, fixed some configuration bugs, and warnings in the autoloading class
|
2020-09-05 16:46:24 +02:00 |
|
Stephan Kasdorf
|
0fdb5f8121
|
Version 0.9.5 beta - added example directory and plugin class for a basic layout
|
2020-09-04 17:19:03 +02:00 |
|
Stephan Kasdorf
|
6c7191eb75
|
Version 0.9.5 beta - minor bugfix for missing configuration files and button settings.
|
2020-09-04 17:13:17 +02:00 |
|
Stephan Kasdorf
|
94b626eb36
|
Version 0.9.5 beta - minor bugfix for selecting datasets by primary key id, now is working with the abstract layer and the PDO adapter.
|
2020-01-06 12:47:04 +01:00 |
|
Stephan Kasdorf
|
dc45ffb6ec
|
Version 0.9.5 beta - update for the autoloading and a bugfix for the directory iterators, also the dispatcher checks for the action before loading it now.
|
2020-01-06 11:42:01 +01:00 |
|
Stephan Kasdorf
|
12288f52df
|
Version 0.9.5 beta - update for the autoloading and a bugfix for the registry, also the dispatcher checks for the file before loading now.
|
2020-01-06 11:32:33 +01:00 |
|
Stephan Kasdorf
|
18344ebb8f
|
Version 0.9.5 beta - update for the autoloading of plugins in the module folder.
|
2020-01-03 13:04:08 +01:00 |
|
Stephan Kasdorf
|
6010342ad6
|
Version 0.9.5 beta - update for database functionality, updated the db.class.mask, and the mysql autogeneration for files.
|
2019-12-29 20:28:19 +01:00 |
|
Stephan Kasdorf
|
e655936d3f
|
Merge pull request #6 from alllinux/v0.9.4.3
V0.9.4.3
|
2019-11-19 16:28:58 +01:00 |
|
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 |
|