Clemens Schwaighofer
79e3c052e2
Update pChart to 2.1.4, fix small bug in Basic class
...
For the host name set, if there is no data in the HTTP_HOST var, then
set it to NA instead. Also default set to port 80 if no port info could
be found.
2014-12-11 11:56:18 +09:00
Clemens Schwaighofer
fa6856eb2a
Update to core login: password set/lock, start add PDO::Pgsql
...
The login class and edit interface has added lock/strict login and a
basic layout add for forced change password in X days (not yet
implemented)
Also start adding pdo interface wrapper class for pgsql
2014-12-08 13:18:33 +09:00
Clemens Schwaighofer
8c4527cf4a
Fix debug log path
...
Use the SELF var itself without running it through any pathinfo filter
2014-09-30 16:25:22 +09:00
Clemens Schwaighofer
deff15cc71
Update core classes with better debugging output
...
Add server name to the print out and log print debug entry.
For the debug log file add the full file path so we know which file
exactly got accessed.
2014-09-30 16:12:50 +09:00
Clemens Schwaighofer
5d79a96856
Add _sha1_short function to Basic class. Currently calls crc32b. Will
...
later return 9 char long sha1 from string given. Will be used for the
upcomging crc32b->sha1 switch in projects depending on this class
system.
2014-04-02 11:39:33 +09:00
Clemens Schwaighofer
7ea35c2e61
Fix depricated /e for magic links regex callback.
2014-03-11 09:36:49 +09:00
Clemens Schwaighofer
db4d386fb2
Remove all Subversion keywords
2014-02-06 17:17:01 +09:00
Clemens Schwaighofer
2327fcb68f
- update Basic class to automatically set the session
...
- update Login class to init basic class before session check
- add form token set/validate methos in basic class
- remove old smarty 3.1.14
2014-01-07 11:52:01 +09:00
7285d3947c
PHP Core Libraries
...
- add .gitignore for log, templates_c and tmp
- add base www/ folder
2013-12-11 15:52:08 +09:00