Commit Graph

2689 Commits

Author SHA1 Message Date
Miles Lott
19c6bade68 Increase size of password field for pending password method enhancements.
NOTE: Last update didn't increment the overall version, so this looks like 2.
2004-01-16 13:44:05 +00:00
Lars Kneschke
05b73a96b0 enable check for casesensitive usernames 2004-01-16 07:44:38 +00:00
Miles Lott
2540415334 Add note on indexes from Ryan Herbert 2004-01-15 10:28:41 +00:00
Miles Lott
a2553c138b And a similar fix for getntpoffset() 2004-01-15 08:55:48 +00:00
Lars Kneschke
247d678ec0 fix for [ 865676 ] Windows does not support dates prior to midnight (00:00:00), 2004-01-15 01:25:29 +00:00
Lars Kneschke
69e0eea014 strip slashes from value only if it exists 2004-01-12 06:11:23 +00:00
Oscar Manuel Gómez Senovilla
fdc152a6a7 *** empty log message *** 2004-01-11 12:08:53 +00:00
shrykedude
01eaa72e2b Added missing TR tags for HTML validation 2004-01-10 23:20:57 +00:00
Miles Lott
6a62258ee7 Grammar fix 2004-01-10 23:07:12 +00:00
Miles Lott
da05690b13 really fix Id string 2004-01-10 15:18:52 +00:00
Miles Lott
32b2d29415 format and fix Id string 2004-01-10 15:18:12 +00:00
Miles Lott
f61e52640f formatting 2004-01-10 15:14:01 +00:00
Miles Lott
e0e5763821 stripslashes on the first level of a posted array, per discussion with lars 2004-01-10 15:04:17 +00:00
shrykedude
cd9bd77b91 Add empty TD when icon text is off, for HTML validation 2004-01-09 19:13:51 +00:00
shrykedude
be4fafb48b Add quotes for HTML validation 2004-01-09 18:45:58 +00:00
shrykedude
056ea1f3f1 Add quotes for HTML validation 2004-01-09 18:44:55 +00:00
Miles Lott
7c0c7d9cc9 Add license 2004-01-08 13:28:00 +00:00
Ralf Becker
618960e067 fixed the header 2004-01-08 09:07:07 +00:00
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
Oscar Manuel Gómez Senovilla
fd95a1911b *** empty log message *** 2004-01-04 03:10:35 +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
Oscar Manuel Gómez Senovilla
0b8ecc7a8a *** empty log message *** 2004-01-03 00:04:16 +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
6a5b4e957e added spanish spain and spanish mexico 2004-01-02 21:33:59 +00:00
Oscar Manuel Gómez Senovilla
803a930a22 *** empty log message *** 2004-01-02 21:12:27 +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
Miles Lott
1eafed041d remove BEGIN/END tags 2004-01-01 23:05:50 +00:00
Miles Lott
c35cc8613e Remove blank line at top of html output 2004-01-01 23:02:24 +00:00
Miles Lott
545d949dfe Get rid of the BEGIN/END tags in html output (head.tpl) 2004-01-01 22:57:07 +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
867a40667c First major update of this in awhile. Now reflects use of $GLOBALS, refers to
setup/doc and phpgwapi/vfs/doc for additional documentation, removes some antiquated
references to the original setup and lang files, etc.
2003-12-28 16:32:24 +00:00
Miles Lott
14c759a62c Update for egroupware 2003-12-28 15:58:08 +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