Commit Graph

6541 Commits

Author SHA1 Message Date
Ralf Becker
6b0665f005 changed app title 2003-03-22 11:34:22 +00:00
Ralf Becker
c54c48804f some new german phrases 2003-03-22 10:51:02 +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
a0925f7505 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

fixed multidomain-select-box
2003-03-22 01:33:24 +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
3ede0a0aa0 removed dos carage-returns to be able to merge 2003-03-21 00:17:15 +00:00
gugux
a3a882ef72 Added cs files. Patch #1072 thanks to mlHAU ! 2003-03-20 22:00:03 +00:00
Ralf Becker
d7db5b4903 fixed writeing of temp. alphanumerical info_link_id to the db, as pgSql complains about the wrong type 2003-03-20 17:31:01 +00:00
Ralf Becker
74fc92f617 fixed writeing of temp. alphanumerical info_link_id to the db, as pgSql complains about the wrong type 2003-03-20 17:22:53 +00:00
Ralf Becker
686537ac7a not longer needed 2003-03-20 16:41:57 +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
56ac75c659 changed $GLOBALS['setup_info'] to $setup_info (it gets included within a function in setup)
remove step 2) as db-tools now show uninstalled apps to create tables for
2003-03-19 17:04:08 +00:00
skwashd
b402ad3171 Fix for Bug #2200 2003-03-19 06:51:30 +00:00
Ralf Becker
e0a54cc5c8 readded title as it is needed to run in 0.9.14/6 2003-03-18 18:55:46 +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
802d6c62cc db-tools now show uninstalled apps to, thanks to new select-application widget 2003-03-18 13:06:27 +00:00
Ralf Becker
362565025d made some more messages from the users-prefs translatable 2003-03-18 11:28:50 +00:00
Ralf Becker
d93bc5b52a merged my and gugux changes from 0.9.14 2003-03-18 11:20:01 +00:00
Ralf Becker
22cc6d7c51 merged my and gugux changes from 0.9.14 2003-03-18 10:38:42 +00:00
Ralf Becker
d507c0dd47 changed all char-column to varchar, as pgSql fills the char's up with space 2003-03-18 00:47:05 +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
eb3178426a included the db-tools messages on createing the lang-file 2003-03-17 20:58:54 +00:00
Ralf Becker
f46a1919bd some fixes:
- new table-names are added now to setup.inc.php (was only done if tables_update.inc.php was updated)
- fixed prob. with empty tables_current if [write Table] was hit and no changes made
- added some defaults for the precision, as setup does not install the tables if precision not set for int, float, char, varchar
2003-03-17 20:54:05 +00:00
Ralf Becker
569c20966a some new phrases 2003-03-17 20:48:17 +00:00
gugux
23acf2a171 Corrected typo, thanks to Marco Gaiarin (gaio@sv.lnf.it) 2003-03-16 22:29:53 +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
bd94f4e049 added email to the list of xslt apps 2003-03-14 22:03:02 +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
c7e95eabee *** empty log message *** 2003-03-13 00:28:22 +00:00
Ralf Becker
ce7f439f41 some changes for the row-colors 2003-03-13 00:25:49 +00:00
Ralf Becker
f9303d44cb changed th for acl-prefs 2003-03-12 23:39:28 +00:00
Ralf Becker
815319e833 fixed a bug in setting group-acl's 2003-03-12 23:30:58 +00:00
Ralf Becker
1b49725830 fix for gnu-bug #136:
dates in week-selectbox are (sometimes) wrong, the endate of a week is the same as the startdate of the next one

This is caused by changes in daylight saveing and useing midnight for the calculation, changed it to midday
2003-03-09 21:05:29 +00:00
Ralf Becker
42e8f97101 killed a warning if user is in no group 2003-03-09 20:58:04 +00:00
Ralf Becker
5f0ea8e766 Added a note (with link to setup) to admin/applications/add, to use setup to install new apps 2003-03-09 15:09:35 +00:00
Ralf Becker
4ea536e015 Added link to the user manual (as disscussed with skwashd).
Modified the check for a not-readable header.inc.php
2003-03-09 14:28:26 +00:00
Ralf Becker
d287534bc8 Adjusted the phpGW Adminsitration Manual with:
- up-to-date Version of the stable branch
- no more extra branch for patches
- references from sourceforge to savannah or subversions
Did this in the sgml and the html version, as i dont have / know the tools to create the html+ps version from the sgml
2003-03-09 14:21:27 +00:00
sim
2c9cc412ae Fixes a few xslt output related bugs. 2003-03-06 22:15:58 +00:00
sim
f8b81274c1 A few bug fixes and cleanups 2003-03-06 01:11:43 +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
9669f27a8c fix for gnu-bug #1963: Saveing does not work in InfoLog, happens only if a webserver_url in the configuration includes a host (eg. http://server/phpgroupware) 2003-03-04 17:13:19 +00:00