Commit Graph

8614 Commits

Author SHA1 Message Date
alpeb
52a3cae790 Galaxia workflow api port for egroupware 2004-08-07 19:58:49 +00:00
alpeb
6322ce9832 galaxia workflow api 2004-08-07 19:46:10 +00:00
Ralf Becker
9772a1b82a updated api-version to 1.0.0.003 for the final 1.0
Yuhuuuu :-)
2004-08-07 18:38:43 +00:00
Ralf Becker
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
Ralf Becker
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
Ralf Becker
4346d06789 fix for bug [ 997669 ] Session Error with db-sessions 2004-08-07 17:44:37 +00:00
Ralf Becker
4fb9fd8ce4 fix for bug [ 996391 ] Conflict warning although there is no conflict 2004-08-07 17:23:12 +00:00
Ralf Becker
0d1e67445d fix for bug [ 1004481 ] alarm management: you could not create alarms for other participants, even if you had the required write-grants from them 2004-08-07 14:55:38 +00:00
Ralf Becker
c3717d0315 fix for bug [ 1004555 ] Database error adding new calendar item:
- happend only if participants have been disabled via custom-fields
- was caused by the code entering participants from matrixview
2004-08-07 14:22:58 +00:00
Ralf Becker
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
Ralf Becker
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
Ralf Becker
25ba714000 not using distinct on MaxDB too 2004-08-07 12:10:12 +00:00
Ralf Becker
7cfabeb7c5 writing unset php-variables and thouse set to NULL now as SQL NULL 2004-08-07 11:58:05 +00:00
Ralf Becker
86e0942150 fixed wrong regular expression 2004-08-07 10:40:10 +00:00
Oscar Manuel Gómez Senovilla
1de5c35348 *** empty log message *** 2004-08-07 10:29:24 +00:00
Oscar Manuel Gómez Senovilla
9449ea5afa *** empty log message *** 2004-08-07 10:22:51 +00:00
reinerj
f01a52ad53 update korea lang translation from Futurizer 2004-08-07 01:13:20 +00:00
reinerj
1f1c58be46 update korea lang translation from Futurizer 2004-08-07 00:58:47 +00:00
reinerj
b2b8bd3512 fix from Shain Tancheff 2004-08-07 00:51:29 +00:00
ak703
61482e0a19 sync with Version-1_0_0-branch 2004-08-06 20:44:22 +00:00
Ralf Becker
e2eed6a73f killed warnings if executables not found 2004-08-06 12:38:14 +00:00
Ralf Becker
009a58f9a4 fixed wrong path for existence check of theme-file and the default 2004-08-06 12:24:42 +00:00
Ralf Becker
0bd82f3ab8 a bugfix in select and some MaxDB stuff 2004-08-05 15:31:55 +00:00
Oscar Manuel Gómez Senovilla
26bf92520e *** empty log message *** 2004-08-04 20:59:09 +00:00
mgalgoci
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
Ralf Becker
9c5edb9b04 reworked to use the new db-functions 2004-08-04 15:34:14 +00:00
Ralf Becker
5d5730d813 improved handling of schema-files on system startup or in setup 2004-08-04 15:33:42 +00:00
Ralf Becker
906dd66691 bulgarian translations from Iassen Pramatarov <turin-AT-fsa-bg.org> 2004-08-04 14:56:19 +00:00
Ralf Becker
07af80f38b typo 2004-08-04 14:09:41 +00:00
Ralf Becker
5be5321892 added a missing phrase from idots 2004-08-04 14:00:27 +00:00
Ralf Becker
ccb4700624 removed unnecessary ';' in query in register_hooks, MaxDB treats them as SQL-errors 2004-08-04 10:30:47 +00:00
reinerj
446d92f9b0 update Korea translation futurizer 2004-08-04 10:28:55 +00:00
reinerj
0d91f7017e update Korea translation futurizer 2004-08-04 10:14:18 +00:00
reinerj
ea33d7c050 update Korea translation futurizer 2004-08-04 10:06:58 +00:00
Ralf Becker
8cbf049cb3 removed order by from count(*) query as MaxDB dont order after columns not retrived 2004-08-03 23:22:35 +00:00
Ralf Becker
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
Ralf Becker
ecf1fd06eb MetaIndexes and _insert_id functions added 2004-08-03 23:04:29 +00:00
Ralf Becker
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
Ralf Becker
1ef5e6e3ad small fix 2004-08-03 22:53:45 +00:00
Ralf Becker
d757e35973 reworked so-layer for MaxDB and new db-functions 2004-08-03 22:52:55 +00:00
Ralf Becker
bdc3456ed6 reworked so-layer for MaxDB and new db-functions:
- added cal_ prefix to phpgw_cal
- hol_ prefix to phpgw_cal_holidays
- renamed cal_login=>cal_user_id,cal_type=>cal_user_type in phpgw_cal_user
2004-08-03 22:52:13 +00:00
Carsten Wolff
00ce9a3181 vbXMLRPC needs a slightly different dateformat. 2004-08-03 16:09:27 +00:00
Ralf Becker
d847c0e125 fixed bug [ 1001387 ] Error Emailing Attachments - missing closedir prefents rmdir on win 2004-08-03 14:13:37 +00:00
reinerj
3cf3d8617d fix typo 2004-08-03 14:06:51 +00:00
Ralf Becker
3eeac95008 added 1.0.1 dependency for the api 2004-08-03 08:03:04 +00:00
Ralf Becker
ee1eaa2130 added 1.0.1 dependency for the api 2004-08-03 08:03:04 +00:00
Ralf Becker
0a991e6cc8 fixed email-address 2004-08-02 14:04:01 +00:00
Ralf Becker
2d11bcec04 re-added (to be able to make patches agains 4.51) the sapdb change 2004-08-02 08:34:09 +00:00
Ralf Becker
b3d517a98c imported version 4.51 of ADOdb 2004-08-02 08:30:47 +00:00
Ralf Becker
00d45abcfe always use the charset param for htmlspecialchars (via html::htmlspecialchars) 2004-08-02 07:24:44 +00:00