Commit Graph

10508 Commits

Author SHA1 Message Date
b68f289d87 made the update strategy of setup_process a bit more flexible: update dont need to be in order in the tables_update file any more: if the next update is not the one we need, we search for the right one and start again from there. This is needed to be able to import phpGW versions from after the fork and it simplyfies the update-scripts a lot now. 2004-08-27 10:41:57 +00:00
38aacb3de2 *** empty log message *** 2004-08-26 21:31:38 +00:00
d2586ba500 improvements of the ui and some error checking for emtpy fields, implemented
tooltip info images for better explanation of the module. Started the README
2004-08-26 21:11:25 +00:00
d47313617f lang file update from Theytaz Antoine 2004-08-26 21:02:07 +00:00
703e964f57 fixed "TranslationTools" italian langfile is written empty, it only happens if system-charset utf-8 is set and is cause by the wrong translation of charset to "set characteri" instead of the used charset iso-8859-1 2004-08-26 19:00:50 +00:00
68f68ae0db add support for Lastname, Firstname username account views 2004-08-26 18:48:12 +00:00
18221503b6 - re-write display_fullname to be more readable and suck much less
- add support for Lastname, Firstname username account views
2004-08-26 18:47:29 +00:00
b3971d810c RenameColumn no checks if column is used in an index and evtl. rename the column in the index-definition (for the baseline delta) 2004-08-26 14:18:09 +00:00
9673ed9a05 fixed update-file, update from stable was running the phpgw_async changes twice, reported by Andy 2004-08-26 14:15:55 +00:00
2c62ea94b9 fix for bug [ 1011713 ] new user email address gone 2004-08-26 11:57:58 +00:00
eabf6925b5 Added an admin module for ldap based email settings (based on emailadmin)
but reduced to those functions, which are needed to manage ldap entries, which
rely only on standard schemas (core, qmail) which are not considered "experimental"
and without the need to add a separate schema.

This modul will be extended whenever possible and approved for more values.

Main goal here is: Ability to easily use eGW Admin for account management with
LDAP beackend and to comply with those schemas, the distros are delivering.

The link for this module will be shown in addition to Lars' EmailAdmin if LDAP
is used as account storage. So it will not break existing installation ;-)
2004-08-25 22:29:28 +00:00
87fd7d1d05 fix for Bug: [ 1009099 ] Unable To Add Project 2004-08-25 20:57:31 +00:00
f3bbad5fff More ical import fixes (and cleanups) 2004-08-25 20:51:59 +00:00
23046ac0b5 fix for bug [ 1007816 ] error message 2004-08-25 20:04:27 +00:00
ecf6d38037 replace the bad word grrr 2004-08-25 18:17:28 +00:00
6a84552918 *** empty log message *** 2004-08-25 17:50:48 +00:00
db7cd1697e fix long standing issue in is_owner() - mailto is a subarray of organizer. 2004-08-25 15:33:59 +00:00
a806550d64 replace the bad word grrr 2004-08-25 15:14:09 +00:00
d03d7e0114 replace the bad word grrr 2004-08-25 14:28:16 +00:00
45c0f356ef replaced all while-list-each with foreach, as requested in patch [ 1015863 ] Admin does not save ACL rights and Site Configuration 2004-08-25 11:21:23 +00:00
d5b8419f8d fixing the fix, now even all sub-arrays get reset 2004-08-24 20:01:49 +00:00
acc5c0dfb0 foreach instead of while-list-each 2004-08-24 19:59:31 +00:00
fb1f4f9d6b renamed html class in admin to html_tables, as the name clashes with the class html in the api 2004-08-24 19:57:47 +00:00
046609d851 Fixed wrong time when exporting to vcal. Also changed ical versi��n from 2.0 to 1.0 because outlook 2000 was rejecting icals with this version. Shouldn't I have changed this version number? 2004-08-24 19:43:19 +00:00
e027149a05 fixed delete-problem of anglemail after security update 2004-08-24 10:45:07 +00:00
ed8760d199 fixing the fix ;-) 2004-08-23 18:44:37 +00:00
d7fc09daef fixed probs pointed out by Joxean Koret 2004-08-23 18:18:26 +00:00
ec25319d61 New/updated Slovenian translations (by Matev� Bokal). 2004-08-23 14:21:33 +00:00
65feffc4d4 New/updated Slovenian translations (by Matev� Bokal). 2004-08-23 14:11:00 +00:00
ce8a00c31a fixed calltime-pass-reference 2004-08-23 09:40:53 +00:00
e35b30f61d fixed planner again 2004-08-23 08:19:35 +00:00
ab08e1615b fixed probs pointed out by Joxean Koret 2004-08-22 23:14:57 +00:00
9ed16c7960 fixed probs pointed out by Joxean Koret 2004-08-22 23:14:55 +00:00
822506cec0 using native adodb functions for quote and db_addslashes:
- qstr() save's one extra call compared to the PEAR function quote()
- dont need substr( ,1,-1) for db_addslashes
2004-08-22 20:30:12 +00:00
735f8e4036 fixed ACL for status offer, it respects now the regular read-access restrictions 2004-08-22 19:22:53 +00:00
9f9ef95b80 fixed probs pointed out by Joxean Koret 2004-08-22 18:44:47 +00:00
aa86cc11eb small fix 2004-08-22 18:32:20 +00:00
2c20ef30e6 not longer used 2004-08-22 18:02:57 +00:00
092bca5805 small fix 2004-08-22 14:14:38 +00:00
766ad46189 deleting all acl-entries of not (longer) existing accounts (users and groups), these entries have'nt got delete so far and cause a lot of mailfunctioning in the ACL class
==> update to version 1.0.1.002
2004-08-22 11:21:25 +00:00
d8d352955c fixed old update, which messed up the 1.0.0.004 update for LDAP 2004-08-22 11:13:15 +00:00
7278a8ce8c change the wrong pg name 2004-08-21 17:18:14 +00:00
bb4c9f46d4 also deleting the memberships of a group 2004-08-21 16:17:04 +00:00
4583477a60 change the wrong pg name 2004-08-21 15:39:30 +00:00
e03ae3acdd fixed handling of @'s in user-names 2004-08-21 15:22:56 +00:00
8da9e0fa41 not used in etemplate (anymore) 2004-08-21 15:14:08 +00:00
475ae6b956 added configurable search-filter to auth_ldap 2004-08-21 12:31:54 +00:00
508cff860c added configurable search-filter to auth_ldap 2004-08-21 12:18:07 +00:00
c7e6cb74fa ability to specify plugins for htmlarea 2004-08-21 08:04:23 +00:00
72f2561223 better handling of rogue newlines in ical files imported from other sources.
the legality of the presences of newlines inside an ical record is debatable, but
as we have seen, this can and will happen.

Fixes https://sourceforge.net/tracker/index.php?func=detail&aid=989070&group_id=78745&atid=554338
2004-08-19 18:43:02 +00:00