Commit Graph

8878 Commits

Author SHA1 Message Date
9f2d156c93 showing time for the startdate 2004-08-28 18:04:24 +00:00
9e50e0f07d fix for bug [ 1007297 ] Time offsets incorrect
==> all tz-conversation is done now in the bo-class, as I handle it in the new calendar too
2004-08-28 18:02:16 +00:00
ff47845902 added option to suppress time in the readonly display if it's 0h0 2004-08-28 17:57:44 +00:00
2f7c4cb8fc removed tz-converstation:
- to fix tz-probs in infolog
- in my belive tz-conversation should always be done in the bo-layer and not in ui (eTemplate)
2004-08-28 17:56:27 +00:00
9e1dcb9a78 fixed double translation of extra options in selectboxes 2004-08-28 15:52:32 +00:00
b7940f1f53 not longer needed 2004-08-28 14:59:56 +00:00
b3b3420674 allow sorting after multiple criteria as in sql 2004-08-28 14:44:05 +00:00
0e557eb9e5 translation update 2004-08-28 14:42:15 +00:00
3b9af33d80 not longer needed => common sense in eGW 2004-08-28 14:40:52 +00:00
fb6621ae2a fixed bug [ 1018087 ] custom infolog type name only allow 10 bytes:
==> longer fields for multibyte charsets
2004-08-28 14:39:46 +00:00
08089de0a6 enabled editing of user-ACL settings for admins 2004-08-28 13:48:32 +00:00
bae3e479b4 fixed problem with pagination and an other important issue 2004-08-28 13:41:23 +00:00
4eff10135f removed plugins, as they only work in selected languages 2004-08-28 13:35:02 +00:00
9058ebfb40 update lang file from Theytaz Antoine 2004-08-28 13:08:57 +00:00
8564a78d9a update lang file from Theytaz Antoine 2004-08-28 13:03:41 +00:00
e109e8c320 removed destroying of the crypto object if the session-verification fails, as it leads to problems in sitemgr creation of anonymous sessions and it get cleaned up anyway by the shutdown function 2004-08-27 18:21:28 +00:00
f2d528fd84 Fix issue where some input text would be hidden by the cursor (eg: l, i, and 1)
causing some users to misread some fields they were typing.
2004-08-27 17:17:05 +00:00
75ac5fa3a2 Fix "Land" translation in head as well, so all branches are in sync. 2004-08-27 16:53:26 +00:00
d868007dac fixed some of our sessions problems:
- [ 1015846 ] Registering session MySQL query error
- handlich of timed out sessions for php4 sessions was wrong
==> I can't reproduce any more sessions probs, either with db nor php4 sessions
2004-08-27 13:17:25 +00:00
66d2519243 Changes to update phpGW versions from after the fork up to 0.9.16.001, thought we dont import their new addressbook, we only create the original addressbook-tables if they are not there, because it's a newer install. The changed phpgw_log and phpgw_log_msg tables are just droped and recreated. 2004-08-27 11:36:18 +00:00
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