Commit Graph

114 Commits

Author SHA1 Message Date
Clemens Schwaighofer
0658514e2e fixed bug in db async call if the query had an error, the error was not
cought and not reported back
2014-01-23 12:04:05 +09:00
Clemens Schwaighofer
1f7cab6241 fixed bug in getting primary key name if the table is in a different
schema to the current one
 * check current schema and set prefix to table if needed
 * check that if cursor is null we do not try to get any data but return false
2014-01-20 12:27:15 +09:00
Clemens Schwaighofer
96077aef92 add get schema method to DB IO class
fix wrong clear setting for MASTER TEMPLATE in set_paths.inc
2014-01-08 15:03:18 +09:00
Clemens Schwaighofer
d688499aee - update because of subversion checkin (keyword change)
- Class.DB.IO: add read method for db schema
2014-01-08 13:20:39 +09:00
Clemens Schwaighofer
7093d2bba4 edit_base.inc/edit_order.php:
change the order of the includes and change them to require.
move session start away and only set session name as the session is no
started automatically.
set_paths.inc:
missing form set detection, auto create picture cache root folder if it
does not exist
Class.Login.inc
set new acl var show_ea_extra. Is set to 1 if the user has more than one
edit access group
2014-01-08 13:07:02 +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
d7a43f9d24 missing space after FROM line in PK NAME query if no schema is defined 2013-12-12 18:53:10 +09:00
dd7ab1d74b change the PK NAME select query from the core postgresql class to a more
faster version
2013-12-12 16:28:40 +09:00
99860e7da2 Added PK name for edit_log insert db_exec call to avoid any extra SELECT
calls
2013-12-12 13:38:08 +09:00
4d3aab2f0f PHP Core libraries
- update www/log, www/templates_c, www/tmp ignore files
2013-12-11 16:19:24 +09:00
5808151c7f PHP Core Libraries
- removed global ignores for log, tmp, template_c to per folder so I can
  add the folders
2013-12-11 15:58:37 +09:00
d560ff367a PHP Core Libraries
- add missing .gitignore entries for tmp/
2013-12-11 15:52:45 +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
de4db95d16 PHP Core libraries
- add 4dev/ folder
2013-12-11 15:44:33 +09:00