Commit Graph

1583 Commits

Author SHA1 Message Date
Ralf Becker
fefe0305fd fix for bug reported on user-list, time-compare creates date before 1970/1/1 which is the earliest allowed date on windows 2003-04-18 08:37:04 +00:00
Ralf Becker
6b1cfa855e limited the length of the message_id to 230 and defined a constant for it 2003-04-02 17:46:37 +00:00
Ralf Becker
486fd309c0 changed wrong php-version-number 2003-04-02 10:42:12 +00:00
Ralf Becker
8a9884ec96 had to redo it as it breaks other stuff 2003-03-31 17:34:38 +00:00
Ralf Becker
64309e9e5a made it more compatible with the version in 0.9.14 2003-03-31 16:51:25 +00:00
Ralf Becker
ea968b1cd6 added function redirect_link and added nodisplay before exit 2003-03-31 16:50:49 +00:00
Ralf Becker
ec8ba8cab3 added appname to website title (as dave in .16) 2003-03-30 11:04:57 +00:00
Ralf Becker
32f1ed2b83 now admin can enable/disable the preferences as any other app, fix for bug#2967 2003-03-28 16:19:46 +00:00
Ralf Becker
a29965b1ea added a local var $oProc as reference to the global one, to be compatible with old-style default_records.inc.php 2003-03-27 18:39:49 +00:00
Ralf Becker
d948f09973 moved generation and translation of app-title into applications-class 2003-03-22 12:29:42 +00:00
Ralf Becker
b83af98a7f skwashd's patch to:
- name2id return system-global cats too
- return_array use strlen now to differ between not set and 0 parent_cat_id
2003-03-22 09:37:40 +00:00
Ralf Becker
254ba69217 dave's parse_navbar_end-fix (no more complaining it's not defined) 2003-03-22 09:04:37 +00:00
Ralf Becker
c2778383c5 2 changes:
- newer lang-files get now installed automaticaly when a user log's in
- Czech is added to the supported lang's
==> phpgwapi version updated to 0.9.14.002
2003-03-22 01:32:43 +00:00
Ralf Becker
556680d7f8 fix for 2 pgSql bugs:
- if a table get droped (eg. uninstall an app) the sequenz got not droped, which leads to complains of pgSql if you tried to reinstall the table/app
- _CopyAlteredTable (which is used by AlterColumn) uses a 'SELECT * ' and then the $db->f(0|1|2) which leads to errors when the column-order is not as expected
2003-03-22 01:28:48 +00:00
Ralf Becker
f9c53875eb Moved list_sessions and total from admin.socurrentsessions into the session-class and implemented them for php4 too.
So admin.socurrentsessions is no longer used and bocurrentsessions as well as the phpgwapi/templates/xxx/navbar.inc.php use the session-class to get the number of loged-in-users.
Aktivated the accesslog f�r php4-sessions too.
2003-03-21 00:47:18 +00:00
Ralf Becker
0b53b03eae skwashd's patch to use last_insert_id instead of an extra max(id) query 2003-03-19 23:14:21 +00:00
Ralf Becker
4d4f86af2b an other issue with daylight-saveing in days_between solved, now the calculation is down ignoring the daylight-saveing 2003-03-18 18:02:36 +00:00
Ralf Becker
c280a1ab7e made some more messages from the users-prefs translatable 2003-03-18 17:05:42 +00:00
Ralf Becker
027cfe7207 fix for postgreSql's AddColumn, to allow to set a default and a not null contraint, they are not allowed in add column in pgSQL 2003-03-18 00:07:17 +00:00
Ralf Becker
ff708d4917 skwashd's patch to be able to retrive entries with parent_id == 0 2003-03-16 22:16:33 +00:00
Ralf Becker
2df14f0419 fix for bug #2549, patch from ||cw 2003-03-13 17:59:45 +00:00
Ralf Becker
b4f4f7c938 fix for pgsql >= 7.3 need separate LIMIT and OFFSET clause, works with 7.2.x too 2003-03-13 17:44:53 +00:00
Ralf Becker
e19a2ee41d fix multidomain header-generation 2003-03-05 14:21:49 +00:00
Ralf Becker
982f00b803 fix to include the mysql-error-msg again 2003-03-05 13:57:29 +00:00
Ralf Becker
cc9eace636 sim's patch #1218: vfs patch (to implement "view" method) 2003-03-04 18:15:38 +00:00
Ralf Becker
ff3eae22d3 sim's patch #1217: webdav client cache fix 2003-03-04 18:10:15 +00:00
Ralf Becker
6395e2a6ab sim's patch #1096: webdav client class fix (small but essential) 2003-03-04 17:46:16 +00:00
Ralf Becker
bdf2cb9d91 reimplemented the days_between function because it led to an infinite recursion in some cases and its simpler/faster now 2003-02-26 16:44:11 +00:00
Zone
241a0bbf09 Load vfs_shared class 2003-02-17 19:35:52 +00:00
Zone
f72d5d300e Move shared variables and functions to vfs_shared 2003-02-17 19:34:56 +00:00
Zone
45caae75f9 Initial commit 2003-02-17 19:33:07 +00:00
Zone
efc0287bc1 Initial commit. From Jonathon Sim <sim@zeald.com> 2003-02-06 22:45:05 +00:00
Zone
4697629414 Initial commit. Original author Leo West <west_leo@yahoo-REMOVE-.com>, changes from and submitted by Jonathon Sim <sim@zeald.com> 2003-02-06 22:43:18 +00:00
seek3r
a80e96953f added new acl class as acl2 while its being tested 2003-01-12 20:19:12 +00:00
seek3r
d1f5fdf372 oops. left debug line in safe_args() 2003-01-12 03:46:38 +00:00
seek3r
8ae1ee9e14 fixed validation bug in safe_args() and removed debug line I left in createobject() 2003-01-12 03:43:55 +00:00
seek3r
637307f51c added new safe_args function which should help to make our functions safer and more flexible 2003-01-11 08:32:44 +00:00
ceb
bf0e5e2d90 update 2003-01-04 00:54:55 +00:00
ceb
c5526be9e4 update 2003-01-04 00:12:48 +00:00
ceb
b0e538a1ff fixed forced prefs 2002-12-26 20:43:00 +00:00
seek3r
95ce24b391 *** empty log message *** 2002-12-23 01:29:19 +00:00
ceb
f8afc79b4b update help 2002-12-23 00:57:08 +00:00
ceb
a7adc68829 update to install admin/prefs/api at once during new install 2002-12-19 23:33:44 +00:00
ceb
06a871dd7c update accounts_ldap 2002-12-18 00:20:46 +00:00
ceb
f74cd4393f update help system 2002-12-16 01:20:12 +00:00
ceb
38f09178a7 update nm sort function 2002-12-05 00:27:37 +00:00
ceb
579efdde4d update help 2002-12-01 03:35:02 +00:00
ceb
de9637797d update 2002-11-30 02:22:23 +00:00
ceb
4fa662a569 started updating help system 2002-11-30 02:02:32 +00:00
ceb
ffa00332ce update verdilak layout 2002-11-28 01:38:13 +00:00