Commit Graph

3495 Commits

Author SHA1 Message Date
11219ead38 add class to authenticate against ADS 2004-08-13 15:53:07 +00:00
bea4eab3e6 added some more checks: sequences and indexes for postgres 2004-08-11 23:23:14 +00:00
b4e2d56594 added the missing postgres functions - thought they are not fully testes yet 2004-08-11 23:22:25 +00:00
7a5f309cff if application is public wiki don't let search engine robots run away 2004-08-11 21:59:17 +00:00
dc410a8ee0 Fixed some translations 2004-08-10 23:41:22 +00:00
b5c8004951 striptags from title 2004-08-10 19:38:32 +00:00
4278ea0a88 extensions and corrections from Kiang 2004-08-10 14:49:38 +00:00
36a38b9b56 The ProcessManager class is dependant on the RoleManager class (when creating new minors/majors) 2004-08-10 14:08:56 +00:00
8a356e7e72 Queries in Galaxia api need ADODB_FETCH_ASSOC set 2004-08-10 14:07:30 +00:00
908eef2095 added some "unit tests" for schemaproc 2004-08-09 21:29:03 +00:00
691831c09f change back the egwhack 2004-08-09 21:28:47 +00:00
4dae67c9c0 got updates working again for MaxDB, MySql and MsSql (untested). Now I need to start working on postgres. 2004-08-09 21:20:08 +00:00
0a566e4635 Added translation of 'Logout' 2004-08-09 21:18:35 +00:00
febeab4d8d replace the crap 2004-08-09 13:46:03 +00:00
b1ec2ae317 replace the crap 2004-08-09 13:27:04 +00:00
d18d0d397e replace the crap 2004-08-09 13:20:26 +00:00
addab52d39 replace the crap 2004-08-09 13:15:33 +00:00
fdad27697d replace the crap 2004-08-09 13:03:05 +00:00
8942603608 replace the crap 2004-08-09 12:40:51 +00:00
bae4881a39 replace the crap 2004-08-09 12:32:46 +00:00
e77a676318 replace the crap 2004-08-09 12:25:51 +00:00
5e7c661f4a replace the crap 2004-08-09 12:20:28 +00:00
ef53586f0f documentation update and added $not_null parameter to quote() to control if php null's are written as SQL NULL or not. Is used by column_data_implode to only write NULL in columns which allow to do so 2004-08-08 22:31:41 +00:00
36d8ccb302 delete the crap 2004-08-08 21:09:16 +00:00
52a3cae790 Galaxia workflow api port for egroupware 2004-08-07 19:58:49 +00:00
6322ce9832 galaxia workflow api 2004-08-07 19:46:10 +00:00
9772a1b82a updated api-version to 1.0.0.003 for the final 1.0
Yuhuuuu :-)
2004-08-07 18:38:43 +00:00
9a58928b81 fix for bug [ 1000255 ] Todo with progress screw formating in calender:
- partialy caused by a <div ... /> with no closing </div>
- a table around the icons and title, puts them in one line now
2004-08-07 18:32:03 +00:00
c22cba8574 fix for bug [ 998496 ] Session error on logout under https, session-id and loginid are unset, which leads to a pg_atoi: zero length string sql-error. I now dont save anything if there is no sessionid or no loginid 2004-08-07 17:57:26 +00:00
4346d06789 fix for bug [ 997669 ] Session Error with db-sessions 2004-08-07 17:44:37 +00:00
ce2045bae1 fix for bug [ 1002325 ] Manual error:
if session.use_trans_sid was enabled, we created a wrong link for the manual
2004-08-07 13:15:06 +00:00
6b8f6a3d87 removing all it's acl-rights if an account gets deleted, admin only removed the run-rights, but not the grants or other rights 2004-08-07 12:46:58 +00:00
7cfabeb7c5 writing unset php-variables and thouse set to NULL now as SQL NULL 2004-08-07 11:58:05 +00:00
9449ea5afa *** empty log message *** 2004-08-07 10:22:51 +00:00
b2b8bd3512 fix from Shain Tancheff 2004-08-07 00:51:29 +00:00
e2eed6a73f killed warnings if executables not found 2004-08-06 12:38:14 +00:00
009a58f9a4 fixed wrong path for existence check of theme-file and the default 2004-08-06 12:24:42 +00:00
0bd82f3ab8 a bugfix in select and some MaxDB stuff 2004-08-05 15:31:55 +00:00
2425ccea19 - fix the "Home" text missing in appTitles in edge-it, idots, and jerryt
templates.
- remove  noop if (foo) { continue; }
- remove obsolete commented out code that special cased the home app which
is no longer valid.
2004-08-04 17:30:57 +00:00
9c5edb9b04 reworked to use the new db-functions 2004-08-04 15:34:14 +00:00
5d5730d813 improved handling of schema-files on system startup or in setup 2004-08-04 15:33:42 +00:00
906dd66691 bulgarian translations from Iassen Pramatarov <turin-AT-fsa-bg.org> 2004-08-04 14:56:19 +00:00
ccb4700624 removed unnecessary ';' in query in register_hooks, MaxDB treats them as SQL-errors 2004-08-04 10:30:47 +00:00
ff1cf940cc moved special insert_id handling for postgres into ADOdb, added workaround for updates of text/LONG columns in MaxDB to db::update 2004-08-03 23:06:37 +00:00
ecf1fd06eb MetaIndexes and _insert_id functions added 2004-08-03 23:04:29 +00:00
5f8de74a2a added table and colum as parameter to Insert_ID() to correctly retrive the id under postgres and MaxDB 2004-08-03 23:03:38 +00:00
1ef5e6e3ad small fix 2004-08-03 22:53:45 +00:00
d757e35973 reworked so-layer for MaxDB and new db-functions 2004-08-03 22:52:55 +00:00
00ce9a3181 vbXMLRPC needs a slightly different dateformat. 2004-08-03 16:09:27 +00:00
2d11bcec04 re-added (to be able to make patches agains 4.51) the sapdb change 2004-08-02 08:34:09 +00:00