Ralf Becker
2c1197d9dc
fixes for installations with error_reporting E_ALL
2004-03-09 21:05:28 +00:00
Pim Snel
83e6e2e986
little lay-out correction for sideboxmenu icons, addition of icons
2004-03-09 16:44:37 +00:00
Pim Snel
0c29cd82d9
little lay-out correction for sideboxmenu icons, addition of icons
2004-03-09 16:43:22 +00:00
Miles Lott
8f6aca7668
Add experimental novell schema
2004-03-07 23:27:03 +00:00
reinerj
1288ed48d7
jerryr template changes commited
2004-03-07 22:50:38 +00:00
Ralf Becker
49d9007518
fixed function to send xmlrpc-faults (error-msg) from the handler, was not loged in the log-file
2004-03-07 10:00:18 +00:00
Ralf Becker
9ed6f2e60d
added function to send xmlrpc-faults (error-msg) from the handler
2004-03-07 09:58:22 +00:00
Ralf Becker
99e4e9efec
added standard xmlrpc error-msg for 'entry not found'
2004-03-07 09:55:43 +00:00
Ralf Becker
9c9892c9b7
fix to allow fieldlist like array('id','owner') instead of only ('id'=>'id','owner'=>'owner')
2004-03-07 09:54:37 +00:00
Ralf Becker
3803f842f3
added missing return on success
2004-03-07 09:53:26 +00:00
Ralf Becker
0daaf711d7
typo
2004-03-06 20:35:23 +00:00
Ralf Becker
809a2b8827
fixed foreach for no extra_fields
2004-03-06 20:34:56 +00:00
Lars Kneschke
345fd4de07
fix pass by reference
2004-03-06 11:27:32 +00:00
Miles Lott
2211a5aa63
Oops - comment out debug
2004-03-05 13:54:19 +00:00
Miles Lott
05fb371651
Add sql from phppgadmin for finding indexes on pg < 7.3
2004-03-05 13:32:00 +00:00
ak703
ff4f8c8b3a
fixed problem with general td alignment, which should not be defined globally
...
for a general tag like <td>
2004-03-04 13:26:12 +00:00
Miles Lott
e56c40e8c4
add disconnect function
2004-03-02 02:32:39 +00:00
alpeb
e0990f8e43
hidden input form sessionid problem fixed now for not multiple drop-down boxes (used in projects)
2004-03-02 00:45:00 +00:00
alpeb
bf943fdce0
was removing '?' in link over + and - images
2004-03-01 20:19:47 +00:00
alpeb
ad19e78d7c
last item in the manual tree wasn't showed
2004-03-01 19:51:48 +00:00
alpeb
6689d63969
'Max numbre of icons in navbar' input box showed 10 when empty instead of using the value set in the default preferences
2004-03-01 05:11:26 +00:00
Ralf Becker
77fd33e471
1) fix for bug #905284 , etemplate does not show images if webserver_url contains protocoll and domain
...
2) added a new progress-bar
2004-02-29 09:51:45 +00:00
Ralf Becker
dcd1912a7b
added default values parameter to RefreshTable
2004-02-29 00:13:47 +00:00
Ralf Becker
1994b1c179
change default-param of htmlarea, to be used if no or empty style is given
2004-02-29 00:12:48 +00:00
Ralf Becker
1cc9c515aa
fixed a typo in column_data_implode
2004-02-28 23:56:13 +00:00
Ralf Becker
871c880dba
not valid anymore
2004-02-26 15:57:35 +00:00
Ralf Becker
d99afd7a11
new function activate_links to change url's into links and automaticaly create spam-saver mailto addresses
2004-02-26 15:32:34 +00:00
Carsten Wolff
f11dd0e255
fixed typo in iconv-call and detection of the right lib to use
2004-02-26 10:57:57 +00:00
Lars Kneschke
c7daab6c2b
add fix for chinese language conversion
2004-02-26 06:42:20 +00:00
Miles Lott
5e73b0dc6c
Remove typing error on use of implode
2004-02-26 01:38:51 +00:00
Pim Snel
8e39566fd3
fix wrong alignment of icons and icon texts to center again. Don't exactly know why but html formatting attributes don't work for tables anymore. We must use css everywere. I think it's because of the changed doctype?
2004-02-26 00:28:50 +00:00
Miles Lott
00fbb7a4db
Remove bad function
2004-02-25 05:28:46 +00:00
Miles Lott
e50524c3ec
Add real createdatabase() function for mssql - partial fix for 885687
2004-02-25 05:26:46 +00:00
Oscar Manuel Gómez Senovilla
742e25401a
*** empty log message ***
2004-02-25 02:58:12 +00:00
Miles Lott
978c0e6869
Add bool type from latest schema_proc from dcl
2004-02-24 21:32:20 +00:00
Carsten Wolff
1c8e2629c5
bytea is the blob-equivalent in PostgreSQL
2004-02-23 20:11:23 +00:00
Ralf Becker
907f3575ce
removed the old mysql < 3.22 case, as the fix is not loger valid and gives probs with ADOdb (no mysql connection)
2004-02-23 13:24:13 +00:00
Ralf Becker
b4970a5f65
fixed prob with not changeable pw's, setup::add_acl created acl_rights=0 rows, instead of no rows
2004-02-23 13:22:59 +00:00
Ralf Becker
2898b043c9
fixed password-check, to now allow to use the stored md5 as password
2004-02-23 10:07:55 +00:00
Ralf Becker
0199628a38
some more updates and a tidy run
2004-02-23 00:47:01 +00:00
Ralf Becker
ab96edee16
imported skwashd's changes and adapted for eGroupWare
2004-02-23 00:24:21 +00:00
alpeb
56f091d357
some php setting or something puts automatically a hidden input element with the session id at the beginning of every form. The javascript here used form.elements(0), which refered to a different element when this hidden thing appeared. So I changed that to form.element('name') to avoid this.
2004-02-22 22:41:18 +00:00
Miles Lott
265b36c9eb
Fix for BUG 900342 - determine preloaded query string which includes wildcards
2004-02-20 16:47:06 +00:00
Miles Lott
745a6c347b
Comment out php5-specific code since it causes php4 syntax error
2004-02-20 16:30:19 +00:00
Ralf Becker
fe8df8ad8d
removed the doctype, as it prefents IE from showing iframes
2004-02-20 16:11:44 +00:00
Miles Lott
5b2e153cc6
Possible fix for latest beta of php5
2004-02-20 14:49:39 +00:00
Ralf Becker
f38405cde4
added an empty index.php file to prevent browsing of the image-dir
2004-02-20 14:20:40 +00:00
reinerj
259d6ce8bf
add some translations from Zhang Weiwu in Chinese
2004-02-20 09:46:20 +00:00
Pim Snel
6ad517f19a
removed static english langcode
2004-02-19 23:53:50 +00:00
Ralf Becker
597f99375c
fixed bug in image and submit-button, that caused names containing '.' to be truncated at the first dot
2004-02-19 22:35:38 +00:00
Ralf Becker
06ab7f4476
added new function RefreshTable to:
...
1. change or newly create the primary key or any other index
2. change the order of columns, drop and add multiple columns in one go
2004-02-19 08:48:15 +00:00
Ralf Becker
35e9e09911
new function to do the complete type-dependent quoting of a value
...
ToDo: need to write some introduction to the new SQL-inserting save functions of the db-class (inline docs are already there)
2004-02-19 08:45:31 +00:00
Pim Snel
a167a355a8
Fix default center alignment in td's in IE 6
2004-02-17 15:52:42 +00:00
Ralf Becker
b7ee6ce75f
workaround for idots and IE button prob (wrong/no cursor)
2004-02-16 09:27:37 +00:00
Miles Lott
b7ae8accc8
Make add() match sql class for input; BUG# 897792 - Fix filtering in read() to not
...
error when adding elements to string vs. array value for phpgwcontactowner;
2004-02-16 04:50:26 +00:00
Miles Lott
4aae93b598
Migrate changes added to contacts_sql so that interfaces are similar; also change to never modify the uid in update(), since this affects the dn and will fail to modify
2004-02-15 18:12:47 +00:00
Ralf Becker
652511bdb3
fixed metadata-function for adodb
2004-02-15 13:54:18 +00:00
ak703
25a0baf60a
made the navbar icons arrange nicely in percentage of the number of icons
2004-02-14 18:59:48 +00:00
Ralf Becker
cb7fa13a6f
1) use images+links for image-buttons, as the IE png-fix does not work on image-buttons
...
2) for links instead of button (eg. tabs) only one hidden-var is used, not longer one per button
2004-02-14 18:48:53 +00:00
Miles Lott
153d7da1c4
remove 10 blank lines
2004-02-14 04:28:48 +00:00
Pim Snel
b75db41684
idots subtile fixes
2004-02-13 17:38:17 +00:00
Pim Snel
246d3f55fb
replace ugly pink,purple??? home icon (sorry Andy)
2004-02-13 16:46:58 +00:00
alpeb
894ed06c06
priority between gif and png first search in chosen template dir
2004-02-13 15:09:22 +00:00
shrykedude
faeb3a6a2f
(Fix for bug #896172 ) Corrected quote type for regex matching; Changed to proper function for string replacement
2004-02-13 04:42:47 +00:00
alpeb
56309597dd
priority between gif and png as set in config is now working
2004-02-13 01:25:30 +00:00
ak703
f8481d163a
fixed extra_icons_div table and icon titles, added logout to main navbar
2004-02-12 23:11:52 +00:00
reinerj
3bf0fd8fee
updated translation from Esben Laursen for Danish
2004-02-11 22:33:53 +00:00
reinerj
cf2cf301b2
update for felamimail folder error
2004-02-10 17:12:01 +00:00
reinerj
12518cb8e0
fix for folders in jerryr template
2004-02-10 10:57:02 +00:00
ak703
7f8a0f5859
modified for use of foldertree in felamimail (and other apps later..)
2004-02-09 23:44:46 +00:00
ak703
be72c612c4
icons added for dd functionality
2004-02-09 23:43:43 +00:00
ak703
1933983ced
icon removed - not needed anymore
2004-02-09 23:41:13 +00:00
Miles Lott
50586e085c
Cleanup select and insert from integer fields which had quotes around them.
2004-02-09 20:18:21 +00:00
Ralf Becker
15cd1353e1
1) added the symlink functions from the former separate vfs-class in infolog
...
2) added addslashs to all path and filenames (fix bug #889872 )
2004-02-08 22:30:14 +00:00
Miles Lott
df41d8f9c4
remove while loop since there should be only one record
2004-02-08 22:12:00 +00:00
Miles Lott
876d87227f
try to not error on the index checking query
2004-02-08 21:58:13 +00:00
Miles Lott
f4e41b1e63
Make index query slightly more efficient, trim index fieldnames
2004-02-08 21:53:00 +00:00
Miles Lott
649b7a9fd8
Hack in display of index values in sqltoarray.php (setup);
2004-02-08 21:49:52 +00:00
Ralf Becker
5ee6f04fd0
fix for update-bug: NULL values where written back as '', which is not ok for int-columns
2004-02-08 20:59:32 +00:00
Ralf Becker
3782e0c397
fix for pgsql: as it reports boolean values as 't' and 'f' and not like mysql as 1 and 0
2004-02-08 20:00:35 +00:00
reinerj
81cc17d43c
css changes for jerryr template
2004-02-08 18:37:34 +00:00
Miles Lott
0176c8a810
Add copy of idots template logo, looks better, imo
2004-02-08 17:49:18 +00:00
Ralf Becker
9949311809
1) fixed bug with setup_demo (start_transaction did not call open before)
...
2) moved create_database code to the shared class: adodb can create the db now for mysql & pgsql
3) fixed the connect to be able to use unix-domain sockets for pgsql (hostname empty)
2004-02-08 11:19:52 +00:00
reinerj
b09e2ed799
update for jerryr template
2004-02-08 10:51:15 +00:00
Miles Lott
39deb72a77
Similar to fix done for sql to fix acl access in some apps again
2004-02-07 21:25:05 +00:00
Lars Kneschke
9f8740113a
fix get_account_name to make acls working correctly again
2004-02-07 20:52:42 +00:00
Miles Lott
63819d4dd7
Add some more debug notes and turn debug off during login/logout/home
2004-02-07 03:38:35 +00:00
Miles Lott
bade598435
Patch from kevindouglas@yahoo.com to re-enable the most recent change here (error when selecting idsociety template, etc.)
2004-02-06 22:32:46 +00:00
Ralf Becker
f18b38e74e
fixed wrong header_admin_password, if no new one was entered
2004-02-06 07:08:19 +00:00
Miles Lott
f2f773f8ab
disable transactions, since they break in 7.3.X so far
2004-02-06 00:34:24 +00:00
ak703
c4db604c28
not needed anymore
2004-02-05 23:14:11 +00:00
Ralf Becker
b58f7c344d
moved the existing caching-code into the shared class and implemented caching for get_list
2004-02-05 21:20:41 +00:00
Ralf Becker
08caf218bb
some missing translations
2004-02-05 12:05:46 +00:00
Miles Lott
6adc7fda6f
Add some notes to the smd5_compare() function
2004-02-05 02:14:31 +00:00
Miles Lott
dfa356e0c6
Fix smd5 password comparison for sql
2004-02-05 02:01:39 +00:00
Miles Lott
85495afde2
Fix to ensure correct encryption type is used in the creation of accounts
2004-02-05 01:35:53 +00:00
Ralf Becker
891229149e
allow sitemgr to use an other domain then the default domain (first defined in the header.inc.php)
2004-02-04 00:33:37 +00:00
Miles Lott
49726e4623
Undo last commit for now to fix bug when selecting idsociety template
2004-02-03 07:22:42 +00:00
Miles Lott
ee57d4698d
disable direct api call from xml-rpc
2004-02-03 06:25:36 +00:00
Miles Lott
8c301efe44
Fix error for Bug #887735 , although there must be another problem
2004-02-03 06:06:54 +00:00
Miles Lott
7f6c343ce8
Move pgw_ver back outside of new loop - oops!
2004-02-02 23:07:07 +00:00
Miles Lott
6d860f2d3e
Add sidebox link to return to main setup menu
2004-02-02 23:04:07 +00:00
Miles Lott
6d860ceda9
Increment to version 0.9.99.013 to fix phpgw_accounts table now that unique/index is working
2004-02-02 22:52:06 +00:00
Ralf Becker
53c6168fb1
moved new (add document) icon from infolog to the api
2004-02-02 22:00:56 +00:00
Ralf Becker
17b53d4063
moved new (add document) icon from infolog to the api
2004-02-02 21:36:43 +00:00
ak703
50bf0a3307
make app iconbar have "home" and "logout" as well for easier navigation
2004-02-01 20:21:01 +00:00
reinerj
71f908525f
remove verdilak template set from main package, will be available as a seperate package for users
2004-01-31 20:47:54 +00:00
reinerj
05d9c70c5f
changes for jerryr template
2004-01-31 20:43:56 +00:00
Miles Lott
6024c9331b
Adjust banner, cleanup formatting and use foreach() where possible
2004-01-31 19:48:34 +00:00
reinerj
a7b2645694
remove verdilak template set from main package, will be available as a seperate package for users
2004-01-31 18:34:54 +00:00
reinerj
634c51f742
remove linux-at-work template set from main package, will be available as a seperate package for users
2004-01-31 17:36:53 +00:00
reinerj
7663fb512d
remove linux-at-work template set from main package, will be available as a seperate package for users
2004-01-31 17:16:10 +00:00
reinerj
f236e1a325
changes for jerryr template
2004-01-31 16:01:39 +00:00
Lars Kneschke
7c63888121
update kneschke.css to be a copy of idots.css but some smaller fonts
...
updated jerryr to use its own css
2004-01-30 08:12:01 +00:00
mila76
186bb5c970
Fix for Select All image with empy addressbook
...
InternetExplorer not accept <img src="">
Add a transparent.png in phpgwapi /default image
2004-01-29 22:25:31 +00:00
ak703
bddedd242a
cosmetic correction
2004-01-29 22:19:41 +00:00
ak703
f7b65f1179
this should fix bug #887051 when using idots/jerryr with kneschke css
2004-01-29 22:14:07 +00:00
ak703
e4271f1a83
this should fix bug #887051 when using idots/jerryr with kneschke css
2004-01-29 21:58:13 +00:00
Pim Snel
c646b67eca
fix some buttons and update the rest of the htmlarea tree
2004-01-29 21:50:00 +00:00
Pim Snel
78abc16071
update the rest of the HA-tree
2004-01-29 21:41:11 +00:00
Pim Snel
62d44f48dd
update the rest of the HA-tree
2004-01-29 21:33:15 +00:00
Pim Snel
9ab15364c4
update the rest of the htmlarea-tree
2004-01-29 21:27:14 +00:00
Pim Snel
df41169804
update the rest of the htmlarea tree
2004-01-29 21:24:39 +00:00
Pim Snel
e9ff05661c
update and fix htmlarea when having more then on textbox in a form
2004-01-29 13:36:38 +00:00
Pim Snel
46e3408ce4
show small icons in the extra appmenu
2004-01-29 13:34:01 +00:00
Miles Lott
d456632ae3
Fix failure to select sql mode for password encryption;
2004-01-29 03:28:00 +00:00
iliaa
28a0a7e01a
Fixed a bug that could result in an invalid path being picked for default
...
template path if the theme name can be found >1 inside the path.
Ex. /home/foobar/www/egw/app/foo
would become
/home/defaultbar/www/egw/app/default
2004-01-28 19:36:52 +00:00
Miles Lott
300badbfec
Cleanup other cases of PHP_OS testing for WINNT
2004-01-28 13:34:47 +00:00
Lars Kneschke
0aa9193dbb
images for foldertree
2004-01-28 09:07:44 +00:00
Lars Kneschke
8bb2fcf1bf
make foldertree images working with any template
2004-01-28 09:06:33 +00:00
Pim Snel
2e9b9791c3
change kalender to agenda
2004-01-28 01:26:16 +00:00
reinerj
75df9443b0
bugfix from David Desquiens for WIN problem
2004-01-28 00:46:30 +00:00
ak703
cca1d7d7bb
modified main function with a second parameter (icondir) to define template based icon path through php script (call with new dtree(object,icondir) [ndee]
2004-01-28 00:03:24 +00:00
ak703
e451759468
Added default_icons for general use of foldertree, if no template specific icons defined
2004-01-27 23:54:22 +00:00
Lars Kneschke
6aea6258bb
add images for foldertree
2004-01-27 20:22:23 +00:00
Lars Kneschke
d8d42273f7
add foldertree js class
2004-01-27 20:20:40 +00:00
bgigon
a4b6f98f04
Modify Accounts Modify function (otherwise crash)
2004-01-27 13:33:38 +00:00
mila76
3f07efe8f2
Small Fix
2004-01-27 12:01:05 +00:00
mila76
1129882429
Fix for Internet Explorer
2004-01-27 09:32:32 +00:00
Miles Lott
17340424c1
Switch to different host for currentversion check
2004-01-26 14:00:52 +00:00
shrykedude
2f6ad147af
accountid should be int, so enforce the type
2004-01-26 09:21:47 +00:00
shrykedude
c353fa6469
acl rights should be int, so need to enforce the type
2004-01-26 08:56:11 +00:00
Miles Lott
1336dfef54
switch to _GET and remove stray whitespace
2004-01-26 03:34:17 +00:00
Miles Lott
afcc4231f4
ereg_replaceD
2004-01-26 03:33:09 +00:00
Miles Lott
ae216a7346
fix some formatting issues
2004-01-26 03:31:56 +00:00
Miles Lott
136f437912
minor change to encode/decode
2004-01-26 03:30:16 +00:00
Miles Lott
82ed6bc041
fix bad var name in account add
2004-01-26 03:26:11 +00:00
Miles Lott
0d23f90fd4
ensure integer value sent to avoid badfilter
2004-01-26 03:24:40 +00:00
Miles Lott
4f724bc9b1
add empty functions for create_database()
2004-01-26 03:23:06 +00:00
Miles Lott
d26eacbeea
move check for auth object
2004-01-26 03:22:15 +00:00
Miles Lott
04067c7a04
Add SMD5 hashing for sql and ldap based on my debian experience today
2004-01-26 03:01:54 +00:00
reinerj
cce7b854a2
changes to egw dev group
2004-01-26 01:29:06 +00:00
Lars Kneschke
61c768f8d3
add a first and last name for auto created accounts too
2004-01-25 22:38:26 +00:00
Lars Kneschke
893c085f78
added addaccount-hook for auto created accounts
2004-01-25 22:27:31 +00:00
Miles Lott
1dabd74aa0
Cleanup format of if()
2004-01-25 21:29:20 +00:00
mila76
170dfa526e
Update to 0.9.99.012
2004-01-25 11:48:10 +00:00
shrykedude
9e0d88fd69
fix for changing non-nullable fields in postgres
2004-01-25 06:40:59 +00:00
shrykedude
6b6d8f250e
increase size of last_mod fields, per bug 869442
2004-01-25 06:15:02 +00:00
reinerj
6030957df9
remove outdated files
2004-01-25 01:40:38 +00:00
Miles Lott
0039d2a51c
Cleanup badfilter on empty values; cleanup formatting
2004-01-25 00:04:40 +00:00
reinerj
286c8bf012
remove justweb template
2004-01-24 23:58:34 +00:00
reinerj
392200ed1d
remove justweb template
2004-01-24 23:29:16 +00:00
reinerj
326909b788
remove justweb template
2004-01-24 23:23:15 +00:00
reinerj
079d48b245
remove justweb template
2004-01-24 23:06:47 +00:00
reinerj
cadc31fc3a
add jerryr template from Jerry Ruhe (aka jerry71)
2004-01-24 16:55:44 +00:00
Miles Lott
f07775857e
use foreach where possible vs. reset/while; Move extra loop in read() and read_single_entry() into the existing loop in sql/ldap classes.
2004-01-24 15:57:57 +00:00
reinerj
1de48d1977
updated Italien lang file from Emanuel Milani
2004-01-22 22:17:38 +00:00
shrykedude
ab21a58d75
enable more debug output
2004-01-22 20:52:14 +00:00
Miles Lott
934067f137
Fix the function call some more
2004-01-21 23:13:02 +00:00
Miles Lott
56085e8acf
Fix bad function call for md5 passwords
2004-01-21 23:10:05 +00:00
Miles Lott
9be5a8982d
Consolidate password updates and remove debug output, i think
2004-01-21 22:53:02 +00:00
Miles Lott
cae90732c6
Add check in ldapConnect() for presence of ldap_functions per bug# 880672
2004-01-21 13:55:22 +00:00
shrykedude
1e48ae5590
typo fix
2004-01-21 02:50:25 +00:00
Miles Lott
d7db3b384e
update credits by request
2004-01-20 21:31:33 +00:00
Pim Snel
e812476714
remove unnecesary top text in about
2004-01-20 20:53:16 +00:00
Miles Lott
33eac40a77
This should fix the detection and setting of passwords in the header
2004-01-20 13:16:45 +00:00
Lars Kneschke
d4555f763c
bumped version to 0.9.11 to enable language uk
...
temporarly disabled auto load of languages
2004-01-20 06:00:51 +00:00
Lars Kneschke
0364332b5c
add stripslashes for a second level for arrays
2004-01-20 05:28:04 +00:00
reinerj
fc10dab6d5
add translation from Andrei V. Smilianets for Ukrain to CVS
2004-01-20 03:22:44 +00:00
Miles Lott
372f742c69
Fix extra domain being added by empty config_user variable
2004-01-20 00:52:11 +00:00
Miles Lott
77fd8f4882
Move password functions to auth class; Add support for new encryption types in setup
...
and implement password checking and creation for these new types
2004-01-18 21:12:53 +00:00
Miles Lott
037369b6e6
Add header and per-domain user login values - default is admin during the upgrade process.
...
Hopefully these are all the files.
2004-01-18 21:03:56 +00:00
shrykedude
b79a7e67ea
load DB port with other settings
2004-01-18 02:24:42 +00:00
shrykedude
653a5e78d3
Avoid multiple NOT NULL parameters, as with MySQL auto_increment fields
2004-01-18 02:23:48 +00:00
reinerj
cc1e80c5c1
add some phrases for german lang file
2004-01-17 19:42:10 +00:00
shrykedude
9197af0108
Allow local socket connection to MySQL DBs, from bug #878395
2004-01-17 19:42:02 +00:00
reinerj
9ea48598cf
add one phrase to English file
2004-01-17 19:22:28 +00:00
Miles Lott
e733502283
Add initial version of server class using EPI xml-rpc; default to use old class for now with no config
2004-01-17 18:41:34 +00:00
reinerj
95dd4addd8
add some fixes for german lang file
2004-01-17 17:20:08 +00:00
Miles Lott
189356ac5a
Add line for alphabet - this requires setup at the moment to update correctly ?
2004-01-17 14:57:10 +00:00
Miles Lott
aeaecbc3d6
Add alphabet
2004-01-17 14:12:02 +00:00
reinerj
d53d3bf0ef
add some germans phrases
2004-01-17 03:46:41 +00:00
Miles Lott
63d80f2fcd
Add the search for 1st character of certain fields, showing alphabet at the top. This feature was lost for 2 years(!), so hopefully it works for you.
2004-01-17 03:21:21 +00:00
reinerj
65dd2fb78c
add home icon from adreas to CVS
2004-01-17 00:19:17 +00:00
alpeb
1dd27ea7c0
fix id2name not returning cat_name. This avoided category names to be shown in phpbrain
2004-01-16 17:57:19 +00:00
Pim Snel
01f8932c2f
remove phpgw images and ugly unknown app crosses
2004-01-16 17:15:16 +00:00
Pim Snel
1c84d4e764
remove ugly unknown crosses
2004-01-16 17:13:12 +00:00
Pim Snel
8998a09489
remove phpgroupware favicon
2004-01-16 17:10:58 +00:00
Pim Snel
8e390f7688
Remove phpGroupWare
2004-01-16 16:16:23 +00:00
Pim Snel
e57f828e42
replaced all links to phpGroupWare with eGroupware links, removed all http:// prefixes in all logo urls so custom links can also be relative and also to fix bug #874942 ,remove some phpGroupWare logo's in idsociety
2004-01-16 15:04:41 +00:00
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