Clemens Schwaighofer
b12ded8ae3
Update prototype to 1.7.2 and create symlinks
2014-06-04 20:45:37 +09:00
Clemens Schwaighofer
1aa8f80409
Remove more old subversion keyword entries
2014-05-30 18:46:29 +09:00
Clemens Schwaighofer
c88f9236e9
Remove subversion keyword in edit_base
2014-05-30 17:57:25 +09:00
Clemens Schwaighofer
a828af6a81
Missing array init in Admin Backend, jquery & prototype update
...
If no page list data for admin backend is read, the pages array is not
set, init it, so it doesn't throw an error.
Update jquery 1 to 1.11.1, jquery 2 to 2.1.1 and prototype to 1.7.1.0
2014-05-20 10:37:01 +09:00
Clemens Schwaighofer
9e9770d3ef
Bug fix to be able to ignore auto returning pk for inserts
...
Some tables do not have primary keys, so an override code is needed to
avoid getting auto returning set there.
If db exec is called 'NULL' (or the async version), then no RETURNING is
added or checked.
2014-05-19 17:34:02 +09:00
Clemens Schwaighofer
5e7359554f
Form Class update to fix possible primary key variable overwrite when
...
reference inserts are written.
v1.0.2
2014-04-03 20:00:58 +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.
v1.0.1
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
6abd2dda1b
Updte the table array files and fix missing tab intends
2014-02-13 11:37:54 +09:00
Clemens Schwaighofer
83128db511
Remove more Subversion Keywords
2014-02-06 17:35:12 +09:00
Clemens Schwaighofer
db4d386fb2
Remove all Subversion keywords
2014-02-06 17:17:01 +09:00
Clemens Schwaighofer
2dd286b25e
Remove not needed empty line
v1.0.0
2014-01-30 17:36:56 +09:00
Clemens Schwaighofer
e7dd073c07
fix login with new blowfish passwords
2014-01-29 11:36:54 +09:00
Clemens Schwaighofer
4591eab732
fix bug in Login class for detecting if we need to set the show edit
...
access drop down
2014-01-23 15:09:59 +09:00
Clemens Schwaighofer
c0bbec3295
add missing reset for error variable in the db_pgsql class.
...
cosmetic changes in db_pgsql class.
2014-01-23 12:57:57 +09:00
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