Ralf Becker
1e39ae995d
import htmlarea 3.0beta
...
eGW code to use it, is in phpgwapi/inc/class.html.inc.php the translations (via eGW standard translation system) are in phpgwapi/inc/htmlarea-lang.php
==> translations for jscalendar and htmlarea now in own apps
2004-01-08 09:06:40 +00:00
Ralf Becker
3881bfbcc0
fix to allow to set more then one onLoad parameter in the body tag: the get concated, so dont forget the ';' after each one!!!
2004-01-08 09:06:15 +00:00
Ralf Becker
a4d5d57722
fix for find_image to use the aktive template set
2004-01-08 09:04:58 +00:00
Ralf Becker
a3a85a862d
import htmlarea 3.0beta
...
eGW code to use it, is in phpgwapi/inc/class.html.inc.php the translations (via eGW standard translation system) are in phpgwapi/inc/htmlarea-lang.php
2004-01-08 09:03:17 +00:00
Miles Lott
5c76f8b80f
fix email address
2004-01-07 09:22:07 +00:00
Miles Lott
27619fb663
check_db now takes $setup_info
2004-01-07 09:19:38 +00:00
Miles Lott
2808518560
spell check
2004-01-07 09:17:15 +00:00
Miles Lott
d0904ebde2
Reinstate setting of cookies similar to standard api logins by cookie; Reorganized login/logout logic; Switched to class var for $ConfigDomain
2004-01-06 13:38:45 +00:00
Miles Lott
27f2acb285
Switch back to prior setcookie method, but add path
2004-01-03 22:44:49 +00:00
Miles Lott
6a08a48087
Should fix array posting problem
2004-01-03 10:36:50 +00:00
Miles Lott
5dbef396f9
Appears to fix problems with bad data sent to a couple of functions, causing bad SQL generation
2004-01-02 22:49:10 +00:00
Lars Kneschke
b11297fc59
make password changing using ldap working again
2004-01-02 15:07:04 +00:00
Miles Lott
6d4b027d1a
Fix error in nextmatchs (oops) switch tpl class to foreach()
2004-01-02 06:11:21 +00:00
Miles Lott
cb1f65ec54
Switch to foreach vs. reset/while
2004-01-02 06:04:35 +00:00
Miles Lott
ff8d604036
Maybe some minor speed improvements
2004-01-02 05:47:24 +00:00
Miles Lott
9cd1308d2f
update authors ;)
2004-01-02 02:54:29 +00:00
Lars Kneschke
75e6e79ddb
added stripslashes when magic qoutes is on
2004-01-02 01:42:23 +00:00
Miles Lott
e0d336f7ee
Borrow cookie setting methods from api sessions class as test for IE issues
2004-01-02 00:19:04 +00:00
Ralf Becker
65034dab5a
small fix to get sitemgr working with php4 sessions
2003-12-29 21:10:46 +00:00
Ralf Becker
21ccc36222
added 2 functions to:
...
- add a user/group
- add an ACL record
for use by all default_records.inc.php files
2003-12-29 21:05:06 +00:00
Miles Lott
0f85f3763f
Modified md5_cryptpasswd() function to create {md5}xxx style password;
...
Add actual function to deal with sha passwords, and added ability for use of ssha;
2003-12-28 17:27:34 +00:00
Miles Lott
4f382debb6
Show correct copyright for this file
2003-12-28 15:19:25 +00:00
Miles Lott
eaad270825
Another spell-check and wrapper added
2003-12-28 14:54:17 +00:00
Miles Lott
6d5de5038e
mime, not mine
2003-12-28 14:51:24 +00:00
Miles Lott
e506ffa377
fix string offset error - maybe php5 only
2003-12-27 18:05:20 +00:00
Ralf Becker
51b445e0fb
make it a bit more xhtml compatible: lowercase tag- and attribute-names
...
added charset to htmlspecialchars (might fix some probs with chiniese charsets)
2003-12-26 21:00:00 +00:00
Ralf Becker
96b8f96ad2
bugfix: in days_between (missing brakets)
2003-12-26 20:58:43 +00:00
Ralf Becker
5f91c1c62c
fixed bug in id2name
2003-12-23 22:24:55 +00:00
Miles Lott
82e79812d3
This might fix the index creation error - will be testing asap.
2003-12-23 13:54:45 +00:00
Lars Kneschke
c839398de4
hack to check for cn and sn, which must be set in ldap
2003-12-22 12:46:38 +00:00
Lars Kneschke
65d2177084
enabled domainnames with . in the name
...
kneschke.de becomes kneschke_de as variable name
2003-12-22 11:43:06 +00:00
Miles Lott
53352e87eb
Instead of adding a default port in the form, set one based on the default_db_ports var in manageheader.php
2003-12-22 02:57:52 +00:00
Miles Lott
021ec31824
Fix error caused by move to str_replace - upgrade works again
2003-12-22 00:27:43 +00:00
Miles Lott
0e9e0c2da2
formatting, ereg_ replaced, remove rude comments
2003-12-20 18:41:42 +00:00
Miles Lott
6f2f6d23dc
use str_replace() where possible
2003-12-20 18:34:55 +00:00
Miles Lott
07af3f1b54
use str_replace() where possible and fix some spellings
2003-12-20 18:32:53 +00:00
Miles Lott
90dbed8d0e
use str_replace() where possible
2003-12-20 18:29:02 +00:00
Miles Lott
e51d3f26ab
intval -> (int)
2003-12-20 18:26:24 +00:00
Miles Lott
13813b67de
Change error message to egw
2003-12-19 10:46:37 +00:00
Ralf Becker
2aa000eac8
fixed fallback to images in the api-dir, did not work if no api-image was used before
2003-12-18 06:11:08 +00:00
Miles Lott
b5854dbaee
missed one call in last commit
2003-12-18 02:27:03 +00:00
Miles Lott
3c12d529f8
Modifed GetIXSQL routines to actually return valid index SQL for postgresql; This needs to be tested further, but does appear to work.
2003-12-17 13:58:02 +00:00
Miles Lott
6674d23cd1
See line 218 - possible fix for DropColumn() to ensure dropped column name is not in the sql
2003-12-17 12:54:17 +00:00
Miles Lott
feb9a52840
Readd missing stock fields
2003-12-17 11:22:37 +00:00
Pim Snel
51afdd7cfd
fixed parse error, sorry ;(
2003-12-17 11:00:43 +00:00
Pim Snel
1e7f7531b8
fixed the storage of loginid for contacts
2003-12-17 01:14:43 +00:00
Lars Kneschke
561d37df31
add very short day name(Mo, Di, Mi, ...)
2003-12-16 23:14:15 +00:00
Miles Lott
5a63f7cfd0
intval -> (int)
2003-12-15 01:22:13 +00:00
Miles Lott
df474920e7
ereg replaced
2003-12-15 01:19:54 +00:00
Miles Lott
4fefb85d65
replace gettype()
2003-12-14 17:31:24 +00:00